package org.jnario.suite.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.suite.services.SuiteGrammarAccess; 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 InternalSuiteParser extends AbstractInternalAntlrParser { public static final String[] tokenNames = new String[] { "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_SUITE_NAME", "RULE_PATTERN", "RULE_STRING", "RULE_TEXT", "RULE_ID", "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_HEX_DIGIT", "RULE_UNICODE_ESCAPE", "RULE_IN_RICH_STRING", "RULE_IDENTIFIER_START", "RULE_IDENTIFIER_PART_IMPL", "RULE_IDENTIFIER_PART", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'package'", "';'", "'-'", "'.'", "'class'", "'<'", "','", "'>'", "'extends'", "'implements'", "'{'", "'}'", "'interface'", "'enum'", "'annotation'", "'('", "')'", "'=>'", "'='", "'extension'", "'throws'", "'new'", "'public'", "'private'", "'protected'", "'abstract'", "'static'", "'dispatch'", "'final'", "'strictfp'", "'native'", "'volatile'", "'synchronized'", "'transient'", "'val'", "'var'", "'def'", "'override'", "'create'", "':'", "'AFTER'", "'BEFORE'", "'SEPARATOR'", "'import'", "'...'", "'switch'", "'default'", "'FOR'", "'ENDFOR'", "'IF'", "'ELSE'", "'ENDIF'", "'ELSEIF'", "'@'", "'#'", "'['", "']'", "'+='", "'-='", "'*='", "'/='", "'%='", "'>='", "'||'", "'&&'", "'=='", "'!='", "'==='", "'!=='", "'instanceof'", "'->'", "'..<'", "'..'", "'<>'", "'?:'", "'+'", "'*'", "'**'", "'/'", "'%'", "'!'", "'as'", "'++'", "'--'", "'::'", "'?.'", "'|'", "'if'", "'else'", "'case'", "'for'", "'while'", "'do'", "'super'", "'false'", "'true'", "'null'", "'typeof'", "'throw'", "'return'", "'try'", "'finally'", "'catch'", "'?'", "'&'" }; public static final int RULE_COMMENT_RICH_TEXT_INBETWEEN=12; public static final int RULE_ID=8; public static final int T__29=29; public static final int T__28=28; public static final int RULE_ANY_OTHER=27; public static final int RULE_IDENTIFIER_PART_IMPL=22; public static final int RULE_COMMENT_RICH_TEXT_END=14; public static final int EOF=-1; public static final int RULE_IDENTIFIER_START=21; public static final int RULE_PATTERN=5; 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=15; public static final int T__92=92; public static final int T__90=90; public static final int RULE_RICH_TEXT_END=13; public static final int RULE_DECIMAL=17; 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__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=18; public static final int RULE_TEXT=7; public static final int T__85=85; public static final int T__84=84; public static final int T__87=87; public static final int RULE_IN_RICH_STRING=20; public static final int T__86=86; public static final int T__89=89; public static final int T__88=88; public static final int RULE_ML_COMMENT=24; 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=6; public static final int T__127=127; public static final int T__71=71; 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 RULE_SUITE_NAME=4; 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=10; public static final int T__79=79; public static final int T__78=78; 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=9; 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 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 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 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=19; public static final int RULE_INT=16; 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=23; public static final int T__48=48; public static final int T__49=49; 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=25; public static final int T__30=30; public static final int T__31=31; public static final int T__32=32; public static final int T__33=33; public static final int T__34=34; public static final int T__35=35; public static final int T__36=36; public static final int T__37=37; public static final int T__38=38; public static final int T__39=39; public static final int RULE_RICH_TEXT_INBETWEEN=11; public static final int RULE_WS=26; // delegates // delegators public InternalSuiteParser(TokenStream input) { this(input, new RecognizerSharedState()); } public InternalSuiteParser(TokenStream input, RecognizerSharedState state) { super(input, state); } public String[] getTokenNames() { return InternalSuiteParser.tokenNames; } public String getGrammarFileName() { return "../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g"; } private SuiteGrammarAccess grammarAccess; public InternalSuiteParser(TokenStream input, SuiteGrammarAccess grammarAccess) { this(input); this.grammarAccess = grammarAccess; registerRules(grammarAccess.getGrammar()); } @Override protected String getFirstRuleName() { return "SuiteFile"; } @Override protected SuiteGrammarAccess getGrammarAccess() { return grammarAccess; } // $ANTLR start "entryRuleSuiteFile" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:67:1: entryRuleSuiteFile returns [EObject current=null] : iv_ruleSuiteFile= ruleSuiteFile EOF ; public final EObject entryRuleSuiteFile() throws RecognitionException { EObject current = null; EObject iv_ruleSuiteFile = null; try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:68:2: (iv_ruleSuiteFile= ruleSuiteFile EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:69:2: iv_ruleSuiteFile= ruleSuiteFile EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSuiteFileRule()); } pushFollow(FollowSets000.FOLLOW_ruleSuiteFile_in_entryRuleSuiteFile75); iv_ruleSuiteFile=ruleSuiteFile(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleSuiteFile; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleSuiteFile85); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleSuiteFile" // $ANTLR start "ruleSuiteFile" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:76:1: ruleSuiteFile returns [EObject current=null] : ( () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) (otherlv_3= ';' )? )? ( (lv_importSection_4_0= ruleXImportSection ) )? ( (lv_xtendTypes_5_0= ruleSuite ) )* ) ; public final EObject ruleSuiteFile() throws RecognitionException { EObject current = null; Token otherlv_1=null; Token otherlv_3=null; AntlrDatatypeRuleToken lv_package_2_0 = null; EObject lv_importSection_4_0 = null; EObject lv_xtendTypes_5_0 = null; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:79:28: ( ( () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) (otherlv_3= ';' )? )? ( (lv_importSection_4_0= ruleXImportSection ) )? ( (lv_xtendTypes_5_0= ruleSuite ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:80:1: ( () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) (otherlv_3= ';' )? )? ( (lv_importSection_4_0= ruleXImportSection ) )? ( (lv_xtendTypes_5_0= ruleSuite ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:80:1: ( () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) (otherlv_3= ';' )? )? ( (lv_importSection_4_0= ruleXImportSection ) )? ( (lv_xtendTypes_5_0= ruleSuite ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:80:2: () (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) (otherlv_3= ';' )? )? ( (lv_importSection_4_0= ruleXImportSection ) )? ( (lv_xtendTypes_5_0= ruleSuite ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:80:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:81:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getSuiteFileAccess().getSuiteFileAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:86:2: (otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) (otherlv_3= ';' )? )? int alt2=2; int LA2_0 = input.LA(1); if ( (LA2_0==28) ) { alt2=1; } switch (alt2) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:86:4: otherlv_1= 'package' ( (lv_package_2_0= ruleQualifiedName ) ) (otherlv_3= ';' )? { otherlv_1=(Token)match(input,28,FollowSets000.FOLLOW_28_in_ruleSuiteFile132); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getSuiteFileAccess().getPackageKeyword_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:90:1: ( (lv_package_2_0= ruleQualifiedName ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:91:1: (lv_package_2_0= ruleQualifiedName ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:91:1: (lv_package_2_0= ruleQualifiedName ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:92:3: lv_package_2_0= ruleQualifiedName { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSuiteFileAccess().getPackageQualifiedNameParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_ruleSuiteFile153); lv_package_2_0=ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getSuiteFileRule()); } set( current, "package", lv_package_2_0, "QualifiedName"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:108:2: (otherlv_3= ';' )? int alt1=2; int LA1_0 = input.LA(1); if ( (LA1_0==29) ) { alt1=1; } switch (alt1) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:108:4: otherlv_3= ';' { otherlv_3=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleSuiteFile166); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getSuiteFileAccess().getSemicolonKeyword_1_2()); } } break; } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:112:5: ( (lv_importSection_4_0= ruleXImportSection ) )? int alt3=2; int LA3_0 = input.LA(1); if ( (LA3_0==71) ) { alt3=1; } switch (alt3) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:113:1: (lv_importSection_4_0= ruleXImportSection ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:113:1: (lv_importSection_4_0= ruleXImportSection ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:114:3: lv_importSection_4_0= ruleXImportSection { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSuiteFileAccess().getImportSectionXImportSectionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXImportSection_in_ruleSuiteFile191); lv_importSection_4_0=ruleXImportSection(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getSuiteFileRule()); } set( current, "importSection", lv_importSection_4_0, "XImportSection"); afterParserOrEnumRuleCall(); } } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:130:3: ( (lv_xtendTypes_5_0= ruleSuite ) )* loop4: do { int alt4=2; int LA4_0 = input.LA(1); if ( (LA4_0==RULE_SUITE_NAME||LA4_0==81) ) { alt4=1; } switch (alt4) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:131:1: (lv_xtendTypes_5_0= ruleSuite ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:131:1: (lv_xtendTypes_5_0= ruleSuite ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:132:3: lv_xtendTypes_5_0= ruleSuite { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSuiteFileAccess().getXtendTypesSuiteParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleSuite_in_ruleSuiteFile213); lv_xtendTypes_5_0=ruleSuite(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getSuiteFileRule()); } add( current, "xtendTypes", lv_xtendTypes_5_0, "Suite"); afterParserOrEnumRuleCall(); } } } break; default : break loop4; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleSuiteFile" // $ANTLR start "entryRuleSuite" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:158:1: entryRuleSuite returns [EObject current=null] : iv_ruleSuite= ruleSuite EOF ; public final EObject entryRuleSuite() throws RecognitionException { EObject current = null; EObject iv_ruleSuite = null; try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:159:2: (iv_ruleSuite= ruleSuite EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:160:2: iv_ruleSuite= ruleSuite EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSuiteRule()); } pushFollow(FollowSets000.FOLLOW_ruleSuite_in_entryRuleSuite252); iv_ruleSuite=ruleSuite(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleSuite; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleSuite262); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleSuite" // $ANTLR start "ruleSuite" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:167:1: ruleSuite returns [EObject current=null] : ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_SUITE_NAME ) ) ( (lv_elements_3_0= ruleReference ) )* ) ; public final EObject ruleSuite() throws RecognitionException { EObject current = null; Token lv_name_2_0=null; EObject lv_annotations_1_0 = null; EObject lv_elements_3_0 = null; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:170:28: ( ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_SUITE_NAME ) ) ( (lv_elements_3_0= ruleReference ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:171:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_SUITE_NAME ) ) ( (lv_elements_3_0= ruleReference ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:171:1: ( () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_SUITE_NAME ) ) ( (lv_elements_3_0= ruleReference ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:171:2: () ( (lv_annotations_1_0= ruleXAnnotation ) )* ( (lv_name_2_0= RULE_SUITE_NAME ) ) ( (lv_elements_3_0= ruleReference ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:171:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:172:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getSuiteAccess().getSuiteAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:177:2: ( (lv_annotations_1_0= ruleXAnnotation ) )* loop5: do { int alt5=2; int LA5_0 = input.LA(1); if ( (LA5_0==81) ) { alt5=1; } switch (alt5) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:178:1: (lv_annotations_1_0= ruleXAnnotation ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:178:1: (lv_annotations_1_0= ruleXAnnotation ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:179:3: lv_annotations_1_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSuiteAccess().getAnnotationsXAnnotationParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleSuite317); lv_annotations_1_0=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getSuiteRule()); } add( current, "annotations", lv_annotations_1_0, "XAnnotation"); afterParserOrEnumRuleCall(); } } } break; default : break loop5; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:195:3: ( (lv_name_2_0= RULE_SUITE_NAME ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:196:1: (lv_name_2_0= RULE_SUITE_NAME ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:196:1: (lv_name_2_0= RULE_SUITE_NAME ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:197:3: lv_name_2_0= RULE_SUITE_NAME { lv_name_2_0=(Token)match(input,RULE_SUITE_NAME,FollowSets000.FOLLOW_RULE_SUITE_NAME_in_ruleSuite335); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_name_2_0, grammarAccess.getSuiteAccess().getNameSUITE_NAMETerminalRuleCall_2_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getSuiteRule()); } setWithLastConsumed( current, "name", lv_name_2_0, "SUITE_NAME"); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:213:2: ( (lv_elements_3_0= ruleReference ) )* loop6: do { int alt6=2; int LA6_0 = input.LA(1); if ( (LA6_0==30) ) { alt6=1; } switch (alt6) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:214:1: (lv_elements_3_0= ruleReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:214:1: (lv_elements_3_0= ruleReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:215:3: lv_elements_3_0= ruleReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSuiteAccess().getElementsReferenceParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleReference_in_ruleSuite361); lv_elements_3_0=ruleReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getSuiteRule()); } add( current, "elements", lv_elements_3_0, "Reference"); afterParserOrEnumRuleCall(); } } } break; default : break loop6; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleSuite" // $ANTLR start "entryRulePatternReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:239:1: entryRulePatternReference returns [EObject current=null] : iv_rulePatternReference= rulePatternReference EOF ; public final EObject entryRulePatternReference() throws RecognitionException { EObject current = null; EObject iv_rulePatternReference = null; try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:240:2: (iv_rulePatternReference= rulePatternReference EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:241:2: iv_rulePatternReference= rulePatternReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getPatternReferenceRule()); } pushFollow(FollowSets000.FOLLOW_rulePatternReference_in_entryRulePatternReference398); iv_rulePatternReference=rulePatternReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_rulePatternReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRulePatternReference408); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRulePatternReference" // $ANTLR start "rulePatternReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:248:1: rulePatternReference returns [EObject current=null] : (otherlv_0= '-' ( (lv_pattern_1_0= RULE_PATTERN ) ) ) ; public final EObject rulePatternReference() throws RecognitionException { EObject current = null; Token otherlv_0=null; Token lv_pattern_1_0=null; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:251:28: ( (otherlv_0= '-' ( (lv_pattern_1_0= RULE_PATTERN ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:252:1: (otherlv_0= '-' ( (lv_pattern_1_0= RULE_PATTERN ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:252:1: (otherlv_0= '-' ( (lv_pattern_1_0= RULE_PATTERN ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:252:3: otherlv_0= '-' ( (lv_pattern_1_0= RULE_PATTERN ) ) { otherlv_0=(Token)match(input,30,FollowSets000.FOLLOW_30_in_rulePatternReference445); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getPatternReferenceAccess().getHyphenMinusKeyword_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:256:1: ( (lv_pattern_1_0= RULE_PATTERN ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:257:1: (lv_pattern_1_0= RULE_PATTERN ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:257:1: (lv_pattern_1_0= RULE_PATTERN ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:258:3: lv_pattern_1_0= RULE_PATTERN { lv_pattern_1_0=(Token)match(input,RULE_PATTERN,FollowSets000.FOLLOW_RULE_PATTERN_in_rulePatternReference462); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_pattern_1_0, grammarAccess.getPatternReferenceAccess().getPatternPATTERNTerminalRuleCall_1_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getPatternReferenceRule()); } setWithLastConsumed( current, "pattern", lv_pattern_1_0, "PATTERN"); } } } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "rulePatternReference" // $ANTLR start "entryRuleReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:282:1: entryRuleReference returns [EObject current=null] : iv_ruleReference= ruleReference EOF ; public final EObject entryRuleReference() throws RecognitionException { EObject current = null; EObject iv_ruleReference = null; try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:283:2: (iv_ruleReference= ruleReference EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:284:2: iv_ruleReference= ruleReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleReference_in_entryRuleReference503); iv_ruleReference=ruleReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleReference513); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleReference" // $ANTLR start "ruleReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:291:1: ruleReference returns [EObject current=null] : (this_SpecReference_0= ruleSpecReference | this_PatternReference_1= rulePatternReference ) ; public final EObject ruleReference() throws RecognitionException { EObject current = null; EObject this_SpecReference_0 = null; EObject this_PatternReference_1 = null; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:294:28: ( (this_SpecReference_0= ruleSpecReference | this_PatternReference_1= rulePatternReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:295:1: (this_SpecReference_0= ruleSpecReference | this_PatternReference_1= rulePatternReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:295:1: (this_SpecReference_0= ruleSpecReference | this_PatternReference_1= rulePatternReference ) int alt7=2; int LA7_0 = input.LA(1); if ( (LA7_0==30) ) { int LA7_1 = input.LA(2); if ( (LA7_1==RULE_STRING) ) { alt7=1; } else if ( (LA7_1==RULE_PATTERN) ) { alt7=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 7, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 7, 0, input); throw nvae; } switch (alt7) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:296:5: this_SpecReference_0= ruleSpecReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getReferenceAccess().getSpecReferenceParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleSpecReference_in_ruleReference560); this_SpecReference_0=ruleSpecReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_SpecReference_0; afterParserOrEnumRuleCall(); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:306:5: this_PatternReference_1= rulePatternReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getReferenceAccess().getPatternReferenceParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_rulePatternReference_in_ruleReference587); this_PatternReference_1=rulePatternReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_PatternReference_1; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleReference" // $ANTLR start "entryRuleSpecReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:322:1: entryRuleSpecReference returns [EObject current=null] : iv_ruleSpecReference= ruleSpecReference EOF ; public final EObject entryRuleSpecReference() throws RecognitionException { EObject current = null; EObject iv_ruleSpecReference = null; try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:323:2: (iv_ruleSpecReference= ruleSpecReference EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:324:2: iv_ruleSpecReference= ruleSpecReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSpecReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleSpecReference_in_entryRuleSpecReference622); iv_ruleSpecReference=ruleSpecReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleSpecReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleSpecReference632); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleSpecReference" // $ANTLR start "ruleSpecReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:331:1: ruleSpecReference returns [EObject current=null] : (otherlv_0= '-' ( (otherlv_1= RULE_STRING ) ) ( (lv_text_2_0= RULE_TEXT ) )? ) ; public final EObject ruleSpecReference() throws RecognitionException { EObject current = null; Token otherlv_0=null; Token otherlv_1=null; Token lv_text_2_0=null; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:334:28: ( (otherlv_0= '-' ( (otherlv_1= RULE_STRING ) ) ( (lv_text_2_0= RULE_TEXT ) )? ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:335:1: (otherlv_0= '-' ( (otherlv_1= RULE_STRING ) ) ( (lv_text_2_0= RULE_TEXT ) )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:335:1: (otherlv_0= '-' ( (otherlv_1= RULE_STRING ) ) ( (lv_text_2_0= RULE_TEXT ) )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:335:3: otherlv_0= '-' ( (otherlv_1= RULE_STRING ) ) ( (lv_text_2_0= RULE_TEXT ) )? { otherlv_0=(Token)match(input,30,FollowSets000.FOLLOW_30_in_ruleSpecReference669); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getSpecReferenceAccess().getHyphenMinusKeyword_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:339:1: ( (otherlv_1= RULE_STRING ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:340:1: (otherlv_1= RULE_STRING ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:340:1: (otherlv_1= RULE_STRING ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:341:3: otherlv_1= RULE_STRING { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getSpecReferenceRule()); } } otherlv_1=(Token)match(input,RULE_STRING,FollowSets000.FOLLOW_RULE_STRING_in_ruleSpecReference689); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getSpecReferenceAccess().getSpecSpecificationCrossReference_1_0()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:352:2: ( (lv_text_2_0= RULE_TEXT ) )? int alt8=2; int LA8_0 = input.LA(1); if ( (LA8_0==RULE_TEXT) ) { alt8=1; } switch (alt8) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:353:1: (lv_text_2_0= RULE_TEXT ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:353:1: (lv_text_2_0= RULE_TEXT ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:354:3: lv_text_2_0= RULE_TEXT { lv_text_2_0=(Token)match(input,RULE_TEXT,FollowSets000.FOLLOW_RULE_TEXT_in_ruleSpecReference706); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_text_2_0, grammarAccess.getSpecReferenceAccess().getTextTEXTTerminalRuleCall_2_0()); } if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getSpecReferenceRule()); } setWithLastConsumed( current, "text", lv_text_2_0, "TEXT"); } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleSpecReference" // $ANTLR start "entryRuleQualifiedName" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:378: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:379:2: (iv_ruleQualifiedName= ruleQualifiedName EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:380:2: iv_ruleQualifiedName= ruleQualifiedName EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameRule()); } pushFollow(FollowSets000.FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName749); 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_entryRuleQualifiedName760); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleQualifiedName" // $ANTLR start "ruleQualifiedName" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:387: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:390:28: ( (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:391:1: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:391:1: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:392:5: this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleQualifiedName807); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:402:1: ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* loop9: do { int alt9=2; alt9 = dfa9.predict(input); switch (alt9) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:402:2: ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:402:2: ( ( '.' )=>kw= '.' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:402:3: ( '.' )=>kw= '.' { kw=(Token)match(input,31,FollowSets000.FOLLOW_31_in_ruleQualifiedName835); 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_ruleQualifiedName858); 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 loop9; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleQualifiedName" // $ANTLR start "entryRuleType" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:433: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:434:2: (iv_ruleType= ruleType EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:435:2: iv_ruleType= ruleType EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeRule()); } pushFollow(FollowSets000.FOLLOW_ruleType_in_entryRuleType909); iv_ruleType=ruleType(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleType; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleType919); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleType" // $ANTLR start "ruleType" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:442: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:445: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:446: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:446: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:446: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:446:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:447:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getTypeAccess().getXtendTypeDeclarationAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:452:2: ( (lv_annotations_1_0= ruleXAnnotation ) )* loop10: do { int alt10=2; int LA10_0 = input.LA(1); if ( (LA10_0==81) ) { alt10=1; } switch (alt10) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:453:1: (lv_annotations_1_0= ruleXAnnotation ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:453:1: (lv_annotations_1_0= ruleXAnnotation ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:454:3: lv_annotations_1_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getAnnotationsXAnnotationParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleType974); 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 loop10; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:470: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 alt30=4; alt30 = dfa30.predict(input); switch (alt30) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:470: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:470: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:470: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:470:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:471:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeAccess().getXtendClassAnnotationInfoAction_2_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:476:2: ( (lv_modifiers_3_0= ruleCommonModifier ) )* loop11: do { int alt11=2; int LA11_0 = input.LA(1); if ( (LA11_0==28||(LA11_0>=50 && LA11_0<=61)) ) { alt11=1; } switch (alt11) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:477:1: (lv_modifiers_3_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:477:1: (lv_modifiers_3_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:478:3: lv_modifiers_3_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getModifiersCommonModifierParserRuleCall_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleType1007); 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 loop11; } } while (true); otherlv_4=(Token)match(input,32,FollowSets000.FOLLOW_32_in_ruleType1020); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getTypeAccess().getClassKeyword_2_0_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:498:1: ( (lv_name_5_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:499:1: (lv_name_5_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:499:1: (lv_name_5_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:500:3: lv_name_5_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getNameValidIDParserRuleCall_2_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleType1041); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:516:2: (otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' )? int alt13=2; int LA13_0 = input.LA(1); if ( (LA13_0==33) ) { alt13=1; } switch (alt13) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:516:4: otherlv_6= '<' ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* otherlv_10= '>' { otherlv_6=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleType1054); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getTypeAccess().getLessThanSignKeyword_2_0_4_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:520:1: ( (lv_typeParameters_7_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:521:1: (lv_typeParameters_7_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:521:1: (lv_typeParameters_7_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:522:3: lv_typeParameters_7_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_0_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleType1075); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:538:2: (otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) )* loop12: do { int alt12=2; int LA12_0 = input.LA(1); if ( (LA12_0==34) ) { alt12=1; } switch (alt12) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:538:4: otherlv_8= ',' ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) { otherlv_8=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleType1088); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_8, grammarAccess.getTypeAccess().getCommaKeyword_2_0_4_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:542:1: ( (lv_typeParameters_9_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:543:1: (lv_typeParameters_9_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:543:1: (lv_typeParameters_9_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:544: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_ruleType1109); 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 loop12; } } while (true); otherlv_10=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleType1123); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getTypeAccess().getGreaterThanSignKeyword_2_0_4_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:564:3: (otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) )? int alt14=2; int LA14_0 = input.LA(1); if ( (LA14_0==36) ) { alt14=1; } switch (alt14) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:564:5: otherlv_11= 'extends' ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) { otherlv_11=(Token)match(input,36,FollowSets000.FOLLOW_36_in_ruleType1138); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getTypeAccess().getExtendsKeyword_2_0_5_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:568:1: ( (lv_extends_12_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:569:1: (lv_extends_12_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:569:1: (lv_extends_12_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:570:3: lv_extends_12_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_0_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleType1159); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:586:4: (otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* )? int alt16=2; int LA16_0 = input.LA(1); if ( (LA16_0==37) ) { alt16=1; } switch (alt16) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:586:6: otherlv_13= 'implements' ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* { otherlv_13=(Token)match(input,37,FollowSets000.FOLLOW_37_in_ruleType1174); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getTypeAccess().getImplementsKeyword_2_0_6_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:590:1: ( (lv_implements_14_0= ruleJvmSuperTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:591:1: (lv_implements_14_0= ruleJvmSuperTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:591:1: (lv_implements_14_0= ruleJvmSuperTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:592:3: lv_implements_14_0= ruleJvmSuperTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getImplementsJvmSuperTypeReferenceParserRuleCall_2_0_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmSuperTypeReference_in_ruleType1195); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:608:2: (otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) )* loop15: do { int alt15=2; int LA15_0 = input.LA(1); if ( (LA15_0==34) ) { alt15=1; } switch (alt15) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:608:4: otherlv_15= ',' ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) { otherlv_15=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleType1208); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_15, grammarAccess.getTypeAccess().getCommaKeyword_2_0_6_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:612:1: ( (lv_implements_16_0= ruleJvmSuperTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:613:1: (lv_implements_16_0= ruleJvmSuperTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:613:1: (lv_implements_16_0= ruleJvmSuperTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:614: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_ruleType1229); 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 loop15; } } while (true); } break; } otherlv_17=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleType1245); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_17, grammarAccess.getTypeAccess().getLeftCurlyBracketKeyword_2_0_7()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:634:1: ( (lv_members_18_0= ruleMember ) )* loop17: do { int alt17=2; int LA17_0 = input.LA(1); if ( (LA17_0==RULE_ID||LA17_0==28||LA17_0==32||(LA17_0>=40 && LA17_0<=43)||LA17_0==45||LA17_0==47||(LA17_0>=49 && LA17_0<=66)||(LA17_0>=68 && LA17_0<=70)||LA17_0==81) ) { alt17=1; } switch (alt17) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:635:1: (lv_members_18_0= ruleMember ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:635:1: (lv_members_18_0= ruleMember ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:636:3: lv_members_18_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getMembersMemberParserRuleCall_2_0_8_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleType1266); 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 loop17; } } while (true); otherlv_19=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleType1279); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_19, grammarAccess.getTypeAccess().getRightCurlyBracketKeyword_2_0_9()); } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:657: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:657: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:657: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:657:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:658:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeAccess().getXtendInterfaceAnnotationInfoAction_2_1_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:663:2: ( (lv_modifiers_21_0= ruleCommonModifier ) )* loop18: do { int alt18=2; int LA18_0 = input.LA(1); if ( (LA18_0==28||(LA18_0>=50 && LA18_0<=61)) ) { alt18=1; } switch (alt18) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:664:1: (lv_modifiers_21_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:664:1: (lv_modifiers_21_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:665:3: lv_modifiers_21_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getModifiersCommonModifierParserRuleCall_2_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleType1317); 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 loop18; } } while (true); otherlv_22=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleType1330); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_22, grammarAccess.getTypeAccess().getInterfaceKeyword_2_1_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:685:1: ( (lv_name_23_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:686:1: (lv_name_23_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:686:1: (lv_name_23_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:687:3: lv_name_23_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getNameValidIDParserRuleCall_2_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleType1351); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:703:2: (otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' )? int alt20=2; int LA20_0 = input.LA(1); if ( (LA20_0==33) ) { alt20=1; } switch (alt20) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:703:4: otherlv_24= '<' ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* otherlv_28= '>' { otherlv_24=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleType1364); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_24, grammarAccess.getTypeAccess().getLessThanSignKeyword_2_1_4_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:707:1: ( (lv_typeParameters_25_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:708:1: (lv_typeParameters_25_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:708:1: (lv_typeParameters_25_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:709:3: lv_typeParameters_25_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleType1385); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:725:2: (otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) )* loop19: do { int alt19=2; int LA19_0 = input.LA(1); if ( (LA19_0==34) ) { alt19=1; } switch (alt19) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:725:4: otherlv_26= ',' ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) { otherlv_26=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleType1398); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_26, grammarAccess.getTypeAccess().getCommaKeyword_2_1_4_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:729:1: ( (lv_typeParameters_27_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:730:1: (lv_typeParameters_27_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:730:1: (lv_typeParameters_27_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:731: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_ruleType1419); 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 loop19; } } while (true); otherlv_28=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleType1433); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_28, grammarAccess.getTypeAccess().getGreaterThanSignKeyword_2_1_4_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:751:3: (otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* )? int alt22=2; int LA22_0 = input.LA(1); if ( (LA22_0==36) ) { alt22=1; } switch (alt22) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:751:5: otherlv_29= 'extends' ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* { otherlv_29=(Token)match(input,36,FollowSets000.FOLLOW_36_in_ruleType1448); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_29, grammarAccess.getTypeAccess().getExtendsKeyword_2_1_5_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:755:1: ( (lv_extends_30_0= ruleJvmSuperTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:756:1: (lv_extends_30_0= ruleJvmSuperTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:756:1: (lv_extends_30_0= ruleJvmSuperTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:757:3: lv_extends_30_0= ruleJvmSuperTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getExtendsJvmSuperTypeReferenceParserRuleCall_2_1_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmSuperTypeReference_in_ruleType1469); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:773:2: (otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) )* loop21: do { int alt21=2; int LA21_0 = input.LA(1); if ( (LA21_0==34) ) { alt21=1; } switch (alt21) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:773:4: otherlv_31= ',' ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) { otherlv_31=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleType1482); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_31, grammarAccess.getTypeAccess().getCommaKeyword_2_1_5_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:777:1: ( (lv_extends_32_0= ruleJvmSuperTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:778:1: (lv_extends_32_0= ruleJvmSuperTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:778:1: (lv_extends_32_0= ruleJvmSuperTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:779: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_ruleType1503); 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 loop21; } } while (true); } break; } otherlv_33=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleType1519); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_33, grammarAccess.getTypeAccess().getLeftCurlyBracketKeyword_2_1_6()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:799:1: ( (lv_members_34_0= ruleMember ) )* loop23: do { int alt23=2; int LA23_0 = input.LA(1); if ( (LA23_0==RULE_ID||LA23_0==28||LA23_0==32||(LA23_0>=40 && LA23_0<=43)||LA23_0==45||LA23_0==47||(LA23_0>=49 && LA23_0<=66)||(LA23_0>=68 && LA23_0<=70)||LA23_0==81) ) { alt23=1; } switch (alt23) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:800:1: (lv_members_34_0= ruleMember ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:800:1: (lv_members_34_0= ruleMember ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:801:3: lv_members_34_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getMembersMemberParserRuleCall_2_1_7_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleType1540); 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 loop23; } } while (true); otherlv_35=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleType1553); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_35, grammarAccess.getTypeAccess().getRightCurlyBracketKeyword_2_1_8()); } } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:822: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:822: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:822: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:822:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:823:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeAccess().getXtendEnumAnnotationInfoAction_2_2_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:828:2: ( (lv_modifiers_37_0= ruleCommonModifier ) )* loop24: do { int alt24=2; int LA24_0 = input.LA(1); if ( (LA24_0==28||(LA24_0>=50 && LA24_0<=61)) ) { alt24=1; } switch (alt24) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:829:1: (lv_modifiers_37_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:829:1: (lv_modifiers_37_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:830:3: lv_modifiers_37_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getModifiersCommonModifierParserRuleCall_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleType1591); 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 loop24; } } while (true); otherlv_38=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleType1604); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_38, grammarAccess.getTypeAccess().getEnumKeyword_2_2_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:850:1: ( (lv_name_39_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:851:1: (lv_name_39_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:851:1: (lv_name_39_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:852:3: lv_name_39_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getNameValidIDParserRuleCall_2_2_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleType1625); 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,38,FollowSets000.FOLLOW_38_in_ruleType1637); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_40, grammarAccess.getTypeAccess().getLeftCurlyBracketKeyword_2_2_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:872:1: ( ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* )? int alt26=2; int LA26_0 = input.LA(1); if ( (LA26_0==RULE_ID||LA26_0==42||LA26_0==66||(LA26_0>=68 && LA26_0<=70)) ) { alt26=1; } switch (alt26) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:872:2: ( (lv_members_41_0= ruleXtendEnumLiteral ) ) (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:872:2: ( (lv_members_41_0= ruleXtendEnumLiteral ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:873:1: (lv_members_41_0= ruleXtendEnumLiteral ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:873:1: (lv_members_41_0= ruleXtendEnumLiteral ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:874:3: lv_members_41_0= ruleXtendEnumLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getMembersXtendEnumLiteralParserRuleCall_2_2_5_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_ruleType1659); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:890:2: (otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) )* loop25: do { int alt25=2; int LA25_0 = input.LA(1); if ( (LA25_0==34) ) { alt25=1; } switch (alt25) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:890:4: otherlv_42= ',' ( (lv_members_43_0= ruleXtendEnumLiteral ) ) { otherlv_42=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleType1672); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_42, grammarAccess.getTypeAccess().getCommaKeyword_2_2_5_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:894:1: ( (lv_members_43_0= ruleXtendEnumLiteral ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:895:1: (lv_members_43_0= ruleXtendEnumLiteral ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:895:1: (lv_members_43_0= ruleXtendEnumLiteral ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:896: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_ruleType1693); 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 loop25; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:912:6: (otherlv_44= ';' )? int alt27=2; int LA27_0 = input.LA(1); if ( (LA27_0==29) ) { alt27=1; } switch (alt27) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:912:8: otherlv_44= ';' { otherlv_44=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleType1710); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_44, grammarAccess.getTypeAccess().getSemicolonKeyword_2_2_6()); } } break; } otherlv_45=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleType1724); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_45, grammarAccess.getTypeAccess().getRightCurlyBracketKeyword_2_2_7()); } } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:921: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:921: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:921: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:921:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:922:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeAccess().getXtendAnnotationTypeAnnotationInfoAction_2_3_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:927:2: ( (lv_modifiers_47_0= ruleCommonModifier ) )* loop28: do { int alt28=2; int LA28_0 = input.LA(1); if ( (LA28_0==28||(LA28_0>=50 && LA28_0<=61)) ) { alt28=1; } switch (alt28) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:928:1: (lv_modifiers_47_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:928:1: (lv_modifiers_47_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:929:3: lv_modifiers_47_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getModifiersCommonModifierParserRuleCall_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleType1762); 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 loop28; } } while (true); otherlv_48=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleType1775); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_48, grammarAccess.getTypeAccess().getAnnotationKeyword_2_3_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:949:1: ( (lv_name_49_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:950:1: (lv_name_49_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:950:1: (lv_name_49_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:951:3: lv_name_49_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getNameValidIDParserRuleCall_2_3_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleType1796); 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,38,FollowSets000.FOLLOW_38_in_ruleType1808); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_50, grammarAccess.getTypeAccess().getLeftCurlyBracketKeyword_2_3_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:971:1: ( (lv_members_51_0= ruleAnnotationField ) )* loop29: do { int alt29=2; int LA29_0 = input.LA(1); if ( (LA29_0==RULE_ID||LA29_0==28||LA29_0==32||(LA29_0>=40 && LA29_0<=43)||LA29_0==45||(LA29_0>=50 && LA29_0<=63)||LA29_0==66||(LA29_0>=68 && LA29_0<=70)||LA29_0==81) ) { alt29=1; } switch (alt29) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:972:1: (lv_members_51_0= ruleAnnotationField ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:972:1: (lv_members_51_0= ruleAnnotationField ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:973:3: lv_members_51_0= ruleAnnotationField { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeAccess().getMembersAnnotationFieldParserRuleCall_2_3_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnnotationField_in_ruleType1829); 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 loop29; } } while (true); otherlv_52=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleType1842); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1001: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1002:2: (iv_ruleJvmSuperTypeReference= ruleJvmSuperTypeReference EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1003:2: iv_ruleJvmSuperTypeReference= ruleJvmSuperTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmSuperTypeReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmSuperTypeReference_in_entryRuleJvmSuperTypeReference1880); iv_ruleJvmSuperTypeReference=ruleJvmSuperTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmSuperTypeReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmSuperTypeReference1890); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmSuperTypeReference" // $ANTLR start "ruleJvmSuperTypeReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1010: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1013:28: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference | this_XFunctionSuperTypeRef_1= ruleXFunctionSuperTypeRef ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1014:1: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference | this_XFunctionSuperTypeRef_1= ruleXFunctionSuperTypeRef ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1014:1: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference | this_XFunctionSuperTypeRef_1= ruleXFunctionSuperTypeRef ) int alt31=2; int LA31_0 = input.LA(1); if ( (LA31_0==RULE_ID||LA31_0==42||LA31_0==66||(LA31_0>=68 && LA31_0<=70)) ) { alt31=1; } else if ( (LA31_0==43||LA31_0==45) ) { alt31=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 31, 0, input); throw nvae; } switch (alt31) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1015:5: this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmSuperTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleJvmSuperTypeReference1937); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1025:5: this_XFunctionSuperTypeRef_1= ruleXFunctionSuperTypeRef { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmSuperTypeReferenceAccess().getXFunctionSuperTypeRefParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXFunctionSuperTypeRef_in_ruleJvmSuperTypeReference1964); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1041: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1042:2: (iv_ruleXFunctionSuperTypeRef= ruleXFunctionSuperTypeRef EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1043:2: iv_ruleXFunctionSuperTypeRef= ruleXFunctionSuperTypeRef EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionSuperTypeRefRule()); } pushFollow(FollowSets000.FOLLOW_ruleXFunctionSuperTypeRef_in_entryRuleXFunctionSuperTypeRef1999); iv_ruleXFunctionSuperTypeRef=ruleXFunctionSuperTypeRef(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXFunctionSuperTypeRef; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXFunctionSuperTypeRef2009); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXFunctionSuperTypeRef" // $ANTLR start "ruleXFunctionSuperTypeRef" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1050: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1053: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1054: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1054: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1054: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1054:2: ( ( (lv_instanceContext_0_0= '(' ) ) ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? int alt34=2; int LA34_0 = input.LA(1); if ( (LA34_0==43) ) { alt34=1; } switch (alt34) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1054:3: ( (lv_instanceContext_0_0= '(' ) ) ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1054:3: ( (lv_instanceContext_0_0= '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1055:1: (lv_instanceContext_0_0= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1055:1: (lv_instanceContext_0_0= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1056:3: lv_instanceContext_0_0= '(' { lv_instanceContext_0_0=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXFunctionSuperTypeRef2053); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1069:2: ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? int alt33=2; int LA33_0 = input.LA(1); if ( (LA33_0==RULE_ID||(LA33_0>=42 && LA33_0<=43)||LA33_0==45||LA33_0==66||(LA33_0>=68 && LA33_0<=70)) ) { alt33=1; } switch (alt33) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1069:3: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1069:3: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1070:1: (lv_paramTypes_1_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1070:1: (lv_paramTypes_1_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1071:3: lv_paramTypes_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionSuperTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef2088); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1087:2: (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* loop32: do { int alt32=2; int LA32_0 = input.LA(1); if ( (LA32_0==34) ) { alt32=1; } switch (alt32) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1087:4: otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) { otherlv_2=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXFunctionSuperTypeRef2101); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXFunctionSuperTypeRefAccess().getCommaKeyword_0_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1091:1: ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1092:1: (lv_paramTypes_3_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1092:1: (lv_paramTypes_3_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1093:3: lv_paramTypes_3_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionSuperTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef2122); 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 loop32; } } while (true); } break; } otherlv_4=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleXFunctionSuperTypeRef2138); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXFunctionSuperTypeRefAccess().getRightParenthesisKeyword_0_2()); } } break; } otherlv_5=(Token)match(input,45,FollowSets000.FOLLOW_45_in_ruleXFunctionSuperTypeRef2152); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXFunctionSuperTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1117:1: ( (lv_returnType_6_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1118:1: (lv_returnType_6_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1118:1: (lv_returnType_6_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1119:3: lv_returnType_6_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionSuperTypeRefAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef2173); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1143: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1144:2: (iv_ruleAnnotationField= ruleAnnotationField EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1145:2: iv_ruleAnnotationField= ruleAnnotationField EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldRule()); } pushFollow(FollowSets000.FOLLOW_ruleAnnotationField_in_entryRuleAnnotationField2209); iv_ruleAnnotationField=ruleAnnotationField(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleAnnotationField; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleAnnotationField2219); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleAnnotationField" // $ANTLR start "ruleAnnotationField" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1152: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1155: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1156: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1156: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1156: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1156:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1157:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getAnnotationFieldAccess().getXtendMemberAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1162:2: ( (lv_annotations_1_0= ruleXAnnotation ) )* loop35: do { int alt35=2; int LA35_0 = input.LA(1); if ( (LA35_0==81) ) { alt35=1; } switch (alt35) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1163:1: (lv_annotations_1_0= ruleXAnnotation ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1163:1: (lv_annotations_1_0= ruleXAnnotation ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1164:3: lv_annotations_1_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getAnnotationsXAnnotationParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleAnnotationField2274); 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 loop35; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1180: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 alt62=5; alt62 = dfa62.predict(input); switch (alt62) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1180: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1180: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1180: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1180: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 alt40=2; alt40 = dfa40.predict(input); switch (alt40) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1180: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1180: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1180: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1180:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1181:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendFieldAnnotationInfoAction_2_0_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1186:2: ( (lv_modifiers_3_0= ruleCommonModifier ) )* loop36: do { int alt36=2; int LA36_0 = input.LA(1); if ( (LA36_0==28||(LA36_0>=50 && LA36_0<=61)) ) { alt36=1; } switch (alt36) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1187:1: (lv_modifiers_3_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1187:1: (lv_modifiers_3_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1188: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_ruleAnnotationField2309); 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 loop36; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1204:3: ( (lv_modifiers_4_0= ruleFieldModifier ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1205:1: (lv_modifiers_4_0= ruleFieldModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1205:1: (lv_modifiers_4_0= ruleFieldModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1206: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_ruleAnnotationField2331); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1222:2: ( (lv_modifiers_5_0= ruleCommonModifier ) )* loop37: do { int alt37=2; int LA37_0 = input.LA(1); if ( (LA37_0==28||(LA37_0>=50 && LA37_0<=61)) ) { alt37=1; } switch (alt37) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1223:1: (lv_modifiers_5_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1223:1: (lv_modifiers_5_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1224: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_ruleAnnotationField2352); 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 loop37; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1240:3: ( (lv_type_6_0= ruleJvmTypeReference ) )? int alt38=2; alt38 = dfa38.predict(input); switch (alt38) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1241:1: (lv_type_6_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1241:1: (lv_type_6_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1242: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_ruleAnnotationField2374); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1258:3: ( (lv_name_7_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1259:1: (lv_name_7_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1259:1: (lv_name_7_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1260: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_ruleAnnotationField2396); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1277:6: ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1277:6: ( () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1277:7: () ( (lv_modifiers_9_0= ruleCommonModifier ) )* ( (lv_type_10_0= ruleJvmTypeReference ) ) ( (lv_name_11_0= ruleValidID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1277:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1278:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendFieldAnnotationInfoAction_2_0_0_1_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1283:2: ( (lv_modifiers_9_0= ruleCommonModifier ) )* loop39: do { int alt39=2; int LA39_0 = input.LA(1); if ( (LA39_0==28||(LA39_0>=50 && LA39_0<=61)) ) { alt39=1; } switch (alt39) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1284:1: (lv_modifiers_9_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1284:1: (lv_modifiers_9_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1285: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_ruleAnnotationField2434); 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 loop39; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1301:3: ( (lv_type_10_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1302:1: (lv_type_10_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1302:1: (lv_type_10_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1303: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_ruleAnnotationField2456); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1319:2: ( (lv_name_11_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1320:1: (lv_name_11_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1320:1: (lv_name_11_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1321: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_ruleAnnotationField2477); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1337:4: (otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) )? int alt41=2; int LA41_0 = input.LA(1); if ( (LA41_0==46) ) { alt41=1; } switch (alt41) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1337:6: otherlv_12= '=' ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) { otherlv_12=(Token)match(input,46,FollowSets000.FOLLOW_46_in_ruleAnnotationField2492); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_12, grammarAccess.getAnnotationFieldAccess().getEqualsSignKeyword_2_0_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1341:1: ( (lv_initialValue_13_0= ruleXAnnotationElementValue ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1342:1: (lv_initialValue_13_0= ruleXAnnotationElementValue ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1342:1: (lv_initialValue_13_0= ruleXAnnotationElementValue ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1343:3: lv_initialValue_13_0= ruleXAnnotationElementValue { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getInitialValueXAnnotationElementValueParserRuleCall_2_0_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValue_in_ruleAnnotationField2513); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1359:4: (otherlv_14= ';' )? int alt42=2; int LA42_0 = input.LA(1); if ( (LA42_0==29) ) { alt42=1; } switch (alt42) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1359:6: otherlv_14= ';' { otherlv_14=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleAnnotationField2528); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_14, grammarAccess.getAnnotationFieldAccess().getSemicolonKeyword_2_0_2()); } } break; } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1364: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1364: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1364: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1364:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1365:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendClassAnnotationInfoAction_2_1_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1370:2: ( (lv_modifiers_16_0= ruleCommonModifier ) )* loop43: do { int alt43=2; int LA43_0 = input.LA(1); if ( (LA43_0==28||(LA43_0>=50 && LA43_0<=61)) ) { alt43=1; } switch (alt43) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1371:1: (lv_modifiers_16_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1371:1: (lv_modifiers_16_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1372:3: lv_modifiers_16_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField2568); 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 loop43; } } while (true); otherlv_17=(Token)match(input,32,FollowSets000.FOLLOW_32_in_ruleAnnotationField2581); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_17, grammarAccess.getAnnotationFieldAccess().getClassKeyword_2_1_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1392:1: ( (lv_name_18_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1393:1: (lv_name_18_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1393:1: (lv_name_18_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1394:3: lv_name_18_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField2602); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1410:2: (otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' )? int alt45=2; int LA45_0 = input.LA(1); if ( (LA45_0==33) ) { alt45=1; } switch (alt45) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1410:4: otherlv_19= '<' ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* otherlv_23= '>' { otherlv_19=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleAnnotationField2615); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_19, grammarAccess.getAnnotationFieldAccess().getLessThanSignKeyword_2_1_4_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1414:1: ( (lv_typeParameters_20_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1415:1: (lv_typeParameters_20_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1415:1: (lv_typeParameters_20_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1416:3: lv_typeParameters_20_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField2636); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1432:2: (otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) )* loop44: do { int alt44=2; int LA44_0 = input.LA(1); if ( (LA44_0==34) ) { alt44=1; } switch (alt44) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1432:4: otherlv_21= ',' ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) { otherlv_21=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleAnnotationField2649); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_21, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_1_4_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1436:1: ( (lv_typeParameters_22_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1437:1: (lv_typeParameters_22_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1437:1: (lv_typeParameters_22_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1438: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_ruleAnnotationField2670); 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 loop44; } } while (true); otherlv_23=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleAnnotationField2684); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_23, grammarAccess.getAnnotationFieldAccess().getGreaterThanSignKeyword_2_1_4_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1458:3: (otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) )? int alt46=2; int LA46_0 = input.LA(1); if ( (LA46_0==36) ) { alt46=1; } switch (alt46) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1458:5: otherlv_24= 'extends' ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) { otherlv_24=(Token)match(input,36,FollowSets000.FOLLOW_36_in_ruleAnnotationField2699); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_24, grammarAccess.getAnnotationFieldAccess().getExtendsKeyword_2_1_5_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1462:1: ( (lv_extends_25_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1463:1: (lv_extends_25_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1463:1: (lv_extends_25_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1464:3: lv_extends_25_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_1_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField2720); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1480:4: (otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* )? int alt48=2; int LA48_0 = input.LA(1); if ( (LA48_0==37) ) { alt48=1; } switch (alt48) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1480:6: otherlv_26= 'implements' ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* { otherlv_26=(Token)match(input,37,FollowSets000.FOLLOW_37_in_ruleAnnotationField2735); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_26, grammarAccess.getAnnotationFieldAccess().getImplementsKeyword_2_1_6_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1484:1: ( (lv_implements_27_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1485:1: (lv_implements_27_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1485:1: (lv_implements_27_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1486:3: lv_implements_27_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getImplementsJvmParameterizedTypeReferenceParserRuleCall_2_1_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField2756); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1502:2: (otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) )* loop47: do { int alt47=2; int LA47_0 = input.LA(1); if ( (LA47_0==34) ) { alt47=1; } switch (alt47) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1502:4: otherlv_28= ',' ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) { otherlv_28=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleAnnotationField2769); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_28, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_1_6_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1506:1: ( (lv_implements_29_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1507:1: (lv_implements_29_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1507:1: (lv_implements_29_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1508: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_ruleAnnotationField2790); 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 loop47; } } while (true); } break; } otherlv_30=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleAnnotationField2806); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_30, grammarAccess.getAnnotationFieldAccess().getLeftCurlyBracketKeyword_2_1_7()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1528:1: ( (lv_members_31_0= ruleMember ) )* loop49: do { int alt49=2; int LA49_0 = input.LA(1); if ( (LA49_0==RULE_ID||LA49_0==28||LA49_0==32||(LA49_0>=40 && LA49_0<=43)||LA49_0==45||LA49_0==47||(LA49_0>=49 && LA49_0<=66)||(LA49_0>=68 && LA49_0<=70)||LA49_0==81) ) { alt49=1; } switch (alt49) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1529:1: (lv_members_31_0= ruleMember ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1529:1: (lv_members_31_0= ruleMember ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1530:3: lv_members_31_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getMembersMemberParserRuleCall_2_1_8_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleAnnotationField2827); 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 loop49; } } while (true); otherlv_32=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleAnnotationField2840); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_32, grammarAccess.getAnnotationFieldAccess().getRightCurlyBracketKeyword_2_1_9()); } } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1551: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1551: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1551: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1551:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1552:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendInterfaceAnnotationInfoAction_2_2_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1557:2: ( (lv_modifiers_34_0= ruleCommonModifier ) )* loop50: do { int alt50=2; int LA50_0 = input.LA(1); if ( (LA50_0==28||(LA50_0>=50 && LA50_0<=61)) ) { alt50=1; } switch (alt50) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1558:1: (lv_modifiers_34_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1558:1: (lv_modifiers_34_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1559:3: lv_modifiers_34_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField2878); 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 loop50; } } while (true); otherlv_35=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleAnnotationField2891); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_35, grammarAccess.getAnnotationFieldAccess().getInterfaceKeyword_2_2_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1579:1: ( (lv_name_36_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1580:1: (lv_name_36_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1580:1: (lv_name_36_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1581:3: lv_name_36_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_2_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField2912); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1597:2: (otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' )? int alt52=2; int LA52_0 = input.LA(1); if ( (LA52_0==33) ) { alt52=1; } switch (alt52) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1597:4: otherlv_37= '<' ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* otherlv_41= '>' { otherlv_37=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleAnnotationField2925); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_37, grammarAccess.getAnnotationFieldAccess().getLessThanSignKeyword_2_2_4_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1601:1: ( (lv_typeParameters_38_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1602:1: (lv_typeParameters_38_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1602:1: (lv_typeParameters_38_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1603:3: lv_typeParameters_38_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_2_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField2946); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1619:2: (otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) )* loop51: do { int alt51=2; int LA51_0 = input.LA(1); if ( (LA51_0==34) ) { alt51=1; } switch (alt51) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1619:4: otherlv_39= ',' ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) { otherlv_39=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleAnnotationField2959); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_39, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_2_4_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1623:1: ( (lv_typeParameters_40_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1624:1: (lv_typeParameters_40_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1624:1: (lv_typeParameters_40_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1625: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_ruleAnnotationField2980); 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 loop51; } } while (true); otherlv_41=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleAnnotationField2994); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_41, grammarAccess.getAnnotationFieldAccess().getGreaterThanSignKeyword_2_2_4_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1645:3: (otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* )? int alt54=2; int LA54_0 = input.LA(1); if ( (LA54_0==36) ) { alt54=1; } switch (alt54) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1645:5: otherlv_42= 'extends' ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* { otherlv_42=(Token)match(input,36,FollowSets000.FOLLOW_36_in_ruleAnnotationField3009); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_42, grammarAccess.getAnnotationFieldAccess().getExtendsKeyword_2_2_5_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1649:1: ( (lv_extends_43_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1650:1: (lv_extends_43_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1650:1: (lv_extends_43_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1651:3: lv_extends_43_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_2_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField3030); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1667:2: (otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) )* loop53: do { int alt53=2; int LA53_0 = input.LA(1); if ( (LA53_0==34) ) { alt53=1; } switch (alt53) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1667:4: otherlv_44= ',' ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) { otherlv_44=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleAnnotationField3043); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_44, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_2_5_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1671:1: ( (lv_extends_45_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1672:1: (lv_extends_45_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1672:1: (lv_extends_45_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1673: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_ruleAnnotationField3064); 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 loop53; } } while (true); } break; } otherlv_46=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleAnnotationField3080); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_46, grammarAccess.getAnnotationFieldAccess().getLeftCurlyBracketKeyword_2_2_6()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1693:1: ( (lv_members_47_0= ruleMember ) )* loop55: do { int alt55=2; int LA55_0 = input.LA(1); if ( (LA55_0==RULE_ID||LA55_0==28||LA55_0==32||(LA55_0>=40 && LA55_0<=43)||LA55_0==45||LA55_0==47||(LA55_0>=49 && LA55_0<=66)||(LA55_0>=68 && LA55_0<=70)||LA55_0==81) ) { alt55=1; } switch (alt55) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1694:1: (lv_members_47_0= ruleMember ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1694:1: (lv_members_47_0= ruleMember ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1695:3: lv_members_47_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getMembersMemberParserRuleCall_2_2_7_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleAnnotationField3101); 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 loop55; } } while (true); otherlv_48=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleAnnotationField3114); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_48, grammarAccess.getAnnotationFieldAccess().getRightCurlyBracketKeyword_2_2_8()); } } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1716: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1716: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1716: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1716:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1717:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendEnumAnnotationInfoAction_2_3_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1722:2: ( (lv_modifiers_50_0= ruleCommonModifier ) )* loop56: do { int alt56=2; int LA56_0 = input.LA(1); if ( (LA56_0==28||(LA56_0>=50 && LA56_0<=61)) ) { alt56=1; } switch (alt56) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1723:1: (lv_modifiers_50_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1723:1: (lv_modifiers_50_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1724:3: lv_modifiers_50_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField3152); 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 loop56; } } while (true); otherlv_51=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleAnnotationField3165); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_51, grammarAccess.getAnnotationFieldAccess().getEnumKeyword_2_3_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1744:1: ( (lv_name_52_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1745:1: (lv_name_52_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1745:1: (lv_name_52_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1746:3: lv_name_52_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_3_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField3186); 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,38,FollowSets000.FOLLOW_38_in_ruleAnnotationField3198); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_53, grammarAccess.getAnnotationFieldAccess().getLeftCurlyBracketKeyword_2_3_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1766:1: ( ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* )? int alt58=2; int LA58_0 = input.LA(1); if ( (LA58_0==RULE_ID||LA58_0==42||LA58_0==66||(LA58_0>=68 && LA58_0<=70)) ) { alt58=1; } switch (alt58) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1766:2: ( (lv_members_54_0= ruleXtendEnumLiteral ) ) (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1766:2: ( (lv_members_54_0= ruleXtendEnumLiteral ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1767:1: (lv_members_54_0= ruleXtendEnumLiteral ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1767:1: (lv_members_54_0= ruleXtendEnumLiteral ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1768:3: lv_members_54_0= ruleXtendEnumLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getMembersXtendEnumLiteralParserRuleCall_2_3_5_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_ruleAnnotationField3220); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1784:2: (otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) )* loop57: do { int alt57=2; int LA57_0 = input.LA(1); if ( (LA57_0==34) ) { alt57=1; } switch (alt57) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1784:4: otherlv_55= ',' ( (lv_members_56_0= ruleXtendEnumLiteral ) ) { otherlv_55=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleAnnotationField3233); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_55, grammarAccess.getAnnotationFieldAccess().getCommaKeyword_2_3_5_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1788:1: ( (lv_members_56_0= ruleXtendEnumLiteral ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1789:1: (lv_members_56_0= ruleXtendEnumLiteral ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1789:1: (lv_members_56_0= ruleXtendEnumLiteral ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1790: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_ruleAnnotationField3254); 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 loop57; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1806:6: (otherlv_57= ';' )? int alt59=2; int LA59_0 = input.LA(1); if ( (LA59_0==29) ) { alt59=1; } switch (alt59) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1806:8: otherlv_57= ';' { otherlv_57=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleAnnotationField3271); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_57, grammarAccess.getAnnotationFieldAccess().getSemicolonKeyword_2_3_6()); } } break; } otherlv_58=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleAnnotationField3285); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_58, grammarAccess.getAnnotationFieldAccess().getRightCurlyBracketKeyword_2_3_7()); } } } break; case 5 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1815: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1815: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1815: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1815:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1816:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getAnnotationFieldAccess().getXtendAnnotationTypeAnnotationInfoAction_2_4_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1821:2: ( (lv_modifiers_60_0= ruleCommonModifier ) )* loop60: do { int alt60=2; int LA60_0 = input.LA(1); if ( (LA60_0==28||(LA60_0>=50 && LA60_0<=61)) ) { alt60=1; } switch (alt60) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1822:1: (lv_modifiers_60_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1822:1: (lv_modifiers_60_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1823:3: lv_modifiers_60_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getModifiersCommonModifierParserRuleCall_2_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleAnnotationField3323); 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 loop60; } } while (true); otherlv_61=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleAnnotationField3336); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_61, grammarAccess.getAnnotationFieldAccess().getAnnotationKeyword_2_4_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1843:1: ( (lv_name_62_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1844:1: (lv_name_62_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1844:1: (lv_name_62_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1845:3: lv_name_62_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getNameValidIDParserRuleCall_2_4_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleAnnotationField3357); 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,38,FollowSets000.FOLLOW_38_in_ruleAnnotationField3369); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_63, grammarAccess.getAnnotationFieldAccess().getLeftCurlyBracketKeyword_2_4_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1865:1: ( (lv_members_64_0= ruleAnnotationField ) )* loop61: do { int alt61=2; int LA61_0 = input.LA(1); if ( (LA61_0==RULE_ID||LA61_0==28||LA61_0==32||(LA61_0>=40 && LA61_0<=43)||LA61_0==45||(LA61_0>=50 && LA61_0<=63)||LA61_0==66||(LA61_0>=68 && LA61_0<=70)||LA61_0==81) ) { alt61=1; } switch (alt61) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1866:1: (lv_members_64_0= ruleAnnotationField ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1866:1: (lv_members_64_0= ruleAnnotationField ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1867:3: lv_members_64_0= ruleAnnotationField { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getAnnotationFieldAccess().getMembersAnnotationFieldParserRuleCall_2_4_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnnotationField_in_ruleAnnotationField3390); 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 loop61; } } while (true); otherlv_65=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleAnnotationField3403); 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 "entryRuleMember" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1895: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1896:2: (iv_ruleMember= ruleMember EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1897:2: iv_ruleMember= ruleMember EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberRule()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_entryRuleMember3441); iv_ruleMember=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleMember; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleMember3451); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleMember" // $ANTLR start "ruleMember" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1904: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= ';' )? ) | ( () ( (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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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= ';' )? ) | ( () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) ) | ( () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' ) | ( () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' ) | ( () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' ) | ( () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' ) ) ) ; 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; 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; Token otherlv_62=null; Token otherlv_63=null; Token otherlv_65=null; Token otherlv_67=null; Token otherlv_68=null; Token otherlv_70=null; Token otherlv_72=null; Token otherlv_73=null; Token otherlv_75=null; Token otherlv_80=null; Token otherlv_82=null; Token otherlv_84=null; Token otherlv_86=null; Token otherlv_87=null; Token otherlv_89=null; Token otherlv_91=null; Token otherlv_93=null; Token otherlv_95=null; Token otherlv_98=null; Token otherlv_100=null; Token otherlv_102=null; Token otherlv_104=null; Token otherlv_105=null; Token otherlv_107=null; Token otherlv_109=null; Token otherlv_111=null; Token otherlv_114=null; Token otherlv_116=null; Token otherlv_118=null; Token otherlv_120=null; Token otherlv_121=null; Token otherlv_124=null; Token otherlv_126=null; Token otherlv_128=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; AntlrDatatypeRuleToken lv_modifiers_61_0 = null; EObject lv_typeParameters_64_0 = null; EObject lv_typeParameters_66_0 = null; EObject lv_parameters_69_0 = null; EObject lv_parameters_71_0 = null; EObject lv_exceptions_74_0 = null; EObject lv_exceptions_76_0 = null; EObject lv_expression_77_0 = null; AntlrDatatypeRuleToken lv_modifiers_79_0 = null; AntlrDatatypeRuleToken lv_name_81_0 = null; EObject lv_typeParameters_83_0 = null; EObject lv_typeParameters_85_0 = null; EObject lv_extends_88_0 = null; EObject lv_implements_90_0 = null; EObject lv_implements_92_0 = null; EObject lv_members_94_0 = null; AntlrDatatypeRuleToken lv_modifiers_97_0 = null; AntlrDatatypeRuleToken lv_name_99_0 = null; EObject lv_typeParameters_101_0 = null; EObject lv_typeParameters_103_0 = null; EObject lv_extends_106_0 = null; EObject lv_extends_108_0 = null; EObject lv_members_110_0 = null; AntlrDatatypeRuleToken lv_modifiers_113_0 = null; AntlrDatatypeRuleToken lv_name_115_0 = null; EObject lv_members_117_0 = null; EObject lv_members_119_0 = null; AntlrDatatypeRuleToken lv_modifiers_123_0 = null; AntlrDatatypeRuleToken lv_name_125_0 = null; EObject lv_members_127_0 = null; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1907: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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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= ';' )? ) | ( () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) ) | ( () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' ) | ( () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' ) | ( () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' ) | ( () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1908: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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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= ';' )? ) | ( () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) ) | ( () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' ) | ( () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' ) | ( () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' ) | ( () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1908: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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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= ';' )? ) | ( () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) ) | ( () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' ) | ( () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' ) | ( () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' ) | ( () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1908: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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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= ';' )? ) | ( () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) ) | ( () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' ) | ( () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' ) | ( () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' ) | ( () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1908:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1909:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getMemberAccess().getXtendMemberAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1914:2: ( (lv_annotations_1_0= ruleXAnnotation ) )* loop63: do { int alt63=2; int LA63_0 = input.LA(1); if ( (LA63_0==81) ) { alt63=1; } switch (alt63) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1915:1: (lv_annotations_1_0= ruleXAnnotation ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1915:1: (lv_annotations_1_0= ruleXAnnotation ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1916:3: lv_annotations_1_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getAnnotationsXAnnotationParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleMember3506); 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 loop63; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1932: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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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= ';' )? ) | ( () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) ) | ( () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' ) | ( () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' ) | ( () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' ) | ( () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' ) ) int alt111=7; alt111 = dfa111.predict(input); switch (alt111) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1932: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1932: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1932: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1932:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1933:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getMemberAccess().getXtendFieldAnnotationInfoAction_2_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1938:2: ( (lv_modifiers_3_0= ruleCommonModifier ) )* loop64: do { int alt64=2; int LA64_0 = input.LA(1); if ( (LA64_0==28||(LA64_0>=50 && LA64_0<=61)) ) { alt64=1; } switch (alt64) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1939:1: (lv_modifiers_3_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1939:1: (lv_modifiers_3_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1940:3: lv_modifiers_3_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember3539); 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 loop64; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1956: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 alt72=4; alt72 = dfa72.predict(input); switch (alt72) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1956:4: ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1956:4: ( ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1956:5: ( (lv_modifiers_4_0= ruleFieldModifier ) ) ( (lv_modifiers_5_0= ruleCommonModifier ) )* ( (lv_type_6_0= ruleJvmTypeReference ) )? ( (lv_name_7_0= ruleValidID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1956:5: ( (lv_modifiers_4_0= ruleFieldModifier ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1957:1: (lv_modifiers_4_0= ruleFieldModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1957:1: (lv_modifiers_4_0= ruleFieldModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1958:3: lv_modifiers_4_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersFieldModifierParserRuleCall_2_0_2_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleMember3563); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1974:2: ( (lv_modifiers_5_0= ruleCommonModifier ) )* loop65: do { int alt65=2; int LA65_0 = input.LA(1); if ( (LA65_0==28||(LA65_0>=50 && LA65_0<=61)) ) { alt65=1; } switch (alt65) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1975:1: (lv_modifiers_5_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1975:1: (lv_modifiers_5_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1976:3: lv_modifiers_5_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember3584); 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 loop65; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1992:3: ( (lv_type_6_0= ruleJvmTypeReference ) )? int alt66=2; alt66 = dfa66.predict(input); switch (alt66) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1993:1: (lv_type_6_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1993:1: (lv_type_6_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:1994:3: lv_type_6_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_2_0_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember3606); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2010:3: ( (lv_name_7_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2011:1: (lv_name_7_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2011:1: (lv_name_7_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2012:3: lv_name_7_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_0_2_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember3628); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2029: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2029: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2029: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2029:7: ( (lv_modifiers_8_0= 'extension' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2030:1: (lv_modifiers_8_0= 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2030:1: (lv_modifiers_8_0= 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2031:3: lv_modifiers_8_0= 'extension' { lv_modifiers_8_0=(Token)match(input,47,FollowSets000.FOLLOW_47_in_ruleMember3654); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_modifiers_8_0, grammarAccess.getMemberAccess().getModifiersExtensionKeyword_2_0_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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2044:2: ( ( (lv_modifiers_9_0= ruleFieldModifier ) ) | ( (lv_modifiers_10_0= ruleCommonModifier ) ) )* loop67: do { int alt67=3; int LA67_0 = input.LA(1); if ( ((LA67_0>=62 && LA67_0<=63)) ) { alt67=1; } else if ( (LA67_0==28||(LA67_0>=50 && LA67_0<=61)) ) { alt67=2; } switch (alt67) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2044:3: ( (lv_modifiers_9_0= ruleFieldModifier ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2044:3: ( (lv_modifiers_9_0= ruleFieldModifier ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2045:1: (lv_modifiers_9_0= ruleFieldModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2045:1: (lv_modifiers_9_0= ruleFieldModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2046:3: lv_modifiers_9_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersFieldModifierParserRuleCall_2_0_2_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleMember3689); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2063:6: ( (lv_modifiers_10_0= ruleCommonModifier ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2063:6: ( (lv_modifiers_10_0= ruleCommonModifier ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2064:1: (lv_modifiers_10_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2064:1: (lv_modifiers_10_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2065:3: lv_modifiers_10_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_2_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember3716); 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 loop67; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2081:4: ( (lv_type_11_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2082:1: (lv_type_11_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2082:1: (lv_type_11_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2083:3: lv_type_11_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_2_1_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember3739); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2099:2: ( (lv_name_12_0= ruleValidID ) )? int alt68=2; alt68 = dfa68.predict(input); switch (alt68) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2100:1: (lv_name_12_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2100:1: (lv_name_12_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2101:3: lv_name_12_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_0_2_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember3760); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2118: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2118: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2118: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2118:7: ( (lv_modifiers_13_0= ruleFieldModifier ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2119:1: (lv_modifiers_13_0= ruleFieldModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2119:1: (lv_modifiers_13_0= ruleFieldModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2120:3: lv_modifiers_13_0= ruleFieldModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersFieldModifierParserRuleCall_2_0_2_2_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_ruleMember3790); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2136:2: ( (lv_modifiers_14_0= ruleCommonModifier ) )* loop69: do { int alt69=2; int LA69_0 = input.LA(1); if ( (LA69_0==28||(LA69_0>=50 && LA69_0<=61)) ) { alt69=1; } switch (alt69) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2137:1: (lv_modifiers_14_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2137:1: (lv_modifiers_14_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2138:3: lv_modifiers_14_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember3811); 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 loop69; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2154:3: ( (lv_modifiers_15_0= 'extension' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2155:1: (lv_modifiers_15_0= 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2155:1: (lv_modifiers_15_0= 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2156:3: lv_modifiers_15_0= 'extension' { lv_modifiers_15_0=(Token)match(input,47,FollowSets000.FOLLOW_47_in_ruleMember3830); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(lv_modifiers_15_0, grammarAccess.getMemberAccess().getModifiersExtensionKeyword_2_0_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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2169:2: ( (lv_modifiers_16_0= ruleCommonModifier ) )* loop70: do { int alt70=2; int LA70_0 = input.LA(1); if ( (LA70_0==28||(LA70_0>=50 && LA70_0<=61)) ) { alt70=1; } switch (alt70) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2170:1: (lv_modifiers_16_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2170:1: (lv_modifiers_16_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2171:3: lv_modifiers_16_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_0_2_2_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember3864); 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 loop70; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2187:3: ( (lv_type_17_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2188:1: (lv_type_17_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2188:1: (lv_type_17_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2189:3: lv_type_17_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_2_2_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember3886); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2205:2: ( (lv_name_18_0= ruleValidID ) )? int alt71=2; alt71 = dfa71.predict(input); switch (alt71) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2206:1: (lv_name_18_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2206:1: (lv_name_18_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2207:3: lv_name_18_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_0_2_2_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember3907); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2224:6: ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2224:6: ( ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2224:7: ( (lv_type_19_0= ruleJvmTypeReference ) ) ( (lv_name_20_0= ruleValidID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2224:7: ( (lv_type_19_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2225:1: (lv_type_19_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2225:1: (lv_type_19_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2226:3: lv_type_19_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_2_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember3937); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2242:2: ( (lv_name_20_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2243:1: (lv_name_20_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2243:1: (lv_name_20_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2244:3: lv_name_20_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_0_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember3958); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2260:4: (otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) )? int alt73=2; int LA73_0 = input.LA(1); if ( (LA73_0==46) ) { alt73=1; } switch (alt73) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2260:6: otherlv_21= '=' ( (lv_initialValue_22_0= ruleXExpression ) ) { otherlv_21=(Token)match(input,46,FollowSets000.FOLLOW_46_in_ruleMember3973); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_21, grammarAccess.getMemberAccess().getEqualsSignKeyword_2_0_3_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2264:1: ( (lv_initialValue_22_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2265:1: (lv_initialValue_22_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2265:1: (lv_initialValue_22_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2266:3: lv_initialValue_22_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getInitialValueXExpressionParserRuleCall_2_0_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleMember3994); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2282:4: (otherlv_23= ';' )? int alt74=2; int LA74_0 = input.LA(1); if ( (LA74_0==29) ) { alt74=1; } switch (alt74) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2282:6: otherlv_23= ';' { otherlv_23=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleMember4009); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_23, grammarAccess.getMemberAccess().getSemicolonKeyword_2_0_4()); } } break; } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2287: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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2287: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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2287: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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2287:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2288:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getMemberAccess().getXtendFunctionAnnotationInfoAction_2_1_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2293:2: ( (lv_modifiers_25_0= ruleCommonModifier ) )* loop75: do { int alt75=2; int LA75_0 = input.LA(1); if ( (LA75_0==28||(LA75_0>=50 && LA75_0<=61)) ) { alt75=1; } switch (alt75) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2294:1: (lv_modifiers_25_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2294:1: (lv_modifiers_25_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2295:3: lv_modifiers_25_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember4049); lv_modifiers_25_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_25_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop75; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2311:3: ( (lv_modifiers_26_0= ruleMethodModifier ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2312:1: (lv_modifiers_26_0= ruleMethodModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2312:1: (lv_modifiers_26_0= ruleMethodModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2313:3: lv_modifiers_26_0= ruleMethodModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersMethodModifierParserRuleCall_2_1_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleMethodModifier_in_ruleMember4071); lv_modifiers_26_0=ruleMethodModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_26_0, "MethodModifier"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2329:2: ( ( (lv_modifiers_27_0= ruleCommonModifier ) ) | ( (lv_modifiers_28_0= ruleMethodModifier ) ) )* loop76: do { int alt76=3; int LA76_0 = input.LA(1); if ( (LA76_0==28||(LA76_0>=50 && LA76_0<=61)) ) { alt76=1; } else if ( ((LA76_0>=64 && LA76_0<=65)) ) { alt76=2; } switch (alt76) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2329:3: ( (lv_modifiers_27_0= ruleCommonModifier ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2329:3: ( (lv_modifiers_27_0= ruleCommonModifier ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2330:1: (lv_modifiers_27_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2330:1: (lv_modifiers_27_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2331:3: lv_modifiers_27_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_1_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember4093); lv_modifiers_27_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_27_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2348:6: ( (lv_modifiers_28_0= ruleMethodModifier ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2348:6: ( (lv_modifiers_28_0= ruleMethodModifier ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2349:1: (lv_modifiers_28_0= ruleMethodModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2349:1: (lv_modifiers_28_0= ruleMethodModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2350:3: lv_modifiers_28_0= ruleMethodModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersMethodModifierParserRuleCall_2_1_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleMethodModifier_in_ruleMember4120); lv_modifiers_28_0=ruleMethodModifier(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "modifiers", lv_modifiers_28_0, "MethodModifier"); afterParserOrEnumRuleCall(); } } } } break; default : break loop76; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2366:4: (otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' )? int alt78=2; int LA78_0 = input.LA(1); if ( (LA78_0==33) ) { int LA78_1 = input.LA(2); if ( (LA78_1==RULE_ID||LA78_1==42||LA78_1==66||(LA78_1>=68 && LA78_1<=70)) ) { alt78=1; } } switch (alt78) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2366:6: otherlv_29= '<' ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* otherlv_33= '>' { otherlv_29=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleMember4135); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_29, grammarAccess.getMemberAccess().getLessThanSignKeyword_2_1_4_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2370:1: ( (lv_typeParameters_30_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2371:1: (lv_typeParameters_30_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2371:1: (lv_typeParameters_30_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2372:3: lv_typeParameters_30_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleMember4156); lv_typeParameters_30_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "typeParameters", lv_typeParameters_30_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2388:2: (otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) )* loop77: do { int alt77=2; int LA77_0 = input.LA(1); if ( (LA77_0==34) ) { alt77=1; } switch (alt77) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2388:4: otherlv_31= ',' ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) { otherlv_31=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember4169); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_31, grammarAccess.getMemberAccess().getCommaKeyword_2_1_4_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2392:1: ( (lv_typeParameters_32_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2393:1: (lv_typeParameters_32_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2393:1: (lv_typeParameters_32_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2394:3: lv_typeParameters_32_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_1_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleMember4190); lv_typeParameters_32_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "typeParameters", lv_typeParameters_32_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop77; } } while (true); otherlv_33=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleMember4204); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_33, grammarAccess.getMemberAccess().getGreaterThanSignKeyword_2_1_4_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2414:3: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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 alt79=5; alt79 = dfa79.predict(input); switch (alt79) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2414:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2414:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2414:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2427:5: ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2427:6: ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2427:6: ( (lv_returnType_34_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2428:1: (lv_returnType_34_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2428:1: (lv_returnType_34_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2429:3: lv_returnType_34_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_1_5_0_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember4266); lv_returnType_34_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "returnType", lv_returnType_34_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2445:2: ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2446:1: (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2446:1: (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2447:3: lv_createExtensionInfo_35_0= ruleCreateExtensionInfo { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getCreateExtensionInfoCreateExtensionInfoParserRuleCall_2_1_5_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCreateExtensionInfo_in_ruleMember4287); lv_createExtensionInfo_35_0=ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "createExtensionInfo", lv_createExtensionInfo_35_0, "CreateExtensionInfo"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2463:2: ( (lv_name_36_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2464:1: (lv_name_36_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2464:1: (lv_name_36_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2465:3: lv_name_36_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_1_5_0_0_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember4308); lv_name_36_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_36_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_37=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleMember4320); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_37, grammarAccess.getMemberAccess().getLeftParenthesisKeyword_2_1_5_0_0_3()); } } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2486:6: ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2486:6: ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2486:7: ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2495:5: ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2495:6: ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (lv_name_39_0= ruleFunctionID ) ) otherlv_40= '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2495:6: ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2496:1: (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2496:1: (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2497:3: lv_returnType_38_0= ruleTypeReferenceWithTypeArgs { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getReturnTypeTypeReferenceWithTypeArgsParserRuleCall_2_1_5_1_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleTypeReferenceWithTypeArgs_in_ruleMember4378); lv_returnType_38_0=ruleTypeReferenceWithTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "returnType", lv_returnType_38_0, "TypeReferenceWithTypeArgs"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2513:2: ( (lv_name_39_0= ruleFunctionID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2514:1: (lv_name_39_0= ruleFunctionID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2514:1: (lv_name_39_0= ruleFunctionID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2515:3: lv_name_39_0= ruleFunctionID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameFunctionIDParserRuleCall_2_1_5_1_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleFunctionID_in_ruleMember4399); lv_name_39_0=ruleFunctionID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "name", lv_name_39_0, "FunctionID"); afterParserOrEnumRuleCall(); } } } otherlv_40=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleMember4411); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_40, grammarAccess.getMemberAccess().getLeftParenthesisKeyword_2_1_5_1_0_2()); } } } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2536:6: ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2536:6: ( ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2536:7: ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2545:5: ( ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2545:6: ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) ( (lv_name_42_0= ruleFunctionID ) ) otherlv_43= '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2545:6: ( (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2546:1: (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2546:1: (lv_returnType_41_0= ruleTypeReferenceNoTypeArgs ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2547:3: lv_returnType_41_0= ruleTypeReferenceNoTypeArgs { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getReturnTypeTypeReferenceNoTypeArgsParserRuleCall_2_1_5_2_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleTypeReferenceNoTypeArgs_in_ruleMember4469); lv_returnType_41_0=ruleTypeReferenceNoTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "returnType", lv_returnType_41_0, "TypeReferenceNoTypeArgs"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2563:2: ( (lv_name_42_0= ruleFunctionID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2564:1: (lv_name_42_0= ruleFunctionID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2564:1: (lv_name_42_0= ruleFunctionID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2565:3: lv_name_42_0= ruleFunctionID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameFunctionIDParserRuleCall_2_1_5_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleFunctionID_in_ruleMember4490); lv_name_42_0=ruleFunctionID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "name", lv_name_42_0, "FunctionID"); afterParserOrEnumRuleCall(); } } } otherlv_43=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleMember4502); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_43, grammarAccess.getMemberAccess().getLeftParenthesisKeyword_2_1_5_2_0_2()); } } } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2586:6: ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2586:6: ( ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2586:7: ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2595:5: ( ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2595:6: ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) ( (lv_name_45_0= ruleValidID ) ) otherlv_46= '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2595:6: ( (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2596:1: (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2596:1: (lv_createExtensionInfo_44_0= ruleCreateExtensionInfo ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2597:3: lv_createExtensionInfo_44_0= ruleCreateExtensionInfo { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getCreateExtensionInfoCreateExtensionInfoParserRuleCall_2_1_5_3_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleCreateExtensionInfo_in_ruleMember4560); lv_createExtensionInfo_44_0=ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "createExtensionInfo", lv_createExtensionInfo_44_0, "CreateExtensionInfo"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2613:2: ( (lv_name_45_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2614:1: (lv_name_45_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2614:1: (lv_name_45_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2615:3: lv_name_45_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_1_5_3_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember4581); lv_name_45_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_45_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_46=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleMember4593); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_46, grammarAccess.getMemberAccess().getLeftParenthesisKeyword_2_1_5_3_0_2()); } } } } break; case 5 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2636:6: ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2636:6: ( ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2636:7: ( (lv_name_47_0= ruleFunctionID ) ) otherlv_48= '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2636:7: ( (lv_name_47_0= ruleFunctionID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2637:1: (lv_name_47_0= ruleFunctionID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2637:1: (lv_name_47_0= ruleFunctionID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2638:3: lv_name_47_0= ruleFunctionID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameFunctionIDParserRuleCall_2_1_5_4_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleFunctionID_in_ruleMember4623); lv_name_47_0=ruleFunctionID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "name", lv_name_47_0, "FunctionID"); afterParserOrEnumRuleCall(); } } } otherlv_48=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleMember4635); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_48, grammarAccess.getMemberAccess().getLeftParenthesisKeyword_2_1_5_4_1()); } } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2658:3: ( ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* )? int alt81=2; int LA81_0 = input.LA(1); if ( (LA81_0==RULE_ID||(LA81_0>=42 && LA81_0<=43)||LA81_0==45||LA81_0==47||LA81_0==66||(LA81_0>=68 && LA81_0<=70)||LA81_0==81) ) { alt81=1; } switch (alt81) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2658:4: ( (lv_parameters_49_0= ruleParameter ) ) (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2658:4: ( (lv_parameters_49_0= ruleParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2659:1: (lv_parameters_49_0= ruleParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2659:1: (lv_parameters_49_0= ruleParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2660:3: lv_parameters_49_0= ruleParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getParametersParameterParserRuleCall_2_1_6_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleParameter_in_ruleMember4659); lv_parameters_49_0=ruleParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "parameters", lv_parameters_49_0, "Parameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2676:2: (otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) )* loop80: do { int alt80=2; int LA80_0 = input.LA(1); if ( (LA80_0==34) ) { alt80=1; } switch (alt80) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2676:4: otherlv_50= ',' ( (lv_parameters_51_0= ruleParameter ) ) { otherlv_50=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember4672); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_50, grammarAccess.getMemberAccess().getCommaKeyword_2_1_6_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2680:1: ( (lv_parameters_51_0= ruleParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2681:1: (lv_parameters_51_0= ruleParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2681:1: (lv_parameters_51_0= ruleParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2682:3: lv_parameters_51_0= ruleParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getParametersParameterParserRuleCall_2_1_6_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleParameter_in_ruleMember4693); lv_parameters_51_0=ruleParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "parameters", lv_parameters_51_0, "Parameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop80; } } while (true); } break; } otherlv_52=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleMember4709); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_52, grammarAccess.getMemberAccess().getRightParenthesisKeyword_2_1_7()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2702:1: (otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* )? int alt83=2; int LA83_0 = input.LA(1); if ( (LA83_0==48) ) { alt83=1; } switch (alt83) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2702:3: otherlv_53= 'throws' ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* { otherlv_53=(Token)match(input,48,FollowSets000.FOLLOW_48_in_ruleMember4722); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_53, grammarAccess.getMemberAccess().getThrowsKeyword_2_1_8_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2706:1: ( (lv_exceptions_54_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2707:1: (lv_exceptions_54_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2707:1: (lv_exceptions_54_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2708:3: lv_exceptions_54_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExceptionsJvmTypeReferenceParserRuleCall_2_1_8_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember4743); lv_exceptions_54_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "exceptions", lv_exceptions_54_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2724:2: (otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) )* loop82: do { int alt82=2; int LA82_0 = input.LA(1); if ( (LA82_0==34) ) { alt82=1; } switch (alt82) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2724:4: otherlv_55= ',' ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) { otherlv_55=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember4756); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_55, grammarAccess.getMemberAccess().getCommaKeyword_2_1_8_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2728:1: ( (lv_exceptions_56_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2729:1: (lv_exceptions_56_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2729:1: (lv_exceptions_56_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2730:3: lv_exceptions_56_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExceptionsJvmTypeReferenceParserRuleCall_2_1_8_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember4777); lv_exceptions_56_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "exceptions", lv_exceptions_56_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop82; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2746:6: ( ( (lv_expression_57_0= ruleXBlockExpression ) ) | ( (lv_expression_58_0= ruleRichString ) ) | otherlv_59= ';' )? int alt84=4; switch ( input.LA(1) ) { case 38: { alt84=1; } break; case RULE_RICH_TEXT: case RULE_RICH_TEXT_START: { alt84=2; } break; case 29: { alt84=3; } break; } switch (alt84) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2746:7: ( (lv_expression_57_0= ruleXBlockExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2746:7: ( (lv_expression_57_0= ruleXBlockExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2747:1: (lv_expression_57_0= ruleXBlockExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2747:1: (lv_expression_57_0= ruleXBlockExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2748:3: lv_expression_57_0= ruleXBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExpressionXBlockExpressionParserRuleCall_2_1_9_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXBlockExpression_in_ruleMember4803); lv_expression_57_0=ruleXBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "expression", lv_expression_57_0, "XBlockExpression"); afterParserOrEnumRuleCall(); } } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2765:6: ( (lv_expression_58_0= ruleRichString ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2765:6: ( (lv_expression_58_0= ruleRichString ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2766:1: (lv_expression_58_0= ruleRichString ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2766:1: (lv_expression_58_0= ruleRichString ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2767:3: lv_expression_58_0= ruleRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExpressionRichStringParserRuleCall_2_1_9_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichString_in_ruleMember4830); lv_expression_58_0=ruleRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "expression", lv_expression_58_0, "RichString"); afterParserOrEnumRuleCall(); } } } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2784:7: otherlv_59= ';' { otherlv_59=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleMember4848); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_59, grammarAccess.getMemberAccess().getSemicolonKeyword_2_1_9_2()); } } break; } } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2789:6: ( () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2789:6: ( () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2789:7: () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2789:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2790:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getMemberAccess().getXtendConstructorAnnotationInfoAction_2_2_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2795:2: ( (lv_modifiers_61_0= ruleCommonModifier ) )* loop85: do { int alt85=2; int LA85_0 = input.LA(1); if ( (LA85_0==28||(LA85_0>=50 && LA85_0<=61)) ) { alt85=1; } switch (alt85) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2796:1: (lv_modifiers_61_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2796:1: (lv_modifiers_61_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2797:3: lv_modifiers_61_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember4888); lv_modifiers_61_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_61_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop85; } } while (true); otherlv_62=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleMember4901); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_62, grammarAccess.getMemberAccess().getNewKeyword_2_2_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2817:1: (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? int alt87=2; int LA87_0 = input.LA(1); if ( (LA87_0==33) ) { alt87=1; } switch (alt87) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2817:3: otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' { otherlv_63=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleMember4914); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_63, grammarAccess.getMemberAccess().getLessThanSignKeyword_2_2_3_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2821:1: ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2822:1: (lv_typeParameters_64_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2822:1: (lv_typeParameters_64_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2823:3: lv_typeParameters_64_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleMember4935); lv_typeParameters_64_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "typeParameters", lv_typeParameters_64_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2839:2: (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* loop86: do { int alt86=2; int LA86_0 = input.LA(1); if ( (LA86_0==34) ) { alt86=1; } switch (alt86) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2839:4: otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) { otherlv_65=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember4948); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_65, grammarAccess.getMemberAccess().getCommaKeyword_2_2_3_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2843:1: ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2844:1: (lv_typeParameters_66_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2844:1: (lv_typeParameters_66_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2845:3: lv_typeParameters_66_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_2_3_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleMember4969); lv_typeParameters_66_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "typeParameters", lv_typeParameters_66_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop86; } } while (true); otherlv_67=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleMember4983); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_67, grammarAccess.getMemberAccess().getGreaterThanSignKeyword_2_2_3_3()); } } break; } otherlv_68=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleMember4997); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_68, grammarAccess.getMemberAccess().getLeftParenthesisKeyword_2_2_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2869:1: ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? int alt89=2; int LA89_0 = input.LA(1); if ( (LA89_0==RULE_ID||(LA89_0>=42 && LA89_0<=43)||LA89_0==45||LA89_0==47||LA89_0==66||(LA89_0>=68 && LA89_0<=70)||LA89_0==81) ) { alt89=1; } switch (alt89) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2869:2: ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2869:2: ( (lv_parameters_69_0= ruleParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2870:1: (lv_parameters_69_0= ruleParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2870:1: (lv_parameters_69_0= ruleParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2871:3: lv_parameters_69_0= ruleParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getParametersParameterParserRuleCall_2_2_5_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleParameter_in_ruleMember5019); lv_parameters_69_0=ruleParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "parameters", lv_parameters_69_0, "Parameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2887:2: (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* loop88: do { int alt88=2; int LA88_0 = input.LA(1); if ( (LA88_0==34) ) { alt88=1; } switch (alt88) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2887:4: otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) { otherlv_70=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember5032); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_70, grammarAccess.getMemberAccess().getCommaKeyword_2_2_5_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2891:1: ( (lv_parameters_71_0= ruleParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2892:1: (lv_parameters_71_0= ruleParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2892:1: (lv_parameters_71_0= ruleParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2893:3: lv_parameters_71_0= ruleParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getParametersParameterParserRuleCall_2_2_5_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleParameter_in_ruleMember5053); lv_parameters_71_0=ruleParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "parameters", lv_parameters_71_0, "Parameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop88; } } while (true); } break; } otherlv_72=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleMember5069); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_72, grammarAccess.getMemberAccess().getRightParenthesisKeyword_2_2_6()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2913:1: (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? int alt91=2; int LA91_0 = input.LA(1); if ( (LA91_0==48) ) { alt91=1; } switch (alt91) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2913:3: otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* { otherlv_73=(Token)match(input,48,FollowSets000.FOLLOW_48_in_ruleMember5082); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_73, grammarAccess.getMemberAccess().getThrowsKeyword_2_2_7_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2917:1: ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2918:1: (lv_exceptions_74_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2918:1: (lv_exceptions_74_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2919:3: lv_exceptions_74_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExceptionsJvmTypeReferenceParserRuleCall_2_2_7_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember5103); lv_exceptions_74_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "exceptions", lv_exceptions_74_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2935:2: (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* loop90: do { int alt90=2; int LA90_0 = input.LA(1); if ( (LA90_0==34) ) { alt90=1; } switch (alt90) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2935:4: otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) { otherlv_75=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember5116); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_75, grammarAccess.getMemberAccess().getCommaKeyword_2_2_7_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2939:1: ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2940:1: (lv_exceptions_76_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2940:1: (lv_exceptions_76_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2941:3: lv_exceptions_76_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExceptionsJvmTypeReferenceParserRuleCall_2_2_7_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleMember5137); lv_exceptions_76_0=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "exceptions", lv_exceptions_76_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop90; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2957:6: ( (lv_expression_77_0= ruleXBlockExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2958:1: (lv_expression_77_0= ruleXBlockExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2958:1: (lv_expression_77_0= ruleXBlockExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2959:3: lv_expression_77_0= ruleXBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExpressionXBlockExpressionParserRuleCall_2_2_8_0()); } pushFollow(FollowSets000.FOLLOW_ruleXBlockExpression_in_ruleMember5162); lv_expression_77_0=ruleXBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "expression", lv_expression_77_0, "XBlockExpression"); afterParserOrEnumRuleCall(); } } } } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2976:6: ( () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2976:6: ( () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2976:7: () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2976:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2977:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getMemberAccess().getXtendClassAnnotationInfoAction_2_3_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2982:2: ( (lv_modifiers_79_0= ruleCommonModifier ) )* loop92: do { int alt92=2; int LA92_0 = input.LA(1); if ( (LA92_0==28||(LA92_0>=50 && LA92_0<=61)) ) { alt92=1; } switch (alt92) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2983:1: (lv_modifiers_79_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2983:1: (lv_modifiers_79_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2984:3: lv_modifiers_79_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember5200); lv_modifiers_79_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_79_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop92; } } while (true); otherlv_80=(Token)match(input,32,FollowSets000.FOLLOW_32_in_ruleMember5213); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_80, grammarAccess.getMemberAccess().getClassKeyword_2_3_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3004:1: ( (lv_name_81_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3005:1: (lv_name_81_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3005:1: (lv_name_81_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3006:3: lv_name_81_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_3_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember5234); lv_name_81_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_81_0, "ValidID"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3022:2: (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? int alt94=2; int LA94_0 = input.LA(1); if ( (LA94_0==33) ) { alt94=1; } switch (alt94) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3022:4: otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' { otherlv_82=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleMember5247); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_82, grammarAccess.getMemberAccess().getLessThanSignKeyword_2_3_4_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3026:1: ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3027:1: (lv_typeParameters_83_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3027:1: (lv_typeParameters_83_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3028:3: lv_typeParameters_83_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_3_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleMember5268); lv_typeParameters_83_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "typeParameters", lv_typeParameters_83_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3044:2: (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* loop93: do { int alt93=2; int LA93_0 = input.LA(1); if ( (LA93_0==34) ) { alt93=1; } switch (alt93) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3044:4: otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) { otherlv_84=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember5281); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_84, grammarAccess.getMemberAccess().getCommaKeyword_2_3_4_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3048:1: ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3049:1: (lv_typeParameters_85_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3049:1: (lv_typeParameters_85_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3050:3: lv_typeParameters_85_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_3_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleMember5302); lv_typeParameters_85_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "typeParameters", lv_typeParameters_85_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop93; } } while (true); otherlv_86=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleMember5316); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_86, grammarAccess.getMemberAccess().getGreaterThanSignKeyword_2_3_4_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3070:3: (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? int alt95=2; int LA95_0 = input.LA(1); if ( (LA95_0==36) ) { alt95=1; } switch (alt95) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3070:5: otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) { otherlv_87=(Token)match(input,36,FollowSets000.FOLLOW_36_in_ruleMember5331); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_87, grammarAccess.getMemberAccess().getExtendsKeyword_2_3_5_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3074:1: ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3075:1: (lv_extends_88_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3075:1: (lv_extends_88_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3076:3: lv_extends_88_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_3_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5352); lv_extends_88_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } set( current, "extends", lv_extends_88_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3092:4: (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? int alt97=2; int LA97_0 = input.LA(1); if ( (LA97_0==37) ) { alt97=1; } switch (alt97) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3092:6: otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* { otherlv_89=(Token)match(input,37,FollowSets000.FOLLOW_37_in_ruleMember5367); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_89, grammarAccess.getMemberAccess().getImplementsKeyword_2_3_6_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3096:1: ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3097:1: (lv_implements_90_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3097:1: (lv_implements_90_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3098:3: lv_implements_90_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getImplementsJvmParameterizedTypeReferenceParserRuleCall_2_3_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5388); lv_implements_90_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "implements", lv_implements_90_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3114:2: (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* loop96: do { int alt96=2; int LA96_0 = input.LA(1); if ( (LA96_0==34) ) { alt96=1; } switch (alt96) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3114:4: otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) { otherlv_91=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember5401); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_91, grammarAccess.getMemberAccess().getCommaKeyword_2_3_6_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3118:1: ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3119:1: (lv_implements_92_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3119:1: (lv_implements_92_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3120:3: lv_implements_92_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getImplementsJvmParameterizedTypeReferenceParserRuleCall_2_3_6_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5422); lv_implements_92_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "implements", lv_implements_92_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop96; } } while (true); } break; } otherlv_93=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleMember5438); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_93, grammarAccess.getMemberAccess().getLeftCurlyBracketKeyword_2_3_7()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3140:1: ( (lv_members_94_0= ruleMember ) )* loop98: do { int alt98=2; int LA98_0 = input.LA(1); if ( (LA98_0==RULE_ID||LA98_0==28||LA98_0==32||(LA98_0>=40 && LA98_0<=43)||LA98_0==45||LA98_0==47||(LA98_0>=49 && LA98_0<=66)||(LA98_0>=68 && LA98_0<=70)||LA98_0==81) ) { alt98=1; } switch (alt98) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3141:1: (lv_members_94_0= ruleMember ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3141:1: (lv_members_94_0= ruleMember ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3142:3: lv_members_94_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getMembersMemberParserRuleCall_2_3_8_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleMember5459); lv_members_94_0=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "members", lv_members_94_0, "Member"); afterParserOrEnumRuleCall(); } } } break; default : break loop98; } } while (true); otherlv_95=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleMember5472); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_95, grammarAccess.getMemberAccess().getRightCurlyBracketKeyword_2_3_9()); } } } break; case 5 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3163:6: ( () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3163:6: ( () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3163:7: () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3163:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3164:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getMemberAccess().getXtendInterfaceAnnotationInfoAction_2_4_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3169:2: ( (lv_modifiers_97_0= ruleCommonModifier ) )* loop99: do { int alt99=2; int LA99_0 = input.LA(1); if ( (LA99_0==28||(LA99_0>=50 && LA99_0<=61)) ) { alt99=1; } switch (alt99) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3170:1: (lv_modifiers_97_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3170:1: (lv_modifiers_97_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3171:3: lv_modifiers_97_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember5510); lv_modifiers_97_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_97_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop99; } } while (true); otherlv_98=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleMember5523); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_98, grammarAccess.getMemberAccess().getInterfaceKeyword_2_4_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3191:1: ( (lv_name_99_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3192:1: (lv_name_99_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3192:1: (lv_name_99_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3193:3: lv_name_99_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_4_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember5544); lv_name_99_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_99_0, "ValidID"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3209:2: (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? int alt101=2; int LA101_0 = input.LA(1); if ( (LA101_0==33) ) { alt101=1; } switch (alt101) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3209:4: otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' { otherlv_100=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleMember5557); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_100, grammarAccess.getMemberAccess().getLessThanSignKeyword_2_4_4_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3213:1: ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3214:1: (lv_typeParameters_101_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3214:1: (lv_typeParameters_101_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3215:3: lv_typeParameters_101_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_4_4_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleMember5578); lv_typeParameters_101_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "typeParameters", lv_typeParameters_101_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3231:2: (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* loop100: do { int alt100=2; int LA100_0 = input.LA(1); if ( (LA100_0==34) ) { alt100=1; } switch (alt100) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3231:4: otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) { otherlv_102=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember5591); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_102, grammarAccess.getMemberAccess().getCommaKeyword_2_4_4_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3235:1: ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3236:1: (lv_typeParameters_103_0= ruleJvmTypeParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3236:1: (lv_typeParameters_103_0= ruleJvmTypeParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3237:3: lv_typeParameters_103_0= ruleJvmTypeParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getTypeParametersJvmTypeParameterParserRuleCall_2_4_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeParameter_in_ruleMember5612); lv_typeParameters_103_0=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "typeParameters", lv_typeParameters_103_0, "JvmTypeParameter"); afterParserOrEnumRuleCall(); } } } } break; default : break loop100; } } while (true); otherlv_104=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleMember5626); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_104, grammarAccess.getMemberAccess().getGreaterThanSignKeyword_2_4_4_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3257:3: (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? int alt103=2; int LA103_0 = input.LA(1); if ( (LA103_0==36) ) { alt103=1; } switch (alt103) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3257:5: otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* { otherlv_105=(Token)match(input,36,FollowSets000.FOLLOW_36_in_ruleMember5641); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_105, grammarAccess.getMemberAccess().getExtendsKeyword_2_4_5_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3261:1: ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3262:1: (lv_extends_106_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3262:1: (lv_extends_106_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3263:3: lv_extends_106_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_4_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5662); lv_extends_106_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "extends", lv_extends_106_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3279:2: (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* loop102: do { int alt102=2; int LA102_0 = input.LA(1); if ( (LA102_0==34) ) { alt102=1; } switch (alt102) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3279:4: otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) { otherlv_107=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember5675); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_107, grammarAccess.getMemberAccess().getCommaKeyword_2_4_5_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3283:1: ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3284:1: (lv_extends_108_0= ruleJvmParameterizedTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3284:1: (lv_extends_108_0= ruleJvmParameterizedTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3285:3: lv_extends_108_0= ruleJvmParameterizedTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getExtendsJvmParameterizedTypeReferenceParserRuleCall_2_4_5_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5696); lv_extends_108_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "extends", lv_extends_108_0, "JvmParameterizedTypeReference"); afterParserOrEnumRuleCall(); } } } } break; default : break loop102; } } while (true); } break; } otherlv_109=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleMember5712); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_109, grammarAccess.getMemberAccess().getLeftCurlyBracketKeyword_2_4_6()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3305:1: ( (lv_members_110_0= ruleMember ) )* loop104: do { int alt104=2; int LA104_0 = input.LA(1); if ( (LA104_0==RULE_ID||LA104_0==28||LA104_0==32||(LA104_0>=40 && LA104_0<=43)||LA104_0==45||LA104_0==47||(LA104_0>=49 && LA104_0<=66)||(LA104_0>=68 && LA104_0<=70)||LA104_0==81) ) { alt104=1; } switch (alt104) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3306:1: (lv_members_110_0= ruleMember ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3306:1: (lv_members_110_0= ruleMember ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3307:3: lv_members_110_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getMembersMemberParserRuleCall_2_4_7_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleMember5733); lv_members_110_0=ruleMember(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "members", lv_members_110_0, "Member"); afterParserOrEnumRuleCall(); } } } break; default : break loop104; } } while (true); otherlv_111=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleMember5746); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_111, grammarAccess.getMemberAccess().getRightCurlyBracketKeyword_2_4_8()); } } } break; case 6 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3328:6: ( () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3328:6: ( () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3328:7: () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3328:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3329:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getMemberAccess().getXtendEnumAnnotationInfoAction_2_5_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3334:2: ( (lv_modifiers_113_0= ruleCommonModifier ) )* loop105: do { int alt105=2; int LA105_0 = input.LA(1); if ( (LA105_0==28||(LA105_0>=50 && LA105_0<=61)) ) { alt105=1; } switch (alt105) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3335:1: (lv_modifiers_113_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3335:1: (lv_modifiers_113_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3336:3: lv_modifiers_113_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember5784); lv_modifiers_113_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_113_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop105; } } while (true); otherlv_114=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleMember5797); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_114, grammarAccess.getMemberAccess().getEnumKeyword_2_5_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3356:1: ( (lv_name_115_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3357:1: (lv_name_115_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3357:1: (lv_name_115_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3358:3: lv_name_115_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_5_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember5818); lv_name_115_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_115_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_116=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleMember5830); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_116, grammarAccess.getMemberAccess().getLeftCurlyBracketKeyword_2_5_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3378:1: ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? int alt107=2; int LA107_0 = input.LA(1); if ( (LA107_0==RULE_ID||LA107_0==42||LA107_0==66||(LA107_0>=68 && LA107_0<=70)) ) { alt107=1; } switch (alt107) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3378:2: ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3378:2: ( (lv_members_117_0= ruleXtendEnumLiteral ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3379:1: (lv_members_117_0= ruleXtendEnumLiteral ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3379:1: (lv_members_117_0= ruleXtendEnumLiteral ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3380:3: lv_members_117_0= ruleXtendEnumLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getMembersXtendEnumLiteralParserRuleCall_2_5_5_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_ruleMember5852); lv_members_117_0=ruleXtendEnumLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "members", lv_members_117_0, "XtendEnumLiteral"); afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3396:2: (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* loop106: do { int alt106=2; int LA106_0 = input.LA(1); if ( (LA106_0==34) ) { alt106=1; } switch (alt106) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3396:4: otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) { otherlv_118=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleMember5865); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_118, grammarAccess.getMemberAccess().getCommaKeyword_2_5_5_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3400:1: ( (lv_members_119_0= ruleXtendEnumLiteral ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3401:1: (lv_members_119_0= ruleXtendEnumLiteral ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3401:1: (lv_members_119_0= ruleXtendEnumLiteral ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3402:3: lv_members_119_0= ruleXtendEnumLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getMembersXtendEnumLiteralParserRuleCall_2_5_5_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_ruleMember5886); lv_members_119_0=ruleXtendEnumLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "members", lv_members_119_0, "XtendEnumLiteral"); afterParserOrEnumRuleCall(); } } } } break; default : break loop106; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3418:6: (otherlv_120= ';' )? int alt108=2; int LA108_0 = input.LA(1); if ( (LA108_0==29) ) { alt108=1; } switch (alt108) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3418:8: otherlv_120= ';' { otherlv_120=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleMember5903); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_120, grammarAccess.getMemberAccess().getSemicolonKeyword_2_5_6()); } } break; } otherlv_121=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleMember5917); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_121, grammarAccess.getMemberAccess().getRightCurlyBracketKeyword_2_5_7()); } } } break; case 7 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3427:6: ( () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3427:6: ( () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3427:7: () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3427:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3428:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getMemberAccess().getXtendAnnotationTypeAnnotationInfoAction_2_6_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3433:2: ( (lv_modifiers_123_0= ruleCommonModifier ) )* loop109: do { int alt109=2; int LA109_0 = input.LA(1); if ( (LA109_0==28||(LA109_0>=50 && LA109_0<=61)) ) { alt109=1; } switch (alt109) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3434:1: (lv_modifiers_123_0= ruleCommonModifier ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3434:1: (lv_modifiers_123_0= ruleCommonModifier ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3435:3: lv_modifiers_123_0= ruleCommonModifier { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getModifiersCommonModifierParserRuleCall_2_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_ruleMember5955); lv_modifiers_123_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_123_0, "CommonModifier"); afterParserOrEnumRuleCall(); } } } break; default : break loop109; } } while (true); otherlv_124=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleMember5968); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_124, grammarAccess.getMemberAccess().getAnnotationKeyword_2_6_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3455:1: ( (lv_name_125_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3456:1: (lv_name_125_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3456:1: (lv_name_125_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3457:3: lv_name_125_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getNameValidIDParserRuleCall_2_6_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleMember5989); lv_name_125_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_125_0, "ValidID"); afterParserOrEnumRuleCall(); } } } otherlv_126=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleMember6001); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_126, grammarAccess.getMemberAccess().getLeftCurlyBracketKeyword_2_6_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3477:1: ( (lv_members_127_0= ruleAnnotationField ) )* loop110: do { int alt110=2; int LA110_0 = input.LA(1); if ( (LA110_0==RULE_ID||LA110_0==28||LA110_0==32||(LA110_0>=40 && LA110_0<=43)||LA110_0==45||(LA110_0>=50 && LA110_0<=63)||LA110_0==66||(LA110_0>=68 && LA110_0<=70)||LA110_0==81) ) { alt110=1; } switch (alt110) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3478:1: (lv_members_127_0= ruleAnnotationField ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3478:1: (lv_members_127_0= ruleAnnotationField ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3479:3: lv_members_127_0= ruleAnnotationField { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMemberAccess().getMembersAnnotationFieldParserRuleCall_2_6_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleAnnotationField_in_ruleMember6022); lv_members_127_0=ruleAnnotationField(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { if (current==null) { current = createModelElementForParent(grammarAccess.getMemberRule()); } add( current, "members", lv_members_127_0, "AnnotationField"); afterParserOrEnumRuleCall(); } } } break; default : break loop110; } } while (true); otherlv_128=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleMember6035); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_128, grammarAccess.getMemberAccess().getRightCurlyBracketKeyword_2_6_6()); } } } break; } } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleMember" // $ANTLR start "entryRuleTypeReferenceNoTypeArgs" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3507: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3508:2: (iv_ruleTypeReferenceNoTypeArgs= ruleTypeReferenceNoTypeArgs EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3509:2: iv_ruleTypeReferenceNoTypeArgs= ruleTypeReferenceNoTypeArgs EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeReferenceNoTypeArgsRule()); } pushFollow(FollowSets000.FOLLOW_ruleTypeReferenceNoTypeArgs_in_entryRuleTypeReferenceNoTypeArgs6073); iv_ruleTypeReferenceNoTypeArgs=ruleTypeReferenceNoTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleTypeReferenceNoTypeArgs; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleTypeReferenceNoTypeArgs6083); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleTypeReferenceNoTypeArgs" // $ANTLR start "ruleTypeReferenceNoTypeArgs" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3516:1: ruleTypeReferenceNoTypeArgs returns [EObject current=null] : ( ( ruleQualifiedName ) ) ; public final EObject ruleTypeReferenceNoTypeArgs() throws RecognitionException { EObject current = null; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3519:28: ( ( ( ruleQualifiedName ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3520:1: ( ( ruleQualifiedName ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3520:1: ( ( ruleQualifiedName ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3521:1: ( ruleQualifiedName ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3521:1: ( ruleQualifiedName ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3522: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_ruleTypeReferenceNoTypeArgs6130); 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 "entryRuleTypeReferenceWithTypeArgs" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3543:1: entryRuleTypeReferenceWithTypeArgs returns [EObject current=null] : iv_ruleTypeReferenceWithTypeArgs= ruleTypeReferenceWithTypeArgs EOF ; public final EObject entryRuleTypeReferenceWithTypeArgs() throws RecognitionException { EObject current = null; EObject iv_ruleTypeReferenceWithTypeArgs = null; try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3544:2: (iv_ruleTypeReferenceWithTypeArgs= ruleTypeReferenceWithTypeArgs EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3545:2: iv_ruleTypeReferenceWithTypeArgs= ruleTypeReferenceWithTypeArgs EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeReferenceWithTypeArgsRule()); } pushFollow(FollowSets000.FOLLOW_ruleTypeReferenceWithTypeArgs_in_entryRuleTypeReferenceWithTypeArgs6165); iv_ruleTypeReferenceWithTypeArgs=ruleTypeReferenceWithTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleTypeReferenceWithTypeArgs; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleTypeReferenceWithTypeArgs6175); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleTypeReferenceWithTypeArgs" // $ANTLR start "ruleTypeReferenceWithTypeArgs" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3552:1: ruleTypeReferenceWithTypeArgs returns [EObject current=null] : ( (this_ParameterizedTypeReferenceWithTypeArgs_0= ruleParameterizedTypeReferenceWithTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | (this_TypeReferenceNoTypeArgs_3= ruleTypeReferenceNoTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )+ ) | this_XFunctionTypeRef_6= ruleXFunctionTypeRef ) ; public final EObject ruleTypeReferenceWithTypeArgs() throws RecognitionException { EObject current = null; EObject this_ParameterizedTypeReferenceWithTypeArgs_0 = null; EObject this_TypeReferenceNoTypeArgs_3 = null; EObject this_XFunctionTypeRef_6 = null; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3555:28: ( ( (this_ParameterizedTypeReferenceWithTypeArgs_0= ruleParameterizedTypeReferenceWithTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | (this_TypeReferenceNoTypeArgs_3= ruleTypeReferenceNoTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )+ ) | this_XFunctionTypeRef_6= ruleXFunctionTypeRef ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3556:1: ( (this_ParameterizedTypeReferenceWithTypeArgs_0= ruleParameterizedTypeReferenceWithTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | (this_TypeReferenceNoTypeArgs_3= ruleTypeReferenceNoTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )+ ) | this_XFunctionTypeRef_6= ruleXFunctionTypeRef ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3556:1: ( (this_ParameterizedTypeReferenceWithTypeArgs_0= ruleParameterizedTypeReferenceWithTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | (this_TypeReferenceNoTypeArgs_3= ruleTypeReferenceNoTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )+ ) | this_XFunctionTypeRef_6= ruleXFunctionTypeRef ) int alt114=3; alt114 = dfa114.predict(input); switch (alt114) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3556:2: (this_ParameterizedTypeReferenceWithTypeArgs_0= ruleParameterizedTypeReferenceWithTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3556:2: (this_ParameterizedTypeReferenceWithTypeArgs_0= ruleParameterizedTypeReferenceWithTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3557:5: this_ParameterizedTypeReferenceWithTypeArgs_0= ruleParameterizedTypeReferenceWithTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeReferenceWithTypeArgsAccess().getParameterizedTypeReferenceWithTypeArgsParserRuleCall_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleParameterizedTypeReferenceWithTypeArgs_in_ruleTypeReferenceWithTypeArgs6223); this_ParameterizedTypeReferenceWithTypeArgs_0=ruleParameterizedTypeReferenceWithTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_ParameterizedTypeReferenceWithTypeArgs_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3565:1: ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* loop112: do { int alt112=2; int LA112_0 = input.LA(1); if ( (LA112_0==83) && (synpred6_InternalSuite())) { alt112=1; } switch (alt112) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3565:2: ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3566:24: ( () ruleArrayBrackets ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3566:25: () ruleArrayBrackets { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3566:25: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3567:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeReferenceWithTypeArgsAccess().getJvmGenericArrayTypeReferenceComponentTypeAction_0_1_0_0(), current); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeReferenceWithTypeArgsAccess().getArrayBracketsParserRuleCall_0_1_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleArrayBrackets_in_ruleTypeReferenceWithTypeArgs6259); ruleArrayBrackets(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } break; default : break loop112; } } while (true); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3581:6: (this_TypeReferenceNoTypeArgs_3= ruleTypeReferenceNoTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )+ ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3581:6: (this_TypeReferenceNoTypeArgs_3= ruleTypeReferenceNoTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )+ ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3582:5: this_TypeReferenceNoTypeArgs_3= ruleTypeReferenceNoTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )+ { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeReferenceWithTypeArgsAccess().getTypeReferenceNoTypeArgsParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleTypeReferenceNoTypeArgs_in_ruleTypeReferenceWithTypeArgs6291); this_TypeReferenceNoTypeArgs_3=ruleTypeReferenceNoTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_TypeReferenceNoTypeArgs_3; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3590:1: ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )+ int cnt113=0; loop113: do { int alt113=2; int LA113_0 = input.LA(1); if ( (LA113_0==83) && (synpred7_InternalSuite())) { alt113=1; } switch (alt113) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3590:2: ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3591:24: ( () ruleArrayBrackets ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3591:25: () ruleArrayBrackets { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3591:25: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3592:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getTypeReferenceWithTypeArgsAccess().getJvmGenericArrayTypeReferenceComponentTypeAction_1_1_0_0(), current); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeReferenceWithTypeArgsAccess().getArrayBracketsParserRuleCall_1_1_0_1()); } pushFollow(FollowSets000.FOLLOW_ruleArrayBrackets_in_ruleTypeReferenceWithTypeArgs6327); ruleArrayBrackets(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } break; default : if ( cnt113 >= 1 ) break loop113; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(113, input); throw eee; } cnt113++; } while (true); } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3607:5: this_XFunctionTypeRef_6= ruleXFunctionTypeRef { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getTypeReferenceWithTypeArgsAccess().getXFunctionTypeRefParserRuleCall_2()); } pushFollow(FollowSets000.FOLLOW_ruleXFunctionTypeRef_in_ruleTypeReferenceWithTypeArgs6358); this_XFunctionTypeRef_6=ruleXFunctionTypeRef(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XFunctionTypeRef_6; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleTypeReferenceWithTypeArgs" // $ANTLR start "entryRuleParameterizedTypeReferenceWithTypeArgs" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3623: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3624:2: (iv_ruleParameterizedTypeReferenceWithTypeArgs= ruleParameterizedTypeReferenceWithTypeArgs EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3625:2: iv_ruleParameterizedTypeReferenceWithTypeArgs= ruleParameterizedTypeReferenceWithTypeArgs EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsRule()); } pushFollow(FollowSets000.FOLLOW_ruleParameterizedTypeReferenceWithTypeArgs_in_entryRuleParameterizedTypeReferenceWithTypeArgs6393); iv_ruleParameterizedTypeReferenceWithTypeArgs=ruleParameterizedTypeReferenceWithTypeArgs(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleParameterizedTypeReferenceWithTypeArgs; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleParameterizedTypeReferenceWithTypeArgs6403); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleParameterizedTypeReferenceWithTypeArgs" // $ANTLR start "ruleParameterizedTypeReferenceWithTypeArgs" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3632: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3635: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3636: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3636: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3636: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3636:2: ( ( ruleQualifiedName ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3637:1: ( ruleQualifiedName ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3637:1: ( ruleQualifiedName ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3638: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_ruleParameterizedTypeReferenceWithTypeArgs6451); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3651: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3651: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,33,FollowSets000.FOLLOW_33_in_ruleParameterizedTypeReferenceWithTypeArgs6464); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getLessThanSignKeyword_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3655:1: ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3656:1: (lv_arguments_2_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3656:1: (lv_arguments_2_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3657:3: lv_arguments_2_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs6485); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3673:2: (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* loop115: do { int alt115=2; int LA115_0 = input.LA(1); if ( (LA115_0==34) ) { alt115=1; } switch (alt115) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3673:4: otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) { otherlv_3=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleParameterizedTypeReferenceWithTypeArgs6498); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getCommaKeyword_1_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3677:1: ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3678:1: (lv_arguments_4_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3678:1: (lv_arguments_4_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3679:3: lv_arguments_4_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs6519); 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 loop115; } } while (true); otherlv_5=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleParameterizedTypeReferenceWithTypeArgs6533); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getGreaterThanSignKeyword_1_3()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3699:1: ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* loop118: do { int alt118=2; int LA118_0 = input.LA(1); if ( (LA118_0==31) && (synpred8_InternalSuite())) { alt118=1; } switch (alt118) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3699:2: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3699:2: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3699:3: ( ( () '.' ) )=> ( () otherlv_7= '.' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3701:5: ( () otherlv_7= '.' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3701:6: () otherlv_7= '.' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3701:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3702:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0(), current); } } otherlv_7=(Token)match(input,31,FollowSets000.FOLLOW_31_in_ruleParameterizedTypeReferenceWithTypeArgs6569); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getFullStopKeyword_1_4_0_0_1()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3711:3: ( ( ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3712:1: ( ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3712:1: ( ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3713: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_ruleParameterizedTypeReferenceWithTypeArgs6594); ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3726:2: ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? int alt117=2; alt117 = dfa117.predict(input); switch (alt117) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3726:3: ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3726:3: ( ( '<' )=>otherlv_9= '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3726:4: ( '<' )=>otherlv_9= '<' { otherlv_9=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleParameterizedTypeReferenceWithTypeArgs6615); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_9, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getLessThanSignKeyword_1_4_2_0()); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3731:2: ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3732:1: (lv_arguments_10_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3732:1: (lv_arguments_10_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3733:3: lv_arguments_10_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs6637); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3749:2: (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* loop116: do { int alt116=2; int LA116_0 = input.LA(1); if ( (LA116_0==34) ) { alt116=1; } switch (alt116) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3749:4: otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) { otherlv_11=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleParameterizedTypeReferenceWithTypeArgs6650); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getCommaKeyword_1_4_2_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3753:1: ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3754:1: (lv_arguments_12_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3754:1: (lv_arguments_12_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3755: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_ruleParameterizedTypeReferenceWithTypeArgs6671); 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 loop116; } } while (true); otherlv_13=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleParameterizedTypeReferenceWithTypeArgs6685); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getParameterizedTypeReferenceWithTypeArgsAccess().getGreaterThanSignKeyword_1_4_2_3()); } } break; } } break; default : break loop118; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3783: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3784:2: (iv_ruleFunctionID= ruleFunctionID EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3785:2: iv_ruleFunctionID= ruleFunctionID EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFunctionIDRule()); } pushFollow(FollowSets000.FOLLOW_ruleFunctionID_in_entryRuleFunctionID6727); 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_entryRuleFunctionID6738); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFunctionID" // $ANTLR start "ruleFunctionID" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3792: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3795:28: ( (this_ValidID_0= ruleValidID | this_Operators_1= ruleOperators ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3796:1: (this_ValidID_0= ruleValidID | this_Operators_1= ruleOperators ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3796:1: (this_ValidID_0= ruleValidID | this_Operators_1= ruleOperators ) int alt119=2; int LA119_0 = input.LA(1); if ( (LA119_0==RULE_ID||LA119_0==42||LA119_0==66||(LA119_0>=68 && LA119_0<=70)) ) { alt119=1; } else if ( (LA119_0==30||LA119_0==33||LA119_0==35||LA119_0==45||(LA119_0>=85 && LA119_0<=96)||(LA119_0>=98 && LA119_0<=108)||(LA119_0>=110 && LA119_0<=111)) ) { alt119=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 119, 0, input); throw nvae; } switch (alt119) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3797:5: this_ValidID_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFunctionIDAccess().getValidIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleFunctionID6785); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3809:5: this_Operators_1= ruleOperators { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFunctionIDAccess().getOperatorsParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleOperators_in_ruleFunctionID6818); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3827: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3828:2: (iv_ruleOperators= ruleOperators EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3829:2: iv_ruleOperators= ruleOperators EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsRule()); } pushFollow(FollowSets000.FOLLOW_ruleOperators_in_entryRuleOperators6864); 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_entryRuleOperators6875); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOperators" // $ANTLR start "ruleOperators" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3836: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3839: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3840: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3840: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 alt120=9; alt120 = dfa120.predict(input); switch (alt120) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3841:5: this_OpMultiAssign_0= ruleOpMultiAssign { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpMultiAssignParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpMultiAssign_in_ruleOperators6922); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3853:5: this_OpOr_1= ruleOpOr { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpOrParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleOpOr_in_ruleOperators6955); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3865:5: this_OpAnd_2= ruleOpAnd { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpAndParserRuleCall_2()); } pushFollow(FollowSets000.FOLLOW_ruleOpAnd_in_ruleOperators6988); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3877:5: this_OpEquality_3= ruleOpEquality { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpEqualityParserRuleCall_3()); } pushFollow(FollowSets000.FOLLOW_ruleOpEquality_in_ruleOperators7021); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3889:5: this_OpCompare_4= ruleOpCompare { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpCompareParserRuleCall_4()); } pushFollow(FollowSets000.FOLLOW_ruleOpCompare_in_ruleOperators7054); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3901:5: this_OpOther_5= ruleOpOther { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpOtherParserRuleCall_5()); } pushFollow(FollowSets000.FOLLOW_ruleOpOther_in_ruleOperators7087); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3913:5: this_OpMulti_6= ruleOpMulti { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpMultiParserRuleCall_6()); } pushFollow(FollowSets000.FOLLOW_ruleOpMulti_in_ruleOperators7120); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3925:5: this_OpUnary_7= ruleOpUnary { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpUnaryParserRuleCall_7()); } pushFollow(FollowSets000.FOLLOW_ruleOpUnary_in_ruleOperators7153); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3937:5: this_OpPostfix_8= ruleOpPostfix { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOperatorsAccess().getOpPostfixParserRuleCall_8()); } pushFollow(FollowSets000.FOLLOW_ruleOpPostfix_in_ruleOperators7186); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3955: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3956:2: (iv_ruleXtendEnumLiteral= ruleXtendEnumLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3957:2: iv_ruleXtendEnumLiteral= ruleXtendEnumLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXtendEnumLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXtendEnumLiteral_in_entryRuleXtendEnumLiteral7231); iv_ruleXtendEnumLiteral=ruleXtendEnumLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXtendEnumLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXtendEnumLiteral7241); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXtendEnumLiteral" // $ANTLR start "ruleXtendEnumLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3964: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3967:28: ( ( (lv_name_0_0= ruleValidID ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3968:1: ( (lv_name_0_0= ruleValidID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3968:1: ( (lv_name_0_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3969:1: (lv_name_0_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3969:1: (lv_name_0_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3970:3: lv_name_0_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXtendEnumLiteralAccess().getNameValidIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleXtendEnumLiteral7286); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3994: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3995:2: (iv_ruleCommonModifier= ruleCommonModifier EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3996:2: iv_ruleCommonModifier= ruleCommonModifier EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getCommonModifierRule()); } pushFollow(FollowSets000.FOLLOW_ruleCommonModifier_in_entryRuleCommonModifier7322); 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_entryRuleCommonModifier7333); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleCommonModifier" // $ANTLR start "ruleCommonModifier" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4003: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4006: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4007: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4007: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 alt121=13; switch ( input.LA(1) ) { case 50: { alt121=1; } break; case 51: { alt121=2; } break; case 52: { alt121=3; } break; case 28: { alt121=4; } break; case 53: { alt121=5; } break; case 54: { alt121=6; } break; case 55: { alt121=7; } break; case 56: { alt121=8; } break; case 57: { alt121=9; } break; case 58: { alt121=10; } break; case 59: { alt121=11; } break; case 60: { alt121=12; } break; case 61: { alt121=13; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 121, 0, input); throw nvae; } switch (alt121) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4008:2: kw= 'public' { kw=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleCommonModifier7371); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getPublicKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4015:2: kw= 'private' { kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleCommonModifier7390); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getPrivateKeyword_1()); } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4022:2: kw= 'protected' { kw=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleCommonModifier7409); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getProtectedKeyword_2()); } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4029:2: kw= 'package' { kw=(Token)match(input,28,FollowSets000.FOLLOW_28_in_ruleCommonModifier7428); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getPackageKeyword_3()); } } break; case 5 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4036:2: kw= 'abstract' { kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleCommonModifier7447); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getAbstractKeyword_4()); } } break; case 6 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4043:2: kw= 'static' { kw=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleCommonModifier7466); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getStaticKeyword_5()); } } break; case 7 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4050:2: kw= 'dispatch' { kw=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleCommonModifier7485); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getDispatchKeyword_6()); } } break; case 8 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4057:2: kw= 'final' { kw=(Token)match(input,56,FollowSets000.FOLLOW_56_in_ruleCommonModifier7504); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getFinalKeyword_7()); } } break; case 9 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4064:2: kw= 'strictfp' { kw=(Token)match(input,57,FollowSets000.FOLLOW_57_in_ruleCommonModifier7523); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getStrictfpKeyword_8()); } } break; case 10 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4071:2: kw= 'native' { kw=(Token)match(input,58,FollowSets000.FOLLOW_58_in_ruleCommonModifier7542); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getNativeKeyword_9()); } } break; case 11 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4078:2: kw= 'volatile' { kw=(Token)match(input,59,FollowSets000.FOLLOW_59_in_ruleCommonModifier7561); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getVolatileKeyword_10()); } } break; case 12 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4085:2: kw= 'synchronized' { kw=(Token)match(input,60,FollowSets000.FOLLOW_60_in_ruleCommonModifier7580); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getCommonModifierAccess().getSynchronizedKeyword_11()); } } break; case 13 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4092:2: kw= 'transient' { kw=(Token)match(input,61,FollowSets000.FOLLOW_61_in_ruleCommonModifier7599); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4105: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4106:2: (iv_ruleFieldModifier= ruleFieldModifier EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4107:2: iv_ruleFieldModifier= ruleFieldModifier EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFieldModifierRule()); } pushFollow(FollowSets000.FOLLOW_ruleFieldModifier_in_entryRuleFieldModifier7640); 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_entryRuleFieldModifier7651); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFieldModifier" // $ANTLR start "ruleFieldModifier" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4114: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4117:28: ( (kw= 'val' | kw= 'var' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4118:1: (kw= 'val' | kw= 'var' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4118:1: (kw= 'val' | kw= 'var' ) int alt122=2; int LA122_0 = input.LA(1); if ( (LA122_0==62) ) { alt122=1; } else if ( (LA122_0==63) ) { alt122=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 122, 0, input); throw nvae; } switch (alt122) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4119:2: kw= 'val' { kw=(Token)match(input,62,FollowSets000.FOLLOW_62_in_ruleFieldModifier7689); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getFieldModifierAccess().getValKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4126:2: kw= 'var' { kw=(Token)match(input,63,FollowSets000.FOLLOW_63_in_ruleFieldModifier7708); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4139: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4140:2: (iv_ruleMethodModifier= ruleMethodModifier EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4141:2: iv_ruleMethodModifier= ruleMethodModifier EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getMethodModifierRule()); } pushFollow(FollowSets000.FOLLOW_ruleMethodModifier_in_entryRuleMethodModifier7749); 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_entryRuleMethodModifier7760); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleMethodModifier" // $ANTLR start "ruleMethodModifier" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4148: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4151:28: ( (kw= 'def' | kw= 'override' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4152:1: (kw= 'def' | kw= 'override' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4152:1: (kw= 'def' | kw= 'override' ) int alt123=2; int LA123_0 = input.LA(1); if ( (LA123_0==64) ) { alt123=1; } else if ( (LA123_0==65) ) { alt123=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 123, 0, input); throw nvae; } switch (alt123) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4153:2: kw= 'def' { kw=(Token)match(input,64,FollowSets000.FOLLOW_64_in_ruleMethodModifier7798); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getMethodModifierAccess().getDefKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4160:2: kw= 'override' { kw=(Token)match(input,65,FollowSets000.FOLLOW_65_in_ruleMethodModifier7817); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4173: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4174:2: (iv_ruleCreateExtensionInfo= ruleCreateExtensionInfo EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4175:2: iv_ruleCreateExtensionInfo= ruleCreateExtensionInfo EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getCreateExtensionInfoRule()); } pushFollow(FollowSets000.FOLLOW_ruleCreateExtensionInfo_in_entryRuleCreateExtensionInfo7857); iv_ruleCreateExtensionInfo=ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleCreateExtensionInfo; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleCreateExtensionInfo7867); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleCreateExtensionInfo" // $ANTLR start "ruleCreateExtensionInfo" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4182: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4185:28: ( (otherlv_0= 'create' ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? ( (lv_createExpression_3_0= ruleXExpression ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4186:1: (otherlv_0= 'create' ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? ( (lv_createExpression_3_0= ruleXExpression ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4186:1: (otherlv_0= 'create' ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? ( (lv_createExpression_3_0= ruleXExpression ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4186:3: otherlv_0= 'create' ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? ( (lv_createExpression_3_0= ruleXExpression ) ) { otherlv_0=(Token)match(input,66,FollowSets000.FOLLOW_66_in_ruleCreateExtensionInfo7904); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getCreateExtensionInfoAccess().getCreateKeyword_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4190:1: ( ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' )? int alt124=2; switch ( input.LA(1) ) { case RULE_ID: { int LA124_1 = input.LA(2); if ( (LA124_1==67) ) { alt124=1; } } break; case 66: { int LA124_2 = input.LA(2); if ( (LA124_2==67) ) { alt124=1; } } break; case 42: { int LA124_3 = input.LA(2); if ( (LA124_3==67) ) { alt124=1; } } break; case 68: { int LA124_4 = input.LA(2); if ( (LA124_4==67) ) { alt124=1; } } break; case 69: { int LA124_5 = input.LA(2); if ( (LA124_5==67) ) { alt124=1; } } break; case 70: { int LA124_6 = input.LA(2); if ( (LA124_6==67) ) { alt124=1; } } break; } switch (alt124) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4190:2: ( (lv_name_1_0= ruleValidID ) ) otherlv_2= ':' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4190:2: ( (lv_name_1_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4191:1: (lv_name_1_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4191:1: (lv_name_1_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4192:3: lv_name_1_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getCreateExtensionInfoAccess().getNameValidIDParserRuleCall_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleCreateExtensionInfo7926); 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,67,FollowSets000.FOLLOW_67_in_ruleCreateExtensionInfo7938); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getCreateExtensionInfoAccess().getColonKeyword_1_1()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4212:3: ( (lv_createExpression_3_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4213:1: (lv_createExpression_3_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4213:1: (lv_createExpression_3_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4214:3: lv_createExpression_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getCreateExtensionInfoAccess().getCreateExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleCreateExtensionInfo7961); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4238: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4239:2: (iv_ruleValidID= ruleValidID EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4240:2: iv_ruleValidID= ruleValidID EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getValidIDRule()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_entryRuleValidID7998); 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_entryRuleValidID8009); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleValidID" // $ANTLR start "ruleValidID" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4247: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4250:28: ( (this_ID_0= RULE_ID | kw= 'create' | kw= 'annotation' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4251:1: (this_ID_0= RULE_ID | kw= 'create' | kw= 'annotation' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4251:1: (this_ID_0= RULE_ID | kw= 'create' | kw= 'annotation' | kw= 'AFTER' | kw= 'BEFORE' | kw= 'SEPARATOR' ) int alt125=6; switch ( input.LA(1) ) { case RULE_ID: { alt125=1; } break; case 66: { alt125=2; } break; case 42: { alt125=3; } break; case 68: { alt125=4; } break; case 69: { alt125=5; } break; case 70: { alt125=6; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 125, 0, input); throw nvae; } switch (alt125) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4251:6: this_ID_0= RULE_ID { this_ID_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_RULE_ID_in_ruleValidID8049); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4260:2: kw= 'create' { kw=(Token)match(input,66,FollowSets000.FOLLOW_66_in_ruleValidID8073); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getValidIDAccess().getCreateKeyword_1()); } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4267:2: kw= 'annotation' { kw=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleValidID8092); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getValidIDAccess().getAnnotationKeyword_2()); } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4274:2: kw= 'AFTER' { kw=(Token)match(input,68,FollowSets000.FOLLOW_68_in_ruleValidID8111); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getValidIDAccess().getAFTERKeyword_3()); } } break; case 5 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4281:2: kw= 'BEFORE' { kw=(Token)match(input,69,FollowSets000.FOLLOW_69_in_ruleValidID8130); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getValidIDAccess().getBEFOREKeyword_4()); } } break; case 6 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4288:2: kw= 'SEPARATOR' { kw=(Token)match(input,70,FollowSets000.FOLLOW_70_in_ruleValidID8149); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4301: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4302:2: (iv_ruleFeatureCallID= ruleFeatureCallID EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4303:2: iv_ruleFeatureCallID= ruleFeatureCallID EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureCallIDRule()); } pushFollow(FollowSets000.FOLLOW_ruleFeatureCallID_in_entryRuleFeatureCallID8190); 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_entryRuleFeatureCallID8201); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFeatureCallID" // $ANTLR start "ruleFeatureCallID" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4310: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4313:28: ( (this_InnerVarID_0= ruleInnerVarID | kw= 'extension' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4314:1: (this_InnerVarID_0= ruleInnerVarID | kw= 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4314:1: (this_InnerVarID_0= ruleInnerVarID | kw= 'extension' ) int alt126=2; int LA126_0 = input.LA(1); if ( (LA126_0==RULE_ID||LA126_0==28||LA126_0==32||(LA126_0>=36 && LA126_0<=37)||(LA126_0>=40 && LA126_0<=42)||LA126_0==48||(LA126_0>=50 && LA126_0<=61)||(LA126_0>=64 && LA126_0<=66)||(LA126_0>=68 && LA126_0<=71)) ) { alt126=1; } else if ( (LA126_0==47) ) { 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4315:5: this_InnerVarID_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFeatureCallIDAccess().getInnerVarIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleFeatureCallID8248); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4327:2: kw= 'extension' { kw=(Token)match(input,47,FollowSets000.FOLLOW_47_in_ruleFeatureCallID8272); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4340: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4341:2: (iv_ruleInnerVarID= ruleInnerVarID EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4342:2: iv_ruleInnerVarID= ruleInnerVarID EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInnerVarIDRule()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_entryRuleInnerVarID8313); 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_entryRuleInnerVarID8324); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleInnerVarID" // $ANTLR start "ruleInnerVarID" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4349: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4352: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4353: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4353: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 alt127=28; switch ( input.LA(1) ) { case RULE_ID: { alt127=1; } break; case 53: { alt127=2; } break; case 42: { alt127=3; } break; case 32: { alt127=4; } break; case 66: { alt127=5; } break; case 64: { alt127=6; } break; case 55: { alt127=7; } break; case 41: { alt127=8; } break; case 36: { alt127=9; } break; case 56: { alt127=10; } break; case 37: { alt127=11; } break; case 71: { alt127=12; } break; case 40: { alt127=13; } break; case 65: { alt127=14; } break; case 28: { alt127=15; } break; case 50: { alt127=16; } break; case 51: { alt127=17; } break; case 52: { alt127=18; } break; case 54: { alt127=19; } break; case 48: { alt127=20; } break; case 57: { alt127=21; } break; case 58: { alt127=22; } break; case 59: { alt127=23; } break; case 60: { alt127=24; } break; case 61: { alt127=25; } break; case 68: { alt127=26; } break; case 69: { alt127=27; } break; case 70: { alt127=28; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 127, 0, input); throw nvae; } switch (alt127) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4353:6: this_ID_0= RULE_ID { this_ID_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_RULE_ID_in_ruleInnerVarID8364); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4362:2: kw= 'abstract' { kw=(Token)match(input,53,FollowSets000.FOLLOW_53_in_ruleInnerVarID8388); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getAbstractKeyword_1()); } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4369:2: kw= 'annotation' { kw=(Token)match(input,42,FollowSets000.FOLLOW_42_in_ruleInnerVarID8407); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getAnnotationKeyword_2()); } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4376:2: kw= 'class' { kw=(Token)match(input,32,FollowSets000.FOLLOW_32_in_ruleInnerVarID8426); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getClassKeyword_3()); } } break; case 5 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4383:2: kw= 'create' { kw=(Token)match(input,66,FollowSets000.FOLLOW_66_in_ruleInnerVarID8445); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getCreateKeyword_4()); } } break; case 6 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4390:2: kw= 'def' { kw=(Token)match(input,64,FollowSets000.FOLLOW_64_in_ruleInnerVarID8464); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getDefKeyword_5()); } } break; case 7 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4397:2: kw= 'dispatch' { kw=(Token)match(input,55,FollowSets000.FOLLOW_55_in_ruleInnerVarID8483); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getDispatchKeyword_6()); } } break; case 8 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4404:2: kw= 'enum' { kw=(Token)match(input,41,FollowSets000.FOLLOW_41_in_ruleInnerVarID8502); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getEnumKeyword_7()); } } break; case 9 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4411:2: kw= 'extends' { kw=(Token)match(input,36,FollowSets000.FOLLOW_36_in_ruleInnerVarID8521); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getExtendsKeyword_8()); } } break; case 10 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4418:2: kw= 'final' { kw=(Token)match(input,56,FollowSets000.FOLLOW_56_in_ruleInnerVarID8540); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getFinalKeyword_9()); } } break; case 11 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4425:2: kw= 'implements' { kw=(Token)match(input,37,FollowSets000.FOLLOW_37_in_ruleInnerVarID8559); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getImplementsKeyword_10()); } } break; case 12 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4432:2: kw= 'import' { kw=(Token)match(input,71,FollowSets000.FOLLOW_71_in_ruleInnerVarID8578); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getImportKeyword_11()); } } break; case 13 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4439:2: kw= 'interface' { kw=(Token)match(input,40,FollowSets000.FOLLOW_40_in_ruleInnerVarID8597); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getInterfaceKeyword_12()); } } break; case 14 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4446:2: kw= 'override' { kw=(Token)match(input,65,FollowSets000.FOLLOW_65_in_ruleInnerVarID8616); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getOverrideKeyword_13()); } } break; case 15 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4453:2: kw= 'package' { kw=(Token)match(input,28,FollowSets000.FOLLOW_28_in_ruleInnerVarID8635); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getPackageKeyword_14()); } } break; case 16 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4460:2: kw= 'public' { kw=(Token)match(input,50,FollowSets000.FOLLOW_50_in_ruleInnerVarID8654); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getPublicKeyword_15()); } } break; case 17 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4467:2: kw= 'private' { kw=(Token)match(input,51,FollowSets000.FOLLOW_51_in_ruleInnerVarID8673); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getPrivateKeyword_16()); } } break; case 18 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4474:2: kw= 'protected' { kw=(Token)match(input,52,FollowSets000.FOLLOW_52_in_ruleInnerVarID8692); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getProtectedKeyword_17()); } } break; case 19 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4481:2: kw= 'static' { kw=(Token)match(input,54,FollowSets000.FOLLOW_54_in_ruleInnerVarID8711); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getStaticKeyword_18()); } } break; case 20 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4488:2: kw= 'throws' { kw=(Token)match(input,48,FollowSets000.FOLLOW_48_in_ruleInnerVarID8730); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getThrowsKeyword_19()); } } break; case 21 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4495:2: kw= 'strictfp' { kw=(Token)match(input,57,FollowSets000.FOLLOW_57_in_ruleInnerVarID8749); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getStrictfpKeyword_20()); } } break; case 22 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4502:2: kw= 'native' { kw=(Token)match(input,58,FollowSets000.FOLLOW_58_in_ruleInnerVarID8768); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getNativeKeyword_21()); } } break; case 23 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4509:2: kw= 'volatile' { kw=(Token)match(input,59,FollowSets000.FOLLOW_59_in_ruleInnerVarID8787); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getVolatileKeyword_22()); } } break; case 24 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4516:2: kw= 'synchronized' { kw=(Token)match(input,60,FollowSets000.FOLLOW_60_in_ruleInnerVarID8806); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getSynchronizedKeyword_23()); } } break; case 25 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4523:2: kw= 'transient' { kw=(Token)match(input,61,FollowSets000.FOLLOW_61_in_ruleInnerVarID8825); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getTransientKeyword_24()); } } break; case 26 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4530:2: kw= 'AFTER' { kw=(Token)match(input,68,FollowSets000.FOLLOW_68_in_ruleInnerVarID8844); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getAFTERKeyword_25()); } } break; case 27 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4537:2: kw= 'BEFORE' { kw=(Token)match(input,69,FollowSets000.FOLLOW_69_in_ruleInnerVarID8863); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getInnerVarIDAccess().getBEFOREKeyword_26()); } } break; case 28 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4544:2: kw= 'SEPARATOR' { kw=(Token)match(input,70,FollowSets000.FOLLOW_70_in_ruleInnerVarID8882); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4557: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4558:2: (iv_ruleParameter= ruleParameter EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4559:2: iv_ruleParameter= ruleParameter EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterRule()); } pushFollow(FollowSets000.FOLLOW_ruleParameter_in_entryRuleParameter8922); iv_ruleParameter=ruleParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleParameter; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleParameter8932); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleParameter" // $ANTLR start "ruleParameter" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4566: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4569: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4570: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4570: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4570: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4570:2: ( (lv_annotations_0_0= ruleXAnnotation ) )* loop128: do { int alt128=2; int LA128_0 = input.LA(1); if ( (LA128_0==81) ) { alt128=1; } switch (alt128) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4571:1: (lv_annotations_0_0= ruleXAnnotation ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4571:1: (lv_annotations_0_0= ruleXAnnotation ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4572:3: lv_annotations_0_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterAccess().getAnnotationsXAnnotationParserRuleCall_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleParameter8978); 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 loop128; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4588:3: ( ( (lv_extension_1_0= 'extension' ) ) ( (lv_annotations_2_0= ruleXAnnotation ) )* )? int alt130=2; int LA130_0 = input.LA(1); if ( (LA130_0==47) ) { alt130=1; } switch (alt130) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4588:4: ( (lv_extension_1_0= 'extension' ) ) ( (lv_annotations_2_0= ruleXAnnotation ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4588:4: ( (lv_extension_1_0= 'extension' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4589:1: (lv_extension_1_0= 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4589:1: (lv_extension_1_0= 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4590:3: lv_extension_1_0= 'extension' { lv_extension_1_0=(Token)match(input,47,FollowSets000.FOLLOW_47_in_ruleParameter8998); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4603:2: ( (lv_annotations_2_0= ruleXAnnotation ) )* loop129: do { int alt129=2; int LA129_0 = input.LA(1); if ( (LA129_0==81) ) { alt129=1; } switch (alt129) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4604:1: (lv_annotations_2_0= ruleXAnnotation ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4604:1: (lv_annotations_2_0= ruleXAnnotation ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4605:3: lv_annotations_2_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterAccess().getAnnotationsXAnnotationParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleParameter9032); 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 loop129; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4621:5: ( (lv_parameterType_3_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4622:1: (lv_parameterType_3_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4622:1: (lv_parameterType_3_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4623:3: lv_parameterType_3_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleParameter9056); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4639:2: ( (lv_varArg_4_0= '...' ) )? int alt131=2; int LA131_0 = input.LA(1); if ( (LA131_0==72) ) { alt131=1; } switch (alt131) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4640:1: (lv_varArg_4_0= '...' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4640:1: (lv_varArg_4_0= '...' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4641:3: lv_varArg_4_0= '...' { lv_varArg_4_0=(Token)match(input,72,FollowSets000.FOLLOW_72_in_ruleParameter9074); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4654:3: ( (lv_name_5_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4655:1: (lv_name_5_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4655:1: (lv_name_5_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4656:3: lv_name_5_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getParameterAccess().getNameValidIDParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleValidID_in_ruleParameter9109); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4680: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4681:2: (iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4682:2: iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXVariableDeclaration_in_entryRuleXVariableDeclaration9145); iv_ruleXVariableDeclaration=ruleXVariableDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXVariableDeclaration; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXVariableDeclaration9155); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXVariableDeclaration" // $ANTLR start "ruleXVariableDeclaration" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4689: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4692: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4693: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4693: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4693: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4693: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4693: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4723: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4723: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4723:9: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4724:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXVariableDeclarationAccess().getXtendVariableDeclarationAction_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4729: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 alt135=2; int LA135_0 = input.LA(1); if ( ((LA135_0>=62 && LA135_0<=63)) ) { alt135=1; } else if ( (LA135_0==47) ) { alt135=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 135, 0, input); throw nvae; } switch (alt135) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4729:3: ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4729:3: ( ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4729:4: ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( (lv_extension_3_0= 'extension' ) )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4729:4: ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) int alt132=2; int LA132_0 = input.LA(1); if ( (LA132_0==63) ) { alt132=1; } else if ( (LA132_0==62) ) { alt132=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 132, 0, input); throw nvae; } switch (alt132) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4729:5: ( (lv_writeable_1_0= 'var' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4729:5: ( (lv_writeable_1_0= 'var' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4730:1: (lv_writeable_1_0= 'var' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4730:1: (lv_writeable_1_0= 'var' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4731:3: lv_writeable_1_0= 'var' { lv_writeable_1_0=(Token)match(input,63,FollowSets000.FOLLOW_63_in_ruleXVariableDeclaration9313); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4745:7: otherlv_2= 'val' { otherlv_2=(Token)match(input,62,FollowSets000.FOLLOW_62_in_ruleXVariableDeclaration9344); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXVariableDeclarationAccess().getValKeyword_0_0_1_0_0_1()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4749:2: ( (lv_extension_3_0= 'extension' ) )? int alt133=2; int LA133_0 = input.LA(1); if ( (LA133_0==47) ) { alt133=1; } switch (alt133) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4750:1: (lv_extension_3_0= 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4750:1: (lv_extension_3_0= 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4751:3: lv_extension_3_0= 'extension' { lv_extension_3_0=(Token)match(input,47,FollowSets000.FOLLOW_47_in_ruleXVariableDeclaration9363); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4765:6: ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4765:6: ( ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4765:7: ( (lv_extension_4_0= 'extension' ) ) ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4765:7: ( (lv_extension_4_0= 'extension' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4766:1: (lv_extension_4_0= 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4766:1: (lv_extension_4_0= 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4767:3: lv_extension_4_0= 'extension' { lv_extension_4_0=(Token)match(input,47,FollowSets000.FOLLOW_47_in_ruleXVariableDeclaration9403); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4780:2: ( ( (lv_writeable_5_0= 'var' ) ) | otherlv_6= 'val' ) int alt134=2; int LA134_0 = input.LA(1); if ( (LA134_0==63) ) { alt134=1; } else if ( (LA134_0==62) ) { alt134=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 134, 0, input); throw nvae; } switch (alt134) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4780:3: ( (lv_writeable_5_0= 'var' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4780:3: ( (lv_writeable_5_0= 'var' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4781:1: (lv_writeable_5_0= 'var' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4781:1: (lv_writeable_5_0= 'var' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4782:3: lv_writeable_5_0= 'var' { lv_writeable_5_0=(Token)match(input,63,FollowSets000.FOLLOW_63_in_ruleXVariableDeclaration9435); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4796:7: otherlv_6= 'val' { otherlv_6=(Token)match(input,62,FollowSets000.FOLLOW_62_in_ruleXVariableDeclaration9466); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4800:6: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) | ( (lv_name_9_0= ruleInnerVarID ) ) ) int alt136=2; alt136 = dfa136.predict(input); switch (alt136) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4800:7: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4800:7: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4800:8: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) )=> ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4808:6: ( ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4808:7: ( (lv_type_7_0= ruleJvmTypeReference ) ) ( (lv_name_8_0= ruleInnerVarID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4808:7: ( (lv_type_7_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4809:1: (lv_type_7_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4809:1: (lv_type_7_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4810:3: lv_type_7_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXVariableDeclaration9518); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4826:2: ( (lv_name_8_0= ruleInnerVarID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4827:1: (lv_name_8_0= ruleInnerVarID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4827:1: (lv_name_8_0= ruleInnerVarID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4828:3: lv_name_8_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameInnerVarIDParserRuleCall_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleXVariableDeclaration9539); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4845:6: ( (lv_name_9_0= ruleInnerVarID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4845:6: ( (lv_name_9_0= ruleInnerVarID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4846:1: (lv_name_9_0= ruleInnerVarID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4846:1: (lv_name_9_0= ruleInnerVarID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4847:3: lv_name_9_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameInnerVarIDParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleXVariableDeclaration9568); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4863:3: (otherlv_10= '=' ( (lv_right_11_0= ruleXExpression ) ) )? int alt137=2; int LA137_0 = input.LA(1); if ( (LA137_0==46) ) { alt137=1; } switch (alt137) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4863:5: otherlv_10= '=' ( (lv_right_11_0= ruleXExpression ) ) { otherlv_10=(Token)match(input,46,FollowSets000.FOLLOW_46_in_ruleXVariableDeclaration9582); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4867:1: ( (lv_right_11_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4868:1: (lv_right_11_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4868:1: (lv_right_11_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4869:3: lv_right_11_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getRightXExpressionParserRuleCall_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXVariableDeclaration9603); 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 "entryRuleXConstructorCall" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4893: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4894:2: (iv_ruleXConstructorCall= ruleXConstructorCall EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4895:2: iv_ruleXConstructorCall= ruleXConstructorCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXConstructorCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXConstructorCall_in_entryRuleXConstructorCall9641); iv_ruleXConstructorCall=ruleXConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXConstructorCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXConstructorCall9651); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXConstructorCall" // $ANTLR start "ruleXConstructorCall" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4902:1: ruleXConstructorCall returns [EObject current=null] : (this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleMember ) )* 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4905:28: ( (this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleMember ) )* otherlv_4= '}' )? ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4906:1: (this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleMember ) )* otherlv_4= '}' )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4906:1: (this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleMember ) )* otherlv_4= '}' )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4907:5: this_XbaseConstructorCall_0= ruleXbaseConstructorCall ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleMember ) )* otherlv_4= '}' )? { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXConstructorCallAccess().getXbaseConstructorCallParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXbaseConstructorCall_in_ruleXConstructorCall9698); this_XbaseConstructorCall_0=ruleXbaseConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XbaseConstructorCall_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4915:1: ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleMember ) )* otherlv_4= '}' )? int alt139=2; alt139 = dfa139.predict(input); switch (alt139) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4915:2: ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleMember ) )* otherlv_4= '}' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4915:2: ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4915:3: ( ( () '{' ) )=> ( () otherlv_2= '{' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4917:5: ( () otherlv_2= '{' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4917:6: () otherlv_2= '{' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4917:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4918:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXConstructorCallAccess().getAnonymousClassConstructorCallAction_1_0_0_0(), current); } } otherlv_2=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleXConstructorCall9733); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXConstructorCallAccess().getLeftCurlyBracketKeyword_1_0_0_1()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4927:3: ( (lv_members_3_0= ruleMember ) )* loop138: do { int alt138=2; int LA138_0 = input.LA(1); if ( (LA138_0==RULE_ID||LA138_0==28||LA138_0==32||(LA138_0>=40 && LA138_0<=43)||LA138_0==45||LA138_0==47||(LA138_0>=49 && LA138_0<=66)||(LA138_0>=68 && LA138_0<=70)||LA138_0==81) ) { alt138=1; } switch (alt138) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4928:1: (lv_members_3_0= ruleMember ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4928:1: (lv_members_3_0= ruleMember ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4929:3: lv_members_3_0= ruleMember { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXConstructorCallAccess().getMembersMemberParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleMember_in_ruleXConstructorCall9756); lv_members_3_0=ruleMember(); 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, "Member"); afterParserOrEnumRuleCall(); } } } break; default : break loop138; } } while (true); otherlv_4=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleXConstructorCall9769); 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 "entryRuleXbaseConstructorCall" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4957: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4958:2: (iv_ruleXbaseConstructorCall= ruleXbaseConstructorCall EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4959:2: iv_ruleXbaseConstructorCall= ruleXbaseConstructorCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXbaseConstructorCall_in_entryRuleXbaseConstructorCall9807); iv_ruleXbaseConstructorCall=ruleXbaseConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXbaseConstructorCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXbaseConstructorCall9817); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXbaseConstructorCall" // $ANTLR start "ruleXbaseConstructorCall" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4966: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4969: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4970: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4970: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4970: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4970:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4971:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXbaseConstructorCallAccess().getXConstructorCallAction_0(), current); } } otherlv_1=(Token)match(input,49,FollowSets000.FOLLOW_49_in_ruleXbaseConstructorCall9863); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXbaseConstructorCallAccess().getNewKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4980:1: ( ( ruleQualifiedName ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4981:1: ( ruleQualifiedName ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4981:1: ( ruleQualifiedName ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4982: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_ruleXbaseConstructorCall9886); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4995:2: ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )? int alt141=2; alt141 = dfa141.predict(input); switch (alt141) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4995:3: ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4995:3: ( ( '<' )=>otherlv_3= '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4995:4: ( '<' )=>otherlv_3= '<' { otherlv_3=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleXbaseConstructorCall9907); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXbaseConstructorCallAccess().getLessThanSignKeyword_3_0()); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5000:2: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5001:1: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5001:1: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5002:3: lv_typeArguments_4_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXbaseConstructorCall9929); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5018:2: (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* loop140: do { int alt140=2; int LA140_0 = input.LA(1); if ( (LA140_0==34) ) { alt140=1; } switch (alt140) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5018:4: otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) { otherlv_5=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXbaseConstructorCall9942); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXbaseConstructorCallAccess().getCommaKeyword_3_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5022:1: ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5023:1: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5023:1: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5024:3: lv_typeArguments_6_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXbaseConstructorCall9963); 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 loop140; } } while (true); otherlv_7=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleXbaseConstructorCall9977); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getXbaseConstructorCallAccess().getGreaterThanSignKeyword_3_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5044: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 alt144=2; alt144 = dfa144.predict(input); switch (alt144) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5044: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5044:4: ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5044:5: ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5051:1: (lv_explicitConstructorCall_8_0= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5052:3: lv_explicitConstructorCall_8_0= '(' { lv_explicitConstructorCall_8_0=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXbaseConstructorCall10013); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5065:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )? int alt143=3; alt143 = dfa143.predict(input); switch (alt143) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5065:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5065:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5065:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5082:1: (lv_arguments_9_0= ruleXShortClosure ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5083:3: lv_arguments_9_0= ruleXShortClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXShortClosure_in_ruleXbaseConstructorCall10098); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5100:6: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5100:6: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5100:7: ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5100:7: ( (lv_arguments_10_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5101:1: (lv_arguments_10_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5101:1: (lv_arguments_10_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5102:3: lv_arguments_10_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXbaseConstructorCall10126); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5118:2: (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* loop142: do { int alt142=2; int LA142_0 = input.LA(1); if ( (LA142_0==34) ) { alt142=1; } switch (alt142) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5118:4: otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) { otherlv_11=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXbaseConstructorCall10139); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getXbaseConstructorCallAccess().getCommaKeyword_4_1_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5122:1: ( (lv_arguments_12_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5123:1: (lv_arguments_12_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5123:1: (lv_arguments_12_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5124: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_ruleXbaseConstructorCall10160); 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 loop142; } } while (true); } } break; } otherlv_13=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleXbaseConstructorCall10177); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getXbaseConstructorCallAccess().getRightParenthesisKeyword_4_2()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5144:3: ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )? int alt145=2; alt145 = dfa145.predict(input); switch (alt145) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5144:4: ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5147:1: (lv_arguments_14_0= ruleXClosure ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5148:3: lv_arguments_14_0= ruleXClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXbaseConstructorCallAccess().getArgumentsXClosureParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_ruleXbaseConstructorCall10212); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5172: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5173:2: (iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5174:2: iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmFormalParameterRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_entryRuleJvmFormalParameter10249); iv_ruleJvmFormalParameter=ruleJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmFormalParameter; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmFormalParameter10259); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmFormalParameter" // $ANTLR start "ruleJvmFormalParameter" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5181: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5184:28: ( ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? ( (lv_name_2_0= ruleInnerVarID ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5185:1: ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? ( (lv_name_2_0= ruleInnerVarID ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5185:1: ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? ( (lv_name_2_0= ruleInnerVarID ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5185:2: ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? ( (lv_name_2_0= ruleInnerVarID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5185:2: ( (lv_extension_0_0= 'extension' ) )? int alt146=2; int LA146_0 = input.LA(1); if ( (LA146_0==47) ) { alt146=1; } switch (alt146) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5186:1: (lv_extension_0_0= 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5186:1: (lv_extension_0_0= 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5187:3: lv_extension_0_0= 'extension' { lv_extension_0_0=(Token)match(input,47,FollowSets000.FOLLOW_47_in_ruleJvmFormalParameter10302); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5200:3: ( (lv_parameterType_1_0= ruleJvmTypeReference ) )? int alt147=2; switch ( input.LA(1) ) { case RULE_ID: { int LA147_1 = input.LA(2); if ( (LA147_1==RULE_ID||LA147_1==28||(LA147_1>=31 && LA147_1<=33)||(LA147_1>=36 && LA147_1<=37)||(LA147_1>=40 && LA147_1<=42)||LA147_1==48||(LA147_1>=50 && LA147_1<=61)||(LA147_1>=64 && LA147_1<=66)||(LA147_1>=68 && LA147_1<=71)||LA147_1==83) ) { alt147=1; } } break; case 66: { int LA147_2 = input.LA(2); if ( (LA147_2==RULE_ID||LA147_2==28||(LA147_2>=31 && LA147_2<=33)||(LA147_2>=36 && LA147_2<=37)||(LA147_2>=40 && LA147_2<=42)||LA147_2==48||(LA147_2>=50 && LA147_2<=61)||(LA147_2>=64 && LA147_2<=66)||(LA147_2>=68 && LA147_2<=71)||LA147_2==83) ) { alt147=1; } } break; case 42: { int LA147_3 = input.LA(2); if ( (LA147_3==RULE_ID||LA147_3==28||(LA147_3>=31 && LA147_3<=33)||(LA147_3>=36 && LA147_3<=37)||(LA147_3>=40 && LA147_3<=42)||LA147_3==48||(LA147_3>=50 && LA147_3<=61)||(LA147_3>=64 && LA147_3<=66)||(LA147_3>=68 && LA147_3<=71)||LA147_3==83) ) { alt147=1; } } break; case 68: { int LA147_4 = input.LA(2); if ( (LA147_4==RULE_ID||LA147_4==28||(LA147_4>=31 && LA147_4<=33)||(LA147_4>=36 && LA147_4<=37)||(LA147_4>=40 && LA147_4<=42)||LA147_4==48||(LA147_4>=50 && LA147_4<=61)||(LA147_4>=64 && LA147_4<=66)||(LA147_4>=68 && LA147_4<=71)||LA147_4==83) ) { alt147=1; } } break; case 69: { int LA147_5 = input.LA(2); if ( (LA147_5==RULE_ID||LA147_5==28||(LA147_5>=31 && LA147_5<=33)||(LA147_5>=36 && LA147_5<=37)||(LA147_5>=40 && LA147_5<=42)||LA147_5==48||(LA147_5>=50 && LA147_5<=61)||(LA147_5>=64 && LA147_5<=66)||(LA147_5>=68 && LA147_5<=71)||LA147_5==83) ) { alt147=1; } } break; case 70: { int LA147_6 = input.LA(2); if ( (LA147_6==RULE_ID||LA147_6==28||(LA147_6>=31 && LA147_6<=33)||(LA147_6>=36 && LA147_6<=37)||(LA147_6>=40 && LA147_6<=42)||LA147_6==48||(LA147_6>=50 && LA147_6<=61)||(LA147_6>=64 && LA147_6<=66)||(LA147_6>=68 && LA147_6<=71)||LA147_6==83) ) { alt147=1; } } break; case 43: case 45: { alt147=1; } break; } switch (alt147) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5201:1: (lv_parameterType_1_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5201:1: (lv_parameterType_1_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5202:3: lv_parameterType_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleJvmFormalParameter10337); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5218:3: ( (lv_name_2_0= ruleInnerVarID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5219:1: (lv_name_2_0= ruleInnerVarID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5219:1: (lv_name_2_0= ruleInnerVarID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5220:3: lv_name_2_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmFormalParameterAccess().getNameInnerVarIDParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleJvmFormalParameter10359); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5244: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5245:2: (iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5246:2: iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFullJvmFormalParameterRule()); } pushFollow(FollowSets000.FOLLOW_ruleFullJvmFormalParameter_in_entryRuleFullJvmFormalParameter10395); iv_ruleFullJvmFormalParameter=ruleFullJvmFormalParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleFullJvmFormalParameter; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleFullJvmFormalParameter10405); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleFullJvmFormalParameter" // $ANTLR start "ruleFullJvmFormalParameter" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5253: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5256:28: ( ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) ( (lv_name_2_0= ruleInnerVarID ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5257:1: ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) ( (lv_name_2_0= ruleInnerVarID ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5257:1: ( ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) ( (lv_name_2_0= ruleInnerVarID ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5257:2: ( (lv_extension_0_0= 'extension' ) )? ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) ( (lv_name_2_0= ruleInnerVarID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5257:2: ( (lv_extension_0_0= 'extension' ) )? int alt148=2; int LA148_0 = input.LA(1); if ( (LA148_0==47) ) { alt148=1; } switch (alt148) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5258:1: (lv_extension_0_0= 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5258:1: (lv_extension_0_0= 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5259:3: lv_extension_0_0= 'extension' { lv_extension_0_0=(Token)match(input,47,FollowSets000.FOLLOW_47_in_ruleFullJvmFormalParameter10448); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5272:3: ( (lv_parameterType_1_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5273:1: (lv_parameterType_1_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5273:1: (lv_parameterType_1_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5274:3: lv_parameterType_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleFullJvmFormalParameter10483); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5290:2: ( (lv_name_2_0= ruleInnerVarID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5291:1: (lv_name_2_0= ruleInnerVarID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5291:1: (lv_name_2_0= ruleInnerVarID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5292:3: lv_name_2_0= ruleInnerVarID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getFullJvmFormalParameterAccess().getNameInnerVarIDParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleInnerVarID_in_ruleFullJvmFormalParameter10504); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5316: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5317:2: (iv_ruleXStringLiteral= ruleXStringLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5318:2: iv_ruleXStringLiteral= ruleXStringLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXStringLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXStringLiteral_in_entryRuleXStringLiteral10540); iv_ruleXStringLiteral=ruleXStringLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXStringLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXStringLiteral10550); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXStringLiteral" // $ANTLR start "ruleXStringLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5325: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5328:28: ( (this_SimpleStringLiteral_0= ruleSimpleStringLiteral | this_RichString_1= ruleRichString ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5329:1: (this_SimpleStringLiteral_0= ruleSimpleStringLiteral | this_RichString_1= ruleRichString ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5329:1: (this_SimpleStringLiteral_0= ruleSimpleStringLiteral | this_RichString_1= ruleRichString ) int alt149=2; int LA149_0 = input.LA(1); if ( (LA149_0==RULE_STRING) ) { alt149=1; } else if ( ((LA149_0>=RULE_RICH_TEXT && LA149_0<=RULE_RICH_TEXT_START)) ) { alt149=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 149, 0, input); throw nvae; } switch (alt149) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5330:5: this_SimpleStringLiteral_0= ruleSimpleStringLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXStringLiteralAccess().getSimpleStringLiteralParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleSimpleStringLiteral_in_ruleXStringLiteral10597); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5340:5: this_RichString_1= ruleRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXStringLiteralAccess().getRichStringParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleRichString_in_ruleXStringLiteral10624); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5356: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5357:2: (iv_ruleXSwitchExpression= ruleXSwitchExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5358:2: iv_ruleXSwitchExpression= ruleXSwitchExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXSwitchExpression_in_entryRuleXSwitchExpression10659); iv_ruleXSwitchExpression=ruleXSwitchExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXSwitchExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXSwitchExpression10669); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXSwitchExpression" // $ANTLR start "ruleXSwitchExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5365: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5368: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5369: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5369: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5369: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5369:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5370:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0(), current); } } otherlv_1=(Token)match(input,73,FollowSets000.FOLLOW_73_in_ruleXSwitchExpression10715); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379: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 alt151=2; alt151 = dfa151.predict(input); switch (alt151) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379:2: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379:2: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379:3: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379:3: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379:4: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5385:5: (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5385:7: otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' { otherlv_2=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXSwitchExpression10753); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5389:1: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5390:1: (lv_declaredParam_3_0= ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5390:1: (lv_declaredParam_3_0= ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5391: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_ruleXSwitchExpression10774); 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,67,FollowSets000.FOLLOW_67_in_ruleXSwitchExpression10786); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5411:3: ( (lv_switch_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5412:1: (lv_switch_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5412:1: (lv_switch_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5413:3: lv_switch_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSwitchExpression10809); 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,44,FollowSets000.FOLLOW_44_in_ruleXSwitchExpression10821); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2()); } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:6: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:6: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:7: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:7: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? int alt150=2; alt150 = dfa150.predict(input); switch (alt150) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:8: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5439:5: ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5439:6: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5439:6: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5440:1: (lv_declaredParam_7_0= ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5440:1: (lv_declaredParam_7_0= ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5441: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_ruleXSwitchExpression10870); 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,67,FollowSets000.FOLLOW_67_in_ruleXSwitchExpression10882); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_8, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1()); } } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5461:4: ( (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5462:1: (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5462:1: (lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5463:3: lv_switch_9_0= ruleXExpressionOrSimpleConstructorCall { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionOrSimpleConstructorCallParserRuleCall_2_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrSimpleConstructorCall_in_ruleXSwitchExpression10906); 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,38,FollowSets000.FOLLOW_38_in_ruleXSwitchExpression10920); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5483:1: ( (lv_cases_11_0= ruleXCasePart ) )* loop152: do { int alt152=2; int LA152_0 = input.LA(1); if ( (LA152_0==RULE_ID||LA152_0==34||(LA152_0>=42 && LA152_0<=43)||LA152_0==45||(LA152_0>=66 && LA152_0<=70)||LA152_0==117) ) { alt152=1; } switch (alt152) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5484:1: (lv_cases_11_0= ruleXCasePart ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5484:1: (lv_cases_11_0= ruleXCasePart ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5485:3: lv_cases_11_0= ruleXCasePart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXCasePart_in_ruleXSwitchExpression10941); 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 loop152; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5501:3: (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? int alt153=2; int LA153_0 = input.LA(1); if ( (LA153_0==74) ) { alt153=1; } switch (alt153) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5501:5: otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) { otherlv_12=(Token)match(input,74,FollowSets000.FOLLOW_74_in_ruleXSwitchExpression10955); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_12, grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0()); } otherlv_13=(Token)match(input,67,FollowSets000.FOLLOW_67_in_ruleXSwitchExpression10967); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5509:1: ( (lv_default_14_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5510:1: (lv_default_14_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5510:1: (lv_default_14_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5511:3: lv_default_14_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSwitchExpression10988); 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,39,FollowSets000.FOLLOW_39_in_ruleXSwitchExpression11002); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5539: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5540:2: (iv_ruleXExpressionOrSimpleConstructorCall= ruleXExpressionOrSimpleConstructorCall EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5541:2: iv_ruleXExpressionOrSimpleConstructorCall= ruleXExpressionOrSimpleConstructorCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrSimpleConstructorCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrSimpleConstructorCall_in_entryRuleXExpressionOrSimpleConstructorCall11038); iv_ruleXExpressionOrSimpleConstructorCall=ruleXExpressionOrSimpleConstructorCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXExpressionOrSimpleConstructorCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXExpressionOrSimpleConstructorCall11048); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXExpressionOrSimpleConstructorCall" // $ANTLR start "ruleXExpressionOrSimpleConstructorCall" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5548: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5551:28: ( ( ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) | this_XExpression_1= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5552:1: ( ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) | this_XExpression_1= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5552:1: ( ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) | this_XExpression_1= ruleXExpression ) int alt154=2; alt154 = dfa154.predict(input); switch (alt154) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5552:2: ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5552:2: ( ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5552:3: ( 'new' )=>this_XbaseConstructorCall_0= ruleXbaseConstructorCall { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrSimpleConstructorCallAccess().getXbaseConstructorCallParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXbaseConstructorCall_in_ruleXExpressionOrSimpleConstructorCall11103); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5564:5: this_XExpression_1= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrSimpleConstructorCallAccess().getXExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXExpressionOrSimpleConstructorCall11131); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5580: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5581:2: (iv_ruleSimpleStringLiteral= ruleSimpleStringLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5582:2: iv_ruleSimpleStringLiteral= ruleSimpleStringLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getSimpleStringLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleSimpleStringLiteral_in_entryRuleSimpleStringLiteral11166); iv_ruleSimpleStringLiteral=ruleSimpleStringLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleSimpleStringLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleSimpleStringLiteral11176); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleSimpleStringLiteral" // $ANTLR start "ruleSimpleStringLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5589: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5592:28: ( ( () ( (lv_value_1_0= RULE_STRING ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5593:1: ( () ( (lv_value_1_0= RULE_STRING ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5593:1: ( () ( (lv_value_1_0= RULE_STRING ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5593:2: () ( (lv_value_1_0= RULE_STRING ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5593:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5594:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getSimpleStringLiteralAccess().getXStringLiteralAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5599:2: ( (lv_value_1_0= RULE_STRING ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5600:1: (lv_value_1_0= RULE_STRING ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5600:1: (lv_value_1_0= RULE_STRING ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5601:3: lv_value_1_0= RULE_STRING { lv_value_1_0=(Token)match(input,RULE_STRING,FollowSets000.FOLLOW_RULE_STRING_in_ruleSimpleStringLiteral11227); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5625: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5626:2: (iv_ruleRichString= ruleRichString EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5627:2: iv_ruleRichString= ruleRichString EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichString_in_entryRuleRichString11268); iv_ruleRichString=ruleRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichString; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichString11278); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichString" // $ANTLR start "ruleRichString" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5634: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5637: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5638: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5638: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5638: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5638:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5639:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringAccess().getRichStringAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5644: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 alt158=2; int LA158_0 = input.LA(1); if ( (LA158_0==RULE_RICH_TEXT) ) { alt158=1; } else if ( (LA158_0==RULE_RICH_TEXT_START) ) { alt158=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 158, 0, input); throw nvae; } switch (alt158) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5644:3: ( (lv_expressions_1_0= ruleRichStringLiteral ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5644:3: ( (lv_expressions_1_0= ruleRichStringLiteral ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5645:1: (lv_expressions_1_0= ruleRichStringLiteral ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5645:1: (lv_expressions_1_0= ruleRichStringLiteral ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5646:3: lv_expressions_1_0= ruleRichStringLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringLiteralParserRuleCall_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteral_in_ruleRichString11334); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5663: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5663: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5663: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5663:7: ( (lv_expressions_2_0= ruleRichStringLiteralStart ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5664:1: (lv_expressions_2_0= ruleRichStringLiteralStart ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5664:1: (lv_expressions_2_0= ruleRichStringLiteralStart ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5665:3: lv_expressions_2_0= ruleRichStringLiteralStart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringLiteralStartParserRuleCall_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralStart_in_ruleRichString11362); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5681:2: ( (lv_expressions_3_0= ruleRichStringPart ) )? int alt155=2; int LA155_0 = input.LA(1); if ( (LA155_0==RULE_STRING||(LA155_0>=RULE_ID && LA155_0<=RULE_RICH_TEXT_START)||(LA155_0>=RULE_HEX && LA155_0<=RULE_DECIMAL)||LA155_0==28||LA155_0==30||(LA155_0>=32 && LA155_0<=33)||(LA155_0>=36 && LA155_0<=38)||(LA155_0>=40 && LA155_0<=43)||(LA155_0>=47 && LA155_0<=66)||(LA155_0>=68 && LA155_0<=71)||LA155_0==73||LA155_0==75||LA155_0==77||(LA155_0>=82 && LA155_0<=83)||LA155_0==103||LA155_0==108||LA155_0==115||(LA155_0>=118 && LA155_0<=128)) ) { alt155=1; } switch (alt155) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5682:1: (lv_expressions_3_0= ruleRichStringPart ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5682:1: (lv_expressions_3_0= ruleRichStringPart ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5683:3: lv_expressions_3_0= ruleRichStringPart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringPartParserRuleCall_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringPart_in_ruleRichString11383); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5699:3: ( ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? )* loop157: do { int alt157=2; int LA157_0 = input.LA(1); if ( ((LA157_0>=RULE_RICH_TEXT_INBETWEEN && LA157_0<=RULE_COMMENT_RICH_TEXT_INBETWEEN)) ) { alt157=1; } switch (alt157) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5699:4: ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) ( (lv_expressions_5_0= ruleRichStringPart ) )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5699:4: ( (lv_expressions_4_0= ruleRichStringLiteralInbetween ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5700:1: (lv_expressions_4_0= ruleRichStringLiteralInbetween ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5700:1: (lv_expressions_4_0= ruleRichStringLiteralInbetween ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5701:3: lv_expressions_4_0= ruleRichStringLiteralInbetween { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringLiteralInbetweenParserRuleCall_1_1_2_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralInbetween_in_ruleRichString11406); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5717:2: ( (lv_expressions_5_0= ruleRichStringPart ) )? int alt156=2; int LA156_0 = input.LA(1); if ( (LA156_0==RULE_STRING||(LA156_0>=RULE_ID && LA156_0<=RULE_RICH_TEXT_START)||(LA156_0>=RULE_HEX && LA156_0<=RULE_DECIMAL)||LA156_0==28||LA156_0==30||(LA156_0>=32 && LA156_0<=33)||(LA156_0>=36 && LA156_0<=38)||(LA156_0>=40 && LA156_0<=43)||(LA156_0>=47 && LA156_0<=66)||(LA156_0>=68 && LA156_0<=71)||LA156_0==73||LA156_0==75||LA156_0==77||(LA156_0>=82 && LA156_0<=83)||LA156_0==103||LA156_0==108||LA156_0==115||(LA156_0>=118 && LA156_0<=128)) ) { alt156=1; } switch (alt156) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5718:1: (lv_expressions_5_0= ruleRichStringPart ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5718:1: (lv_expressions_5_0= ruleRichStringPart ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5719:3: lv_expressions_5_0= ruleRichStringPart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringPartParserRuleCall_1_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringPart_in_ruleRichString11427); 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 loop157; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5735:5: ( (lv_expressions_6_0= ruleRichStringLiteralEnd ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5736:1: (lv_expressions_6_0= ruleRichStringLiteralEnd ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5736:1: (lv_expressions_6_0= ruleRichStringLiteralEnd ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5737:3: lv_expressions_6_0= ruleRichStringLiteralEnd { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringAccess().getExpressionsRichStringLiteralEndParserRuleCall_1_1_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralEnd_in_ruleRichString11451); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5761: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5762:2: (iv_ruleRichStringLiteral= ruleRichStringLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5763:2: iv_ruleRichStringLiteral= ruleRichStringLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteral_in_entryRuleRichStringLiteral11489); iv_ruleRichStringLiteral=ruleRichStringLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringLiteral11499); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringLiteral" // $ANTLR start "ruleRichStringLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5770: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5773:28: ( ( () ( (lv_value_1_0= RULE_RICH_TEXT ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5774:1: ( () ( (lv_value_1_0= RULE_RICH_TEXT ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5774:1: ( () ( (lv_value_1_0= RULE_RICH_TEXT ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5774:2: () ( (lv_value_1_0= RULE_RICH_TEXT ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5774:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5775:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringLiteralAccess().getRichStringLiteralAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5780:2: ( (lv_value_1_0= RULE_RICH_TEXT ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5781:1: (lv_value_1_0= RULE_RICH_TEXT ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5781:1: (lv_value_1_0= RULE_RICH_TEXT ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5782:3: lv_value_1_0= RULE_RICH_TEXT { lv_value_1_0=(Token)match(input,RULE_RICH_TEXT,FollowSets000.FOLLOW_RULE_RICH_TEXT_in_ruleRichStringLiteral11550); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5806: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5807:2: (iv_ruleRichStringLiteralStart= ruleRichStringLiteralStart EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5808:2: iv_ruleRichStringLiteralStart= ruleRichStringLiteralStart EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringLiteralStartRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralStart_in_entryRuleRichStringLiteralStart11591); iv_ruleRichStringLiteralStart=ruleRichStringLiteralStart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringLiteralStart; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringLiteralStart11601); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringLiteralStart" // $ANTLR start "ruleRichStringLiteralStart" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5815: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5818:28: ( ( () ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5819:1: ( () ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5819:1: ( () ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5819:2: () ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5819:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5820:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringLiteralStartAccess().getRichStringLiteralAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5825:2: ( (lv_value_1_0= RULE_RICH_TEXT_START ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5826:1: (lv_value_1_0= RULE_RICH_TEXT_START ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5826:1: (lv_value_1_0= RULE_RICH_TEXT_START ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5827: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_ruleRichStringLiteralStart11652); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5851: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5852:2: (iv_ruleRichStringLiteralInbetween= ruleRichStringLiteralInbetween EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5853:2: iv_ruleRichStringLiteralInbetween= ruleRichStringLiteralInbetween EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringLiteralInbetweenRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralInbetween_in_entryRuleRichStringLiteralInbetween11693); iv_ruleRichStringLiteralInbetween=ruleRichStringLiteralInbetween(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringLiteralInbetween; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringLiteralInbetween11703); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringLiteralInbetween" // $ANTLR start "ruleRichStringLiteralInbetween" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5860: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5863:28: ( ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5864:1: ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5864:1: ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5864:2: () ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5864:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5865:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringLiteralInbetweenAccess().getRichStringLiteralAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5870:2: ( ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) ) int alt159=2; int LA159_0 = input.LA(1); if ( (LA159_0==RULE_RICH_TEXT_INBETWEEN) ) { alt159=1; } else if ( (LA159_0==RULE_COMMENT_RICH_TEXT_INBETWEEN) ) { alt159=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 159, 0, input); throw nvae; } switch (alt159) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5870:3: ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5870:3: ( (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5871:1: (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5871:1: (lv_value_1_0= RULE_RICH_TEXT_INBETWEEN ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5872: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_ruleRichStringLiteralInbetween11755); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5889:6: ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5889:6: ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5890:1: (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5890:1: (lv_value_2_0= RULE_COMMENT_RICH_TEXT_INBETWEEN ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5891: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_ruleRichStringLiteralInbetween11783); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5915: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5916:2: (iv_ruleRichStringLiteralEnd= ruleRichStringLiteralEnd EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5917:2: iv_ruleRichStringLiteralEnd= ruleRichStringLiteralEnd EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringLiteralEndRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralEnd_in_entryRuleRichStringLiteralEnd11825); iv_ruleRichStringLiteralEnd=ruleRichStringLiteralEnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringLiteralEnd; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringLiteralEnd11835); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringLiteralEnd" // $ANTLR start "ruleRichStringLiteralEnd" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5924: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5927:28: ( ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5928:1: ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5928:1: ( () ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5928:2: () ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5928:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5929:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringLiteralEndAccess().getRichStringLiteralAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5934:2: ( ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) | ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) ) int alt160=2; int LA160_0 = input.LA(1); if ( (LA160_0==RULE_RICH_TEXT_END) ) { alt160=1; } else if ( (LA160_0==RULE_COMMENT_RICH_TEXT_END) ) { alt160=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 160, 0, input); throw nvae; } switch (alt160) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5934:3: ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5934:3: ( (lv_value_1_0= RULE_RICH_TEXT_END ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5935:1: (lv_value_1_0= RULE_RICH_TEXT_END ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5935:1: (lv_value_1_0= RULE_RICH_TEXT_END ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5936: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_ruleRichStringLiteralEnd11887); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5953:6: ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5953:6: ( (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5954:1: (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5954:1: (lv_value_2_0= RULE_COMMENT_RICH_TEXT_END ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5955: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_ruleRichStringLiteralEnd11915); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5979: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5980:2: (iv_ruleInternalRichString= ruleInternalRichString EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5981:2: iv_ruleInternalRichString= ruleInternalRichString EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInternalRichStringRule()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_entryRuleInternalRichString11957); iv_ruleInternalRichString=ruleInternalRichString(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleInternalRichString; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleInternalRichString11967); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleInternalRichString" // $ANTLR start "ruleInternalRichString" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5988: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5991:28: ( ( () ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5992:1: ( () ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5992:1: ( () ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5992:2: () ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5992:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5993:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getInternalRichStringAccess().getRichStringAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5998:2: ( ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5998:3: ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5998:3: ( (lv_expressions_1_0= ruleRichStringLiteralInbetween ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5999:1: (lv_expressions_1_0= ruleRichStringLiteralInbetween ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5999:1: (lv_expressions_1_0= ruleRichStringLiteralInbetween ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6000:3: lv_expressions_1_0= ruleRichStringLiteralInbetween { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInternalRichStringAccess().getExpressionsRichStringLiteralInbetweenParserRuleCall_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralInbetween_in_ruleInternalRichString12023); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6016:2: ( ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) )* loop162: do { int alt162=2; int LA162_0 = input.LA(1); if ( (LA162_0==RULE_STRING||(LA162_0>=RULE_ID && LA162_0<=RULE_COMMENT_RICH_TEXT_INBETWEEN)||(LA162_0>=RULE_HEX && LA162_0<=RULE_DECIMAL)||LA162_0==28||LA162_0==30||(LA162_0>=32 && LA162_0<=33)||(LA162_0>=36 && LA162_0<=38)||(LA162_0>=40 && LA162_0<=43)||(LA162_0>=47 && LA162_0<=66)||(LA162_0>=68 && LA162_0<=71)||LA162_0==73||LA162_0==75||LA162_0==77||(LA162_0>=82 && LA162_0<=83)||LA162_0==103||LA162_0==108||LA162_0==115||(LA162_0>=118 && LA162_0<=128)) ) { alt162=1; } switch (alt162) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6016:3: ( (lv_expressions_2_0= ruleRichStringPart ) )? ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6016:3: ( (lv_expressions_2_0= ruleRichStringPart ) )? int alt161=2; int LA161_0 = input.LA(1); if ( (LA161_0==RULE_STRING||(LA161_0>=RULE_ID && LA161_0<=RULE_RICH_TEXT_START)||(LA161_0>=RULE_HEX && LA161_0<=RULE_DECIMAL)||LA161_0==28||LA161_0==30||(LA161_0>=32 && LA161_0<=33)||(LA161_0>=36 && LA161_0<=38)||(LA161_0>=40 && LA161_0<=43)||(LA161_0>=47 && LA161_0<=66)||(LA161_0>=68 && LA161_0<=71)||LA161_0==73||LA161_0==75||LA161_0==77||(LA161_0>=82 && LA161_0<=83)||LA161_0==103||LA161_0==108||LA161_0==115||(LA161_0>=118 && LA161_0<=128)) ) { alt161=1; } switch (alt161) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6017:1: (lv_expressions_2_0= ruleRichStringPart ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6017:1: (lv_expressions_2_0= ruleRichStringPart ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6018:3: lv_expressions_2_0= ruleRichStringPart { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInternalRichStringAccess().getExpressionsRichStringPartParserRuleCall_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringPart_in_ruleInternalRichString12045); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6034:3: ( (lv_expressions_3_0= ruleRichStringLiteralInbetween ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6035:1: (lv_expressions_3_0= ruleRichStringLiteralInbetween ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6035:1: (lv_expressions_3_0= ruleRichStringLiteralInbetween ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6036:3: lv_expressions_3_0= ruleRichStringLiteralInbetween { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getInternalRichStringAccess().getExpressionsRichStringLiteralInbetweenParserRuleCall_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringLiteralInbetween_in_ruleInternalRichString12067); 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 loop162; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6060: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6061:2: (iv_ruleRichStringPart= ruleRichStringPart EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6062:2: iv_ruleRichStringPart= ruleRichStringPart EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringPartRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringPart_in_entryRuleRichStringPart12106); iv_ruleRichStringPart=ruleRichStringPart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringPart; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringPart12116); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringPart" // $ANTLR start "ruleRichStringPart" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6069: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6072:28: ( (this_XExpressionOrVarDeclaration_0= ruleXExpressionOrVarDeclaration | this_RichStringForLoop_1= ruleRichStringForLoop | this_RichStringIf_2= ruleRichStringIf ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6073:1: (this_XExpressionOrVarDeclaration_0= ruleXExpressionOrVarDeclaration | this_RichStringForLoop_1= ruleRichStringForLoop | this_RichStringIf_2= ruleRichStringIf ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6073:1: (this_XExpressionOrVarDeclaration_0= ruleXExpressionOrVarDeclaration | this_RichStringForLoop_1= ruleRichStringForLoop | this_RichStringIf_2= ruleRichStringIf ) int alt163=3; switch ( input.LA(1) ) { case RULE_STRING: case RULE_ID: case RULE_RICH_TEXT: case RULE_RICH_TEXT_START: case RULE_HEX: case RULE_INT: case RULE_DECIMAL: case 28: case 30: case 32: case 33: case 36: case 37: case 38: case 40: case 41: case 42: case 43: case 47: case 48: case 49: case 50: case 51: case 52: case 53: case 54: case 55: case 56: case 57: case 58: case 59: case 60: case 61: case 62: case 63: case 64: case 65: case 66: case 68: case 69: case 70: case 71: case 73: case 82: case 83: case 103: case 108: case 115: case 118: case 119: case 120: case 121: case 122: case 123: case 124: case 125: case 126: case 127: case 128: { alt163=1; } break; case 75: { alt163=2; } break; case 77: { alt163=3; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 163, 0, input); throw nvae; } switch (alt163) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6074:5: this_XExpressionOrVarDeclaration_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringPartAccess().getXExpressionOrVarDeclarationParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleRichStringPart12163); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6084:5: this_RichStringForLoop_1= ruleRichStringForLoop { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringPartAccess().getRichStringForLoopParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringForLoop_in_ruleRichStringPart12190); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6094:5: this_RichStringIf_2= ruleRichStringIf { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringPartAccess().getRichStringIfParserRuleCall_2()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringIf_in_ruleRichStringPart12217); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6110: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6111:2: (iv_ruleRichStringForLoop= ruleRichStringForLoop EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6112:2: iv_ruleRichStringForLoop= ruleRichStringForLoop EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringForLoop_in_entryRuleRichStringForLoop12252); iv_ruleRichStringForLoop=ruleRichStringForLoop(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringForLoop; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringForLoop12262); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringForLoop" // $ANTLR start "ruleRichStringForLoop" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6119: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6122: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6123: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6123: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6123: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6123:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6124:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringForLoopAccess().getRichStringForLoopAction_0(), current); } } otherlv_1=(Token)match(input,75,FollowSets000.FOLLOW_75_in_ruleRichStringForLoop12308); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getRichStringForLoopAccess().getFORKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6133:1: ( (lv_declaredParam_2_0= ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6134:1: (lv_declaredParam_2_0= ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6134:1: (lv_declaredParam_2_0= ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6135:3: lv_declaredParam_2_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleRichStringForLoop12329); 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,67,FollowSets000.FOLLOW_67_in_ruleRichStringForLoop12341); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getRichStringForLoopAccess().getColonKeyword_3()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6155:1: ( (lv_forExpression_4_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6156:1: (lv_forExpression_4_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6156:1: (lv_forExpression_4_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6157:3: lv_forExpression_4_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getForExpressionXExpressionParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringForLoop12362); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6173:2: (otherlv_5= 'BEFORE' ( (lv_before_6_0= ruleXExpression ) ) )? int alt164=2; int LA164_0 = input.LA(1); if ( (LA164_0==69) ) { alt164=1; } switch (alt164) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6173:4: otherlv_5= 'BEFORE' ( (lv_before_6_0= ruleXExpression ) ) { otherlv_5=(Token)match(input,69,FollowSets000.FOLLOW_69_in_ruleRichStringForLoop12375); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getRichStringForLoopAccess().getBEFOREKeyword_5_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6177:1: ( (lv_before_6_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6178:1: (lv_before_6_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6178:1: (lv_before_6_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6179:3: lv_before_6_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getBeforeXExpressionParserRuleCall_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringForLoop12396); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6195:4: (otherlv_7= 'SEPARATOR' ( (lv_separator_8_0= ruleXExpression ) ) )? int alt165=2; int LA165_0 = input.LA(1); if ( (LA165_0==70) ) { alt165=1; } switch (alt165) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6195:6: otherlv_7= 'SEPARATOR' ( (lv_separator_8_0= ruleXExpression ) ) { otherlv_7=(Token)match(input,70,FollowSets000.FOLLOW_70_in_ruleRichStringForLoop12411); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getRichStringForLoopAccess().getSEPARATORKeyword_6_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6199:1: ( (lv_separator_8_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6200:1: (lv_separator_8_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6200:1: (lv_separator_8_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6201:3: lv_separator_8_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getSeparatorXExpressionParserRuleCall_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringForLoop12432); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6217:4: (otherlv_9= 'AFTER' ( (lv_after_10_0= ruleXExpression ) ) )? int alt166=2; int LA166_0 = input.LA(1); if ( (LA166_0==68) ) { alt166=1; } switch (alt166) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6217:6: otherlv_9= 'AFTER' ( (lv_after_10_0= ruleXExpression ) ) { otherlv_9=(Token)match(input,68,FollowSets000.FOLLOW_68_in_ruleRichStringForLoop12447); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_9, grammarAccess.getRichStringForLoopAccess().getAFTERKeyword_7_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6221:1: ( (lv_after_10_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6222:1: (lv_after_10_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6222:1: (lv_after_10_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6223:3: lv_after_10_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getAfterXExpressionParserRuleCall_7_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringForLoop12468); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6239:4: ( (lv_eachExpression_11_0= ruleInternalRichString ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6240:1: (lv_eachExpression_11_0= ruleInternalRichString ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6240:1: (lv_eachExpression_11_0= ruleInternalRichString ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6241:3: lv_eachExpression_11_0= ruleInternalRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringForLoopAccess().getEachExpressionInternalRichStringParserRuleCall_8_0()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_ruleRichStringForLoop12491); 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,76,FollowSets000.FOLLOW_76_in_ruleRichStringForLoop12503); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6269: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6270:2: (iv_ruleRichStringIf= ruleRichStringIf EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6271:2: iv_ruleRichStringIf= ruleRichStringIf EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringIf_in_entryRuleRichStringIf12539); iv_ruleRichStringIf=ruleRichStringIf(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringIf; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringIf12549); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringIf" // $ANTLR start "ruleRichStringIf" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6278: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6281: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6282: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6282: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6282: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6282:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6283:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getRichStringIfAccess().getRichStringIfAction_0(), current); } } otherlv_1=(Token)match(input,77,FollowSets000.FOLLOW_77_in_ruleRichStringIf12595); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getRichStringIfAccess().getIFKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6292:1: ( (lv_if_2_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6293:1: (lv_if_2_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6293:1: (lv_if_2_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6294:3: lv_if_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfAccess().getIfXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringIf12616); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6310:2: ( (lv_then_3_0= ruleInternalRichString ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6311:1: (lv_then_3_0= ruleInternalRichString ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6311:1: (lv_then_3_0= ruleInternalRichString ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6312:3: lv_then_3_0= ruleInternalRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfAccess().getThenInternalRichStringParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_ruleRichStringIf12637); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6328:2: ( (lv_elseIfs_4_0= ruleRichStringElseIf ) )* loop167: do { int alt167=2; int LA167_0 = input.LA(1); if ( (LA167_0==80) ) { alt167=1; } switch (alt167) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6329:1: (lv_elseIfs_4_0= ruleRichStringElseIf ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6329:1: (lv_elseIfs_4_0= ruleRichStringElseIf ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6330:3: lv_elseIfs_4_0= ruleRichStringElseIf { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfAccess().getElseIfsRichStringElseIfParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringElseIf_in_ruleRichStringIf12658); 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 loop167; } } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6346:3: (otherlv_5= 'ELSE' ( (lv_else_6_0= ruleInternalRichString ) ) )? int alt168=2; int LA168_0 = input.LA(1); if ( (LA168_0==78) ) { alt168=1; } switch (alt168) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6346:5: otherlv_5= 'ELSE' ( (lv_else_6_0= ruleInternalRichString ) ) { otherlv_5=(Token)match(input,78,FollowSets000.FOLLOW_78_in_ruleRichStringIf12672); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getRichStringIfAccess().getELSEKeyword_5_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6350:1: ( (lv_else_6_0= ruleInternalRichString ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6351:1: (lv_else_6_0= ruleInternalRichString ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6351:1: (lv_else_6_0= ruleInternalRichString ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6352:3: lv_else_6_0= ruleInternalRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringIfAccess().getElseInternalRichStringParserRuleCall_5_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_ruleRichStringIf12693); 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,79,FollowSets000.FOLLOW_79_in_ruleRichStringIf12707); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6380: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6381:2: (iv_ruleRichStringElseIf= ruleRichStringElseIf EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6382:2: iv_ruleRichStringElseIf= ruleRichStringElseIf EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringElseIfRule()); } pushFollow(FollowSets000.FOLLOW_ruleRichStringElseIf_in_entryRuleRichStringElseIf12743); iv_ruleRichStringElseIf=ruleRichStringElseIf(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleRichStringElseIf; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleRichStringElseIf12753); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleRichStringElseIf" // $ANTLR start "ruleRichStringElseIf" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6389: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6392:28: ( (otherlv_0= 'ELSEIF' ( (lv_if_1_0= ruleXExpression ) ) ( (lv_then_2_0= ruleInternalRichString ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6393:1: (otherlv_0= 'ELSEIF' ( (lv_if_1_0= ruleXExpression ) ) ( (lv_then_2_0= ruleInternalRichString ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6393:1: (otherlv_0= 'ELSEIF' ( (lv_if_1_0= ruleXExpression ) ) ( (lv_then_2_0= ruleInternalRichString ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6393:3: otherlv_0= 'ELSEIF' ( (lv_if_1_0= ruleXExpression ) ) ( (lv_then_2_0= ruleInternalRichString ) ) { otherlv_0=(Token)match(input,80,FollowSets000.FOLLOW_80_in_ruleRichStringElseIf12790); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getRichStringElseIfAccess().getELSEIFKeyword_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6397:1: ( (lv_if_1_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6398:1: (lv_if_1_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6398:1: (lv_if_1_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6399:3: lv_if_1_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringElseIfAccess().getIfXExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleRichStringElseIf12811); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6415:2: ( (lv_then_2_0= ruleInternalRichString ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6416:1: (lv_then_2_0= ruleInternalRichString ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6416:1: (lv_then_2_0= ruleInternalRichString ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6417:3: lv_then_2_0= ruleInternalRichString { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getRichStringElseIfAccess().getThenInternalRichStringParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleInternalRichString_in_ruleRichStringElseIf12832); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6441: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6442:2: (iv_ruleXAnnotation= ruleXAnnotation EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6443:2: iv_ruleXAnnotation= ruleXAnnotation EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_entryRuleXAnnotation12868); iv_ruleXAnnotation=ruleXAnnotation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotation; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotation12878); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotation" // $ANTLR start "ruleXAnnotation" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6450: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6453: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6454: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6454: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6454: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6454:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6455:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXAnnotationAccess().getXAnnotationAction_0(), current); } } otherlv_1=(Token)match(input,81,FollowSets000.FOLLOW_81_in_ruleXAnnotation12924); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXAnnotationAccess().getCommercialAtKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6464:1: ( ( ruleQualifiedName ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6465:1: ( ruleQualifiedName ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6465:1: ( ruleQualifiedName ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6466: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_ruleXAnnotation12947); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6479: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 alt171=2; alt171 = dfa171.predict(input); switch (alt171) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6479: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6479:3: ( ( '(' )=>otherlv_3= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6479:4: ( '(' )=>otherlv_3= '(' { otherlv_3=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXAnnotation12968); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXAnnotationAccess().getLeftParenthesisKeyword_3_0()); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:2: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? int alt170=3; alt170 = dfa170.predict(input); switch (alt170) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:3: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:3: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:4: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:4: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:5: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6490:1: (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6491:3: lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValuePair_in_ruleXAnnotation13012); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6507:2: (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* loop169: do { int alt169=2; int LA169_0 = input.LA(1); if ( (LA169_0==34) ) { alt169=1; } switch (alt169) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6507:4: otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) { otherlv_5=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXAnnotation13025); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXAnnotationAccess().getCommaKeyword_3_1_0_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6511:1: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6511:2: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6517:1: (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6518: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_ruleXAnnotation13066); 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 loop169; } } while (true); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6535:6: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6535:6: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6536:1: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6536:1: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6537:3: lv_value_7_0= ruleXAnnotationElementValueOrCommaList { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationAccess().getValueXAnnotationElementValueOrCommaListParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValueOrCommaList_in_ruleXAnnotation13096); 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,44,FollowSets000.FOLLOW_44_in_ruleXAnnotation13110); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6565: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6566:2: (iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6567:2: iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValuePairRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValuePair_in_entryRuleXAnnotationElementValuePair13148); iv_ruleXAnnotationElementValuePair=ruleXAnnotationElementValuePair(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotationElementValuePair; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotationElementValuePair13158); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotationElementValuePair" // $ANTLR start "ruleXAnnotationElementValuePair" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6574: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6577:28: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6578:1: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6578:1: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6578:2: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6578:2: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6578:3: ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6583:5: ( ( ( ruleValidID ) ) otherlv_1= '=' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6583:6: ( ( ruleValidID ) ) otherlv_1= '=' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6583:6: ( ( ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6584:1: ( ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6584:1: ( ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6585: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_ruleXAnnotationElementValuePair13228); ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } otherlv_1=(Token)match(input,46,FollowSets000.FOLLOW_46_in_ruleXAnnotationElementValuePair13240); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValuePairAccess().getEqualsSignKeyword_0_0_1()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6602:3: ( (lv_value_2_0= ruleXAnnotationElementValue ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6603:1: (lv_value_2_0= ruleXAnnotationElementValue ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6603:1: (lv_value_2_0= ruleXAnnotationElementValue ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6604:3: lv_value_2_0= ruleXAnnotationElementValue { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValuePairAccess().getValueXAnnotationElementValueParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValue_in_ruleXAnnotationElementValuePair13263); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6628: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6629:2: (iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6630:2: iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValueOrCommaList_in_entryRuleXAnnotationElementValueOrCommaList13299); iv_ruleXAnnotationElementValueOrCommaList=ruleXAnnotationElementValueOrCommaList(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotationElementValueOrCommaList; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotationElementValueOrCommaList13309); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotationElementValueOrCommaList" // $ANTLR start "ruleXAnnotationElementValueOrCommaList" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6637: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6640: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641: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 alt176=2; alt176 = dfa176.predict(input); switch (alt176) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:2: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:2: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:3: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:3: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:4: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6644:5: ( () otherlv_1= '#' otherlv_2= '[' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6644:6: () otherlv_1= '#' otherlv_2= '[' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6644:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6645:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralAction_0_0_0_0(), current); } } otherlv_1=(Token)match(input,82,FollowSets000.FOLLOW_82_in_ruleXAnnotationElementValueOrCommaList13374); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getNumberSignKeyword_0_0_0_1()); } otherlv_2=(Token)match(input,83,FollowSets000.FOLLOW_83_in_ruleXAnnotationElementValueOrCommaList13386); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getLeftSquareBracketKeyword_0_0_0_2()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6658:3: ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? int alt173=2; int LA173_0 = input.LA(1); if ( (LA173_0==RULE_STRING||(LA173_0>=RULE_ID && LA173_0<=RULE_RICH_TEXT_START)||(LA173_0>=RULE_HEX && LA173_0<=RULE_DECIMAL)||LA173_0==28||LA173_0==30||(LA173_0>=32 && LA173_0<=33)||(LA173_0>=36 && LA173_0<=38)||(LA173_0>=40 && LA173_0<=43)||(LA173_0>=47 && LA173_0<=61)||(LA173_0>=64 && LA173_0<=66)||(LA173_0>=68 && LA173_0<=71)||LA173_0==73||(LA173_0>=81 && LA173_0<=83)||LA173_0==103||LA173_0==108||LA173_0==115||(LA173_0>=118 && LA173_0<=128)) ) { alt173=1; } switch (alt173) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6658:4: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6658:4: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6659:1: (lv_elements_3_0= ruleXAnnotationOrExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6659:1: (lv_elements_3_0= ruleXAnnotationOrExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6660:3: lv_elements_3_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList13410); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6676:2: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* loop172: do { int alt172=2; int LA172_0 = input.LA(1); if ( (LA172_0==34) ) { alt172=1; } switch (alt172) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6676:4: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) { otherlv_4=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXAnnotationElementValueOrCommaList13423); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_0_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6680:1: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6681:1: (lv_elements_5_0= ruleXAnnotationOrExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6681:1: (lv_elements_5_0= ruleXAnnotationOrExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6682:3: lv_elements_5_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList13444); 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 loop172; } } while (true); } break; } otherlv_6=(Token)match(input,84,FollowSets000.FOLLOW_84_in_ruleXAnnotationElementValueOrCommaList13460); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getRightSquareBracketKeyword_0_2()); } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6703:6: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6703:6: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6704: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_ruleXAnnotationElementValueOrCommaList13490); this_XAnnotationOrExpression_7=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XAnnotationOrExpression_7; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6712:1: ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? int alt175=2; int LA175_0 = input.LA(1); if ( (LA175_0==34) ) { alt175=1; } switch (alt175) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6712:2: () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6712:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6713:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndAdd( grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralElementsAction_1_1_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6718:2: (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ int cnt174=0; loop174: do { int alt174=2; int LA174_0 = input.LA(1); if ( (LA174_0==34) ) { alt174=1; } switch (alt174) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6718:4: otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) { otherlv_9=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXAnnotationElementValueOrCommaList13512); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_9, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_1_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6722:1: ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6723:1: (lv_elements_10_0= ruleXAnnotationOrExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6723:1: (lv_elements_10_0= ruleXAnnotationOrExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6724:3: lv_elements_10_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_1_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList13533); 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 ( cnt174 >= 1 ) break loop174; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(174, input); throw eee; } cnt174++; } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6748: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6749:2: (iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6750:2: iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationElementValue_in_entryRuleXAnnotationElementValue13574); iv_ruleXAnnotationElementValue=ruleXAnnotationElementValue(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotationElementValue; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotationElementValue13584); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotationElementValue" // $ANTLR start "ruleXAnnotationElementValue" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6757: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6760: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:1: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ) int alt179=2; alt179 = dfa179.predict(input); switch (alt179) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:2: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:2: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:3: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:3: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:4: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6764:5: ( () otherlv_1= '#' otherlv_2= '[' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6764:6: () otherlv_1= '#' otherlv_2= '[' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6764:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6765:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXAnnotationElementValueAccess().getXListLiteralAction_0_0_0_0(), current); } } otherlv_1=(Token)match(input,82,FollowSets000.FOLLOW_82_in_ruleXAnnotationElementValue13649); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueAccess().getNumberSignKeyword_0_0_0_1()); } otherlv_2=(Token)match(input,83,FollowSets000.FOLLOW_83_in_ruleXAnnotationElementValue13661); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueAccess().getLeftSquareBracketKeyword_0_0_0_2()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6778: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_STRING||(LA178_0>=RULE_ID && LA178_0<=RULE_RICH_TEXT_START)||(LA178_0>=RULE_HEX && LA178_0<=RULE_DECIMAL)||LA178_0==28||LA178_0==30||(LA178_0>=32 && LA178_0<=33)||(LA178_0>=36 && LA178_0<=38)||(LA178_0>=40 && LA178_0<=43)||(LA178_0>=47 && LA178_0<=61)||(LA178_0>=64 && LA178_0<=66)||(LA178_0>=68 && LA178_0<=71)||LA178_0==73||(LA178_0>=81 && LA178_0<=83)||LA178_0==103||LA178_0==108||LA178_0==115||(LA178_0>=118 && LA178_0<=128)) ) { alt178=1; } switch (alt178) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6778:4: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6778:4: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6779:1: (lv_elements_3_0= ruleXAnnotationOrExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6779:1: (lv_elements_3_0= ruleXAnnotationOrExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6780:3: lv_elements_3_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue13685); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6796:2: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* loop177: do { int alt177=2; int LA177_0 = input.LA(1); if ( (LA177_0==34) ) { alt177=1; } switch (alt177) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6796:4: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) { otherlv_4=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXAnnotationElementValue13698); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueAccess().getCommaKeyword_0_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6800:1: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6801:1: (lv_elements_5_0= ruleXAnnotationOrExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6801:1: (lv_elements_5_0= ruleXAnnotationOrExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6802:3: lv_elements_5_0= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue13719); 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 loop177; } } while (true); } break; } otherlv_6=(Token)match(input,84,FollowSets000.FOLLOW_84_in_ruleXAnnotationElementValue13735); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueAccess().getRightSquareBracketKeyword_0_2()); } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6824:5: this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getXAnnotationOrExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue13764); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6840: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6841:2: (iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6842:2: iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationOrExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotationOrExpression_in_entryRuleXAnnotationOrExpression13799); iv_ruleXAnnotationOrExpression=ruleXAnnotationOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAnnotationOrExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAnnotationOrExpression13809); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAnnotationOrExpression" // $ANTLR start "ruleXAnnotationOrExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6849: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6852:28: ( (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6853:1: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6853:1: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) int alt180=2; int LA180_0 = input.LA(1); if ( (LA180_0==81) ) { alt180=1; } else if ( (LA180_0==RULE_STRING||(LA180_0>=RULE_ID && LA180_0<=RULE_RICH_TEXT_START)||(LA180_0>=RULE_HEX && LA180_0<=RULE_DECIMAL)||LA180_0==28||LA180_0==30||(LA180_0>=32 && LA180_0<=33)||(LA180_0>=36 && LA180_0<=38)||(LA180_0>=40 && LA180_0<=43)||(LA180_0>=47 && LA180_0<=61)||(LA180_0>=64 && LA180_0<=66)||(LA180_0>=68 && LA180_0<=71)||LA180_0==73||(LA180_0>=82 && LA180_0<=83)||LA180_0==103||LA180_0==108||LA180_0==115||(LA180_0>=118 && LA180_0<=128)) ) { alt180=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 180, 0, input); throw nvae; } switch (alt180) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6854:5: this_XAnnotation_0= ruleXAnnotation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationOrExpressionAccess().getXAnnotationParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAnnotation_in_ruleXAnnotationOrExpression13856); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6864:5: this_XExpression_1= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAnnotationOrExpressionAccess().getXExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXAnnotationOrExpression13883); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6880: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6881:2: (iv_ruleXExpression= ruleXExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6882:2: iv_ruleXExpression= ruleXExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_entryRuleXExpression13918); iv_ruleXExpression=ruleXExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXExpression13928); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXExpression" // $ANTLR start "ruleXExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6889: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6892:28: (this_XAssignment_0= ruleXAssignment ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6894:5: this_XAssignment_0= ruleXAssignment { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_ruleXExpression13974); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6910: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6911:2: (iv_ruleXAssignment= ruleXAssignment EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6912:2: iv_ruleXAssignment= ruleXAssignment EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_entryRuleXAssignment14008); iv_ruleXAssignment=ruleXAssignment(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAssignment; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAssignment14018); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAssignment" // $ANTLR start "ruleXAssignment" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6919: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6922:28: ( ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6923:1: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6923:1: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) int alt182=2; alt182 = dfa182.predict(input); switch (alt182) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6923:2: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6923:2: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6923:3: () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6923:3: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6924:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6929:2: ( ( ruleFeatureCallID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6930:1: ( ruleFeatureCallID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6930:1: ( ruleFeatureCallID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6931: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_ruleXAssignment14076); 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_ruleXAssignment14092); ruleOpSingleAssign(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6952:1: ( (lv_value_3_0= ruleXAssignment ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6953:1: (lv_value_3_0= ruleXAssignment ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6953:1: (lv_value_3_0= ruleXAssignment ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6954:3: lv_value_3_0= ruleXAssignment { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentAccess().getValueXAssignmentParserRuleCall_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_ruleXAssignment14112); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6971:6: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6971:6: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6972: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_ruleXAssignment14142); this_XOrExpression_4=ruleXOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XOrExpression_4; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6980:1: ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? int alt181=2; alt181 = dfa181.predict(input); switch (alt181) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6980:2: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6980:2: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6980:3: ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6985:6: ( () ( ( ruleOpMultiAssign ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6985:7: () ( ( ruleOpMultiAssign ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6985:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6986:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6991:2: ( ( ruleOpMultiAssign ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6992:1: ( ruleOpMultiAssign ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6992:1: ( ruleOpMultiAssign ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6993: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_ruleXAssignment14195); ruleOpMultiAssign(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7006:4: ( (lv_rightOperand_7_0= ruleXAssignment ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7007:1: (lv_rightOperand_7_0= ruleXAssignment ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7007:1: (lv_rightOperand_7_0= ruleXAssignment ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7008:3: lv_rightOperand_7_0= ruleXAssignment { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAssignmentAccess().getRightOperandXAssignmentParserRuleCall_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_ruleXAssignment14218); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7032: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7033:2: (iv_ruleOpSingleAssign= ruleOpSingleAssign EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7034:2: iv_ruleOpSingleAssign= ruleOpSingleAssign EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpSingleAssignRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpSingleAssign_in_entryRuleOpSingleAssign14258); 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_entryRuleOpSingleAssign14269); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpSingleAssign" // $ANTLR start "ruleOpSingleAssign" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7041: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7044:28: (kw= '=' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7046:2: kw= '=' { kw=(Token)match(input,46,FollowSets000.FOLLOW_46_in_ruleOpSingleAssign14306); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7059: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7060:2: (iv_ruleOpMultiAssign= ruleOpMultiAssign EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7061:2: iv_ruleOpMultiAssign= ruleOpMultiAssign EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpMultiAssignRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpMultiAssign_in_entryRuleOpMultiAssign14346); 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_entryRuleOpMultiAssign14357); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpMultiAssign" // $ANTLR start "ruleOpMultiAssign" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7068: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7071:28: ( (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7072:1: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7072:1: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) int alt184=7; switch ( input.LA(1) ) { case 85: { alt184=1; } break; case 86: { alt184=2; } break; case 87: { alt184=3; } break; case 88: { alt184=4; } break; case 89: { alt184=5; } break; case 33: { alt184=6; } break; case 35: { alt184=7; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 184, 0, input); throw nvae; } switch (alt184) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7073:2: kw= '+=' { kw=(Token)match(input,85,FollowSets000.FOLLOW_85_in_ruleOpMultiAssign14395); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7080:2: kw= '-=' { kw=(Token)match(input,86,FollowSets000.FOLLOW_86_in_ruleOpMultiAssign14414); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1()); } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7087:2: kw= '*=' { kw=(Token)match(input,87,FollowSets000.FOLLOW_87_in_ruleOpMultiAssign14433); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2()); } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7094:2: kw= '/=' { kw=(Token)match(input,88,FollowSets000.FOLLOW_88_in_ruleOpMultiAssign14452); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3()); } } break; case 5 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7101:2: kw= '%=' { kw=(Token)match(input,89,FollowSets000.FOLLOW_89_in_ruleOpMultiAssign14471); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4()); } } break; case 6 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7107:6: (kw= '<' kw= '<' kw= '=' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7107:6: (kw= '<' kw= '<' kw= '=' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7108:2: kw= '<' kw= '<' kw= '=' { kw=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleOpMultiAssign14491); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0()); } kw=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleOpMultiAssign14504); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1()); } kw=(Token)match(input,46,FollowSets000.FOLLOW_46_in_ruleOpMultiAssign14517); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2()); } } } break; case 7 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7126:6: (kw= '>' (kw= '>' )? kw= '>=' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7126:6: (kw= '>' (kw= '>' )? kw= '>=' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7127:2: kw= '>' (kw= '>' )? kw= '>=' { kw=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleOpMultiAssign14538); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7132:1: (kw= '>' )? int alt183=2; int LA183_0 = input.LA(1); if ( (LA183_0==35) ) { alt183=1; } switch (alt183) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7133:2: kw= '>' { kw=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleOpMultiAssign14552); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1()); } } break; } kw=(Token)match(input,90,FollowSets000.FOLLOW_90_in_ruleOpMultiAssign14567); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7152: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7153:2: (iv_ruleXOrExpression= ruleXOrExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7154:2: iv_ruleXOrExpression= ruleXOrExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOrExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXOrExpression_in_entryRuleXOrExpression14608); iv_ruleXOrExpression=ruleXOrExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXOrExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXOrExpression14618); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXOrExpression" // $ANTLR start "ruleXOrExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7161: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7164:28: ( (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7165:1: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7165:1: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7166: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_ruleXOrExpression14665); this_XAndExpression_0=ruleXAndExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XAndExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7174:1: ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* loop185: do { int alt185=2; int LA185_0 = input.LA(1); if ( (LA185_0==91) ) { int LA185_2 = input.LA(2); if ( (synpred27_InternalSuite()) ) { alt185=1; } } switch (alt185) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7174:2: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7174:2: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7174:3: ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7179:6: ( () ( ( ruleOpOr ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7179:7: () ( ( ruleOpOr ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7179:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7180:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7185:2: ( ( ruleOpOr ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7186:1: ( ruleOpOr ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7186:1: ( ruleOpOr ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7187: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_ruleXOrExpression14718); ruleOpOr(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7200:4: ( (lv_rightOperand_3_0= ruleXAndExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7201:1: (lv_rightOperand_3_0= ruleXAndExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7201:1: (lv_rightOperand_3_0= ruleXAndExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7202:3: lv_rightOperand_3_0= ruleXAndExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAndExpression_in_ruleXOrExpression14741); 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 loop185; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7226: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7227:2: (iv_ruleOpOr= ruleOpOr EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7228:2: iv_ruleOpOr= ruleOpOr EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpOrRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpOr_in_entryRuleOpOr14780); 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_entryRuleOpOr14791); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpOr" // $ANTLR start "ruleOpOr" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7235: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7238:28: (kw= '||' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7240:2: kw= '||' { kw=(Token)match(input,91,FollowSets000.FOLLOW_91_in_ruleOpOr14828); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7253: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7254:2: (iv_ruleXAndExpression= ruleXAndExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7255:2: iv_ruleXAndExpression= ruleXAndExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAndExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAndExpression_in_entryRuleXAndExpression14867); iv_ruleXAndExpression=ruleXAndExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAndExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAndExpression14877); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAndExpression" // $ANTLR start "ruleXAndExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7262: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7265:28: ( (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7266:1: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7266:1: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7267: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_ruleXAndExpression14924); this_XEqualityExpression_0=ruleXEqualityExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XEqualityExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7275:1: ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* loop186: do { int alt186=2; int LA186_0 = input.LA(1); if ( (LA186_0==92) ) { int LA186_2 = input.LA(2); if ( (synpred28_InternalSuite()) ) { alt186=1; } } switch (alt186) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7275:2: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7275:2: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7275:3: ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7280:6: ( () ( ( ruleOpAnd ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7280:7: () ( ( ruleOpAnd ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7280:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7281:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7286:2: ( ( ruleOpAnd ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7287:1: ( ruleOpAnd ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7287:1: ( ruleOpAnd ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7288: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_ruleXAndExpression14977); ruleOpAnd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7301:4: ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7302:1: (lv_rightOperand_3_0= ruleXEqualityExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7302:1: (lv_rightOperand_3_0= ruleXEqualityExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7303:3: lv_rightOperand_3_0= ruleXEqualityExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXEqualityExpression_in_ruleXAndExpression15000); 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 loop186; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7327: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7328:2: (iv_ruleOpAnd= ruleOpAnd EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7329:2: iv_ruleOpAnd= ruleOpAnd EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpAndRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpAnd_in_entryRuleOpAnd15039); 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_entryRuleOpAnd15050); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpAnd" // $ANTLR start "ruleOpAnd" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7336: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7339:28: (kw= '&&' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7341:2: kw= '&&' { kw=(Token)match(input,92,FollowSets000.FOLLOW_92_in_ruleOpAnd15087); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7354: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7355:2: (iv_ruleXEqualityExpression= ruleXEqualityExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7356:2: iv_ruleXEqualityExpression= ruleXEqualityExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXEqualityExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXEqualityExpression_in_entryRuleXEqualityExpression15126); iv_ruleXEqualityExpression=ruleXEqualityExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXEqualityExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXEqualityExpression15136); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXEqualityExpression" // $ANTLR start "ruleXEqualityExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7363: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7366:28: ( (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7367:1: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7367:1: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7368: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_ruleXEqualityExpression15183); this_XRelationalExpression_0=ruleXRelationalExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XRelationalExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7376:1: ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* loop187: do { int alt187=2; switch ( input.LA(1) ) { case 93: { int LA187_2 = input.LA(2); if ( (synpred29_InternalSuite()) ) { alt187=1; } } break; case 94: { int LA187_3 = input.LA(2); if ( (synpred29_InternalSuite()) ) { alt187=1; } } break; case 95: { int LA187_4 = input.LA(2); if ( (synpred29_InternalSuite()) ) { alt187=1; } } break; case 96: { int LA187_5 = input.LA(2); if ( (synpred29_InternalSuite()) ) { alt187=1; } } break; } switch (alt187) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7376:2: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7376:2: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7376:3: ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7381:6: ( () ( ( ruleOpEquality ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7381:7: () ( ( ruleOpEquality ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7381:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7382:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7387:2: ( ( ruleOpEquality ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7388:1: ( ruleOpEquality ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7388:1: ( ruleOpEquality ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7389: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_ruleXEqualityExpression15236); ruleOpEquality(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7402:4: ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7403:1: (lv_rightOperand_3_0= ruleXRelationalExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7403:1: (lv_rightOperand_3_0= ruleXRelationalExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7404:3: lv_rightOperand_3_0= ruleXRelationalExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXRelationalExpression_in_ruleXEqualityExpression15259); 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 loop187; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7428: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7429:2: (iv_ruleOpEquality= ruleOpEquality EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7430:2: iv_ruleOpEquality= ruleOpEquality EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpEqualityRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpEquality_in_entryRuleOpEquality15298); 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_entryRuleOpEquality15309); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpEquality" // $ANTLR start "ruleOpEquality" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7437: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7440:28: ( (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7441:1: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7441:1: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) int alt188=4; switch ( input.LA(1) ) { case 93: { alt188=1; } break; case 94: { alt188=2; } break; case 95: { alt188=3; } break; case 96: { alt188=4; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 188, 0, input); throw nvae; } switch (alt188) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7442:2: kw= '==' { kw=(Token)match(input,93,FollowSets000.FOLLOW_93_in_ruleOpEquality15347); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7449:2: kw= '!=' { kw=(Token)match(input,94,FollowSets000.FOLLOW_94_in_ruleOpEquality15366); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1()); } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7456:2: kw= '===' { kw=(Token)match(input,95,FollowSets000.FOLLOW_95_in_ruleOpEquality15385); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2()); } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7463:2: kw= '!==' { kw=(Token)match(input,96,FollowSets000.FOLLOW_96_in_ruleOpEquality15404); 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 "entryRuleXRelationalExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7476: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7477:2: (iv_ruleXRelationalExpression= ruleXRelationalExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7478:2: iv_ruleXRelationalExpression= ruleXRelationalExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXRelationalExpression_in_entryRuleXRelationalExpression15444); iv_ruleXRelationalExpression=ruleXRelationalExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXRelationalExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXRelationalExpression15454); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXRelationalExpression" // $ANTLR start "ruleXRelationalExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7485:1: ruleXRelationalExpression returns [EObject current=null] : (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* ) ; public final EObject ruleXRelationalExpression() throws RecognitionException { EObject current = null; Token otherlv_2=null; EObject this_XOtherOperatorExpression_0 = null; EObject lv_type_3_0 = null; EObject lv_rightOperand_6_0 = null; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7488:28: ( (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7489:1: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7489:1: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7490:5: this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getXOtherOperatorExpressionParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression15501); this_XOtherOperatorExpression_0=ruleXOtherOperatorExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XOtherOperatorExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:1: ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* loop189: do { int alt189=3; switch ( input.LA(1) ) { case 33: { int LA189_2 = input.LA(2); if ( (synpred31_InternalSuite()) ) { alt189=2; } } break; case 35: { int LA189_3 = input.LA(2); if ( (synpred31_InternalSuite()) ) { alt189=2; } } break; case 97: { int LA189_4 = input.LA(2); if ( (synpred30_InternalSuite()) ) { alt189=1; } } break; case 90: { int LA189_5 = input.LA(2); if ( (synpred31_InternalSuite()) ) { alt189=2; } } break; } switch (alt189) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:2: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:2: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:3: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:3: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:4: ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7500:5: ( () otherlv_2= 'instanceof' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7500:6: () otherlv_2= 'instanceof' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7500:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7501:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_0_0_0_0(), current); } } otherlv_2=(Token)match(input,97,FollowSets000.FOLLOW_97_in_ruleXRelationalExpression15537); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_0_0_0_1()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7510:3: ( (lv_type_3_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7511:1: (lv_type_3_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7511:1: (lv_type_3_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7512:3: lv_type_3_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXRelationalExpression15560); lv_type_3_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_3_0, "JvmTypeReference"); afterParserOrEnumRuleCall(); } } } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:6: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:6: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:7: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:7: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:8: ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7534:6: ( () ( ( ruleOpCompare ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7534:7: () ( ( ruleOpCompare ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7534:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7535:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7540:2: ( ( ruleOpCompare ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7541:1: ( ruleOpCompare ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7541:1: ( ruleOpCompare ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7542:3: ruleOpCompare { if ( state.backtracking==0 ) { if (current==null) { current = createModelElement(grammarAccess.getXRelationalExpressionRule()); } } if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleOpCompare_in_ruleXRelationalExpression15621); ruleOpCompare(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7555:4: ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7556:1: (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7556:1: (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7557:3: lv_rightOperand_6_0= ruleXOtherOperatorExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression15644); lv_rightOperand_6_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_6_0, "XOtherOperatorExpression"); afterParserOrEnumRuleCall(); } } } } } break; default : break loop189; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXRelationalExpression" // $ANTLR start "entryRuleOpCompare" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7581: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7582:2: (iv_ruleOpCompare= ruleOpCompare EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7583:2: iv_ruleOpCompare= ruleOpCompare EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpCompareRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpCompare_in_entryRuleOpCompare15684); 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_entryRuleOpCompare15695); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpCompare" // $ANTLR start "ruleOpCompare" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7590: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7593:28: ( (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7594:1: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7594:1: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) int alt190=4; switch ( input.LA(1) ) { case 90: { alt190=1; } break; case 33: { int LA190_2 = input.LA(2); if ( (LA190_2==EOF||LA190_2==RULE_STRING||(LA190_2>=RULE_ID && LA190_2<=RULE_RICH_TEXT_START)||(LA190_2>=RULE_HEX && LA190_2<=RULE_DECIMAL)||LA190_2==28||LA190_2==30||(LA190_2>=32 && LA190_2<=33)||(LA190_2>=36 && LA190_2<=38)||(LA190_2>=40 && LA190_2<=43)||(LA190_2>=47 && LA190_2<=61)||(LA190_2>=64 && LA190_2<=66)||(LA190_2>=68 && LA190_2<=71)||LA190_2==73||(LA190_2>=82 && LA190_2<=83)||LA190_2==103||LA190_2==108||LA190_2==115||(LA190_2>=118 && LA190_2<=128)) ) { alt190=4; } else if ( (LA190_2==46) ) { alt190=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 190, 2, input); throw nvae; } } break; case 35: { alt190=3; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 190, 0, input); throw nvae; } switch (alt190) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7595:2: kw= '>=' { kw=(Token)match(input,90,FollowSets000.FOLLOW_90_in_ruleOpCompare15733); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7601:6: (kw= '<' kw= '=' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7601:6: (kw= '<' kw= '=' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7602:2: kw= '<' kw= '=' { kw=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleOpCompare15753); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0()); } kw=(Token)match(input,46,FollowSets000.FOLLOW_46_in_ruleOpCompare15766); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1()); } } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7615:2: kw= '>' { kw=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleOpCompare15786); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2()); } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7622:2: kw= '<' { kw=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleOpCompare15805); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7635: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7636:2: (iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7637:2: iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOtherOperatorExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXOtherOperatorExpression_in_entryRuleXOtherOperatorExpression15845); iv_ruleXOtherOperatorExpression=ruleXOtherOperatorExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXOtherOperatorExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXOtherOperatorExpression15855); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXOtherOperatorExpression" // $ANTLR start "ruleXOtherOperatorExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7644: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7647:28: ( (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7648:1: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7648:1: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7649: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_ruleXOtherOperatorExpression15902); this_XAdditiveExpression_0=ruleXAdditiveExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XAdditiveExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7657:1: ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* loop191: do { int alt191=2; alt191 = dfa191.predict(input); switch (alt191) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7657:2: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7657:2: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7657:3: ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7662:6: ( () ( ( ruleOpOther ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7662:7: () ( ( ruleOpOther ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7662:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7663:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7668:2: ( ( ruleOpOther ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7669:1: ( ruleOpOther ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7669:1: ( ruleOpOther ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7670: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_ruleXOtherOperatorExpression15955); ruleOpOther(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7683:4: ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7684:1: (lv_rightOperand_3_0= ruleXAdditiveExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7684:1: (lv_rightOperand_3_0= ruleXAdditiveExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7685:3: lv_rightOperand_3_0= ruleXAdditiveExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAdditiveExpression_in_ruleXOtherOperatorExpression15978); 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 loop191; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7709: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7710:2: (iv_ruleOpOther= ruleOpOther EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7711:2: iv_ruleOpOther= ruleOpOther EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpOtherRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpOther_in_entryRuleOpOther16017); 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_entryRuleOpOther16028); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpOther" // $ANTLR start "ruleOpOther" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7718: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7721:28: ( (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7722:1: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7722:1: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) int alt194=9; alt194 = dfa194.predict(input); switch (alt194) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7723:2: kw= '->' { kw=(Token)match(input,98,FollowSets000.FOLLOW_98_in_ruleOpOther16066); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7730:2: kw= '..<' { kw=(Token)match(input,99,FollowSets000.FOLLOW_99_in_ruleOpOther16085); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1()); } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7736:6: (kw= '>' kw= '..' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7736:6: (kw= '>' kw= '..' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7737:2: kw= '>' kw= '..' { kw=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleOpOther16105); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0()); } kw=(Token)match(input,100,FollowSets000.FOLLOW_100_in_ruleOpOther16118); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1()); } } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7750:2: kw= '..' { kw=(Token)match(input,100,FollowSets000.FOLLOW_100_in_ruleOpOther16138); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3()); } } break; case 5 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7757:2: kw= '=>' { kw=(Token)match(input,45,FollowSets000.FOLLOW_45_in_ruleOpOther16157); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4()); } } break; case 6 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7763:6: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7763:6: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7764:2: kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) { kw=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleOpOther16177); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7769:1: ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) int alt192=2; int LA192_0 = input.LA(1); if ( (LA192_0==35) ) { int LA192_1 = input.LA(2); if ( (LA192_1==35) && (synpred33_InternalSuite())) { alt192=1; } else if ( (LA192_1==EOF||LA192_1==RULE_STRING||(LA192_1>=RULE_ID && LA192_1<=RULE_RICH_TEXT_START)||(LA192_1>=RULE_HEX && LA192_1<=RULE_DECIMAL)||LA192_1==28||LA192_1==30||(LA192_1>=32 && LA192_1<=33)||(LA192_1>=36 && LA192_1<=38)||(LA192_1>=40 && LA192_1<=43)||(LA192_1>=47 && LA192_1<=61)||(LA192_1>=64 && LA192_1<=66)||(LA192_1>=68 && LA192_1<=71)||LA192_1==73||(LA192_1>=82 && LA192_1<=83)||LA192_1==103||LA192_1==108||LA192_1==115||(LA192_1>=118 && LA192_1<=128)) ) { alt192=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 192, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 192, 0, input); throw nvae; } switch (alt192) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7769:2: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7769:2: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7769:3: ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7773:5: (kw= '>' kw= '>' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7774:2: kw= '>' kw= '>' { kw=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleOpOther16208); 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,35,FollowSets000.FOLLOW_35_in_ruleOpOther16221); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7787:2: kw= '>' { kw=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleOpOther16242); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7793:6: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7793:6: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7794:2: kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) { kw=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleOpOther16264); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7799:1: ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) int alt193=3; int LA193_0 = input.LA(1); if ( (LA193_0==33) ) { int LA193_1 = input.LA(2); if ( (synpred34_InternalSuite()) ) { alt193=1; } else if ( (true) ) { alt193=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 193, 1, input); throw nvae; } } else if ( (LA193_0==45) ) { alt193=3; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 193, 0, input); throw nvae; } switch (alt193) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7799:2: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7799:2: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7799:3: ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7803:5: (kw= '<' kw= '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7804:2: kw= '<' kw= '<' { kw=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleOpOther16295); 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,33,FollowSets000.FOLLOW_33_in_ruleOpOther16308); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7817:2: kw= '<' { kw=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleOpOther16329); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7824:2: kw= '=>' { kw=(Token)match(input,45,FollowSets000.FOLLOW_45_in_ruleOpOther16348); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7831:2: kw= '<>' { kw=(Token)match(input,101,FollowSets000.FOLLOW_101_in_ruleOpOther16369); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7()); } } break; case 9 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7838:2: kw= '?:' { kw=(Token)match(input,102,FollowSets000.FOLLOW_102_in_ruleOpOther16388); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7851: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7852:2: (iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7853:2: iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAdditiveExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXAdditiveExpression_in_entryRuleXAdditiveExpression16428); iv_ruleXAdditiveExpression=ruleXAdditiveExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXAdditiveExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXAdditiveExpression16438); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXAdditiveExpression" // $ANTLR start "ruleXAdditiveExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7860: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7863:28: ( (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7864:1: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7864:1: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7865: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_ruleXAdditiveExpression16485); this_XMultiplicativeExpression_0=ruleXMultiplicativeExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XMultiplicativeExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7873:1: ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* loop195: do { int alt195=2; int LA195_0 = input.LA(1); if ( (LA195_0==30) ) { int LA195_2 = input.LA(2); if ( (synpred35_InternalSuite()) ) { alt195=1; } } else if ( (LA195_0==103) ) { int LA195_3 = input.LA(2); if ( (synpred35_InternalSuite()) ) { alt195=1; } } switch (alt195) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7873:2: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7873:2: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7873:3: ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7878:6: ( () ( ( ruleOpAdd ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7878:7: () ( ( ruleOpAdd ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7878:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7879:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7884:2: ( ( ruleOpAdd ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7885:1: ( ruleOpAdd ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7885:1: ( ruleOpAdd ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7886: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_ruleXAdditiveExpression16538); ruleOpAdd(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7899:4: ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7900:1: (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7900:1: (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7901:3: lv_rightOperand_3_0= ruleXMultiplicativeExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXMultiplicativeExpression_in_ruleXAdditiveExpression16561); 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 loop195; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7925: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7926:2: (iv_ruleOpAdd= ruleOpAdd EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7927:2: iv_ruleOpAdd= ruleOpAdd EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpAddRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpAdd_in_entryRuleOpAdd16600); 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_entryRuleOpAdd16611); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpAdd" // $ANTLR start "ruleOpAdd" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7934: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7937:28: ( (kw= '+' | kw= '-' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7938:1: (kw= '+' | kw= '-' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7938:1: (kw= '+' | kw= '-' ) int alt196=2; int LA196_0 = input.LA(1); if ( (LA196_0==103) ) { alt196=1; } else if ( (LA196_0==30) ) { alt196=2; } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7939:2: kw= '+' { kw=(Token)match(input,103,FollowSets000.FOLLOW_103_in_ruleOpAdd16649); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpAddAccess().getPlusSignKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7946:2: kw= '-' { kw=(Token)match(input,30,FollowSets000.FOLLOW_30_in_ruleOpAdd16668); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7959: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7960:2: (iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7961:2: iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMultiplicativeExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXMultiplicativeExpression_in_entryRuleXMultiplicativeExpression16708); iv_ruleXMultiplicativeExpression=ruleXMultiplicativeExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXMultiplicativeExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXMultiplicativeExpression16718); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXMultiplicativeExpression" // $ANTLR start "ruleXMultiplicativeExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7968: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7971:28: ( (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7972:1: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7972:1: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7973: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_ruleXMultiplicativeExpression16765); this_XUnaryOperation_0=ruleXUnaryOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XUnaryOperation_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7981:1: ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* loop197: do { int alt197=2; switch ( input.LA(1) ) { case 104: { int LA197_2 = input.LA(2); if ( (synpred36_InternalSuite()) ) { alt197=1; } } break; case 105: { int LA197_3 = input.LA(2); if ( (synpred36_InternalSuite()) ) { alt197=1; } } break; case 106: { int LA197_4 = input.LA(2); if ( (synpred36_InternalSuite()) ) { alt197=1; } } break; case 107: { int LA197_5 = input.LA(2); if ( (synpred36_InternalSuite()) ) { alt197=1; } } break; } switch (alt197) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7981:2: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7981:2: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7981:3: ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7986:6: ( () ( ( ruleOpMulti ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7986:7: () ( ( ruleOpMulti ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7986:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7987:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7992:2: ( ( ruleOpMulti ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7993:1: ( ruleOpMulti ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7993:1: ( ruleOpMulti ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7994: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_ruleXMultiplicativeExpression16818); ruleOpMulti(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8007:4: ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8008:1: (lv_rightOperand_3_0= ruleXUnaryOperation ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8008:1: (lv_rightOperand_3_0= ruleXUnaryOperation ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8009:3: lv_rightOperand_3_0= ruleXUnaryOperation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXUnaryOperation_in_ruleXMultiplicativeExpression16841); 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 loop197; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8033: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8034:2: (iv_ruleOpMulti= ruleOpMulti EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8035:2: iv_ruleOpMulti= ruleOpMulti EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpMultiRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpMulti_in_entryRuleOpMulti16880); 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_entryRuleOpMulti16891); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpMulti" // $ANTLR start "ruleOpMulti" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8042: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8045:28: ( (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8046:1: (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8046:1: (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) int alt198=4; switch ( input.LA(1) ) { case 104: { alt198=1; } break; case 105: { alt198=2; } break; case 106: { alt198=3; } break; case 107: { alt198=4; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 198, 0, input); throw nvae; } switch (alt198) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8047:2: kw= '*' { kw=(Token)match(input,104,FollowSets000.FOLLOW_104_in_ruleOpMulti16929); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8054:2: kw= '**' { kw=(Token)match(input,105,FollowSets000.FOLLOW_105_in_ruleOpMulti16948); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1()); } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8061:2: kw= '/' { kw=(Token)match(input,106,FollowSets000.FOLLOW_106_in_ruleOpMulti16967); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpMultiAccess().getSolidusKeyword_2()); } } break; case 4 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8068:2: kw= '%' { kw=(Token)match(input,107,FollowSets000.FOLLOW_107_in_ruleOpMulti16986); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8081: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8082:2: (iv_ruleXUnaryOperation= ruleXUnaryOperation EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8083:2: iv_ruleXUnaryOperation= ruleXUnaryOperation EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXUnaryOperationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXUnaryOperation_in_entryRuleXUnaryOperation17026); iv_ruleXUnaryOperation=ruleXUnaryOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXUnaryOperation; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXUnaryOperation17036); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXUnaryOperation" // $ANTLR start "ruleXUnaryOperation" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8090: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8093:28: ( ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8094:1: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8094:1: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) int alt199=2; int LA199_0 = input.LA(1); if ( (LA199_0==30||LA199_0==103||LA199_0==108) ) { alt199=1; } else if ( (LA199_0==RULE_STRING||(LA199_0>=RULE_ID && LA199_0<=RULE_RICH_TEXT_START)||(LA199_0>=RULE_HEX && LA199_0<=RULE_DECIMAL)||LA199_0==28||(LA199_0>=32 && LA199_0<=33)||(LA199_0>=36 && LA199_0<=38)||(LA199_0>=40 && LA199_0<=43)||(LA199_0>=47 && LA199_0<=61)||(LA199_0>=64 && LA199_0<=66)||(LA199_0>=68 && LA199_0<=71)||LA199_0==73||(LA199_0>=82 && LA199_0<=83)||LA199_0==115||(LA199_0>=118 && LA199_0<=128)) ) { alt199=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 199, 0, input); throw nvae; } switch (alt199) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8094:2: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8094:2: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8094:3: () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8094:3: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8095:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8100:2: ( ( ruleOpUnary ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8101:1: ( ruleOpUnary ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8101:1: ( ruleOpUnary ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8102: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_ruleXUnaryOperation17094); ruleOpUnary(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8115:2: ( (lv_operand_2_0= ruleXUnaryOperation ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8116:1: (lv_operand_2_0= ruleXUnaryOperation ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8116:1: (lv_operand_2_0= ruleXUnaryOperation ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8117:3: lv_operand_2_0= ruleXUnaryOperation { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXUnaryOperationAccess().getOperandXUnaryOperationParserRuleCall_0_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXUnaryOperation_in_ruleXUnaryOperation17115); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8135:5: this_XCastedExpression_3= ruleXCastedExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXUnaryOperationAccess().getXCastedExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXCastedExpression_in_ruleXUnaryOperation17144); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8151: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8152:2: (iv_ruleOpUnary= ruleOpUnary EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8153:2: iv_ruleOpUnary= ruleOpUnary EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpUnaryRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpUnary_in_entryRuleOpUnary17180); 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_entryRuleOpUnary17191); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpUnary" // $ANTLR start "ruleOpUnary" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8160: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8163:28: ( (kw= '!' | kw= '-' | kw= '+' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8164:1: (kw= '!' | kw= '-' | kw= '+' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8164:1: (kw= '!' | kw= '-' | kw= '+' ) int alt200=3; switch ( input.LA(1) ) { case 108: { alt200=1; } break; case 30: { alt200=2; } break; case 103: { alt200=3; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 200, 0, input); throw nvae; } switch (alt200) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8165:2: kw= '!' { kw=(Token)match(input,108,FollowSets000.FOLLOW_108_in_ruleOpUnary17229); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8172:2: kw= '-' { kw=(Token)match(input,30,FollowSets000.FOLLOW_30_in_ruleOpUnary17248); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1()); } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8179:2: kw= '+' { kw=(Token)match(input,103,FollowSets000.FOLLOW_103_in_ruleOpUnary17267); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8192: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8193:2: (iv_ruleXCastedExpression= ruleXCastedExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8194:2: iv_ruleXCastedExpression= ruleXCastedExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCastedExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXCastedExpression_in_entryRuleXCastedExpression17307); iv_ruleXCastedExpression=ruleXCastedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXCastedExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXCastedExpression17317); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXCastedExpression" // $ANTLR start "ruleXCastedExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8201: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8204:28: ( (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8205:1: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8205:1: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8206: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_ruleXCastedExpression17364); this_XPostfixOperation_0=ruleXPostfixOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XPostfixOperation_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8214:1: ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* loop201: do { int alt201=2; int LA201_0 = input.LA(1); if ( (LA201_0==109) ) { int LA201_2 = input.LA(2); if ( (synpred37_InternalSuite()) ) { alt201=1; } } switch (alt201) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8214:2: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8214:2: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8214:3: ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8216:5: ( () otherlv_2= 'as' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8216:6: () otherlv_2= 'as' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8216:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8217:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0(), current); } } otherlv_2=(Token)match(input,109,FollowSets000.FOLLOW_109_in_ruleXCastedExpression17399); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8226:3: ( (lv_type_3_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8227:1: (lv_type_3_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8227:1: (lv_type_3_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8228:3: lv_type_3_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXCastedExpression17422); 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 loop201; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8252: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8253:2: (iv_ruleXPostfixOperation= ruleXPostfixOperation EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8254:2: iv_ruleXPostfixOperation= ruleXPostfixOperation EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPostfixOperationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXPostfixOperation_in_entryRuleXPostfixOperation17460); iv_ruleXPostfixOperation=ruleXPostfixOperation(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXPostfixOperation; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXPostfixOperation17470); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXPostfixOperation" // $ANTLR start "ruleXPostfixOperation" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8261: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8264:28: ( (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8265:1: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8265:1: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8266:5: this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXMemberFeatureCall_in_ruleXPostfixOperation17517); this_XMemberFeatureCall_0=ruleXMemberFeatureCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XMemberFeatureCall_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8274:1: ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? int alt202=2; int LA202_0 = input.LA(1); if ( (LA202_0==110) ) { int LA202_1 = input.LA(2); if ( (synpred38_InternalSuite()) ) { alt202=1; } } else if ( (LA202_0==111) ) { int LA202_2 = input.LA(2); if ( (synpred38_InternalSuite()) ) { alt202=1; } } switch (alt202) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8274:2: ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8279:6: ( () ( ( ruleOpPostfix ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8279:7: () ( ( ruleOpPostfix ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8279:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8280:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8285:2: ( ( ruleOpPostfix ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8286:1: ( ruleOpPostfix ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8286:1: ( ruleOpPostfix ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8287: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_ruleXPostfixOperation17569); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8308: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8309:2: (iv_ruleOpPostfix= ruleOpPostfix EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8310:2: iv_ruleOpPostfix= ruleOpPostfix EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getOpPostfixRule()); } pushFollow(FollowSets000.FOLLOW_ruleOpPostfix_in_entryRuleOpPostfix17609); 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_entryRuleOpPostfix17620); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleOpPostfix" // $ANTLR start "ruleOpPostfix" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8317: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8320:28: ( (kw= '++' | kw= '--' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8321:1: (kw= '++' | kw= '--' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8321:1: (kw= '++' | kw= '--' ) int alt203=2; int LA203_0 = input.LA(1); if ( (LA203_0==110) ) { alt203=1; } else if ( (LA203_0==111) ) { 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8322:2: kw= '++' { kw=(Token)match(input,110,FollowSets000.FOLLOW_110_in_ruleOpPostfix17658); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8329:2: kw= '--' { kw=(Token)match(input,111,FollowSets000.FOLLOW_111_in_ruleOpPostfix17677); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8342: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8343:2: (iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8344:2: iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXMemberFeatureCall_in_entryRuleXMemberFeatureCall17717); iv_ruleXMemberFeatureCall=ruleXMemberFeatureCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXMemberFeatureCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXMemberFeatureCall17727); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXMemberFeatureCall" // $ANTLR start "ruleXMemberFeatureCall" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8351: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8354: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8355: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8355: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8356: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_ruleXMemberFeatureCall17774); this_XPrimaryExpression_0=ruleXPrimaryExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XPrimaryExpression_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364: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 ) )? ) )* loop212: do { int alt212=3; switch ( input.LA(1) ) { case 31: { int LA212_2 = input.LA(2); if ( (synpred39_InternalSuite()) ) { alt212=1; } else if ( (synpred40_InternalSuite()) ) { alt212=2; } } break; case 112: { int LA212_3 = input.LA(2); if ( (synpred39_InternalSuite()) ) { alt212=1; } else if ( (synpred40_InternalSuite()) ) { alt212=2; } } break; case 113: { int LA212_4 = input.LA(2); if ( (synpred40_InternalSuite()) ) { alt212=2; } } break; } switch (alt212) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:2: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:2: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:3: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:3: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:4: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8377:25: ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8377:26: () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8377:26: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8378:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8383:2: (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) int alt204=2; int LA204_0 = input.LA(1); if ( (LA204_0==31) ) { alt204=1; } else if ( (LA204_0==112) ) { alt204=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 204, 0, input); throw nvae; } switch (alt204) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8383:4: otherlv_2= '.' { otherlv_2=(Token)match(input,31,FollowSets000.FOLLOW_31_in_ruleXMemberFeatureCall17846); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8388:6: ( (lv_explicitStatic_3_0= '::' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8388:6: ( (lv_explicitStatic_3_0= '::' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8389:1: (lv_explicitStatic_3_0= '::' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8389:1: (lv_explicitStatic_3_0= '::' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8390:3: lv_explicitStatic_3_0= '::' { lv_explicitStatic_3_0=(Token)match(input,112,FollowSets000.FOLLOW_112_in_ruleXMemberFeatureCall17870); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8403:3: ( ( ruleFeatureCallID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8404:1: ( ruleFeatureCallID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8404:1: ( ruleFeatureCallID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8405: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_ruleXMemberFeatureCall17907); 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_ruleXMemberFeatureCall17923); ruleOpSingleAssign(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8426:3: ( (lv_value_6_0= ruleXAssignment ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8427:1: (lv_value_6_0= ruleXAssignment ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8427:1: (lv_value_6_0= ruleXAssignment ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8428:3: lv_value_6_0= ruleXAssignment { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXAssignment_in_ruleXMemberFeatureCall17945); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445:7: ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445:8: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8461:7: ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8461:8: () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8461:8: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8462:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8467:2: (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) int alt205=3; switch ( input.LA(1) ) { case 31: { alt205=1; } break; case 113: { alt205=2; } break; case 112: { alt205=3; } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 205, 0, input); throw nvae; } switch (alt205) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8467:4: otherlv_8= '.' { otherlv_8=(Token)match(input,31,FollowSets000.FOLLOW_31_in_ruleXMemberFeatureCall18031); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8472:6: ( (lv_nullSafe_9_0= '?.' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8472:6: ( (lv_nullSafe_9_0= '?.' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8473:1: (lv_nullSafe_9_0= '?.' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8473:1: (lv_nullSafe_9_0= '?.' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8474:3: lv_nullSafe_9_0= '?.' { lv_nullSafe_9_0=(Token)match(input,113,FollowSets000.FOLLOW_113_in_ruleXMemberFeatureCall18055); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8488:6: ( (lv_explicitStatic_10_0= '::' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8488:6: ( (lv_explicitStatic_10_0= '::' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8489:1: (lv_explicitStatic_10_0= '::' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8489:1: (lv_explicitStatic_10_0= '::' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8490:3: lv_explicitStatic_10_0= '::' { lv_explicitStatic_10_0=(Token)match(input,112,FollowSets000.FOLLOW_112_in_ruleXMemberFeatureCall18092); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8503:5: (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )? int alt207=2; int LA207_0 = input.LA(1); if ( (LA207_0==33) ) { alt207=1; } switch (alt207) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8503:7: otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' { otherlv_11=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleXMemberFeatureCall18121); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8507:1: ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8508:1: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8508:1: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8509:3: lv_typeArguments_12_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXMemberFeatureCall18142); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8525:2: (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* loop206: do { int alt206=2; int LA206_0 = input.LA(1); if ( (LA206_0==34) ) { alt206=1; } switch (alt206) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8525:4: otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) { otherlv_13=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXMemberFeatureCall18155); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8529:1: ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8530:1: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8530:1: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8531: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_ruleXMemberFeatureCall18176); 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 loop206; } } while (true); otherlv_15=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleXMemberFeatureCall18190); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_15, grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8551:3: ( ( ruleIdOrSuper ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8552:1: ( ruleIdOrSuper ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8552:1: ( ruleIdOrSuper ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8553: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_ruleXMemberFeatureCall18215); ruleIdOrSuper(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8566: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 alt210=2; alt210 = dfa210.predict(input); switch (alt210) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8566: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8566:3: ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8566:4: ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8573:1: (lv_explicitOperationCall_17_0= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8574:3: lv_explicitOperationCall_17_0= '(' { lv_explicitOperationCall_17_0=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXMemberFeatureCall18249); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8587:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )? int alt209=3; alt209 = dfa209.predict(input); switch (alt209) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8587:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8587:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8587:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8604:1: (lv_memberCallArguments_18_0= ruleXShortClosure ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8605: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_ruleXMemberFeatureCall18334); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8622:6: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8622:6: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8622:7: ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8622:7: ( (lv_memberCallArguments_19_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8623:1: (lv_memberCallArguments_19_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8623:1: (lv_memberCallArguments_19_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8624: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_ruleXMemberFeatureCall18362); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8640:2: (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* loop208: do { int alt208=2; int LA208_0 = input.LA(1); if ( (LA208_0==34) ) { alt208=1; } switch (alt208) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8640:4: otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) { otherlv_20=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXMemberFeatureCall18375); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_20, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8644:1: ( (lv_memberCallArguments_21_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8645:1: (lv_memberCallArguments_21_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8645:1: (lv_memberCallArguments_21_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8646: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_ruleXMemberFeatureCall18396); 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 loop208; } } while (true); } } break; } otherlv_22=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleXMemberFeatureCall18413); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_22, grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8666:3: ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )? int alt211=2; alt211 = dfa211.predict(input); switch (alt211) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8666:4: ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8669:1: (lv_memberCallArguments_23_0= ruleXClosure ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8670:3: lv_memberCallArguments_23_0= ruleXClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_ruleXMemberFeatureCall18448); 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 loop212; } } while (true); } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXMemberFeatureCall" // $ANTLR start "entryRuleXPrimaryExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8694: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8695:2: (iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8696:2: iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXPrimaryExpression_in_entryRuleXPrimaryExpression18488); iv_ruleXPrimaryExpression=ruleXPrimaryExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXPrimaryExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXPrimaryExpression18498); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXPrimaryExpression" // $ANTLR start "ruleXPrimaryExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8703: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 ) ; 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; enterRule(); try { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8706: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 ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8707: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 ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8707: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 ) int alt213=15; alt213 = dfa213.predict(input); switch (alt213) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8708:5: this_XConstructorCall_0= ruleXConstructorCall { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXConstructorCallParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXConstructorCall_in_ruleXPrimaryExpression18545); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8718:5: this_XBlockExpression_1= ruleXBlockExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXBlockExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXBlockExpression_in_ruleXPrimaryExpression18572); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8728:5: this_XSwitchExpression_2= ruleXSwitchExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXSwitchExpressionParserRuleCall_2()); } pushFollow(FollowSets000.FOLLOW_ruleXSwitchExpression_in_ruleXPrimaryExpression18599); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8737:6: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8737:6: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8737:7: ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXSynchronizedExpressionParserRuleCall_3()); } pushFollow(FollowSets000.FOLLOW_ruleXSynchronizedExpression_in_ruleXPrimaryExpression18643); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8751:5: this_XFeatureCall_4= ruleXFeatureCall { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXFeatureCallParserRuleCall_4()); } pushFollow(FollowSets000.FOLLOW_ruleXFeatureCall_in_ruleXPrimaryExpression18671); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8761:5: this_XLiteral_5= ruleXLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXLiteralParserRuleCall_5()); } pushFollow(FollowSets000.FOLLOW_ruleXLiteral_in_ruleXPrimaryExpression18698); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8771:5: this_XIfExpression_6= ruleXIfExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXIfExpressionParserRuleCall_6()); } pushFollow(FollowSets000.FOLLOW_ruleXIfExpression_in_ruleXPrimaryExpression18725); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8780:6: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8780:6: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8780:7: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXForLoopExpressionParserRuleCall_7()); } pushFollow(FollowSets000.FOLLOW_ruleXForLoopExpression_in_ruleXPrimaryExpression18782); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8799:5: this_XBasicForLoopExpression_8= ruleXBasicForLoopExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXBasicForLoopExpressionParserRuleCall_8()); } pushFollow(FollowSets000.FOLLOW_ruleXBasicForLoopExpression_in_ruleXPrimaryExpression18810); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8809:5: this_XWhileExpression_9= ruleXWhileExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXWhileExpressionParserRuleCall_9()); } pushFollow(FollowSets000.FOLLOW_ruleXWhileExpression_in_ruleXPrimaryExpression18837); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8819:5: this_XDoWhileExpression_10= ruleXDoWhileExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXDoWhileExpressionParserRuleCall_10()); } pushFollow(FollowSets000.FOLLOW_ruleXDoWhileExpression_in_ruleXPrimaryExpression18864); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8829:5: this_XThrowExpression_11= ruleXThrowExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXThrowExpressionParserRuleCall_11()); } pushFollow(FollowSets000.FOLLOW_ruleXThrowExpression_in_ruleXPrimaryExpression18891); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8839:5: this_XReturnExpression_12= ruleXReturnExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXReturnExpressionParserRuleCall_12()); } pushFollow(FollowSets000.FOLLOW_ruleXReturnExpression_in_ruleXPrimaryExpression18918); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8849:5: this_XTryCatchFinallyExpression_13= ruleXTryCatchFinallyExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXTryCatchFinallyExpressionParserRuleCall_13()); } pushFollow(FollowSets000.FOLLOW_ruleXTryCatchFinallyExpression_in_ruleXPrimaryExpression18945); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8859:5: this_XParenthesizedExpression_14= ruleXParenthesizedExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXParenthesizedExpressionParserRuleCall_14()); } pushFollow(FollowSets000.FOLLOW_ruleXParenthesizedExpression_in_ruleXPrimaryExpression18972); this_XParenthesizedExpression_14=ruleXParenthesizedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_XParenthesizedExpression_14; afterParserOrEnumRuleCall(); } } break; } } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleXPrimaryExpression" // $ANTLR start "entryRuleXLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8875: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8876:2: (iv_ruleXLiteral= ruleXLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8877:2: iv_ruleXLiteral= ruleXLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXLiteral_in_entryRuleXLiteral19007); iv_ruleXLiteral=ruleXLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXLiteral19017); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXLiteral" // $ANTLR start "ruleXLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8884: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8887: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8888: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8888: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 alt214=7; int LA214_0 = input.LA(1); if ( (LA214_0==82) ) { alt214=1; } else if ( (LA214_0==83) && (synpred46_InternalSuite())) { alt214=2; } else if ( ((LA214_0>=122 && LA214_0<=123)) ) { alt214=3; } else if ( ((LA214_0>=RULE_HEX && LA214_0<=RULE_DECIMAL)) ) { alt214=4; } else if ( (LA214_0==124) ) { alt214=5; } else if ( (LA214_0==RULE_STRING||(LA214_0>=RULE_RICH_TEXT && LA214_0<=RULE_RICH_TEXT_START)) ) { alt214=6; } else if ( (LA214_0==125) ) { alt214=7; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 214, 0, input); throw nvae; } switch (alt214) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8889:5: this_XCollectionLiteral_0= ruleXCollectionLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXCollectionLiteralParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXCollectionLiteral_in_ruleXLiteral19064); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8898:6: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8898:6: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8898:7: ( ( () '[' ) )=>this_XClosure_1= ruleXClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXClosureParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_ruleXLiteral19104); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8911:5: this_XBooleanLiteral_2= ruleXBooleanLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXBooleanLiteralParserRuleCall_2()); } pushFollow(FollowSets000.FOLLOW_ruleXBooleanLiteral_in_ruleXLiteral19132); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8921:5: this_XNumberLiteral_3= ruleXNumberLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXNumberLiteralParserRuleCall_3()); } pushFollow(FollowSets000.FOLLOW_ruleXNumberLiteral_in_ruleXLiteral19159); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8931:5: this_XNullLiteral_4= ruleXNullLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXNullLiteralParserRuleCall_4()); } pushFollow(FollowSets000.FOLLOW_ruleXNullLiteral_in_ruleXLiteral19186); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8941:5: this_XStringLiteral_5= ruleXStringLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXStringLiteralParserRuleCall_5()); } pushFollow(FollowSets000.FOLLOW_ruleXStringLiteral_in_ruleXLiteral19213); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8951:5: this_XTypeLiteral_6= ruleXTypeLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXLiteralAccess().getXTypeLiteralParserRuleCall_6()); } pushFollow(FollowSets000.FOLLOW_ruleXTypeLiteral_in_ruleXLiteral19240); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8967: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8968:2: (iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8969:2: iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCollectionLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXCollectionLiteral_in_entryRuleXCollectionLiteral19275); iv_ruleXCollectionLiteral=ruleXCollectionLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXCollectionLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXCollectionLiteral19285); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXCollectionLiteral" // $ANTLR start "ruleXCollectionLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8976: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8979:28: ( (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8980:1: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8980:1: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) int alt215=2; int LA215_0 = input.LA(1); if ( (LA215_0==82) ) { int LA215_1 = input.LA(2); if ( (LA215_1==38) ) { alt215=1; } else if ( (LA215_1==83) ) { alt215=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 215, 1, input); throw nvae; } } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 215, 0, input); throw nvae; } switch (alt215) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8981:5: this_XSetLiteral_0= ruleXSetLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCollectionLiteralAccess().getXSetLiteralParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleXSetLiteral_in_ruleXCollectionLiteral19332); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8991:5: this_XListLiteral_1= ruleXListLiteral { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCollectionLiteralAccess().getXListLiteralParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXListLiteral_in_ruleXCollectionLiteral19359); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9007: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9008:2: (iv_ruleXSetLiteral= ruleXSetLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9009:2: iv_ruleXSetLiteral= ruleXSetLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSetLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXSetLiteral_in_entryRuleXSetLiteral19394); iv_ruleXSetLiteral=ruleXSetLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXSetLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXSetLiteral19404); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXSetLiteral" // $ANTLR start "ruleXSetLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9016: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9019:28: ( ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9020:1: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9020:1: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9020:2: () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9020:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9021:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0(), current); } } otherlv_1=(Token)match(input,82,FollowSets000.FOLLOW_82_in_ruleXSetLiteral19450); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1()); } otherlv_2=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleXSetLiteral19462); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9034:1: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? int alt217=2; int LA217_0 = input.LA(1); if ( (LA217_0==RULE_STRING||(LA217_0>=RULE_ID && LA217_0<=RULE_RICH_TEXT_START)||(LA217_0>=RULE_HEX && LA217_0<=RULE_DECIMAL)||LA217_0==28||LA217_0==30||(LA217_0>=32 && LA217_0<=33)||(LA217_0>=36 && LA217_0<=38)||(LA217_0>=40 && LA217_0<=43)||(LA217_0>=47 && LA217_0<=61)||(LA217_0>=64 && LA217_0<=66)||(LA217_0>=68 && LA217_0<=71)||LA217_0==73||(LA217_0>=82 && LA217_0<=83)||LA217_0==103||LA217_0==108||LA217_0==115||(LA217_0>=118 && LA217_0<=128)) ) { alt217=1; } switch (alt217) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9034:2: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9034:2: ( (lv_elements_3_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9035:1: (lv_elements_3_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9035:1: (lv_elements_3_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9036:3: lv_elements_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSetLiteral19484); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9052:2: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* loop216: do { int alt216=2; int LA216_0 = input.LA(1); if ( (LA216_0==34) ) { alt216=1; } switch (alt216) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9052:4: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) { otherlv_4=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXSetLiteral19497); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9056:1: ( (lv_elements_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9057:1: (lv_elements_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9057:1: (lv_elements_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9058:3: lv_elements_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSetLiteral19518); 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 loop216; } } while (true); } break; } otherlv_6=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleXSetLiteral19534); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9086: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9087:2: (iv_ruleXListLiteral= ruleXListLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9088:2: iv_ruleXListLiteral= ruleXListLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXListLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXListLiteral_in_entryRuleXListLiteral19570); iv_ruleXListLiteral=ruleXListLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXListLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXListLiteral19580); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXListLiteral" // $ANTLR start "ruleXListLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9095: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9098:28: ( ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9099:1: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9099:1: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9099:2: () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9099:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9100:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXListLiteralAccess().getXListLiteralAction_0(), current); } } otherlv_1=(Token)match(input,82,FollowSets000.FOLLOW_82_in_ruleXListLiteral19626); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1()); } otherlv_2=(Token)match(input,83,FollowSets000.FOLLOW_83_in_ruleXListLiteral19638); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9113:1: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? int alt219=2; int LA219_0 = input.LA(1); if ( (LA219_0==RULE_STRING||(LA219_0>=RULE_ID && LA219_0<=RULE_RICH_TEXT_START)||(LA219_0>=RULE_HEX && LA219_0<=RULE_DECIMAL)||LA219_0==28||LA219_0==30||(LA219_0>=32 && LA219_0<=33)||(LA219_0>=36 && LA219_0<=38)||(LA219_0>=40 && LA219_0<=43)||(LA219_0>=47 && LA219_0<=61)||(LA219_0>=64 && LA219_0<=66)||(LA219_0>=68 && LA219_0<=71)||LA219_0==73||(LA219_0>=82 && LA219_0<=83)||LA219_0==103||LA219_0==108||LA219_0==115||(LA219_0>=118 && LA219_0<=128)) ) { alt219=1; } switch (alt219) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9113:2: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9113:2: ( (lv_elements_3_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9114:1: (lv_elements_3_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9114:1: (lv_elements_3_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9115:3: lv_elements_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXListLiteral19660); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9131:2: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* loop218: do { int alt218=2; int LA218_0 = input.LA(1); if ( (LA218_0==34) ) { alt218=1; } switch (alt218) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9131:4: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) { otherlv_4=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXListLiteral19673); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9135:1: ( (lv_elements_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9136:1: (lv_elements_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9136:1: (lv_elements_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9137:3: lv_elements_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXListLiteral19694); 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 loop218; } } while (true); } break; } otherlv_6=(Token)match(input,84,FollowSets000.FOLLOW_84_in_ruleXListLiteral19710); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9165: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9166:2: (iv_ruleXClosure= ruleXClosure EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9167:2: iv_ruleXClosure= ruleXClosure EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXClosureRule()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_entryRuleXClosure19746); iv_ruleXClosure=ruleXClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXClosure; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXClosure19756); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXClosure" // $ANTLR start "ruleXClosure" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9174: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9177: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9178: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9178: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9178: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9178:2: ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9178:3: ( ( () '[' ) )=> ( () otherlv_1= '[' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9180:5: ( () otherlv_1= '[' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9180:6: () otherlv_1= '[' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9180:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9181:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXClosureAccess().getXClosureAction_0_0_0(), current); } } otherlv_1=(Token)match(input,83,FollowSets000.FOLLOW_83_in_ruleXClosure19816); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9190:3: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )? int alt222=2; alt222 = dfa222.predict(input); switch (alt222) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9190:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9205:6: ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9205:7: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9205:7: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? int alt221=2; int LA221_0 = input.LA(1); if ( (LA221_0==RULE_ID||LA221_0==28||LA221_0==32||(LA221_0>=36 && LA221_0<=37)||(LA221_0>=40 && LA221_0<=43)||LA221_0==45||(LA221_0>=47 && LA221_0<=48)||(LA221_0>=50 && LA221_0<=61)||(LA221_0>=64 && LA221_0<=66)||(LA221_0>=68 && LA221_0<=71)) ) { alt221=1; } switch (alt221) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9205:8: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9205:8: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9206:1: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9206:1: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9207:3: lv_declaredFormalParameters_2_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXClosure19889); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9223:2: (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* loop220: do { int alt220=2; int LA220_0 = input.LA(1); if ( (LA220_0==34) ) { alt220=1; } switch (alt220) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9223:4: otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) { otherlv_3=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXClosure19902); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9227:1: ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9228:1: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9228:1: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9229: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_ruleXClosure19923); 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 loop220; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9245:6: ( (lv_explicitSyntax_5_0= '|' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9246:1: (lv_explicitSyntax_5_0= '|' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9246:1: (lv_explicitSyntax_5_0= '|' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9247:3: lv_explicitSyntax_5_0= '|' { lv_explicitSyntax_5_0=(Token)match(input,114,FollowSets000.FOLLOW_114_in_ruleXClosure19945); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9260:5: ( (lv_expression_6_0= ruleXExpressionInClosure ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9261:1: (lv_expression_6_0= ruleXExpressionInClosure ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9261:1: (lv_expression_6_0= ruleXExpressionInClosure ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9262:3: lv_expression_6_0= ruleXExpressionInClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionInClosure_in_ruleXClosure19982); 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,84,FollowSets000.FOLLOW_84_in_ruleXClosure19994); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9290: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9291:2: (iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9292:2: iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionInClosureRule()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionInClosure_in_entryRuleXExpressionInClosure20030); iv_ruleXExpressionInClosure=ruleXExpressionInClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXExpressionInClosure; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXExpressionInClosure20040); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXExpressionInClosure" // $ANTLR start "ruleXExpressionInClosure" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9299: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9302:28: ( ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9303:1: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9303:1: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9303:2: () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9303:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9304:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9309:2: ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* loop224: do { int alt224=2; int LA224_0 = input.LA(1); if ( (LA224_0==RULE_STRING||(LA224_0>=RULE_ID && LA224_0<=RULE_RICH_TEXT_START)||(LA224_0>=RULE_HEX && LA224_0<=RULE_DECIMAL)||LA224_0==28||LA224_0==30||(LA224_0>=32 && LA224_0<=33)||(LA224_0>=36 && LA224_0<=38)||(LA224_0>=40 && LA224_0<=43)||(LA224_0>=47 && LA224_0<=66)||(LA224_0>=68 && LA224_0<=71)||LA224_0==73||(LA224_0>=82 && LA224_0<=83)||LA224_0==103||LA224_0==108||LA224_0==115||(LA224_0>=118 && LA224_0<=128)) ) { alt224=1; } switch (alt224) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9309:3: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9309:3: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9310:1: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9310:1: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9311:3: lv_expressions_1_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXExpressionInClosure20096); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9327:2: (otherlv_2= ';' )? int alt223=2; int LA223_0 = input.LA(1); if ( (LA223_0==29) ) { alt223=1; } switch (alt223) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9327:4: otherlv_2= ';' { otherlv_2=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleXExpressionInClosure20109); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1()); } } break; } } break; default : break loop224; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9339: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9340:2: (iv_ruleXShortClosure= ruleXShortClosure EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9341:2: iv_ruleXShortClosure= ruleXShortClosure EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXShortClosureRule()); } pushFollow(FollowSets000.FOLLOW_ruleXShortClosure_in_entryRuleXShortClosure20149); iv_ruleXShortClosure=ruleXShortClosure(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXShortClosure; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXShortClosure20159); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXShortClosure" // $ANTLR start "ruleXShortClosure" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9348: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9351: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9352: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9352: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9352: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9352:2: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9352:3: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9368:6: ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9368:7: () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9368:7: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9369:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9374:2: ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? int alt226=2; int LA226_0 = input.LA(1); if ( (LA226_0==RULE_ID||LA226_0==28||LA226_0==32||(LA226_0>=36 && LA226_0<=37)||(LA226_0>=40 && LA226_0<=43)||LA226_0==45||(LA226_0>=47 && LA226_0<=48)||(LA226_0>=50 && LA226_0<=61)||(LA226_0>=64 && LA226_0<=66)||(LA226_0>=68 && LA226_0<=71)) ) { alt226=1; } switch (alt226) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9374:3: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9374:3: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9375:1: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9375:1: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9376:3: lv_declaredFormalParameters_1_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXShortClosure20267); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9392:2: (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* loop225: do { int alt225=2; int LA225_0 = input.LA(1); if ( (LA225_0==34) ) { alt225=1; } switch (alt225) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9392:4: otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) { otherlv_2=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXShortClosure20280); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9396:1: ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9397:1: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9397:1: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9398: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_ruleXShortClosure20301); 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 loop225; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9414:6: ( (lv_explicitSyntax_4_0= '|' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9415:1: (lv_explicitSyntax_4_0= '|' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9415:1: (lv_explicitSyntax_4_0= '|' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9416:3: lv_explicitSyntax_4_0= '|' { lv_explicitSyntax_4_0=(Token)match(input,114,FollowSets000.FOLLOW_114_in_ruleXShortClosure20323); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9429:4: ( (lv_expression_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9430:1: (lv_expression_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9430:1: (lv_expression_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9431:3: lv_expression_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXShortClosureAccess().getExpressionXExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXShortClosure20359); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9455: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9456:2: (iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9457:2: iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXParenthesizedExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXParenthesizedExpression_in_entryRuleXParenthesizedExpression20395); iv_ruleXParenthesizedExpression=ruleXParenthesizedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXParenthesizedExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXParenthesizedExpression20405); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXParenthesizedExpression" // $ANTLR start "ruleXParenthesizedExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9464: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9467:28: ( (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9468:1: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9468:1: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9468:3: otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' { otherlv_0=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXParenthesizedExpression20442); 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_ruleXParenthesizedExpression20464); 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,44,FollowSets000.FOLLOW_44_in_ruleXParenthesizedExpression20475); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9493: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9494:2: (iv_ruleXIfExpression= ruleXIfExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9495:2: iv_ruleXIfExpression= ruleXIfExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXIfExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXIfExpression_in_entryRuleXIfExpression20511); iv_ruleXIfExpression=ruleXIfExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXIfExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXIfExpression20521); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXIfExpression" // $ANTLR start "ruleXIfExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9502: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9505: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9506: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9506: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9506: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9506:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9507:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0(), current); } } otherlv_1=(Token)match(input,115,FollowSets000.FOLLOW_115_in_ruleXIfExpression20567); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXIfExpressionAccess().getIfKeyword_1()); } otherlv_2=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXIfExpression20579); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9520:1: ( (lv_if_3_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9521:1: (lv_if_3_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9521:1: (lv_if_3_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9522:3: lv_if_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXIfExpression20600); 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,44,FollowSets000.FOLLOW_44_in_ruleXIfExpression20612); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9542:1: ( (lv_then_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9543:1: (lv_then_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9543:1: (lv_then_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9544:3: lv_then_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXIfExpression20633); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9560:2: ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )? int alt227=2; int LA227_0 = input.LA(1); if ( (LA227_0==116) ) { int LA227_1 = input.LA(2); if ( (synpred50_InternalSuite()) ) { alt227=1; } } switch (alt227) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9560:3: ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9560:3: ( ( 'else' )=>otherlv_6= 'else' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9560:4: ( 'else' )=>otherlv_6= 'else' { otherlv_6=(Token)match(input,116,FollowSets000.FOLLOW_116_in_ruleXIfExpression20654); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0()); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9565:2: ( (lv_else_7_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9566:1: (lv_else_7_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9566:1: (lv_else_7_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9567:3: lv_else_7_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXIfExpressionAccess().getElseXExpressionParserRuleCall_6_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXIfExpression20676); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9591: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9592:2: (iv_ruleXCasePart= ruleXCasePart EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9593:2: iv_ruleXCasePart= ruleXCasePart EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCasePartRule()); } pushFollow(FollowSets000.FOLLOW_ruleXCasePart_in_entryRuleXCasePart20714); iv_ruleXCasePart=ruleXCasePart(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXCasePart; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXCasePart20724); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXCasePart" // $ANTLR start "ruleXCasePart" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9600: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9603: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9604: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9604: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9604: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9604:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9605:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXCasePartAccess().getXCasePartAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9610:2: ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )? int alt228=2; int LA228_0 = input.LA(1); if ( (LA228_0==RULE_ID||(LA228_0>=42 && LA228_0<=43)||LA228_0==45||LA228_0==66||(LA228_0>=68 && LA228_0<=70)) ) { alt228=1; } switch (alt228) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9611:1: (lv_typeGuard_1_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9611:1: (lv_typeGuard_1_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9612:3: lv_typeGuard_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXCasePart20779); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9628:3: (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )? int alt229=2; int LA229_0 = input.LA(1); if ( (LA229_0==117) ) { alt229=1; } switch (alt229) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9628:5: otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) { otherlv_2=(Token)match(input,117,FollowSets000.FOLLOW_117_in_ruleXCasePart20793); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXCasePartAccess().getCaseKeyword_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9632:1: ( (lv_case_3_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9633:1: (lv_case_3_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9633:1: (lv_case_3_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9634:3: lv_case_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXCasePart20814); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9650:4: ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) ) int alt230=2; int LA230_0 = input.LA(1); if ( (LA230_0==67) ) { alt230=1; } else if ( (LA230_0==34) ) { alt230=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 230, 0, input); throw nvae; } switch (alt230) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9650:5: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9650:5: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9650:7: otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) { otherlv_4=(Token)match(input,67,FollowSets000.FOLLOW_67_in_ruleXCasePart20830); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9654:1: ( (lv_then_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9655:1: (lv_then_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9655:1: (lv_then_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9656:3: lv_then_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCasePartAccess().getThenXExpressionParserRuleCall_3_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXCasePart20851); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9673:6: ( (lv_fallThrough_6_0= ',' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9673:6: ( (lv_fallThrough_6_0= ',' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9674:1: (lv_fallThrough_6_0= ',' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9674:1: (lv_fallThrough_6_0= ',' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9675:3: lv_fallThrough_6_0= ',' { lv_fallThrough_6_0=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXCasePart20876); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9696: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9697:2: (iv_ruleXForLoopExpression= ruleXForLoopExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9698:2: iv_ruleXForLoopExpression= ruleXForLoopExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXForLoopExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXForLoopExpression_in_entryRuleXForLoopExpression20926); iv_ruleXForLoopExpression=ruleXForLoopExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXForLoopExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXForLoopExpression20936); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXForLoopExpression" // $ANTLR start "ruleXForLoopExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9705: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9708: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9709: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9709: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9709: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9709:2: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9709:3: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9717:5: ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9717:6: () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9717:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9718:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0(), current); } } otherlv_1=(Token)match(input,118,FollowSets000.FOLLOW_118_in_ruleXForLoopExpression21013); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1()); } otherlv_2=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXForLoopExpression21025); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9731:1: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9732:1: (lv_declaredParam_3_0= ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9732:1: (lv_declaredParam_3_0= ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9733:3: lv_declaredParam_3_0= ruleJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmFormalParameter_in_ruleXForLoopExpression21046); 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,67,FollowSets000.FOLLOW_67_in_ruleXForLoopExpression21058); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9753:3: ( (lv_forExpression_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9754:1: (lv_forExpression_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9754:1: (lv_forExpression_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9755:3: lv_forExpression_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXForLoopExpression21081); 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,44,FollowSets000.FOLLOW_44_in_ruleXForLoopExpression21093); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9775:1: ( (lv_eachExpression_7_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9776:1: (lv_eachExpression_7_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9776:1: (lv_eachExpression_7_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9777:3: lv_eachExpression_7_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXForLoopExpression21114); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9801: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9802:2: (iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9803:2: iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXBasicForLoopExpression_in_entryRuleXBasicForLoopExpression21150); iv_ruleXBasicForLoopExpression=ruleXBasicForLoopExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXBasicForLoopExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXBasicForLoopExpression21160); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXBasicForLoopExpression" // $ANTLR start "ruleXBasicForLoopExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9810: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9813: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9814: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9814: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9814: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9814:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9815:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0(), current); } } otherlv_1=(Token)match(input,118,FollowSets000.FOLLOW_118_in_ruleXBasicForLoopExpression21206); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1()); } otherlv_2=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXBasicForLoopExpression21218); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9828:1: ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )? int alt232=2; int LA232_0 = input.LA(1); if ( (LA232_0==RULE_STRING||(LA232_0>=RULE_ID && LA232_0<=RULE_RICH_TEXT_START)||(LA232_0>=RULE_HEX && LA232_0<=RULE_DECIMAL)||LA232_0==28||LA232_0==30||(LA232_0>=32 && LA232_0<=33)||(LA232_0>=36 && LA232_0<=38)||(LA232_0>=40 && LA232_0<=43)||(LA232_0>=47 && LA232_0<=66)||(LA232_0>=68 && LA232_0<=71)||LA232_0==73||(LA232_0>=82 && LA232_0<=83)||LA232_0==103||LA232_0==108||LA232_0==115||(LA232_0>=118 && LA232_0<=128)) ) { alt232=1; } switch (alt232) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9828:2: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9828:2: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9829:1: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9829:1: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9830:3: lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBasicForLoopExpression21240); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9846:2: (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* loop231: do { int alt231=2; int LA231_0 = input.LA(1); if ( (LA231_0==34) ) { alt231=1; } switch (alt231) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9846:4: otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) { otherlv_4=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXBasicForLoopExpression21253); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9850:1: ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9851:1: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9851:1: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9852:3: lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBasicForLoopExpression21274); 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 loop231; } } while (true); } break; } otherlv_6=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleXBasicForLoopExpression21290); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9872:1: ( (lv_expression_7_0= ruleXExpression ) )? int alt233=2; int LA233_0 = input.LA(1); if ( (LA233_0==RULE_STRING||(LA233_0>=RULE_ID && LA233_0<=RULE_RICH_TEXT_START)||(LA233_0>=RULE_HEX && LA233_0<=RULE_DECIMAL)||LA233_0==28||LA233_0==30||(LA233_0>=32 && LA233_0<=33)||(LA233_0>=36 && LA233_0<=38)||(LA233_0>=40 && LA233_0<=43)||(LA233_0>=47 && LA233_0<=61)||(LA233_0>=64 && LA233_0<=66)||(LA233_0>=68 && LA233_0<=71)||LA233_0==73||(LA233_0>=82 && LA233_0<=83)||LA233_0==103||LA233_0==108||LA233_0==115||(LA233_0>=118 && LA233_0<=128)) ) { alt233=1; } switch (alt233) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9873:1: (lv_expression_7_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9873:1: (lv_expression_7_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9874:3: lv_expression_7_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression21311); 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,29,FollowSets000.FOLLOW_29_in_ruleXBasicForLoopExpression21324); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_8, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9894:1: ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )? int alt235=2; int LA235_0 = input.LA(1); if ( (LA235_0==RULE_STRING||(LA235_0>=RULE_ID && LA235_0<=RULE_RICH_TEXT_START)||(LA235_0>=RULE_HEX && LA235_0<=RULE_DECIMAL)||LA235_0==28||LA235_0==30||(LA235_0>=32 && LA235_0<=33)||(LA235_0>=36 && LA235_0<=38)||(LA235_0>=40 && LA235_0<=43)||(LA235_0>=47 && LA235_0<=61)||(LA235_0>=64 && LA235_0<=66)||(LA235_0>=68 && LA235_0<=71)||LA235_0==73||(LA235_0>=82 && LA235_0<=83)||LA235_0==103||LA235_0==108||LA235_0==115||(LA235_0>=118 && LA235_0<=128)) ) { alt235=1; } switch (alt235) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9894:2: ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9894:2: ( (lv_updateExpressions_9_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9895:1: (lv_updateExpressions_9_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9895:1: (lv_updateExpressions_9_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9896:3: lv_updateExpressions_9_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression21346); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9912:2: (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* loop234: do { int alt234=2; int LA234_0 = input.LA(1); if ( (LA234_0==34) ) { alt234=1; } switch (alt234) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9912:4: otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) { otherlv_10=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXBasicForLoopExpression21359); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9916:1: ( (lv_updateExpressions_11_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9917:1: (lv_updateExpressions_11_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9917:1: (lv_updateExpressions_11_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9918:3: lv_updateExpressions_11_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression21380); 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 loop234; } } while (true); } break; } otherlv_12=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleXBasicForLoopExpression21396); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_12, grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9938:1: ( (lv_eachExpression_13_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9939:1: (lv_eachExpression_13_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9939:1: (lv_eachExpression_13_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9940:3: lv_eachExpression_13_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_9_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression21417); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9964: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9965:2: (iv_ruleXWhileExpression= ruleXWhileExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9966:2: iv_ruleXWhileExpression= ruleXWhileExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXWhileExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXWhileExpression_in_entryRuleXWhileExpression21453); iv_ruleXWhileExpression=ruleXWhileExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXWhileExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXWhileExpression21463); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXWhileExpression" // $ANTLR start "ruleXWhileExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9973: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9976:28: ( ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9977:1: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9977:1: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9977:2: () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9977:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9978:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0(), current); } } otherlv_1=(Token)match(input,119,FollowSets000.FOLLOW_119_in_ruleXWhileExpression21509); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1()); } otherlv_2=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXWhileExpression21521); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9991:1: ( (lv_predicate_3_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9992:1: (lv_predicate_3_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9992:1: (lv_predicate_3_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9993:3: lv_predicate_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXWhileExpression21542); 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,44,FollowSets000.FOLLOW_44_in_ruleXWhileExpression21554); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10013:1: ( (lv_body_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10014:1: (lv_body_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10014:1: (lv_body_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10015:3: lv_body_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXWhileExpressionAccess().getBodyXExpressionParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXWhileExpression21575); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10039: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10040:2: (iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10041:2: iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXDoWhileExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXDoWhileExpression_in_entryRuleXDoWhileExpression21611); iv_ruleXDoWhileExpression=ruleXDoWhileExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXDoWhileExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXDoWhileExpression21621); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXDoWhileExpression" // $ANTLR start "ruleXDoWhileExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10048: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10051:28: ( ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10052:1: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10052:1: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10052:2: () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10052:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10053:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0(), current); } } otherlv_1=(Token)match(input,120,FollowSets000.FOLLOW_120_in_ruleXDoWhileExpression21667); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10062:1: ( (lv_body_2_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10063:1: (lv_body_2_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10063:1: (lv_body_2_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10064:3: lv_body_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXDoWhileExpression21688); 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,119,FollowSets000.FOLLOW_119_in_ruleXDoWhileExpression21700); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3()); } otherlv_4=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXDoWhileExpression21712); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10088:1: ( (lv_predicate_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10089:1: (lv_predicate_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10089:1: (lv_predicate_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10090:3: lv_predicate_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXDoWhileExpression21733); 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,44,FollowSets000.FOLLOW_44_in_ruleXDoWhileExpression21745); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10118: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10119:2: (iv_ruleXBlockExpression= ruleXBlockExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10120:2: iv_ruleXBlockExpression= ruleXBlockExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBlockExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXBlockExpression_in_entryRuleXBlockExpression21781); iv_ruleXBlockExpression=ruleXBlockExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXBlockExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXBlockExpression21791); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXBlockExpression" // $ANTLR start "ruleXBlockExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10127: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10130:28: ( ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10131:1: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10131:1: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10131:2: () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10131:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10132:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0(), current); } } otherlv_1=(Token)match(input,38,FollowSets000.FOLLOW_38_in_ruleXBlockExpression21837); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10141:1: ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* loop237: do { int alt237=2; int LA237_0 = input.LA(1); if ( (LA237_0==RULE_STRING||(LA237_0>=RULE_ID && LA237_0<=RULE_RICH_TEXT_START)||(LA237_0>=RULE_HEX && LA237_0<=RULE_DECIMAL)||LA237_0==28||LA237_0==30||(LA237_0>=32 && LA237_0<=33)||(LA237_0>=36 && LA237_0<=38)||(LA237_0>=40 && LA237_0<=43)||(LA237_0>=47 && LA237_0<=66)||(LA237_0>=68 && LA237_0<=71)||LA237_0==73||(LA237_0>=82 && LA237_0<=83)||LA237_0==103||LA237_0==108||LA237_0==115||(LA237_0>=118 && LA237_0<=128)) ) { alt237=1; } switch (alt237) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10141:2: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10141:2: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10142:1: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10142:1: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10143:3: lv_expressions_2_0= ruleXExpressionOrVarDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBlockExpression21859); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10159:2: (otherlv_3= ';' )? int alt236=2; int LA236_0 = input.LA(1); if ( (LA236_0==29) ) { alt236=1; } switch (alt236) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10159:4: otherlv_3= ';' { otherlv_3=(Token)match(input,29,FollowSets000.FOLLOW_29_in_ruleXBlockExpression21872); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1()); } } break; } } break; default : break loop237; } } while (true); otherlv_4=(Token)match(input,39,FollowSets000.FOLLOW_39_in_ruleXBlockExpression21888); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10175: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10176:2: (iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10177:2: iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrVarDeclarationRule()); } pushFollow(FollowSets000.FOLLOW_ruleXExpressionOrVarDeclaration_in_entryRuleXExpressionOrVarDeclaration21924); iv_ruleXExpressionOrVarDeclaration=ruleXExpressionOrVarDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXExpressionOrVarDeclaration; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXExpressionOrVarDeclaration21934); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXExpressionOrVarDeclaration" // $ANTLR start "ruleXExpressionOrVarDeclaration" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10184: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10187:28: ( ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) | this_XExpression_1= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188:1: ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) | this_XExpression_1= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188:1: ( ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) | this_XExpression_1= ruleXExpression ) int alt238=2; int LA238_0 = input.LA(1); if ( (LA238_0==63) && (synpred52_InternalSuite())) { alt238=1; } else if ( (LA238_0==62) && (synpred52_InternalSuite())) { alt238=1; } else if ( (LA238_0==47) ) { switch ( input.LA(2) ) { case EOF: case RULE_STRING: case RULE_ID: 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 28: case 29: case 30: case 31: case 32: case 33: case 34: case 35: case 36: case 37: case 38: case 39: case 40: case 41: case 42: case 43: case 45: case 46: case 47: case 48: case 49: case 50: case 51: case 52: case 53: case 54: case 55: case 56: case 57: case 58: case 59: case 60: case 61: case 64: case 65: case 66: case 68: case 69: case 70: case 71: case 73: case 82: case 83: case 84: case 85: case 86: case 87: case 88: case 89: case 90: case 91: case 92: case 93: case 94: case 95: case 96: 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 115: case 118: case 119: case 120: case 121: case 122: case 123: case 124: case 125: case 126: case 127: case 128: { alt238=2; } break; case 63: { int LA238_5 = input.LA(3); if ( (synpred52_InternalSuite()) ) { alt238=1; } else if ( (true) ) { alt238=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 238, 5, input); throw nvae; } } break; case 62: { int LA238_6 = input.LA(3); if ( (synpred52_InternalSuite()) ) { alt238=1; } else if ( (true) ) { alt238=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 238, 6, input); throw nvae; } } break; default: if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 238, 3, input); throw nvae; } } else if ( (LA238_0==RULE_STRING||(LA238_0>=RULE_ID && LA238_0<=RULE_RICH_TEXT_START)||(LA238_0>=RULE_HEX && LA238_0<=RULE_DECIMAL)||LA238_0==28||LA238_0==30||(LA238_0>=32 && LA238_0<=33)||(LA238_0>=36 && LA238_0<=38)||(LA238_0>=40 && LA238_0<=43)||(LA238_0>=48 && LA238_0<=61)||(LA238_0>=64 && LA238_0<=66)||(LA238_0>=68 && LA238_0<=71)||LA238_0==73||(LA238_0>=82 && LA238_0<=83)||LA238_0==103||LA238_0==108||LA238_0==115||(LA238_0>=118 && LA238_0<=128)) ) { alt238=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 238, 0, input); throw nvae; } switch (alt238) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188:2: ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188:2: ( ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) )=>this_XVariableDeclaration_0= ruleXVariableDeclaration ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188: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_ruleXExpressionOrVarDeclaration22083); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10229:5: this_XExpression_1= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXExpressionOrVarDeclarationAccess().getXExpressionParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXExpressionOrVarDeclaration22111); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10245: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10246:2: (iv_ruleXFeatureCall= ruleXFeatureCall EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10247:2: iv_ruleXFeatureCall= ruleXFeatureCall EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallRule()); } pushFollow(FollowSets000.FOLLOW_ruleXFeatureCall_in_entryRuleXFeatureCall22146); iv_ruleXFeatureCall=ruleXFeatureCall(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXFeatureCall; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXFeatureCall22156); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXFeatureCall" // $ANTLR start "ruleXFeatureCall" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10254: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10257: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10258: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10258: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10258: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10258:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10259:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10264:2: (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )? int alt240=2; int LA240_0 = input.LA(1); if ( (LA240_0==33) ) { alt240=1; } switch (alt240) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10264:4: otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' { otherlv_1=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleXFeatureCall22203); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10268:1: ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10269:1: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10269:1: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10270:3: lv_typeArguments_2_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXFeatureCall22224); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10286:2: (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* loop239: do { int alt239=2; int LA239_0 = input.LA(1); if ( (LA239_0==34) ) { alt239=1; } switch (alt239) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10286:4: otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) { otherlv_3=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXFeatureCall22237); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10290:1: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10291:1: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10291:1: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10292:3: lv_typeArguments_4_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleXFeatureCall22258); 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 loop239; } } while (true); otherlv_5=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleXFeatureCall22272); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10312:3: ( ( ruleIdOrSuper ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10313:1: ( ruleIdOrSuper ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10313:1: ( ruleIdOrSuper ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10314: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_ruleXFeatureCall22297); ruleIdOrSuper(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10327: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 alt243=2; alt243 = dfa243.predict(input); switch (alt243) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10327: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10327:3: ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10327:4: ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10334:1: (lv_explicitOperationCall_7_0= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10335:3: lv_explicitOperationCall_7_0= '(' { lv_explicitOperationCall_7_0=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXFeatureCall22331); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10348:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )? int alt242=3; alt242 = dfa242.predict(input); switch (alt242) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10348:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10348:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10348:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10365:1: (lv_featureCallArguments_8_0= ruleXShortClosure ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10366:3: lv_featureCallArguments_8_0= ruleXShortClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXShortClosure_in_ruleXFeatureCall22416); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10383:6: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10383:6: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10383:7: ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10383:7: ( (lv_featureCallArguments_9_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10384:1: (lv_featureCallArguments_9_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10384:1: (lv_featureCallArguments_9_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10385:3: lv_featureCallArguments_9_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXFeatureCall22444); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10401:2: (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* loop241: do { int alt241=2; int LA241_0 = input.LA(1); if ( (LA241_0==34) ) { alt241=1; } switch (alt241) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10401:4: otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) { otherlv_10=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXFeatureCall22457); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_10, grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10405:1: ( (lv_featureCallArguments_11_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10406:1: (lv_featureCallArguments_11_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10406:1: (lv_featureCallArguments_11_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10407: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_ruleXFeatureCall22478); 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 loop241; } } while (true); } } break; } otherlv_12=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleXFeatureCall22495); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_12, grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2()); } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10427:3: ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )? int alt244=2; alt244 = dfa244.predict(input); switch (alt244) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10427:4: ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10430:1: (lv_featureCallArguments_13_0= ruleXClosure ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10431:3: lv_featureCallArguments_13_0= ruleXClosure { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXClosureParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXClosure_in_ruleXFeatureCall22530); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10455: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10456:2: (iv_ruleIdOrSuper= ruleIdOrSuper EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10457:2: iv_ruleIdOrSuper= ruleIdOrSuper EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getIdOrSuperRule()); } pushFollow(FollowSets000.FOLLOW_ruleIdOrSuper_in_entryRuleIdOrSuper22568); 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_entryRuleIdOrSuper22579); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleIdOrSuper" // $ANTLR start "ruleIdOrSuper" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10464: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10467:28: ( (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10468:1: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10468:1: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) int alt245=2; int LA245_0 = input.LA(1); if ( (LA245_0==RULE_ID||LA245_0==28||LA245_0==32||(LA245_0>=36 && LA245_0<=37)||(LA245_0>=40 && LA245_0<=42)||(LA245_0>=47 && LA245_0<=48)||(LA245_0>=50 && LA245_0<=61)||(LA245_0>=64 && LA245_0<=66)||(LA245_0>=68 && LA245_0<=71)) ) { alt245=1; } else if ( (LA245_0==121) ) { alt245=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 245, 0, input); throw nvae; } switch (alt245) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10469:5: this_FeatureCallID_0= ruleFeatureCallID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getIdOrSuperAccess().getFeatureCallIDParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleFeatureCallID_in_ruleIdOrSuper22626); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10481:2: kw= 'super' { kw=(Token)match(input,121,FollowSets000.FOLLOW_121_in_ruleIdOrSuper22650); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10494: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10495:2: (iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10496:2: iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXBooleanLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXBooleanLiteral_in_entryRuleXBooleanLiteral22690); iv_ruleXBooleanLiteral=ruleXBooleanLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXBooleanLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXBooleanLiteral22700); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXBooleanLiteral" // $ANTLR start "ruleXBooleanLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10503: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10506:28: ( ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10507:1: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10507:1: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10507:2: () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10507:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10508:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10513:2: (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) int alt246=2; int LA246_0 = input.LA(1); if ( (LA246_0==122) ) { alt246=1; } else if ( (LA246_0==123) ) { alt246=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 246, 0, input); throw nvae; } switch (alt246) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10513:4: otherlv_1= 'false' { otherlv_1=(Token)match(input,122,FollowSets000.FOLLOW_122_in_ruleXBooleanLiteral22747); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0()); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10518:6: ( (lv_isTrue_2_0= 'true' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10518:6: ( (lv_isTrue_2_0= 'true' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10519:1: (lv_isTrue_2_0= 'true' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10519:1: (lv_isTrue_2_0= 'true' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10520:3: lv_isTrue_2_0= 'true' { lv_isTrue_2_0=(Token)match(input,123,FollowSets000.FOLLOW_123_in_ruleXBooleanLiteral22771); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10541: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10542:2: (iv_ruleXNullLiteral= ruleXNullLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10543:2: iv_ruleXNullLiteral= ruleXNullLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXNullLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXNullLiteral_in_entryRuleXNullLiteral22821); iv_ruleXNullLiteral=ruleXNullLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXNullLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXNullLiteral22831); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXNullLiteral" // $ANTLR start "ruleXNullLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10550: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10553:28: ( ( () otherlv_1= 'null' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10554:1: ( () otherlv_1= 'null' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10554:1: ( () otherlv_1= 'null' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10554:2: () otherlv_1= 'null' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10554:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10555:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0(), current); } } otherlv_1=(Token)match(input,124,FollowSets000.FOLLOW_124_in_ruleXNullLiteral22877); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10572: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10573:2: (iv_ruleXNumberLiteral= ruleXNumberLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10574:2: iv_ruleXNumberLiteral= ruleXNumberLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXNumberLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXNumberLiteral_in_entryRuleXNumberLiteral22913); iv_ruleXNumberLiteral=ruleXNumberLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXNumberLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXNumberLiteral22923); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXNumberLiteral" // $ANTLR start "ruleXNumberLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10581: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10584:28: ( ( () ( (lv_value_1_0= ruleNumber ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10585:1: ( () ( (lv_value_1_0= ruleNumber ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10585:1: ( () ( (lv_value_1_0= ruleNumber ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10585:2: () ( (lv_value_1_0= ruleNumber ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10585:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10586:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0(), current); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10591:2: ( (lv_value_1_0= ruleNumber ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10592:1: (lv_value_1_0= ruleNumber ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10592:1: (lv_value_1_0= ruleNumber ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10593:3: lv_value_1_0= ruleNumber { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXNumberLiteralAccess().getValueNumberParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleNumber_in_ruleXNumberLiteral22978); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10617: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10618:2: (iv_ruleXTypeLiteral= ruleXTypeLiteral EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10619:2: iv_ruleXTypeLiteral= ruleXTypeLiteral EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTypeLiteralRule()); } pushFollow(FollowSets000.FOLLOW_ruleXTypeLiteral_in_entryRuleXTypeLiteral23014); iv_ruleXTypeLiteral=ruleXTypeLiteral(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXTypeLiteral; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXTypeLiteral23024); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXTypeLiteral" // $ANTLR start "ruleXTypeLiteral" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10626: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10629:28: ( ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10630:1: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10630:1: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10630:2: () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10630:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10631:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0(), current); } } otherlv_1=(Token)match(input,125,FollowSets000.FOLLOW_125_in_ruleXTypeLiteral23070); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1()); } otherlv_2=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXTypeLiteral23082); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10644:1: ( ( ruleQualifiedName ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10645:1: ( ruleQualifiedName ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10645:1: ( ruleQualifiedName ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10646: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_ruleXTypeLiteral23105); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10659:2: ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* loop247: do { int alt247=2; int LA247_0 = input.LA(1); if ( (LA247_0==83) ) { alt247=1; } switch (alt247) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10660:1: (lv_arrayDimensions_4_0= ruleArrayBrackets ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10660:1: (lv_arrayDimensions_4_0= ruleArrayBrackets ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10661:3: lv_arrayDimensions_4_0= ruleArrayBrackets { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleArrayBrackets_in_ruleXTypeLiteral23126); 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 loop247; } } while (true); otherlv_5=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleXTypeLiteral23139); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10689: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10690:2: (iv_ruleXThrowExpression= ruleXThrowExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10691:2: iv_ruleXThrowExpression= ruleXThrowExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXThrowExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXThrowExpression_in_entryRuleXThrowExpression23175); iv_ruleXThrowExpression=ruleXThrowExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXThrowExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXThrowExpression23185); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXThrowExpression" // $ANTLR start "ruleXThrowExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10698: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10701:28: ( ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10702:1: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10702:1: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10702:2: () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10702:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10703:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0(), current); } } otherlv_1=(Token)match(input,126,FollowSets000.FOLLOW_126_in_ruleXThrowExpression23231); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10712:1: ( (lv_expression_2_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10713:1: (lv_expression_2_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10713:1: (lv_expression_2_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10714:3: lv_expression_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXThrowExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXThrowExpression23252); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10738: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10739:2: (iv_ruleXReturnExpression= ruleXReturnExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10740:2: iv_ruleXReturnExpression= ruleXReturnExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXReturnExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXReturnExpression_in_entryRuleXReturnExpression23288); iv_ruleXReturnExpression=ruleXReturnExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXReturnExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXReturnExpression23298); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXReturnExpression" // $ANTLR start "ruleXReturnExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10747: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' | '(' | 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10750: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' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10751: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' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10751: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' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10751: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' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10751:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10752:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0(), current); } } otherlv_1=(Token)match(input,127,FollowSets000.FOLLOW_127_in_ruleXReturnExpression23344); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10761: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' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) )? int alt248=2; alt248 = dfa248.predict(input); switch (alt248) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10761: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' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START )=> (lv_expression_2_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10812:1: (lv_expression_2_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10813:3: lv_expression_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXReturnExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXReturnExpression23750); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10837: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10838:2: (iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10839:2: iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXTryCatchFinallyExpression_in_entryRuleXTryCatchFinallyExpression23787); iv_ruleXTryCatchFinallyExpression=ruleXTryCatchFinallyExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXTryCatchFinallyExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXTryCatchFinallyExpression23797); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXTryCatchFinallyExpression" // $ANTLR start "ruleXTryCatchFinallyExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10846: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10849: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10850: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10850: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10850: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10850:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10851:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0(), current); } } otherlv_1=(Token)match(input,128,FollowSets000.FOLLOW_128_in_ruleXTryCatchFinallyExpression23843); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10860:1: ( (lv_expression_2_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10861:1: (lv_expression_2_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10861:1: (lv_expression_2_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10862:3: lv_expression_2_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression23864); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10878: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 alt251=2; int LA251_0 = input.LA(1); if ( (LA251_0==130) ) { alt251=1; } else if ( (LA251_0==129) ) { alt251=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 251, 0, input); throw nvae; } switch (alt251) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10878:3: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10878:3: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10878:4: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10878:4: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ int cnt249=0; loop249: do { int alt249=2; int LA249_0 = input.LA(1); if ( (LA249_0==130) ) { int LA249_2 = input.LA(2); if ( (synpred57_InternalSuite()) ) { alt249=1; } } switch (alt249) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10878:5: ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10880:1: (lv_catchClauses_3_0= ruleXCatchClause ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10881:3: lv_catchClauses_3_0= ruleXCatchClause { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleXCatchClause_in_ruleXTryCatchFinallyExpression23894); 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 ( cnt249 >= 1 ) break loop249; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(249, input); throw eee; } cnt249++; } while (true); // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10897:3: ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? int alt250=2; int LA250_0 = input.LA(1); if ( (LA250_0==129) ) { int LA250_1 = input.LA(2); if ( (synpred58_InternalSuite()) ) { alt250=1; } } switch (alt250) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10897:4: ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10897:4: ( ( 'finally' )=>otherlv_4= 'finally' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10897:5: ( 'finally' )=>otherlv_4= 'finally' { otherlv_4=(Token)match(input,129,FollowSets000.FOLLOW_129_in_ruleXTryCatchFinallyExpression23916); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0()); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10902:2: ( (lv_finallyExpression_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10903:1: (lv_finallyExpression_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10903:1: (lv_finallyExpression_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10904:3: lv_finallyExpression_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_0_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression23938); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10921:6: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10921:6: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10921:8: otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) { otherlv_6=(Token)match(input,129,FollowSets000.FOLLOW_129_in_ruleXTryCatchFinallyExpression23960); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_6, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10925:1: ( (lv_finallyExpression_7_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10926:1: (lv_finallyExpression_7_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10926:1: (lv_finallyExpression_7_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10927:3: lv_finallyExpression_7_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression23981); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10951: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10952:2: (iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10953:2: iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSynchronizedExpressionRule()); } pushFollow(FollowSets000.FOLLOW_ruleXSynchronizedExpression_in_entryRuleXSynchronizedExpression24019); iv_ruleXSynchronizedExpression=ruleXSynchronizedExpression(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXSynchronizedExpression; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXSynchronizedExpression24029); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXSynchronizedExpression" // $ANTLR start "ruleXSynchronizedExpression" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10960: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10963:28: ( ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10964:1: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10964:1: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10964:2: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10964:2: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10964:3: ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10967:5: ( () otherlv_1= 'synchronized' otherlv_2= '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10967:6: () otherlv_1= 'synchronized' otherlv_2= '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10967:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10968:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0(), current); } } otherlv_1=(Token)match(input,60,FollowSets000.FOLLOW_60_in_ruleXSynchronizedExpression24093); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1()); } otherlv_2=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXSynchronizedExpression24105); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10981:3: ( (lv_param_3_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10982:1: (lv_param_3_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10982:1: (lv_param_3_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10983:3: lv_param_3_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSynchronizedExpression24128); 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,44,FollowSets000.FOLLOW_44_in_ruleXSynchronizedExpression24140); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11003:1: ( (lv_expression_5_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11004:1: (lv_expression_5_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11004:1: (lv_expression_5_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11005:3: lv_expression_5_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXSynchronizedExpressionAccess().getExpressionXExpressionParserRuleCall_3_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXSynchronizedExpression24161); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11029: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11030:2: (iv_ruleXCatchClause= ruleXCatchClause EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11031:2: iv_ruleXCatchClause= ruleXCatchClause EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCatchClauseRule()); } pushFollow(FollowSets000.FOLLOW_ruleXCatchClause_in_entryRuleXCatchClause24197); iv_ruleXCatchClause=ruleXCatchClause(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXCatchClause; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXCatchClause24207); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXCatchClause" // $ANTLR start "ruleXCatchClause" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11038: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11041:28: ( ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11042:1: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11042:1: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11042:2: ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11042:2: ( ( 'catch' )=>otherlv_0= 'catch' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11042:3: ( 'catch' )=>otherlv_0= 'catch' { otherlv_0=(Token)match(input,130,FollowSets000.FOLLOW_130_in_ruleXCatchClause24252); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getXCatchClauseAccess().getCatchKeyword_0()); } } otherlv_1=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXCatchClause24265); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11051:1: ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11052:1: (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11052:1: (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11053:3: lv_declaredParam_2_0= ruleFullJvmFormalParameter { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleFullJvmFormalParameter_in_ruleXCatchClause24286); 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,44,FollowSets000.FOLLOW_44_in_ruleXCatchClause24298); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11073:1: ( (lv_expression_4_0= ruleXExpression ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11074:1: (lv_expression_4_0= ruleXExpression ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11074:1: (lv_expression_4_0= ruleXExpression ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11075:3: lv_expression_4_0= ruleXExpression { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXCatchClauseAccess().getExpressionXExpressionParserRuleCall_4_0()); } pushFollow(FollowSets000.FOLLOW_ruleXExpression_in_ruleXCatchClause24319); 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 "entryRuleNumber" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11099: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11103:2: (iv_ruleNumber= ruleNumber EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11104:2: iv_ruleNumber= ruleNumber EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getNumberRule()); } pushFollow(FollowSets000.FOLLOW_ruleNumber_in_entryRuleNumber24362); 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_entryRuleNumber24373); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11114: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11118: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11119: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11119: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 alt255=2; int LA255_0 = input.LA(1); if ( (LA255_0==RULE_HEX) ) { alt255=1; } else if ( ((LA255_0>=RULE_INT && LA255_0<=RULE_DECIMAL)) ) { alt255=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 255, 0, input); throw nvae; } switch (alt255) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11119:6: this_HEX_0= RULE_HEX { this_HEX_0=(Token)match(input,RULE_HEX,FollowSets000.FOLLOW_RULE_HEX_in_ruleNumber24417); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11127:6: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11127:6: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11127:7: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11127:7: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) int alt252=2; int LA252_0 = input.LA(1); if ( (LA252_0==RULE_INT) ) { alt252=1; } else if ( (LA252_0==RULE_DECIMAL) ) { alt252=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 252, 0, input); throw nvae; } switch (alt252) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11127:12: this_INT_1= RULE_INT { this_INT_1=(Token)match(input,RULE_INT,FollowSets000.FOLLOW_RULE_INT_in_ruleNumber24445); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11135:10: this_DECIMAL_2= RULE_DECIMAL { this_DECIMAL_2=(Token)match(input,RULE_DECIMAL,FollowSets000.FOLLOW_RULE_DECIMAL_in_ruleNumber24471); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11142:2: (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? int alt254=2; int LA254_0 = input.LA(1); if ( (LA254_0==31) ) { int LA254_1 = input.LA(2); if ( ((LA254_1>=RULE_INT && LA254_1<=RULE_DECIMAL)) ) { alt254=1; } } switch (alt254) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11143:2: kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) { kw=(Token)match(input,31,FollowSets000.FOLLOW_31_in_ruleNumber24491); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11148:1: (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) int alt253=2; int LA253_0 = input.LA(1); if ( (LA253_0==RULE_INT) ) { alt253=1; } else if ( (LA253_0==RULE_DECIMAL) ) { alt253=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 253, 0, input); throw nvae; } switch (alt253) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11148:6: this_INT_4= RULE_INT { this_INT_4=(Token)match(input,RULE_INT,FollowSets000.FOLLOW_RULE_INT_in_ruleNumber24507); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11156:10: this_DECIMAL_5= RULE_DECIMAL { this_DECIMAL_5=(Token)match(input,RULE_DECIMAL,FollowSets000.FOLLOW_RULE_DECIMAL_in_ruleNumber24533); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11174: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11175:2: (iv_ruleJvmTypeReference= ruleJvmTypeReference EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11176:2: iv_ruleJvmTypeReference= ruleJvmTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_entryRuleJvmTypeReference24586); iv_ruleJvmTypeReference=ruleJvmTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmTypeReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmTypeReference24596); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmTypeReference" // $ANTLR start "ruleJvmTypeReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11183: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11186:28: ( ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11187:1: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11187:1: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) int alt257=2; int LA257_0 = input.LA(1); if ( (LA257_0==RULE_ID||LA257_0==42||LA257_0==66||(LA257_0>=68 && LA257_0<=70)) ) { alt257=1; } else if ( (LA257_0==43||LA257_0==45) ) { 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11187:2: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11187:2: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11188:5: this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_ruleJvmTypeReference24644); this_JvmParameterizedTypeReference_0=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current = this_JvmParameterizedTypeReference_0; afterParserOrEnumRuleCall(); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11196:1: ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* loop256: do { int alt256=2; int LA256_0 = input.LA(1); if ( (LA256_0==83) ) { int LA256_2 = input.LA(2); if ( (LA256_2==84) ) { int LA256_3 = input.LA(3); if ( (synpred61_InternalSuite()) ) { alt256=1; } } } switch (alt256) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11196:2: ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11197:24: ( () ruleArrayBrackets ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11197:25: () ruleArrayBrackets { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11197:25: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11198: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_ruleJvmTypeReference24680); ruleArrayBrackets(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } break; default : break loop256; } } while (true); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11213:5: this_XFunctionTypeRef_3= ruleXFunctionTypeRef { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getXFunctionTypeRefParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleXFunctionTypeRef_in_ruleJvmTypeReference24711); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11229: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11230:2: (iv_ruleArrayBrackets= ruleArrayBrackets EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11231:2: iv_ruleArrayBrackets= ruleArrayBrackets EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getArrayBracketsRule()); } pushFollow(FollowSets000.FOLLOW_ruleArrayBrackets_in_entryRuleArrayBrackets24747); 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_entryRuleArrayBrackets24758); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleArrayBrackets" // $ANTLR start "ruleArrayBrackets" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11238: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11241:28: ( (kw= '[' kw= ']' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11242:1: (kw= '[' kw= ']' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11242:1: (kw= '[' kw= ']' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11243:2: kw= '[' kw= ']' { kw=(Token)match(input,83,FollowSets000.FOLLOW_83_in_ruleArrayBrackets24796); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0()); } kw=(Token)match(input,84,FollowSets000.FOLLOW_84_in_ruleArrayBrackets24809); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11262: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11263:2: (iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11264:2: iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionTypeRefRule()); } pushFollow(FollowSets000.FOLLOW_ruleXFunctionTypeRef_in_entryRuleXFunctionTypeRef24849); iv_ruleXFunctionTypeRef=ruleXFunctionTypeRef(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXFunctionTypeRef; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleXFunctionTypeRef24859); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXFunctionTypeRef" // $ANTLR start "ruleXFunctionTypeRef" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11271: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11274: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11275: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11275: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11275: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11275:2: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? int alt260=2; int LA260_0 = input.LA(1); if ( (LA260_0==43) ) { alt260=1; } switch (alt260) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11275:4: otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' { otherlv_0=(Token)match(input,43,FollowSets000.FOLLOW_43_in_ruleXFunctionTypeRef24897); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11279:1: ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? int alt259=2; int LA259_0 = input.LA(1); if ( (LA259_0==RULE_ID||(LA259_0>=42 && LA259_0<=43)||LA259_0==45||LA259_0==66||(LA259_0>=68 && LA259_0<=70)) ) { alt259=1; } switch (alt259) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11279:2: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11279:2: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11280:1: (lv_paramTypes_1_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11280:1: (lv_paramTypes_1_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11281:3: lv_paramTypes_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef24919); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11297:2: (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* loop258: do { int alt258=2; int LA258_0 = input.LA(1); if ( (LA258_0==34) ) { alt258=1; } switch (alt258) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11297:4: otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) { otherlv_2=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleXFunctionTypeRef24932); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_2, grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11301:1: ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11302:1: (lv_paramTypes_3_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11302:1: (lv_paramTypes_3_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11303:3: lv_paramTypes_3_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef24953); 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 loop258; } } while (true); } break; } otherlv_4=(Token)match(input,44,FollowSets000.FOLLOW_44_in_ruleXFunctionTypeRef24969); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_4, grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2()); } } break; } otherlv_5=(Token)match(input,45,FollowSets000.FOLLOW_45_in_ruleXFunctionTypeRef24983); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11327:1: ( (lv_returnType_6_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11328:1: (lv_returnType_6_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11328:1: (lv_returnType_6_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11329:3: lv_returnType_6_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef25004); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11353: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11354:2: (iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11355:2: iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmParameterizedTypeReference_in_entryRuleJvmParameterizedTypeReference25040); iv_ruleJvmParameterizedTypeReference=ruleJvmParameterizedTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmParameterizedTypeReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmParameterizedTypeReference25050); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmParameterizedTypeReference" // $ANTLR start "ruleJvmParameterizedTypeReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11362: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11365: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11366: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11366: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11366: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11366:2: ( ( ruleQualifiedName ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11367:1: ( ruleQualifiedName ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11367:1: ( ruleQualifiedName ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11368: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_ruleJvmParameterizedTypeReference25098); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11381: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 alt265=2; alt265 = dfa265.predict(input); switch (alt265) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11381: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11381:3: ( ( '<' )=>otherlv_1= '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11381:4: ( '<' )=>otherlv_1= '<' { otherlv_1=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleJvmParameterizedTypeReference25119); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0()); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11386:2: ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11387:1: (lv_arguments_2_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11387:1: (lv_arguments_2_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11388:3: lv_arguments_2_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference25141); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11404:2: (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )* loop261: do { int alt261=2; int LA261_0 = input.LA(1); if ( (LA261_0==34) ) { alt261=1; } switch (alt261) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11404:4: otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) { otherlv_3=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleJvmParameterizedTypeReference25154); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_3, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11408:1: ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11409:1: (lv_arguments_4_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11409:1: (lv_arguments_4_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11410:3: lv_arguments_4_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference25175); 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 loop261; } } while (true); otherlv_5=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleJvmParameterizedTypeReference25189); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_5, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11430:1: ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )* loop264: do { int alt264=2; alt264 = dfa264.predict(input); switch (alt264) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11430:2: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11430:2: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11430:3: ( ( () '.' ) )=> ( () otherlv_7= '.' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11432:5: ( () otherlv_7= '.' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11432:6: () otherlv_7= '.' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11432:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11433:5: { if ( state.backtracking==0 ) { current = forceCreateModelElementAndSet( grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0(), current); } } otherlv_7=(Token)match(input,31,FollowSets000.FOLLOW_31_in_ruleJvmParameterizedTypeReference25225); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_7, grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1()); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11442:3: ( ( ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11443:1: ( ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11443:1: ( ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11444: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_ruleJvmParameterizedTypeReference25250); ruleValidID(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11457:2: ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? int alt263=2; alt263 = dfa263.predict(input); switch (alt263) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11457:3: ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11457:3: ( ( '<' )=>otherlv_9= '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11457:4: ( '<' )=>otherlv_9= '<' { otherlv_9=(Token)match(input,33,FollowSets000.FOLLOW_33_in_ruleJvmParameterizedTypeReference25271); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_9, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0()); } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11462:2: ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11463:1: (lv_arguments_10_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11463:1: (lv_arguments_10_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11464:3: lv_arguments_10_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference25293); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11480:2: (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* loop262: do { int alt262=2; int LA262_0 = input.LA(1); if ( (LA262_0==34) ) { alt262=1; } switch (alt262) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11480:4: otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) { otherlv_11=(Token)match(input,34,FollowSets000.FOLLOW_34_in_ruleJvmParameterizedTypeReference25306); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_11, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11484:1: ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11485:1: (lv_arguments_12_0= ruleJvmArgumentTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11485:1: (lv_arguments_12_0= ruleJvmArgumentTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11486:3: lv_arguments_12_0= ruleJvmArgumentTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference25327); 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 loop262; } } while (true); otherlv_13=(Token)match(input,35,FollowSets000.FOLLOW_35_in_ruleJvmParameterizedTypeReference25341); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_13, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3()); } } break; } } break; default : break loop264; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11514: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11515:2: (iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11516:2: iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmArgumentTypeReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmArgumentTypeReference_in_entryRuleJvmArgumentTypeReference25383); iv_ruleJvmArgumentTypeReference=ruleJvmArgumentTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmArgumentTypeReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmArgumentTypeReference25393); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmArgumentTypeReference" // $ANTLR start "ruleJvmArgumentTypeReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11523: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11526:28: ( (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11527:1: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11527:1: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) int alt266=2; int LA266_0 = input.LA(1); if ( (LA266_0==RULE_ID||(LA266_0>=42 && LA266_0<=43)||LA266_0==45||LA266_0==66||(LA266_0>=68 && LA266_0<=70)) ) { alt266=1; } else if ( (LA266_0==131) ) { alt266=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 266, 0, input); throw nvae; } switch (alt266) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11528:5: this_JvmTypeReference_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmTypeReferenceParserRuleCall_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleJvmArgumentTypeReference25440); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11538:5: this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmWildcardTypeReferenceParserRuleCall_1()); } pushFollow(FollowSets000.FOLLOW_ruleJvmWildcardTypeReference_in_ruleJvmArgumentTypeReference25467); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11554: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11555:2: (iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11556:2: iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmWildcardTypeReference_in_entryRuleJvmWildcardTypeReference25502); iv_ruleJvmWildcardTypeReference=ruleJvmWildcardTypeReference(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmWildcardTypeReference; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmWildcardTypeReference25512); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmWildcardTypeReference" // $ANTLR start "ruleJvmWildcardTypeReference" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11563: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11566: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11567: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11567: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11567: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11567:2: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11568:5: { if ( state.backtracking==0 ) { current = forceCreateModelElement( grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0(), current); } } otherlv_1=(Token)match(input,131,FollowSets000.FOLLOW_131_in_ruleJvmWildcardTypeReference25558); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_1, grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11577:1: ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? int alt269=3; int LA269_0 = input.LA(1); if ( (LA269_0==36) ) { alt269=1; } else if ( (LA269_0==121) ) { alt269=2; } switch (alt269) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11577:2: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11577:2: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11577:3: ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11577:3: ( (lv_constraints_2_0= ruleJvmUpperBound ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11578:1: (lv_constraints_2_0= ruleJvmUpperBound ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11578:1: (lv_constraints_2_0= ruleJvmUpperBound ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11579:3: lv_constraints_2_0= ruleJvmUpperBound { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmUpperBound_in_ruleJvmWildcardTypeReference25581); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11595:2: ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* loop267: do { int alt267=2; int LA267_0 = input.LA(1); if ( (LA267_0==132) ) { alt267=1; } switch (alt267) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11596:1: (lv_constraints_3_0= ruleJvmUpperBoundAnded ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11596:1: (lv_constraints_3_0= ruleJvmUpperBoundAnded ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11597:3: lv_constraints_3_0= ruleJvmUpperBoundAnded { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmUpperBoundAnded_in_ruleJvmWildcardTypeReference25602); 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 loop267; } } while (true); } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11614:6: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11614:6: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11614:7: ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11614:7: ( (lv_constraints_4_0= ruleJvmLowerBound ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11615:1: (lv_constraints_4_0= ruleJvmLowerBound ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11615:1: (lv_constraints_4_0= ruleJvmLowerBound ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11616:3: lv_constraints_4_0= ruleJvmLowerBound { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmLowerBound_in_ruleJvmWildcardTypeReference25632); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11632:2: ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* loop268: do { int alt268=2; int LA268_0 = input.LA(1); if ( (LA268_0==132) ) { alt268=1; } switch (alt268) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11633:1: (lv_constraints_5_0= ruleJvmLowerBoundAnded ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11633:1: (lv_constraints_5_0= ruleJvmLowerBoundAnded ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11634:3: lv_constraints_5_0= ruleJvmLowerBoundAnded { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmLowerBoundAnded_in_ruleJvmWildcardTypeReference25653); 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 loop268; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11658: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11659:2: (iv_ruleJvmUpperBound= ruleJvmUpperBound EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11660:2: iv_ruleJvmUpperBound= ruleJvmUpperBound EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmUpperBoundRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmUpperBound_in_entryRuleJvmUpperBound25693); iv_ruleJvmUpperBound=ruleJvmUpperBound(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmUpperBound; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmUpperBound25703); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmUpperBound" // $ANTLR start "ruleJvmUpperBound" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11667: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11670:28: ( (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11671:1: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11671:1: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11671:3: otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) { otherlv_0=(Token)match(input,36,FollowSets000.FOLLOW_36_in_ruleJvmUpperBound25740); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11675:1: ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11676:1: (lv_typeReference_1_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11676:1: (lv_typeReference_1_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11677:3: lv_typeReference_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleJvmUpperBound25761); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11701: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11702:2: (iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11703:2: iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmUpperBoundAndedRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmUpperBoundAnded_in_entryRuleJvmUpperBoundAnded25797); iv_ruleJvmUpperBoundAnded=ruleJvmUpperBoundAnded(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmUpperBoundAnded; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmUpperBoundAnded25807); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmUpperBoundAnded" // $ANTLR start "ruleJvmUpperBoundAnded" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11710: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11713:28: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11714:1: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11714:1: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11714:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) { otherlv_0=(Token)match(input,132,FollowSets000.FOLLOW_132_in_ruleJvmUpperBoundAnded25844); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11718:1: ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11719:1: (lv_typeReference_1_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11719:1: (lv_typeReference_1_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11720:3: lv_typeReference_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleJvmUpperBoundAnded25865); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11744: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11745:2: (iv_ruleJvmLowerBound= ruleJvmLowerBound EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11746:2: iv_ruleJvmLowerBound= ruleJvmLowerBound EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmLowerBoundRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmLowerBound_in_entryRuleJvmLowerBound25901); iv_ruleJvmLowerBound=ruleJvmLowerBound(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmLowerBound; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmLowerBound25911); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmLowerBound" // $ANTLR start "ruleJvmLowerBound" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11753: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11756:28: ( (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11757:1: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11757:1: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11757:3: otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) { otherlv_0=(Token)match(input,121,FollowSets000.FOLLOW_121_in_ruleJvmLowerBound25948); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11761:1: ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11762:1: (lv_typeReference_1_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11762:1: (lv_typeReference_1_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11763:3: lv_typeReference_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets000.FOLLOW_ruleJvmTypeReference_in_ruleJvmLowerBound25969); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11787: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11788:2: (iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11789:2: iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmLowerBoundAndedRule()); } pushFollow(FollowSets000.FOLLOW_ruleJvmLowerBoundAnded_in_entryRuleJvmLowerBoundAnded26005); iv_ruleJvmLowerBoundAnded=ruleJvmLowerBoundAnded(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmLowerBoundAnded; } match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleJvmLowerBoundAnded26015); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmLowerBoundAnded" // $ANTLR start "ruleJvmLowerBoundAnded" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11796: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11799:28: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11800:1: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11800:1: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11800:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) { otherlv_0=(Token)match(input,132,FollowSets001.FOLLOW_132_in_ruleJvmLowerBoundAnded26052); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11804:1: ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11805:1: (lv_typeReference_1_0= ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11805:1: (lv_typeReference_1_0= ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11806:3: lv_typeReference_1_0= ruleJvmTypeReference { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_ruleJvmLowerBoundAnded26073); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11830: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11831:2: (iv_ruleJvmTypeParameter= ruleJvmTypeParameter EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11832:2: iv_ruleJvmTypeParameter= ruleJvmTypeParameter EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeParameterRule()); } pushFollow(FollowSets001.FOLLOW_ruleJvmTypeParameter_in_entryRuleJvmTypeParameter26109); iv_ruleJvmTypeParameter=ruleJvmTypeParameter(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleJvmTypeParameter; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleJvmTypeParameter26119); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleJvmTypeParameter" // $ANTLR start "ruleJvmTypeParameter" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11839: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11842:28: ( ( ( (lv_name_0_0= ruleValidID ) ) ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11843:1: ( ( (lv_name_0_0= ruleValidID ) ) ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11843:1: ( ( (lv_name_0_0= ruleValidID ) ) ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11843:2: ( (lv_name_0_0= ruleValidID ) ) ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11843:2: ( (lv_name_0_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11844:1: (lv_name_0_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11844:1: (lv_name_0_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11845:3: lv_name_0_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeParameterAccess().getNameValidIDParserRuleCall_0_0()); } pushFollow(FollowSets001.FOLLOW_ruleValidID_in_ruleJvmTypeParameter26165); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11861:2: ( ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* )? int alt271=2; int LA271_0 = input.LA(1); if ( (LA271_0==36) ) { alt271=1; } switch (alt271) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11861:3: ( (lv_constraints_1_0= ruleJvmUpperBound ) ) ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11861:3: ( (lv_constraints_1_0= ruleJvmUpperBound ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11862:1: (lv_constraints_1_0= ruleJvmUpperBound ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11862:1: (lv_constraints_1_0= ruleJvmUpperBound ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11863:3: lv_constraints_1_0= ruleJvmUpperBound { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeParameterAccess().getConstraintsJvmUpperBoundParserRuleCall_1_0_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmUpperBound_in_ruleJvmTypeParameter26187); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11879:2: ( (lv_constraints_2_0= ruleJvmUpperBoundAnded ) )* loop270: do { int alt270=2; int LA270_0 = input.LA(1); if ( (LA270_0==132) ) { alt270=1; } switch (alt270) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11880:1: (lv_constraints_2_0= ruleJvmUpperBoundAnded ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11880:1: (lv_constraints_2_0= ruleJvmUpperBoundAnded ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11881:3: lv_constraints_2_0= ruleJvmUpperBoundAnded { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getJvmTypeParameterAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_1_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleJvmUpperBoundAnded_in_ruleJvmTypeParameter26208); 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 loop270; } } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11905: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11906:2: (iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11907:2: iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameWithWildcardRule()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedNameWithWildcard_in_entryRuleQualifiedNameWithWildcard26248); 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_entryRuleQualifiedNameWithWildcard26259); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleQualifiedNameWithWildcard" // $ANTLR start "ruleQualifiedNameWithWildcard" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11914: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11917:28: ( (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11918:1: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11918:1: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11919:5: this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedName_in_ruleQualifiedNameWithWildcard26306); 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,31,FollowSets001.FOLLOW_31_in_ruleQualifiedNameWithWildcard26324); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1()); } kw=(Token)match(input,104,FollowSets001.FOLLOW_104_in_ruleQualifiedNameWithWildcard26337); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11949: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11950:2: (iv_ruleXImportSection= ruleXImportSection EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11951:2: iv_ruleXImportSection= ruleXImportSection EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportSectionRule()); } pushFollow(FollowSets001.FOLLOW_ruleXImportSection_in_entryRuleXImportSection26377); iv_ruleXImportSection=ruleXImportSection(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXImportSection; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleXImportSection26387); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXImportSection" // $ANTLR start "ruleXImportSection" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11958: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11961:28: ( ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11962:1: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11962:1: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ int cnt272=0; loop272: do { int alt272=2; int LA272_0 = input.LA(1); if ( (LA272_0==71) ) { alt272=1; } switch (alt272) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11963:1: (lv_importDeclarations_0_0= ruleXImportDeclaration ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11963:1: (lv_importDeclarations_0_0= ruleXImportDeclaration ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11964:3: lv_importDeclarations_0_0= ruleXImportDeclaration { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0()); } pushFollow(FollowSets001.FOLLOW_ruleXImportDeclaration_in_ruleXImportSection26432); 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 ( cnt272 >= 1 ) break loop272; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(272, input); throw eee; } cnt272++; } 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11988: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11989:2: (iv_ruleXImportDeclaration= ruleXImportDeclaration EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11990:2: iv_ruleXImportDeclaration= ruleXImportDeclaration EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportDeclarationRule()); } pushFollow(FollowSets001.FOLLOW_ruleXImportDeclaration_in_entryRuleXImportDeclaration26468); iv_ruleXImportDeclaration=ruleXImportDeclaration(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { current =iv_ruleXImportDeclaration; } match(input,EOF,FollowSets001.FOLLOW_EOF_in_entryRuleXImportDeclaration26478); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleXImportDeclaration" // $ANTLR start "ruleXImportDeclaration" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11997: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12000: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12001: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12001: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12001: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,71,FollowSets001.FOLLOW_71_in_ruleXImportDeclaration26515); if (state.failed) return current; if ( state.backtracking==0 ) { newLeafNode(otherlv_0, grammarAccess.getXImportDeclarationAccess().getImportKeyword_0()); } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12005: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 alt275=3; alt275 = dfa275.predict(input); switch (alt275) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12005:2: ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12005:2: ( ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12005:3: ( (lv_static_1_0= 'static' ) ) ( (lv_extension_2_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12005:3: ( (lv_static_1_0= 'static' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12006:1: (lv_static_1_0= 'static' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12006:1: (lv_static_1_0= 'static' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12007:3: lv_static_1_0= 'static' { lv_static_1_0=(Token)match(input,54,FollowSets001.FOLLOW_54_in_ruleXImportDeclaration26535); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12020:2: ( (lv_extension_2_0= 'extension' ) )? int alt273=2; int LA273_0 = input.LA(1); if ( (LA273_0==47) ) { alt273=1; } switch (alt273) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12021:1: (lv_extension_2_0= 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12021:1: (lv_extension_2_0= 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12022:3: lv_extension_2_0= 'extension' { lv_extension_2_0=(Token)match(input,47,FollowSets001.FOLLOW_47_in_ruleXImportDeclaration26566); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12035:3: ( ( ruleQualifiedNameInStaticImport ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12036:1: ( ruleQualifiedNameInStaticImport ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12036:1: ( ruleQualifiedNameInStaticImport ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12037: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_ruleXImportDeclaration26603); ruleQualifiedNameInStaticImport(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12050:2: ( ( (lv_wildcard_4_0= '*' ) ) | ( (lv_memberName_5_0= ruleValidID ) ) ) int alt274=2; int LA274_0 = input.LA(1); if ( (LA274_0==104) ) { alt274=1; } else if ( (LA274_0==RULE_ID||LA274_0==42||LA274_0==66||(LA274_0>=68 && LA274_0<=70)) ) { alt274=2; } else { if (state.backtracking>0) {state.failed=true; return current;} NoViableAltException nvae = new NoViableAltException("", 274, 0, input); throw nvae; } switch (alt274) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12050:3: ( (lv_wildcard_4_0= '*' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12050:3: ( (lv_wildcard_4_0= '*' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12051:1: (lv_wildcard_4_0= '*' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12051:1: (lv_wildcard_4_0= '*' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12052:3: lv_wildcard_4_0= '*' { lv_wildcard_4_0=(Token)match(input,104,FollowSets001.FOLLOW_104_in_ruleXImportDeclaration26622); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12066:6: ( (lv_memberName_5_0= ruleValidID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12066:6: ( (lv_memberName_5_0= ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12067:1: (lv_memberName_5_0= ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12067:1: (lv_memberName_5_0= ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12068:3: lv_memberName_5_0= ruleValidID { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_1_0_3_1_0()); } pushFollow(FollowSets001.FOLLOW_ruleValidID_in_ruleXImportDeclaration26662); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12085:6: ( ( ruleQualifiedName ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12085:6: ( ( ruleQualifiedName ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12086:1: ( ruleQualifiedName ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12086:1: ( ruleQualifiedName ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12087: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_ruleXImportDeclaration26693); ruleQualifiedName(); state._fsp--; if (state.failed) return current; if ( state.backtracking==0 ) { afterParserOrEnumRuleCall(); } } } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12101:6: ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12101:6: ( (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12102:1: (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12102:1: (lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12103:3: lv_importedNamespace_7_0= ruleQualifiedNameWithWildcard { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_1_2_0()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedNameWithWildcard_in_ruleXImportDeclaration26720); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12119:3: (otherlv_8= ';' )? int alt276=2; int LA276_0 = input.LA(1); if ( (LA276_0==29) ) { alt276=1; } switch (alt276) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12119:5: otherlv_8= ';' { otherlv_8=(Token)match(input,29,FollowSets001.FOLLOW_29_in_ruleXImportDeclaration26734); 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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12131: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12132:2: (iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12133:2: iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameInStaticImportRule()); } pushFollow(FollowSets001.FOLLOW_ruleQualifiedNameInStaticImport_in_entryRuleQualifiedNameInStaticImport26773); 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_entryRuleQualifiedNameInStaticImport26784); if (state.failed) return current; } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "entryRuleQualifiedNameInStaticImport" // $ANTLR start "ruleQualifiedNameInStaticImport" // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12140: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.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12143:28: ( (this_ValidID_0= ruleValidID kw= '.' )+ ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12144:1: (this_ValidID_0= ruleValidID kw= '.' )+ { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12144:1: (this_ValidID_0= ruleValidID kw= '.' )+ int cnt277=0; loop277: do { int alt277=2; switch ( input.LA(1) ) { case RULE_ID: { int LA277_2 = input.LA(2); if ( (LA277_2==31) ) { alt277=1; } } break; case 66: { int LA277_3 = input.LA(2); if ( (LA277_3==31) ) { alt277=1; } } break; case 42: { int LA277_4 = input.LA(2); if ( (LA277_4==31) ) { alt277=1; } } break; case 68: { int LA277_5 = input.LA(2); if ( (LA277_5==31) ) { alt277=1; } } break; case 69: { int LA277_6 = input.LA(2); if ( (LA277_6==31) ) { alt277=1; } } break; case 70: { int LA277_7 = input.LA(2); if ( (LA277_7==31) ) { alt277=1; } } break; } switch (alt277) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:12145:5: this_ValidID_0= ruleValidID kw= '.' { if ( state.backtracking==0 ) { newCompositeNode(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0()); } pushFollow(FollowSets001.FOLLOW_ruleValidID_in_ruleQualifiedNameInStaticImport26831); 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,31,FollowSets001.FOLLOW_31_in_ruleQualifiedNameInStaticImport26849); if (state.failed) return current; if ( state.backtracking==0 ) { current.merge(kw); newLeafNode(kw, grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1()); } } break; default : if ( cnt277 >= 1 ) break loop277; if (state.backtracking>0) {state.failed=true; return current;} EarlyExitException eee = new EarlyExitException(277, input); throw eee; } cnt277++; } while (true); } if ( state.backtracking==0 ) { leaveRule(); } } catch (RecognitionException re) { recover(input,re); appendSkippedTokens(); } finally { } return current; } // $ANTLR end "ruleQualifiedNameInStaticImport" // $ANTLR start synpred1_InternalSuite public final void synpred1_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:402:3: ( '.' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:403:2: '.' { match(input,31,FollowSets001.FOLLOW_31_in_synpred1_InternalSuite826); if (state.failed) return ; } } // $ANTLR end synpred1_InternalSuite // $ANTLR start synpred2_InternalSuite public final void synpred2_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2414:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2414:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2414:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2414:7: ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2414:7: ( ( ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2415:1: ( ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2415:1: ( ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2416:1: ruleJvmTypeReference { pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_synpred2_InternalSuite4223); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2418:2: ( ( ruleCreateExtensionInfo ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2419:1: ( ruleCreateExtensionInfo ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2419:1: ( ruleCreateExtensionInfo ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2420:1: ruleCreateExtensionInfo { pushFollow(FollowSets001.FOLLOW_ruleCreateExtensionInfo_in_synpred2_InternalSuite4232); ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2422:2: ( ( ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2423:1: ( ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2423:1: ( ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2424:1: ruleValidID { pushFollow(FollowSets001.FOLLOW_ruleValidID_in_synpred2_InternalSuite4241); ruleValidID(); state._fsp--; if (state.failed) return ; } } match(input,43,FollowSets001.FOLLOW_43_in_synpred2_InternalSuite4247); if (state.failed) return ; } } } // $ANTLR end synpred2_InternalSuite // $ANTLR start synpred3_InternalSuite public final void synpred3_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2486:7: ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2486:8: ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2486:8: ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2486:9: ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2486:9: ( ( ruleTypeReferenceWithTypeArgs ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2487:1: ( ruleTypeReferenceWithTypeArgs ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2487:1: ( ruleTypeReferenceWithTypeArgs ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2488:1: ruleTypeReferenceWithTypeArgs { pushFollow(FollowSets001.FOLLOW_ruleTypeReferenceWithTypeArgs_in_synpred3_InternalSuite4344); ruleTypeReferenceWithTypeArgs(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2490:2: ( ( ruleFunctionID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2491:1: ( ruleFunctionID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2491:1: ( ruleFunctionID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2492:1: ruleFunctionID { pushFollow(FollowSets001.FOLLOW_ruleFunctionID_in_synpred3_InternalSuite4353); ruleFunctionID(); state._fsp--; if (state.failed) return ; } } match(input,43,FollowSets001.FOLLOW_43_in_synpred3_InternalSuite4359); if (state.failed) return ; } } } // $ANTLR end synpred3_InternalSuite // $ANTLR start synpred4_InternalSuite public final void synpred4_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2536:7: ( ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2536:8: ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2536:8: ( ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2536:9: ( ( ruleTypeReferenceNoTypeArgs ) ) ( ( ruleFunctionID ) ) '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2536:9: ( ( ruleTypeReferenceNoTypeArgs ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2537:1: ( ruleTypeReferenceNoTypeArgs ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2537:1: ( ruleTypeReferenceNoTypeArgs ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2538:1: ruleTypeReferenceNoTypeArgs { pushFollow(FollowSets001.FOLLOW_ruleTypeReferenceNoTypeArgs_in_synpred4_InternalSuite4435); ruleTypeReferenceNoTypeArgs(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2540:2: ( ( ruleFunctionID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2541:1: ( ruleFunctionID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2541:1: ( ruleFunctionID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2542:1: ruleFunctionID { pushFollow(FollowSets001.FOLLOW_ruleFunctionID_in_synpred4_InternalSuite4444); ruleFunctionID(); state._fsp--; if (state.failed) return ; } } match(input,43,FollowSets001.FOLLOW_43_in_synpred4_InternalSuite4450); if (state.failed) return ; } } } // $ANTLR end synpred4_InternalSuite // $ANTLR start synpred5_InternalSuite public final void synpred5_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2586:7: ( ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2586:8: ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2586:8: ( ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2586:9: ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2586:9: ( ( ruleCreateExtensionInfo ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2587:1: ( ruleCreateExtensionInfo ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2587:1: ( ruleCreateExtensionInfo ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2588:1: ruleCreateExtensionInfo { pushFollow(FollowSets001.FOLLOW_ruleCreateExtensionInfo_in_synpred5_InternalSuite4526); ruleCreateExtensionInfo(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2590:2: ( ( ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2591:1: ( ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2591:1: ( ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:2592:1: ruleValidID { pushFollow(FollowSets001.FOLLOW_ruleValidID_in_synpred5_InternalSuite4535); ruleValidID(); state._fsp--; if (state.failed) return ; } } match(input,43,FollowSets001.FOLLOW_43_in_synpred5_InternalSuite4541); if (state.failed) return ; } } } // $ANTLR end synpred5_InternalSuite // $ANTLR start synpred6_InternalSuite public final void synpred6_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3565:2: ( ( () ruleArrayBrackets ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3565:3: ( () ruleArrayBrackets ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3565:3: ( () ruleArrayBrackets ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3565:4: () ruleArrayBrackets { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3565:4: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3566:1: { } pushFollow(FollowSets001.FOLLOW_ruleArrayBrackets_in_synpred6_InternalSuite6238); ruleArrayBrackets(); state._fsp--; if (state.failed) return ; } } } // $ANTLR end synpred6_InternalSuite // $ANTLR start synpred7_InternalSuite public final void synpred7_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3590:2: ( ( () ruleArrayBrackets ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3590:3: ( () ruleArrayBrackets ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3590:3: ( () ruleArrayBrackets ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3590:4: () ruleArrayBrackets { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3590:4: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3591:1: { } pushFollow(FollowSets001.FOLLOW_ruleArrayBrackets_in_synpred7_InternalSuite6306); ruleArrayBrackets(); state._fsp--; if (state.failed) return ; } } } // $ANTLR end synpred7_InternalSuite // $ANTLR start synpred8_InternalSuite public final void synpred8_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3699:3: ( ( () '.' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3699:4: ( () '.' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3699:4: ( () '.' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3699:5: () '.' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3699:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3700:1: { } match(input,31,FollowSets001.FOLLOW_31_in_synpred8_InternalSuite6550); if (state.failed) return ; } } } // $ANTLR end synpred8_InternalSuite // $ANTLR start synpred9_InternalSuite public final void synpred9_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3726:4: ( '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:3726:6: '<' { match(input,33,FollowSets001.FOLLOW_33_in_synpred9_InternalSuite6607); if (state.failed) return ; } } // $ANTLR end synpred9_InternalSuite // $ANTLR start synpred11_InternalSuite public final void synpred11_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4800:8: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4800:9: ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4800:9: ( ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4800:10: ( ( ruleJvmTypeReference ) ) ( ( ruleInnerVarID ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4800:10: ( ( ruleJvmTypeReference ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4801:1: ( ruleJvmTypeReference ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4801:1: ( ruleJvmTypeReference ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4802:1: ruleJvmTypeReference { pushFollow(FollowSets001.FOLLOW_ruleJvmTypeReference_in_synpred11_InternalSuite9488); ruleJvmTypeReference(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4804:2: ( ( ruleInnerVarID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4805:1: ( ruleInnerVarID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4805:1: ( ruleInnerVarID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4806:1: ruleInnerVarID { pushFollow(FollowSets001.FOLLOW_ruleInnerVarID_in_synpred11_InternalSuite9497); ruleInnerVarID(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred11_InternalSuite // $ANTLR start synpred12_InternalSuite public final void synpred12_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4915:3: ( ( () '{' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4915:4: ( () '{' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4915:4: ( () '{' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4915:5: () '{' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4915:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4916:1: { } match(input,38,FollowSets001.FOLLOW_38_in_synpred12_InternalSuite9714); if (state.failed) return ; } } } // $ANTLR end synpred12_InternalSuite // $ANTLR start synpred13_InternalSuite public final void synpred13_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4995:4: ( '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:4995:6: '<' { match(input,33,FollowSets001.FOLLOW_33_in_synpred13_InternalSuite9899); if (state.failed) return ; } } // $ANTLR end synpred13_InternalSuite // $ANTLR start synpred14_InternalSuite public final void synpred14_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5044:5: ( ( '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5045:1: ( '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5045:1: ( '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5046:2: '(' { match(input,43,FollowSets001.FOLLOW_43_in_synpred14_InternalSuite9995); if (state.failed) return ; } } } // $ANTLR end synpred14_InternalSuite // $ANTLR start synpred15_InternalSuite public final void synpred15_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5065:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5065:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5065:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5065:6: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5065:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5066:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5066:2: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? int alt283=2; int LA283_0 = input.LA(1); if ( (LA283_0==RULE_ID||LA283_0==28||LA283_0==32||(LA283_0>=36 && LA283_0<=37)||(LA283_0>=40 && LA283_0<=43)||LA283_0==45||(LA283_0>=47 && LA283_0<=48)||(LA283_0>=50 && LA283_0<=61)||(LA283_0>=64 && LA283_0<=66)||(LA283_0>=68 && LA283_0<=71)) ) { alt283=1; } switch (alt283) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5066:3: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5066:3: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5067:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5067:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5068:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred15_InternalSuite10047); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5070:2: ( ',' ( ( ruleJvmFormalParameter ) ) )* loop282: do { int alt282=2; int LA282_0 = input.LA(1); if ( (LA282_0==34) ) { alt282=1; } switch (alt282) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5070:4: ',' ( ( ruleJvmFormalParameter ) ) { match(input,34,FollowSets001.FOLLOW_34_in_synpred15_InternalSuite10054); if (state.failed) return ; // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5071:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5072:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5072:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5073:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred15_InternalSuite10061); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } } break; default : break loop282; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5075:6: ( ( '|' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5076:1: ( '|' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5076:1: ( '|' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5077:2: '|' { match(input,114,FollowSets001.FOLLOW_114_in_synpred15_InternalSuite10075); if (state.failed) return ; } } } } } // $ANTLR end synpred15_InternalSuite // $ANTLR start synpred16_InternalSuite public final void synpred16_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5144:4: ( ( () '[' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5144:5: ( () '[' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5144:5: ( () '[' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5144:6: () '[' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5144:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5145:1: { } match(input,83,FollowSets001.FOLLOW_83_in_synpred16_InternalSuite10195); if (state.failed) return ; } } } // $ANTLR end synpred16_InternalSuite // $ANTLR start synpred17_InternalSuite public final void synpred17_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379:4: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379:5: ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379:5: ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5379:7: '(' ( ( ruleJvmFormalParameter ) ) ':' { match(input,43,FollowSets001.FOLLOW_43_in_synpred17_InternalSuite10730); if (state.failed) return ; // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5380:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5381:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5381:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5382:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred17_InternalSuite10737); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } match(input,67,FollowSets001.FOLLOW_67_in_synpred17_InternalSuite10743); if (state.failed) return ; } } } // $ANTLR end synpred17_InternalSuite // $ANTLR start synpred18_InternalSuite public final void synpred18_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:8: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:9: ( ( ( ruleJvmFormalParameter ) ) ':' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:9: ( ( ( ruleJvmFormalParameter ) ) ':' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:10: ( ( ruleJvmFormalParameter ) ) ':' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5434:10: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5435:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5435:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5436:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred18_InternalSuite10845); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } match(input,67,FollowSets001.FOLLOW_67_in_synpred18_InternalSuite10851); if (state.failed) return ; } } } // $ANTLR end synpred18_InternalSuite // $ANTLR start synpred19_InternalSuite public final void synpred19_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5552:3: ( 'new' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:5552:5: 'new' { match(input,49,FollowSets001.FOLLOW_49_in_synpred19_InternalSuite11085); if (state.failed) return ; } } // $ANTLR end synpred19_InternalSuite // $ANTLR start synpred20_InternalSuite public final void synpred20_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6479:4: ( '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6479:6: '(' { match(input,43,FollowSets001.FOLLOW_43_in_synpred20_InternalSuite12960); if (state.failed) return ; } } // $ANTLR end synpred20_InternalSuite // $ANTLR start synpred21_InternalSuite public final void synpred21_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:5: ( ( ( ( ruleValidID ) ) '=' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:6: ( ( ( ruleValidID ) ) '=' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:6: ( ( ( ruleValidID ) ) '=' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:7: ( ( ruleValidID ) ) '=' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6484:7: ( ( ruleValidID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6485:1: ( ruleValidID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6485:1: ( ruleValidID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6486:3: ruleValidID { pushFollow(FollowSets001.FOLLOW_ruleValidID_in_synpred21_InternalSuite12989); ruleValidID(); state._fsp--; if (state.failed) return ; } } match(input,46,FollowSets001.FOLLOW_46_in_synpred21_InternalSuite12995); if (state.failed) return ; } } } // $ANTLR end synpred21_InternalSuite // $ANTLR start synpred24_InternalSuite public final void synpred24_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:4: ( ( () '#' '[' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:5: ( () '#' '[' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:5: ( () '#' '[' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:6: () '#' '[' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6641:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6642:1: { } match(input,82,FollowSets001.FOLLOW_82_in_synpred24_InternalSuite13351); if (state.failed) return ; match(input,83,FollowSets001.FOLLOW_83_in_synpred24_InternalSuite13355); if (state.failed) return ; } } } // $ANTLR end synpred24_InternalSuite // $ANTLR start synpred25_InternalSuite public final void synpred25_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:4: ( ( () '#' '[' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:5: ( () '#' '[' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:5: ( () '#' '[' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:6: () '#' '[' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6761:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6762:1: { } match(input,82,FollowSets001.FOLLOW_82_in_synpred25_InternalSuite13626); if (state.failed) return ; match(input,83,FollowSets001.FOLLOW_83_in_synpred25_InternalSuite13630); if (state.failed) return ; } } } // $ANTLR end synpred25_InternalSuite // $ANTLR start synpred26_InternalSuite public final void synpred26_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6980:3: ( ( () ( ( ruleOpMultiAssign ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6980:4: ( () ( ( ruleOpMultiAssign ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6980:4: ( () ( ( ruleOpMultiAssign ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6980:5: () ( ( ruleOpMultiAssign ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6980:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6981:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6981:2: ( ( ruleOpMultiAssign ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6982:1: ( ruleOpMultiAssign ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6982:1: ( ruleOpMultiAssign ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:6983:3: ruleOpMultiAssign { pushFollow(FollowSets001.FOLLOW_ruleOpMultiAssign_in_synpred26_InternalSuite14163); ruleOpMultiAssign(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred26_InternalSuite // $ANTLR start synpred27_InternalSuite public final void synpred27_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7174:3: ( ( () ( ( ruleOpOr ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7174:4: ( () ( ( ruleOpOr ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7174:4: ( () ( ( ruleOpOr ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7174:5: () ( ( ruleOpOr ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7174:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7175:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7175:2: ( ( ruleOpOr ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7176:1: ( ruleOpOr ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7176:1: ( ruleOpOr ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7177:3: ruleOpOr { pushFollow(FollowSets001.FOLLOW_ruleOpOr_in_synpred27_InternalSuite14686); ruleOpOr(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred27_InternalSuite // $ANTLR start synpred28_InternalSuite public final void synpred28_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7275:3: ( ( () ( ( ruleOpAnd ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7275:4: ( () ( ( ruleOpAnd ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7275:4: ( () ( ( ruleOpAnd ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7275:5: () ( ( ruleOpAnd ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7275:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7276:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7276:2: ( ( ruleOpAnd ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7277:1: ( ruleOpAnd ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7277:1: ( ruleOpAnd ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7278:3: ruleOpAnd { pushFollow(FollowSets001.FOLLOW_ruleOpAnd_in_synpred28_InternalSuite14945); ruleOpAnd(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred28_InternalSuite // $ANTLR start synpred29_InternalSuite public final void synpred29_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7376:3: ( ( () ( ( ruleOpEquality ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7376:4: ( () ( ( ruleOpEquality ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7376:4: ( () ( ( ruleOpEquality ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7376:5: () ( ( ruleOpEquality ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7376:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7377:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7377:2: ( ( ruleOpEquality ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7378:1: ( ruleOpEquality ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7378:1: ( ruleOpEquality ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7379:3: ruleOpEquality { pushFollow(FollowSets001.FOLLOW_ruleOpEquality_in_synpred29_InternalSuite15204); ruleOpEquality(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred29_InternalSuite // $ANTLR start synpred30_InternalSuite public final void synpred30_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:4: ( ( () 'instanceof' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:5: ( () 'instanceof' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:5: ( () 'instanceof' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:6: () 'instanceof' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7498:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7499:1: { } match(input,97,FollowSets001.FOLLOW_97_in_synpred30_InternalSuite15518); if (state.failed) return ; } } } // $ANTLR end synpred30_InternalSuite // $ANTLR start synpred31_InternalSuite public final void synpred31_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:8: ( ( () ( ( ruleOpCompare ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:9: ( () ( ( ruleOpCompare ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:9: ( () ( ( ruleOpCompare ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:10: () ( ( ruleOpCompare ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7529:10: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7530:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7530:2: ( ( ruleOpCompare ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7531:1: ( ruleOpCompare ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7531:1: ( ruleOpCompare ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7532:3: ruleOpCompare { pushFollow(FollowSets001.FOLLOW_ruleOpCompare_in_synpred31_InternalSuite15589); ruleOpCompare(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred31_InternalSuite // $ANTLR start synpred32_InternalSuite public final void synpred32_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7657:3: ( ( () ( ( ruleOpOther ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7657:4: ( () ( ( ruleOpOther ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7657:4: ( () ( ( ruleOpOther ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7657:5: () ( ( ruleOpOther ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7657:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7658:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7658:2: ( ( ruleOpOther ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7659:1: ( ruleOpOther ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7659:1: ( ruleOpOther ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7660:3: ruleOpOther { pushFollow(FollowSets001.FOLLOW_ruleOpOther_in_synpred32_InternalSuite15923); ruleOpOther(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred32_InternalSuite // $ANTLR start synpred33_InternalSuite public final void synpred33_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7769:3: ( ( '>' '>' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7769:4: ( '>' '>' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7769:4: ( '>' '>' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7770:2: '>' '>' { match(input,35,FollowSets001.FOLLOW_35_in_synpred33_InternalSuite16192); if (state.failed) return ; match(input,35,FollowSets001.FOLLOW_35_in_synpred33_InternalSuite16197); if (state.failed) return ; } } } // $ANTLR end synpred33_InternalSuite // $ANTLR start synpred34_InternalSuite public final void synpred34_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7799:3: ( ( '<' '<' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7799:4: ( '<' '<' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7799:4: ( '<' '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7800:2: '<' '<' { match(input,33,FollowSets001.FOLLOW_33_in_synpred34_InternalSuite16279); if (state.failed) return ; match(input,33,FollowSets001.FOLLOW_33_in_synpred34_InternalSuite16284); if (state.failed) return ; } } } // $ANTLR end synpred34_InternalSuite // $ANTLR start synpred35_InternalSuite public final void synpred35_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7873:3: ( ( () ( ( ruleOpAdd ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7873:4: ( () ( ( ruleOpAdd ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7873:4: ( () ( ( ruleOpAdd ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7873:5: () ( ( ruleOpAdd ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7873:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7874:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7874:2: ( ( ruleOpAdd ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7875:1: ( ruleOpAdd ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7875:1: ( ruleOpAdd ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7876:3: ruleOpAdd { pushFollow(FollowSets001.FOLLOW_ruleOpAdd_in_synpred35_InternalSuite16506); ruleOpAdd(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred35_InternalSuite // $ANTLR start synpred36_InternalSuite public final void synpred36_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7981:3: ( ( () ( ( ruleOpMulti ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7981:4: ( () ( ( ruleOpMulti ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7981:4: ( () ( ( ruleOpMulti ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7981:5: () ( ( ruleOpMulti ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7981:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7982:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7982:2: ( ( ruleOpMulti ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7983:1: ( ruleOpMulti ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7983:1: ( ruleOpMulti ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:7984:3: ruleOpMulti { pushFollow(FollowSets001.FOLLOW_ruleOpMulti_in_synpred36_InternalSuite16786); ruleOpMulti(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred36_InternalSuite // $ANTLR start synpred37_InternalSuite public final void synpred37_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8214:3: ( ( () 'as' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8214:4: ( () 'as' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8214:4: ( () 'as' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8214:5: () 'as' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8214:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8215:1: { } match(input,109,FollowSets001.FOLLOW_109_in_synpred37_InternalSuite17380); if (state.failed) return ; } } } // $ANTLR end synpred37_InternalSuite // $ANTLR start synpred38_InternalSuite public final void synpred38_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8274:2: ( ( () ( ( ruleOpPostfix ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8274:3: ( () ( ( ruleOpPostfix ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8274:3: ( () ( ( ruleOpPostfix ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8274:4: () ( ( ruleOpPostfix ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8274:4: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8275:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8275:2: ( ( ruleOpPostfix ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8276:1: ( ruleOpPostfix ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8276:1: ( ruleOpPostfix ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8277:3: ruleOpPostfix { pushFollow(FollowSets001.FOLLOW_ruleOpPostfix_in_synpred38_InternalSuite17537); ruleOpPostfix(); state._fsp--; if (state.failed) return ; } } } } } // $ANTLR end synpred38_InternalSuite // $ANTLR start synpred39_InternalSuite public final void synpred39_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:4: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:5: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:5: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:6: () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8364:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8365:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8365:2: ( '.' | ( ( '::' ) ) ) int alt284=2; int LA284_0 = input.LA(1); if ( (LA284_0==31) ) { alt284=1; } else if ( (LA284_0==112) ) { alt284=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 284, 0, input); throw nvae; } switch (alt284) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8365:4: '.' { match(input,31,FollowSets001.FOLLOW_31_in_synpred39_InternalSuite17792); if (state.failed) return ; } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8367:6: ( ( '::' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8367:6: ( ( '::' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8368:1: ( '::' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8368:1: ( '::' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8369:2: '::' { match(input,112,FollowSets001.FOLLOW_112_in_synpred39_InternalSuite17806); if (state.failed) return ; } } } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8373:3: ( ( ruleFeatureCallID ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8374:1: ( ruleFeatureCallID ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8374:1: ( ruleFeatureCallID ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8375:3: ruleFeatureCallID { pushFollow(FollowSets001.FOLLOW_ruleFeatureCallID_in_synpred39_InternalSuite17822); ruleFeatureCallID(); state._fsp--; if (state.failed) return ; } } pushFollow(FollowSets001.FOLLOW_ruleOpSingleAssign_in_synpred39_InternalSuite17828); ruleOpSingleAssign(); state._fsp--; if (state.failed) return ; } } } // $ANTLR end synpred39_InternalSuite // $ANTLR start synpred40_InternalSuite public final void synpred40_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445:8: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445:9: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445:9: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445:10: () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8445:10: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8446:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8446:2: ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) int alt285=3; switch ( input.LA(1) ) { case 31: { alt285=1; } break; case 113: { alt285=2; } break; case 112: { alt285=3; } break; default: if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 285, 0, input); throw nvae; } switch (alt285) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8446:4: '.' { match(input,31,FollowSets001.FOLLOW_31_in_synpred40_InternalSuite17970); if (state.failed) return ; } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8448:6: ( ( '?.' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8448:6: ( ( '?.' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8449:1: ( '?.' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8449:1: ( '?.' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8450:2: '?.' { match(input,113,FollowSets001.FOLLOW_113_in_synpred40_InternalSuite17984); if (state.failed) return ; } } } break; case 3 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8455:6: ( ( '::' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8455:6: ( ( '::' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8456:1: ( '::' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8456:1: ( '::' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8457:2: '::' { match(input,112,FollowSets001.FOLLOW_112_in_synpred40_InternalSuite18004); if (state.failed) return ; } } } break; } } } } // $ANTLR end synpred40_InternalSuite // $ANTLR start synpred41_InternalSuite public final void synpred41_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8566:4: ( ( '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8567:1: ( '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8567:1: ( '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8568:2: '(' { match(input,43,FollowSets001.FOLLOW_43_in_synpred41_InternalSuite18231); if (state.failed) return ; } } } // $ANTLR end synpred41_InternalSuite // $ANTLR start synpred42_InternalSuite public final void synpred42_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8587:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8587:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8587:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8587:6: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8587:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8588:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8588:2: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? int alt287=2; int LA287_0 = input.LA(1); if ( (LA287_0==RULE_ID||LA287_0==28||LA287_0==32||(LA287_0>=36 && LA287_0<=37)||(LA287_0>=40 && LA287_0<=43)||LA287_0==45||(LA287_0>=47 && LA287_0<=48)||(LA287_0>=50 && LA287_0<=61)||(LA287_0>=64 && LA287_0<=66)||(LA287_0>=68 && LA287_0<=71)) ) { alt287=1; } switch (alt287) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8588:3: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8588:3: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8589:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8589:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8590:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred42_InternalSuite18283); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8592:2: ( ',' ( ( ruleJvmFormalParameter ) ) )* loop286: do { int alt286=2; int LA286_0 = input.LA(1); if ( (LA286_0==34) ) { alt286=1; } switch (alt286) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8592:4: ',' ( ( ruleJvmFormalParameter ) ) { match(input,34,FollowSets001.FOLLOW_34_in_synpred42_InternalSuite18290); if (state.failed) return ; // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8593:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8594:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8594:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8595:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred42_InternalSuite18297); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } } break; default : break loop286; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8597:6: ( ( '|' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8598:1: ( '|' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8598:1: ( '|' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8599:2: '|' { match(input,114,FollowSets001.FOLLOW_114_in_synpred42_InternalSuite18311); if (state.failed) return ; } } } } } // $ANTLR end synpred42_InternalSuite // $ANTLR start synpred43_InternalSuite public final void synpred43_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8666:4: ( ( () '[' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8666:5: ( () '[' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8666:5: ( () '[' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8666:6: () '[' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8666:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8667:1: { } match(input,83,FollowSets001.FOLLOW_83_in_synpred43_InternalSuite18431); if (state.failed) return ; } } } // $ANTLR end synpred43_InternalSuite // $ANTLR start synpred44_InternalSuite public final void synpred44_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8737:7: ( ( () 'synchronized' '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8737:8: ( () 'synchronized' '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8737:8: ( () 'synchronized' '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8737:9: () 'synchronized' '(' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8737:9: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8738:1: { } match(input,60,FollowSets001.FOLLOW_60_in_synpred44_InternalSuite18620); if (state.failed) return ; match(input,43,FollowSets001.FOLLOW_43_in_synpred44_InternalSuite18624); if (state.failed) return ; } } } // $ANTLR end synpred44_InternalSuite // $ANTLR start synpred45_InternalSuite public final void synpred45_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8780:7: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8780:8: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8780:8: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8780:9: () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8780:9: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8781:1: { } match(input,118,FollowSets001.FOLLOW_118_in_synpred45_InternalSuite18746); if (state.failed) return ; match(input,43,FollowSets001.FOLLOW_43_in_synpred45_InternalSuite18750); if (state.failed) return ; // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8783:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8784:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8784:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8785:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred45_InternalSuite18757); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } match(input,67,FollowSets001.FOLLOW_67_in_synpred45_InternalSuite18763); if (state.failed) return ; } } } // $ANTLR end synpred45_InternalSuite // $ANTLR start synpred46_InternalSuite public final void synpred46_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8898:7: ( ( () '[' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8898:8: ( () '[' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8898:8: ( () '[' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8898:9: () '[' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8898:9: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:8899:1: { } match(input,83,FollowSets001.FOLLOW_83_in_synpred46_InternalSuite19085); if (state.failed) return ; } } } // $ANTLR end synpred46_InternalSuite // $ANTLR start synpred48_InternalSuite public final void synpred48_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9190:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9190:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9190:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9190:6: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9190:6: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? int alt289=2; int LA289_0 = input.LA(1); if ( (LA289_0==RULE_ID||LA289_0==28||LA289_0==32||(LA289_0>=36 && LA289_0<=37)||(LA289_0>=40 && LA289_0<=43)||LA289_0==45||(LA289_0>=47 && LA289_0<=48)||(LA289_0>=50 && LA289_0<=61)||(LA289_0>=64 && LA289_0<=66)||(LA289_0>=68 && LA289_0<=71)) ) { alt289=1; } switch (alt289) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9190:7: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9190:7: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9191:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9191:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9192:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred48_InternalSuite19835); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9194:2: ( ',' ( ( ruleJvmFormalParameter ) ) )* loop288: do { int alt288=2; int LA288_0 = input.LA(1); if ( (LA288_0==34) ) { alt288=1; } switch (alt288) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9194:4: ',' ( ( ruleJvmFormalParameter ) ) { match(input,34,FollowSets001.FOLLOW_34_in_synpred48_InternalSuite19842); if (state.failed) return ; // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9195:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9196:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9196:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9197:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred48_InternalSuite19849); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } } break; default : break loop288; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9199:6: ( ( '|' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9200:1: ( '|' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9200:1: ( '|' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9201:2: '|' { match(input,114,FollowSets001.FOLLOW_114_in_synpred48_InternalSuite19863); if (state.failed) return ; } } } } } // $ANTLR end synpred48_InternalSuite // $ANTLR start synpred50_InternalSuite public final void synpred50_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9560:4: ( 'else' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:9560:6: 'else' { match(input,116,FollowSets001.FOLLOW_116_in_synpred50_InternalSuite20646); if (state.failed) return ; } } // $ANTLR end synpred50_InternalSuite // $ANTLR start synpred52_InternalSuite public final void synpred52_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188:3: ( ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188:4: ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188:4: ( () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188:5: () ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10188:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10189:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10189:2: ( ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) | ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) ) int alt295=2; int LA295_0 = input.LA(1); if ( ((LA295_0>=62 && LA295_0<=63)) ) { alt295=1; } else if ( (LA295_0==47) ) { alt295=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 295, 0, input); throw nvae; } switch (alt295) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10189:3: ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10189:3: ( ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10189:4: ( ( ( 'var' ) ) | 'val' ) ( ( 'extension' ) )? { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10189:4: ( ( ( 'var' ) ) | 'val' ) int alt292=2; int LA292_0 = input.LA(1); if ( (LA292_0==63) ) { alt292=1; } else if ( (LA292_0==62) ) { alt292=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 292, 0, input); throw nvae; } switch (alt292) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10189:5: ( ( 'var' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10189:5: ( ( 'var' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10190:1: ( 'var' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10190:1: ( 'var' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10191:2: 'var' { match(input,63,FollowSets001.FOLLOW_63_in_synpred52_InternalSuite21982); if (state.failed) return ; } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10196:7: 'val' { match(input,62,FollowSets001.FOLLOW_62_in_synpred52_InternalSuite21998); if (state.failed) return ; } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10197:2: ( ( 'extension' ) )? int alt293=2; int LA293_0 = input.LA(1); if ( (LA293_0==47) ) { alt293=1; } switch (alt293) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10198:1: ( 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10198:1: ( 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10199:2: 'extension' { match(input,47,FollowSets001.FOLLOW_47_in_synpred52_InternalSuite22007); if (state.failed) return ; } } break; } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10204:6: ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10204:6: ( ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10204:7: ( ( 'extension' ) ) ( ( ( 'var' ) ) | 'val' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10204:7: ( ( 'extension' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10205:1: ( 'extension' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10205:1: ( 'extension' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10206:2: 'extension' { match(input,47,FollowSets001.FOLLOW_47_in_synpred52_InternalSuite22030); if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10210:2: ( ( ( 'var' ) ) | 'val' ) int alt294=2; int LA294_0 = input.LA(1); if ( (LA294_0==63) ) { alt294=1; } else if ( (LA294_0==62) ) { alt294=2; } else { if (state.backtracking>0) {state.failed=true; return ;} NoViableAltException nvae = new NoViableAltException("", 294, 0, input); throw nvae; } switch (alt294) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10210:3: ( ( 'var' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10210:3: ( ( 'var' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10211:1: ( 'var' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10211:1: ( 'var' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10212:2: 'var' { match(input,63,FollowSets001.FOLLOW_63_in_synpred52_InternalSuite22045); if (state.failed) return ; } } } break; case 2 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10217:7: 'val' { match(input,62,FollowSets001.FOLLOW_62_in_synpred52_InternalSuite22061); if (state.failed) return ; } break; } } } break; } } } } // $ANTLR end synpred52_InternalSuite // $ANTLR start synpred53_InternalSuite public final void synpred53_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10327:4: ( ( '(' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10328:1: ( '(' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10328:1: ( '(' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10329:2: '(' { match(input,43,FollowSets001.FOLLOW_43_in_synpred53_InternalSuite22313); if (state.failed) return ; } } } // $ANTLR end synpred53_InternalSuite // $ANTLR start synpred54_InternalSuite public final void synpred54_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10348:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10348:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10348:5: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10348:6: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10348:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10349:1: { } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10349:2: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? int alt297=2; int LA297_0 = input.LA(1); if ( (LA297_0==RULE_ID||LA297_0==28||LA297_0==32||(LA297_0>=36 && LA297_0<=37)||(LA297_0>=40 && LA297_0<=43)||LA297_0==45||(LA297_0>=47 && LA297_0<=48)||(LA297_0>=50 && LA297_0<=61)||(LA297_0>=64 && LA297_0<=66)||(LA297_0>=68 && LA297_0<=71)) ) { alt297=1; } switch (alt297) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10349:3: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10349:3: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10350:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10350:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10351:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred54_InternalSuite22365); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10353:2: ( ',' ( ( ruleJvmFormalParameter ) ) )* loop296: do { int alt296=2; int LA296_0 = input.LA(1); if ( (LA296_0==34) ) { alt296=1; } switch (alt296) { case 1 : // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10353:4: ',' ( ( ruleJvmFormalParameter ) ) { match(input,34,FollowSets001.FOLLOW_34_in_synpred54_InternalSuite22372); if (state.failed) return ; // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10354:1: ( ( ruleJvmFormalParameter ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10355:1: ( ruleJvmFormalParameter ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10355:1: ( ruleJvmFormalParameter ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10356:1: ruleJvmFormalParameter { pushFollow(FollowSets001.FOLLOW_ruleJvmFormalParameter_in_synpred54_InternalSuite22379); ruleJvmFormalParameter(); state._fsp--; if (state.failed) return ; } } } break; default : break loop296; } } while (true); } break; } // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10358:6: ( ( '|' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10359:1: ( '|' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10359:1: ( '|' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10360:2: '|' { match(input,114,FollowSets001.FOLLOW_114_in_synpred54_InternalSuite22393); if (state.failed) return ; } } } } } // $ANTLR end synpred54_InternalSuite // $ANTLR start synpred55_InternalSuite public final void synpred55_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10427:4: ( ( () '[' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10427:5: ( () '[' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10427:5: ( () '[' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10427:6: () '[' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10427:6: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10428:1: { } match(input,83,FollowSets001.FOLLOW_83_in_synpred55_InternalSuite22513); if (state.failed) return ; } } } // $ANTLR end synpred55_InternalSuite // $ANTLR start synpred56_InternalSuite public final void synpred56_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10761: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' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING | RULE_RICH_TEXT | RULE_RICH_TEXT_START ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g: { if ( input.LA(1)==RULE_STRING||(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)==28||input.LA(1)==30||(input.LA(1)>=32 && input.LA(1)<=33)||(input.LA(1)>=36 && input.LA(1)<=38)||(input.LA(1)>=40 && input.LA(1)<=43)||(input.LA(1)>=47 && input.LA(1)<=61)||(input.LA(1)>=64 && input.LA(1)<=66)||(input.LA(1)>=68 && input.LA(1)<=71)||input.LA(1)==73||(input.LA(1)>=82 && input.LA(1)<=83)||input.LA(1)==103||input.LA(1)==108||input.LA(1)==115||(input.LA(1)>=118 && input.LA(1)<=128) ) { 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 synpred56_InternalSuite // $ANTLR start synpred57_InternalSuite public final void synpred57_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10878:5: ( 'catch' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10878:7: 'catch' { match(input,130,FollowSets001.FOLLOW_130_in_synpred57_InternalSuite23878); if (state.failed) return ; } } // $ANTLR end synpred57_InternalSuite // $ANTLR start synpred58_InternalSuite public final void synpred58_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10897:5: ( 'finally' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:10897:7: 'finally' { match(input,129,FollowSets001.FOLLOW_129_in_synpred58_InternalSuite23908); if (state.failed) return ; } } // $ANTLR end synpred58_InternalSuite // $ANTLR start synpred61_InternalSuite public final void synpred61_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11196:2: ( ( () ruleArrayBrackets ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11196:3: ( () ruleArrayBrackets ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11196:3: ( () ruleArrayBrackets ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11196:4: () ruleArrayBrackets { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11196:4: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11197:1: { } pushFollow(FollowSets001.FOLLOW_ruleArrayBrackets_in_synpred61_InternalSuite24659); ruleArrayBrackets(); state._fsp--; if (state.failed) return ; } } } // $ANTLR end synpred61_InternalSuite // $ANTLR start synpred62_InternalSuite public final void synpred62_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11381:4: ( '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11381:6: '<' { match(input,33,FollowSets001.FOLLOW_33_in_synpred62_InternalSuite25111); if (state.failed) return ; } } // $ANTLR end synpred62_InternalSuite // $ANTLR start synpred63_InternalSuite public final void synpred63_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11430:3: ( ( () '.' ) ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11430:4: ( () '.' ) { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11430:4: ( () '.' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11430:5: () '.' { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11430:5: () // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11431:1: { } match(input,31,FollowSets001.FOLLOW_31_in_synpred63_InternalSuite25206); if (state.failed) return ; } } } // $ANTLR end synpred63_InternalSuite // $ANTLR start synpred64_InternalSuite public final void synpred64_InternalSuite_fragment() throws RecognitionException { // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11457:4: ( '<' ) // ../org.jnario.suite/src-gen/org/jnario/suite/parser/antlr/internal/InternalSuite.g:11457:6: '<' { match(input,33,FollowSets001.FOLLOW_33_in_synpred64_InternalSuite25263); if (state.failed) return ; } } // $ANTLR end synpred64_InternalSuite // Delegated rules public final boolean synpred14_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred14_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred36_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred39_InternalSuite_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 synpred58_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred58_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred8_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred61_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred33_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred12_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred31_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred4_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred15_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred40_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred53_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred63_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred7_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred41_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred17_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred3_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred56_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred21_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred2_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred5_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred45_InternalSuite_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred26_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred26_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred44_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred57_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred30_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred11_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred43_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred54_InternalSuite_fragment(); // can never throw exception } catch (RecognitionException re) { System.err.println("impossible: "+re); } boolean success = !state.failed; input.rewind(start); state.backtracking--; state.failed=false; return success; } public final boolean synpred48_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred48_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred24_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred32_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred16_InternalSuite_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 synpred46_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred46_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred37_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred64_InternalSuite_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 synpred50_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred50_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred28_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred27_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred38_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred19_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred62_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred52_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred29_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred55_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred9_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred6_InternalSuite_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 synpred18_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred18_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred1_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred42_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred20_InternalSuite_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 synpred25_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred25_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred34_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred35_InternalSuite_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_InternalSuite() { state.backtracking++; int start = input.mark(); try { synpred13_InternalSuite_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 DFA9 dfa9 = new DFA9(this); protected DFA30 dfa30 = new DFA30(this); protected DFA62 dfa62 = new DFA62(this); protected DFA40 dfa40 = new DFA40(this); protected DFA38 dfa38 = new DFA38(this); protected DFA111 dfa111 = new DFA111(this); protected DFA72 dfa72 = new DFA72(this); protected DFA66 dfa66 = new DFA66(this); protected DFA68 dfa68 = new DFA68(this); protected DFA71 dfa71 = new DFA71(this); protected DFA79 dfa79 = new DFA79(this); protected DFA114 dfa114 = new DFA114(this); protected DFA117 dfa117 = new DFA117(this); protected DFA120 dfa120 = new DFA120(this); protected DFA136 dfa136 = new DFA136(this); protected DFA139 dfa139 = new DFA139(this); protected DFA141 dfa141 = new DFA141(this); protected DFA144 dfa144 = new DFA144(this); protected DFA143 dfa143 = new DFA143(this); protected DFA145 dfa145 = new DFA145(this); protected DFA151 dfa151 = new DFA151(this); protected DFA150 dfa150 = new DFA150(this); protected DFA154 dfa154 = new DFA154(this); protected DFA171 dfa171 = new DFA171(this); protected DFA170 dfa170 = new DFA170(this); protected DFA176 dfa176 = new DFA176(this); protected DFA179 dfa179 = new DFA179(this); protected DFA182 dfa182 = new DFA182(this); protected DFA181 dfa181 = new DFA181(this); protected DFA191 dfa191 = new DFA191(this); protected DFA194 dfa194 = new DFA194(this); protected DFA210 dfa210 = new DFA210(this); protected DFA209 dfa209 = new DFA209(this); protected DFA211 dfa211 = new DFA211(this); protected DFA213 dfa213 = new DFA213(this); protected DFA222 dfa222 = new DFA222(this); protected DFA243 dfa243 = new DFA243(this); protected DFA242 dfa242 = new DFA242(this); protected DFA244 dfa244 = new DFA244(this); protected DFA248 dfa248 = new DFA248(this); protected DFA265 dfa265 = new DFA265(this); protected DFA264 dfa264 = new DFA264(this); protected DFA263 dfa263 = new DFA263(this); protected DFA275 dfa275 = new DFA275(this); static final String DFA9_eotS = "\12\uffff"; static final String DFA9_eofS = "\1\1\11\uffff"; static final String DFA9_minS = "\1\4\1\uffff\1\10\6\0\1\uffff"; static final String DFA9_maxS = "\1\u0084\1\uffff\1\171\6\0\1\uffff"; static final String DFA9_acceptS = "\1\uffff\1\2\7\uffff\1\1"; static final String DFA9_specialS = "\3\uffff\1\2\1\5\1\1\1\3\1\0\1\4\1\uffff}>"; static final String[] DFA9_transitionS = { "\1\1\1\uffff\1\1\1\uffff\12\1\12\uffff\3\1\1\2\53\1\6\uffff\41\1\1\uffff\20\1\1\uffff\1\1", "", "\1\3\23\uffff\1\1\3\uffff\2\1\2\uffff\2\1\2\uffff\2\1\1\5\4\uffff\2\1\1\uffff\14\1\2\uffff\2\1\1\4\1\uffff\1\6\1\7\1\10\1\1\40\uffff\1\1\20\uffff\1\1", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "" }; static final short[] DFA9_eot = DFA.unpackEncodedString(DFA9_eotS); static final short[] DFA9_eof = DFA.unpackEncodedString(DFA9_eofS); static final char[] DFA9_min = DFA.unpackEncodedStringToUnsignedChars(DFA9_minS); static final char[] DFA9_max = DFA.unpackEncodedStringToUnsignedChars(DFA9_maxS); static final short[] DFA9_accept = DFA.unpackEncodedString(DFA9_acceptS); static final short[] DFA9_special = DFA.unpackEncodedString(DFA9_specialS); static final short[][] DFA9_transition; static { int numStates = DFA9_transitionS.length; DFA9_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA9_transition[i] = DFA.unpackEncodedString(DFA9_transitionS[i]); } } class DFA9 extends DFA { public DFA9(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 9; this.eot = DFA9_eot; this.eof = DFA9_eof; this.min = DFA9_min; this.max = DFA9_max; this.accept = DFA9_accept; this.special = DFA9_special; this.transition = DFA9_transition; } public String getDescription() { return "()* loopback of 402: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 LA9_7 = input.LA(1); int index9_7 = input.index(); input.rewind(); s = -1; if ( (synpred1_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index9_7); if ( s>=0 ) return s; break; case 1 : int LA9_5 = input.LA(1); int index9_5 = input.index(); input.rewind(); s = -1; if ( (synpred1_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index9_5); if ( s>=0 ) return s; break; case 2 : int LA9_3 = input.LA(1); int index9_3 = input.index(); input.rewind(); s = -1; if ( (synpred1_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index9_3); if ( s>=0 ) return s; break; case 3 : int LA9_6 = input.LA(1); int index9_6 = input.index(); input.rewind(); s = -1; if ( (synpred1_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index9_6); if ( s>=0 ) return s; break; case 4 : int LA9_8 = input.LA(1); int index9_8 = input.index(); input.rewind(); s = -1; if ( (synpred1_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index9_8); if ( s>=0 ) return s; break; case 5 : int LA9_4 = input.LA(1); int index9_4 = input.index(); input.rewind(); s = -1; if ( (synpred1_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index9_4); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 9, _s, input); error(nvae); throw nvae; } } static final String DFA30_eotS = "\22\uffff"; static final String DFA30_eofS = "\22\uffff"; static final String DFA30_minS = "\16\34\4\uffff"; static final String DFA30_maxS = "\16\75\4\uffff"; static final String DFA30_acceptS = "\16\uffff\1\1\1\2\1\3\1\4"; static final String DFA30_specialS = "\22\uffff}>"; static final String[] DFA30_transitionS = { "\1\4\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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\3\uffff\1\16\7\uffff\1\17\1\20\1\21\7\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[] DFA30_eot = DFA.unpackEncodedString(DFA30_eotS); static final short[] DFA30_eof = DFA.unpackEncodedString(DFA30_eofS); static final char[] DFA30_min = DFA.unpackEncodedStringToUnsignedChars(DFA30_minS); static final char[] DFA30_max = DFA.unpackEncodedStringToUnsignedChars(DFA30_maxS); static final short[] DFA30_accept = DFA.unpackEncodedString(DFA30_acceptS); static final short[] DFA30_special = DFA.unpackEncodedString(DFA30_specialS); static final short[][] DFA30_transition; static { int numStates = DFA30_transitionS.length; DFA30_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA30_transition[i] = DFA.unpackEncodedString(DFA30_transitionS[i]); } } class DFA30 extends DFA { public DFA30(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 30; this.eot = DFA30_eot; this.eof = DFA30_eof; this.min = DFA30_min; this.max = DFA30_max; this.accept = DFA30_accept; this.special = DFA30_special; this.transition = DFA30_transition; } public String getDescription() { return "470: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 DFA62_eotS = "\32\uffff"; static final String DFA62_eofS = "\23\uffff\6\16\1\uffff"; static final String DFA62_minS = "\16\10\1\uffff\1\10\3\uffff\6\10\1\uffff"; static final String DFA62_maxS = "\16\106\1\uffff\1\123\3\uffff\6\121\1\uffff"; static final String DFA62_acceptS = "\16\uffff\1\1\1\uffff\1\2\1\3\1\4\6\uffff\1\5"; static final String DFA62_specialS = "\32\uffff}>"; static final String[] DFA62_transitionS = { "\1\16\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\23\uffff\1\4\3\uffff\1\20\7\uffff\1\21\1\22\1\17\1\16\1\uffff\1\16\4\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\26\uffff\1\16\1\uffff\1\16\10\uffff\1\25\27\uffff\1\24\1\uffff\1\26\1\27\1\30\14\uffff\1\16", "", "", "", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\31\5\16\1\uffff\2\16\3\uffff\16\16\2\uffff\1\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\31\5\16\1\uffff\2\16\3\uffff\16\16\2\uffff\1\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\31\5\16\1\uffff\2\16\3\uffff\16\16\2\uffff\1\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\31\5\16\1\uffff\2\16\3\uffff\16\16\2\uffff\1\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\31\5\16\1\uffff\2\16\3\uffff\16\16\2\uffff\1\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\31\5\16\1\uffff\2\16\3\uffff\16\16\2\uffff\1\16\1\uffff\3\16\12\uffff\1\16", "" }; 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 "1180: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 DFA40_eotS = "\20\uffff"; static final String DFA40_eofS = "\20\uffff"; static final String DFA40_minS = "\16\10\2\uffff"; static final String DFA40_maxS = "\16\106\2\uffff"; static final String DFA40_acceptS = "\16\uffff\1\1\1\2"; static final String DFA40_specialS = "\20\uffff}>"; static final String[] DFA40_transitionS = { "\1\17\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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\23\uffff\1\4\15\uffff\2\17\1\uffff\1\17\4\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[] 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 "1180: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 DFA38_eotS = "\47\uffff"; static final String DFA38_eofS = "\1\uffff\6\10\2\uffff\6\7\30\uffff"; static final String DFA38_minS = "\7\10\2\uffff\36\10"; static final String DFA38_maxS = "\1\106\6\123\2\uffff\36\123"; static final String DFA38_acceptS = "\7\uffff\1\1\1\2\36\uffff"; static final String DFA38_specialS = "\47\uffff}>"; static final String[] DFA38_transitionS = { "\1\1\41\uffff\1\3\1\7\1\uffff\1\7\24\uffff\1\2\1\uffff\1\4\1\5\1\6", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "", "", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\25\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\27\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\41\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\43\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\42\1\uffff\1\44\1\45\1\46\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\41\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\43\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\42\1\uffff\1\44\1\45\1\46\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\2\10\3\uffff\16\10\2\uffff\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\25\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\27\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\25\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\27\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\2\7\3\uffff\16\7\2\uffff\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10" }; static final short[] DFA38_eot = DFA.unpackEncodedString(DFA38_eotS); static final short[] DFA38_eof = DFA.unpackEncodedString(DFA38_eofS); static final char[] DFA38_min = DFA.unpackEncodedStringToUnsignedChars(DFA38_minS); static final char[] DFA38_max = DFA.unpackEncodedStringToUnsignedChars(DFA38_maxS); static final short[] DFA38_accept = DFA.unpackEncodedString(DFA38_acceptS); static final short[] DFA38_special = DFA.unpackEncodedString(DFA38_specialS); static final short[][] DFA38_transition; static { int numStates = DFA38_transitionS.length; DFA38_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA38_transition[i] = DFA.unpackEncodedString(DFA38_transitionS[i]); } } class DFA38 extends DFA { public DFA38(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 38; this.eot = DFA38_eot; this.eof = DFA38_eof; this.min = DFA38_min; this.max = DFA38_max; this.accept = DFA38_accept; this.special = DFA38_special; this.transition = DFA38_transition; } public String getDescription() { return "1240:3: ( (lv_type_6_0= ruleJvmTypeReference ) )?"; } } static final String DFA111_eotS = "\34\uffff"; static final String DFA111_eofS = "\25\uffff\6\16\1\uffff"; static final String DFA111_minS = "\16\10\1\uffff\1\10\5\uffff\6\10\1\uffff"; static final String DFA111_maxS = "\16\106\1\uffff\1\123\5\uffff\6\121\1\uffff"; static final String DFA111_acceptS = "\16\uffff\1\1\1\uffff\1\2\1\3\1\4\1\5\1\6\6\uffff\1\7"; static final String DFA111_specialS = "\34\uffff}>"; static final String[] DFA111_transitionS = { "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "\1\16\23\uffff\1\4\3\uffff\1\22\7\uffff\1\23\1\24\1\17\1\16\1\uffff\1\16\1\uffff\1\16\1\uffff\1\21\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\20\1\16\1\uffff\3\16", "", "\1\25\26\uffff\1\16\1\uffff\1\16\10\uffff\1\27\27\uffff\1\26\1\uffff\1\30\1\31\1\32\14\uffff\1\16", "", "", "", "", "", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\33\5\16\1\uffff\3\16\1\uffff\22\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\33\5\16\1\uffff\3\16\1\uffff\22\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\33\5\16\1\uffff\3\16\1\uffff\22\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\33\5\16\1\uffff\3\16\1\uffff\22\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\33\5\16\1\uffff\3\16\1\uffff\22\16\1\uffff\3\16\12\uffff\1\16", "\1\16\23\uffff\2\16\2\uffff\1\16\5\uffff\1\33\5\16\1\uffff\3\16\1\uffff\22\16\1\uffff\3\16\12\uffff\1\16", "" }; static final short[] DFA111_eot = DFA.unpackEncodedString(DFA111_eotS); static final short[] DFA111_eof = DFA.unpackEncodedString(DFA111_eofS); static final char[] DFA111_min = DFA.unpackEncodedStringToUnsignedChars(DFA111_minS); static final char[] DFA111_max = DFA.unpackEncodedStringToUnsignedChars(DFA111_maxS); static final short[] DFA111_accept = DFA.unpackEncodedString(DFA111_acceptS); static final short[] DFA111_special = DFA.unpackEncodedString(DFA111_specialS); static final short[][] DFA111_transition; static { int numStates = DFA111_transitionS.length; DFA111_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA111_transition[i] = DFA.unpackEncodedString(DFA111_transitionS[i]); } } class DFA111 extends DFA { public DFA111(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 111; this.eot = DFA111_eot; this.eof = DFA111_eof; this.min = DFA111_min; this.max = DFA111_max; this.accept = DFA111_accept; this.special = DFA111_special; this.transition = DFA111_transition; } public String getDescription() { return "1932: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= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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= ';' )? ) | ( () ( (lv_modifiers_61_0= ruleCommonModifier ) )* otherlv_62= 'new' (otherlv_63= '<' ( (lv_typeParameters_64_0= ruleJvmTypeParameter ) ) (otherlv_65= ',' ( (lv_typeParameters_66_0= ruleJvmTypeParameter ) ) )* otherlv_67= '>' )? otherlv_68= '(' ( ( (lv_parameters_69_0= ruleParameter ) ) (otherlv_70= ',' ( (lv_parameters_71_0= ruleParameter ) ) )* )? otherlv_72= ')' (otherlv_73= 'throws' ( (lv_exceptions_74_0= ruleJvmTypeReference ) ) (otherlv_75= ',' ( (lv_exceptions_76_0= ruleJvmTypeReference ) ) )* )? ( (lv_expression_77_0= ruleXBlockExpression ) ) ) | ( () ( (lv_modifiers_79_0= ruleCommonModifier ) )* otherlv_80= 'class' ( (lv_name_81_0= ruleValidID ) ) (otherlv_82= '<' ( (lv_typeParameters_83_0= ruleJvmTypeParameter ) ) (otherlv_84= ',' ( (lv_typeParameters_85_0= ruleJvmTypeParameter ) ) )* otherlv_86= '>' )? (otherlv_87= 'extends' ( (lv_extends_88_0= ruleJvmParameterizedTypeReference ) ) )? (otherlv_89= 'implements' ( (lv_implements_90_0= ruleJvmParameterizedTypeReference ) ) (otherlv_91= ',' ( (lv_implements_92_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_93= '{' ( (lv_members_94_0= ruleMember ) )* otherlv_95= '}' ) | ( () ( (lv_modifiers_97_0= ruleCommonModifier ) )* otherlv_98= 'interface' ( (lv_name_99_0= ruleValidID ) ) (otherlv_100= '<' ( (lv_typeParameters_101_0= ruleJvmTypeParameter ) ) (otherlv_102= ',' ( (lv_typeParameters_103_0= ruleJvmTypeParameter ) ) )* otherlv_104= '>' )? (otherlv_105= 'extends' ( (lv_extends_106_0= ruleJvmParameterizedTypeReference ) ) (otherlv_107= ',' ( (lv_extends_108_0= ruleJvmParameterizedTypeReference ) ) )* )? otherlv_109= '{' ( (lv_members_110_0= ruleMember ) )* otherlv_111= '}' ) | ( () ( (lv_modifiers_113_0= ruleCommonModifier ) )* otherlv_114= 'enum' ( (lv_name_115_0= ruleValidID ) ) otherlv_116= '{' ( ( (lv_members_117_0= ruleXtendEnumLiteral ) ) (otherlv_118= ',' ( (lv_members_119_0= ruleXtendEnumLiteral ) ) )* )? (otherlv_120= ';' )? otherlv_121= '}' ) | ( () ( (lv_modifiers_123_0= ruleCommonModifier ) )* otherlv_124= 'annotation' ( (lv_name_125_0= ruleValidID ) ) otherlv_126= '{' ( (lv_members_127_0= ruleAnnotationField ) )* otherlv_128= '}' ) )"; } } static final String DFA72_eotS = "\24\uffff"; static final String DFA72_eofS = "\24\uffff"; static final String DFA72_minS = "\3\10\2\uffff\15\10\2\uffff"; static final String DFA72_maxS = "\3\106\2\uffff\15\106\2\uffff"; static final String DFA72_acceptS = "\3\uffff\1\2\1\4\15\uffff\1\1\1\3"; static final String DFA72_specialS = "\24\uffff}>"; static final String[] DFA72_transitionS = { "\1\4\41\uffff\2\4\1\uffff\1\4\1\uffff\1\3\16\uffff\1\1\1\2\2\uffff\1\4\1\uffff\3\4", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "", "", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "\1\22\23\uffff\1\10\15\uffff\2\22\1\uffff\1\22\1\uffff\1\23\2\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\22\1\uffff\3\22", "", "" }; static final short[] DFA72_eot = DFA.unpackEncodedString(DFA72_eotS); static final short[] DFA72_eof = DFA.unpackEncodedString(DFA72_eofS); static final char[] DFA72_min = DFA.unpackEncodedStringToUnsignedChars(DFA72_minS); static final char[] DFA72_max = DFA.unpackEncodedStringToUnsignedChars(DFA72_maxS); static final short[] DFA72_accept = DFA.unpackEncodedString(DFA72_acceptS); static final short[] DFA72_special = DFA.unpackEncodedString(DFA72_specialS); static final short[][] DFA72_transition; static { int numStates = DFA72_transitionS.length; DFA72_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA72_transition[i] = DFA.unpackEncodedString(DFA72_transitionS[i]); } } class DFA72 extends DFA { public DFA72(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 72; this.eot = DFA72_eot; this.eof = DFA72_eof; this.min = DFA72_min; this.max = DFA72_max; this.accept = DFA72_accept; this.special = DFA72_special; this.transition = DFA72_transition; } public String getDescription() { return "1956: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 DFA66_eotS = "\47\uffff"; static final String DFA66_eofS = "\1\uffff\6\10\2\uffff\6\7\30\uffff"; static final String DFA66_minS = "\7\10\2\uffff\36\10"; static final String DFA66_maxS = "\1\106\6\123\2\uffff\36\123"; static final String DFA66_acceptS = "\7\uffff\1\1\1\2\36\uffff"; static final String DFA66_specialS = "\47\uffff}>"; static final String[] DFA66_transitionS = { "\1\1\41\uffff\1\3\1\7\1\uffff\1\7\24\uffff\1\2\1\uffff\1\4\1\5\1\6", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\3\10\1\uffff\21\10\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\3\10\1\uffff\21\10\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\3\10\1\uffff\21\10\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\3\10\1\uffff\21\10\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\3\10\1\uffff\21\10\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "\1\11\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\13\1\10\1\uffff\3\10\1\uffff\21\10\1\12\1\uffff\1\14\1\15\1\16\12\uffff\1\10\1\uffff\1\7", "", "", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\25\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\41\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\43\1\10\1\uffff\3\10\1\uffff\21\10\1\42\1\uffff\1\44\1\45\1\46\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\5\uffff\3\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\41\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\43\1\10\1\uffff\3\10\1\uffff\21\10\1\42\1\uffff\1\44\1\45\1\46\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\33\23\uffff\2\10\1\uffff\1\7\1\10\1\7\4\uffff\4\10\1\35\1\10\1\uffff\3\10\1\uffff\21\10\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\10\1\uffff\1\7", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\25\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\5\uffff\3\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\25\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10", "\1\17\23\uffff\2\7\1\uffff\1\10\1\7\1\10\4\uffff\4\7\1\21\1\7\1\uffff\3\7\1\uffff\21\7\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\7\1\uffff\1\10" }; static final short[] DFA66_eot = DFA.unpackEncodedString(DFA66_eotS); static final short[] DFA66_eof = DFA.unpackEncodedString(DFA66_eofS); static final char[] DFA66_min = DFA.unpackEncodedStringToUnsignedChars(DFA66_minS); static final char[] DFA66_max = DFA.unpackEncodedStringToUnsignedChars(DFA66_maxS); static final short[] DFA66_accept = DFA.unpackEncodedString(DFA66_acceptS); static final short[] DFA66_special = DFA.unpackEncodedString(DFA66_specialS); static final short[][] DFA66_transition; static { int numStates = DFA66_transitionS.length; DFA66_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA66_transition[i] = DFA.unpackEncodedString(DFA66_transitionS[i]); } } class DFA66 extends DFA { public DFA66(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 66; this.eot = DFA66_eot; this.eof = DFA66_eof; this.min = DFA66_min; this.max = DFA66_max; this.accept = DFA66_accept; this.special = DFA66_special; this.transition = DFA66_transition; } public String getDescription() { return "1992:3: ( (lv_type_6_0= ruleJvmTypeReference ) )?"; } } static final String DFA68_eotS = "\41\uffff"; static final String DFA68_eofS = "\1\7\6\16\32\uffff"; static final String DFA68_minS = "\7\10\1\uffff\6\10\1\uffff\22\10"; static final String DFA68_maxS = "\1\121\6\123\1\uffff\6\123\1\uffff\22\123"; static final String DFA68_acceptS = "\7\uffff\1\2\6\uffff\1\1\22\uffff"; static final String DFA68_specialS = "\41\uffff}>"; static final String[] DFA68_transitionS = { "\1\1\23\uffff\2\7\2\uffff\1\7\6\uffff\3\7\1\3\1\7\1\uffff\3\7\1\uffff\21\7\1\2\1\uffff\1\4\1\5\1\6\12\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\17\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\21\1\16\1\uffff\3\16\1\uffff\21\16\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\33\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\35\1\7\1\uffff\3\7\1\uffff\21\7\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\33\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\35\1\7\1\uffff\3\7\1\uffff\21\7\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\17\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\21\1\16\1\uffff\3\16\1\uffff\21\16\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\17\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\21\1\16\1\uffff\3\16\1\uffff\21\16\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7" }; 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 "2099:2: ( (lv_name_12_0= ruleValidID ) )?"; } } static final String DFA71_eotS = "\41\uffff"; static final String DFA71_eofS = "\1\7\6\16\32\uffff"; static final String DFA71_minS = "\7\10\1\uffff\6\10\1\uffff\22\10"; static final String DFA71_maxS = "\1\121\6\123\1\uffff\6\123\1\uffff\22\123"; static final String DFA71_acceptS = "\7\uffff\1\2\6\uffff\1\1\22\uffff"; static final String DFA71_specialS = "\41\uffff}>"; static final String[] DFA71_transitionS = { "\1\1\23\uffff\2\7\2\uffff\1\7\6\uffff\3\7\1\3\1\7\1\uffff\3\7\1\uffff\21\7\1\2\1\uffff\1\4\1\5\1\6\12\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\17\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\21\1\16\1\uffff\3\16\1\uffff\21\16\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\33\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\35\1\7\1\uffff\3\7\1\uffff\21\7\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\5\uffff\3\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\33\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\35\1\7\1\uffff\3\7\1\uffff\21\7\1\34\1\uffff\1\36\1\37\1\40\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\25\23\uffff\2\7\1\uffff\1\16\1\7\1\16\4\uffff\4\7\1\27\1\7\1\uffff\3\7\1\uffff\21\7\1\26\1\uffff\1\30\1\31\1\32\12\uffff\1\7\1\uffff\1\16", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\17\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\21\1\16\1\uffff\3\16\1\uffff\21\16\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\5\uffff\3\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\17\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\21\1\16\1\uffff\3\16\1\uffff\21\16\1\20\1\uffff\1\22\1\23\1\24\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7", "\1\10\23\uffff\2\16\1\uffff\1\7\1\16\1\7\4\uffff\4\16\1\12\1\16\1\uffff\3\16\1\uffff\21\16\1\11\1\uffff\1\13\1\14\1\15\12\uffff\1\16\1\uffff\1\7" }; static final short[] DFA71_eot = DFA.unpackEncodedString(DFA71_eotS); static final short[] DFA71_eof = DFA.unpackEncodedString(DFA71_eofS); static final char[] DFA71_min = DFA.unpackEncodedStringToUnsignedChars(DFA71_minS); static final char[] DFA71_max = DFA.unpackEncodedStringToUnsignedChars(DFA71_maxS); static final short[] DFA71_accept = DFA.unpackEncodedString(DFA71_acceptS); static final short[] DFA71_special = DFA.unpackEncodedString(DFA71_specialS); static final short[][] DFA71_transition; static { int numStates = DFA71_transitionS.length; DFA71_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA71_transition[i] = DFA.unpackEncodedString(DFA71_transitionS[i]); } } class DFA71 extends DFA { public DFA71(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 71; this.eot = DFA71_eot; this.eof = DFA71_eof; this.min = DFA71_min; this.max = DFA71_max; this.accept = DFA71_accept; this.special = DFA71_special; this.transition = DFA71_transition; } public String getDescription() { return "2205:2: ( (lv_name_18_0= ruleValidID ) )?"; } } static final String DFA79_eotS = "\51\uffff"; static final String DFA79_eofS = "\51\uffff"; static final String DFA79_minS = "\1\10\10\0\40\uffff"; static final String DFA79_maxS = "\1\157\10\0\40\uffff"; static final String DFA79_acceptS = "\11\uffff\1\5\33\uffff\1\1\1\2\1\3\1\4"; static final String DFA79_specialS = "\1\uffff\1\0\1\1\1\2\1\3\1\4\1\5\1\6\1\7\40\uffff}>"; static final String[] DFA79_transitionS = { "\1\1\25\uffff\1\11\2\uffff\1\11\1\uffff\1\11\6\uffff\1\3\1\7\1\uffff\1\10\24\uffff\1\2\1\uffff\1\4\1\5\1\6\16\uffff\14\11\1\uffff\13\11\1\uffff\2\11", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA79_eot = DFA.unpackEncodedString(DFA79_eotS); static final short[] DFA79_eof = DFA.unpackEncodedString(DFA79_eofS); static final char[] DFA79_min = DFA.unpackEncodedStringToUnsignedChars(DFA79_minS); static final char[] DFA79_max = DFA.unpackEncodedStringToUnsignedChars(DFA79_maxS); static final short[] DFA79_accept = DFA.unpackEncodedString(DFA79_acceptS); static final short[] DFA79_special = DFA.unpackEncodedString(DFA79_specialS); static final short[][] DFA79_transition; static { int numStates = DFA79_transitionS.length; DFA79_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA79_transition[i] = DFA.unpackEncodedString(DFA79_transitionS[i]); } } class DFA79 extends DFA { public DFA79(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 79; this.eot = DFA79_eot; this.eof = DFA79_eof; this.min = DFA79_min; this.max = DFA79_max; this.accept = DFA79_accept; this.special = DFA79_special; this.transition = DFA79_transition; } public String getDescription() { return "2414:3: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleCreateExtensionInfo ) ) ( ( ruleValidID ) ) '(' ) )=> ( ( (lv_returnType_34_0= ruleJvmTypeReference ) ) ( (lv_createExtensionInfo_35_0= ruleCreateExtensionInfo ) ) ( (lv_name_36_0= ruleValidID ) ) otherlv_37= '(' ) ) | ( ( ( ( ( ruleTypeReferenceWithTypeArgs ) ) ( ( ruleFunctionID ) ) '(' ) )=> ( ( (lv_returnType_38_0= ruleTypeReferenceWithTypeArgs ) ) ( (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 LA79_1 = input.LA(1); int index79_1 = input.index(); input.rewind(); s = -1; if ( (synpred2_InternalSuite()) ) {s = 37;} else if ( (synpred3_InternalSuite()) ) {s = 38;} else if ( (synpred4_InternalSuite()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index79_1); if ( s>=0 ) return s; break; case 1 : int LA79_2 = input.LA(1); int index79_2 = input.index(); input.rewind(); s = -1; if ( (synpred2_InternalSuite()) ) {s = 37;} else if ( (synpred3_InternalSuite()) ) {s = 38;} else if ( (synpred4_InternalSuite()) ) {s = 39;} else if ( (synpred5_InternalSuite()) ) {s = 40;} else if ( (true) ) {s = 9;} input.seek(index79_2); if ( s>=0 ) return s; break; case 2 : int LA79_3 = input.LA(1); int index79_3 = input.index(); input.rewind(); s = -1; if ( (synpred2_InternalSuite()) ) {s = 37;} else if ( (synpred3_InternalSuite()) ) {s = 38;} else if ( (synpred4_InternalSuite()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index79_3); if ( s>=0 ) return s; break; case 3 : int LA79_4 = input.LA(1); int index79_4 = input.index(); input.rewind(); s = -1; if ( (synpred2_InternalSuite()) ) {s = 37;} else if ( (synpred3_InternalSuite()) ) {s = 38;} else if ( (synpred4_InternalSuite()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index79_4); if ( s>=0 ) return s; break; case 4 : int LA79_5 = input.LA(1); int index79_5 = input.index(); input.rewind(); s = -1; if ( (synpred2_InternalSuite()) ) {s = 37;} else if ( (synpred3_InternalSuite()) ) {s = 38;} else if ( (synpred4_InternalSuite()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index79_5); if ( s>=0 ) return s; break; case 5 : int LA79_6 = input.LA(1); int index79_6 = input.index(); input.rewind(); s = -1; if ( (synpred2_InternalSuite()) ) {s = 37;} else if ( (synpred3_InternalSuite()) ) {s = 38;} else if ( (synpred4_InternalSuite()) ) {s = 39;} else if ( (true) ) {s = 9;} input.seek(index79_6); if ( s>=0 ) return s; break; case 6 : int LA79_7 = input.LA(1); int index79_7 = input.index(); input.rewind(); s = -1; if ( (synpred2_InternalSuite()) ) {s = 37;} else if ( (synpred3_InternalSuite()) ) {s = 38;} input.seek(index79_7); if ( s>=0 ) return s; break; case 7 : int LA79_8 = input.LA(1); int index79_8 = input.index(); input.rewind(); s = -1; if ( (synpred2_InternalSuite()) ) {s = 37;} else if ( (synpred3_InternalSuite()) ) {s = 38;} else if ( (true) ) {s = 9;} input.seek(index79_8); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 79, _s, input); error(nvae); throw nvae; } } static final String DFA114_eotS = "\21\uffff"; static final String DFA114_eofS = "\21\uffff"; static final String DFA114_minS = "\1\10\6\37\1\uffff\1\10\2\uffff\6\37"; static final String DFA114_maxS = "\1\106\6\123\1\uffff\1\106\2\uffff\6\123"; static final String DFA114_acceptS = "\7\uffff\1\3\1\uffff\1\1\1\2\6\uffff"; static final String DFA114_specialS = "\21\uffff}>"; static final String[] DFA114_transitionS = { "\1\1\41\uffff\1\3\1\7\1\uffff\1\7\24\uffff\1\2\1\uffff\1\4\1\5\1\6", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12", "", "\1\13\41\uffff\1\15\27\uffff\1\14\1\uffff\1\16\1\17\1\20", "", "", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12", "\1\10\1\uffff\1\11\61\uffff\1\12" }; static final short[] DFA114_eot = DFA.unpackEncodedString(DFA114_eotS); static final short[] DFA114_eof = DFA.unpackEncodedString(DFA114_eofS); static final char[] DFA114_min = DFA.unpackEncodedStringToUnsignedChars(DFA114_minS); static final char[] DFA114_max = DFA.unpackEncodedStringToUnsignedChars(DFA114_maxS); static final short[] DFA114_accept = DFA.unpackEncodedString(DFA114_acceptS); static final short[] DFA114_special = DFA.unpackEncodedString(DFA114_specialS); static final short[][] DFA114_transition; static { int numStates = DFA114_transitionS.length; DFA114_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA114_transition[i] = DFA.unpackEncodedString(DFA114_transitionS[i]); } } class DFA114 extends DFA { public DFA114(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 114; this.eot = DFA114_eot; this.eof = DFA114_eof; this.min = DFA114_min; this.max = DFA114_max; this.accept = DFA114_accept; this.special = DFA114_special; this.transition = DFA114_transition; } public String getDescription() { return "3556:1: ( (this_ParameterizedTypeReferenceWithTypeArgs_0= ruleParameterizedTypeReferenceWithTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | (this_TypeReferenceNoTypeArgs_3= ruleTypeReferenceNoTypeArgs ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )+ ) | this_XFunctionTypeRef_6= ruleXFunctionTypeRef )"; } } static final String DFA117_eotS = "\50\uffff"; static final String DFA117_eofS = "\1\2\47\uffff"; static final String DFA117_minS = "\1\10\1\0\46\uffff"; static final String DFA117_maxS = "\1\157\1\0\46\uffff"; static final String DFA117_acceptS = "\2\uffff\1\2\44\uffff\1\1"; static final String DFA117_specialS = "\1\uffff\1\0\46\uffff}>"; static final String[] DFA117_transitionS = { "\1\2\25\uffff\2\2\1\uffff\1\1\1\uffff\1\2\6\uffff\1\2\2\uffff\1\2\24\uffff\1\2\1\uffff\3\2\14\uffff\1\2\1\uffff\14\2\1\uffff\13\2\1\uffff\2\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA117_eot = DFA.unpackEncodedString(DFA117_eotS); static final short[] DFA117_eof = DFA.unpackEncodedString(DFA117_eofS); static final char[] DFA117_min = DFA.unpackEncodedStringToUnsignedChars(DFA117_minS); static final char[] DFA117_max = DFA.unpackEncodedStringToUnsignedChars(DFA117_maxS); static final short[] DFA117_accept = DFA.unpackEncodedString(DFA117_acceptS); static final short[] DFA117_special = DFA.unpackEncodedString(DFA117_specialS); static final short[][] DFA117_transition; static { int numStates = DFA117_transitionS.length; DFA117_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA117_transition[i] = DFA.unpackEncodedString(DFA117_transitionS[i]); } } class DFA117 extends DFA { public DFA117(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 117; this.eot = DFA117_eot; this.eof = DFA117_eof; this.min = DFA117_min; this.max = DFA117_max; this.accept = DFA117_accept; this.special = DFA117_special; this.transition = DFA117_transition; } public String getDescription() { return "3726: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 LA117_1 = input.LA(1); int index117_1 = input.index(); input.rewind(); s = -1; if ( (synpred9_InternalSuite()) ) {s = 39;} else if ( (true) ) {s = 2;} input.seek(index117_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 117, _s, input); error(nvae); throw nvae; } } static final String DFA120_eotS = "\16\uffff"; static final String DFA120_eofS = "\2\uffff\2\7\10\uffff\2\10"; static final String DFA120_minS = "\1\36\1\uffff\1\41\1\43\10\uffff\1\41\1\43"; static final String DFA120_maxS = "\1\157\1\uffff\1\56\1\144\10\uffff\1\56\1\132"; static final String DFA120_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 DFA120_specialS = "\16\uffff}>"; static final String[] DFA120_transitionS = { "\1\12\2\uffff\1\2\1\uffff\1\3\11\uffff\1\10\47\uffff\5\1\1\7\1\4\1\5\4\6\1\uffff\5\10\1\12\4\11\1\12\1\uffff\2\13", "", "\1\14\11\uffff\1\7\1\uffff\1\10\1\7", "\1\15\7\uffff\1\7\56\uffff\1\1\11\uffff\1\10", "", "", "", "", "", "", "", "", "\1\10\11\uffff\1\10\2\uffff\1\1", "\1\10\7\uffff\1\10\56\uffff\1\1" }; static final short[] DFA120_eot = DFA.unpackEncodedString(DFA120_eotS); static final short[] DFA120_eof = DFA.unpackEncodedString(DFA120_eofS); static final char[] DFA120_min = DFA.unpackEncodedStringToUnsignedChars(DFA120_minS); static final char[] DFA120_max = DFA.unpackEncodedStringToUnsignedChars(DFA120_maxS); static final short[] DFA120_accept = DFA.unpackEncodedString(DFA120_acceptS); static final short[] DFA120_special = DFA.unpackEncodedString(DFA120_specialS); static final short[][] DFA120_transition; static { int numStates = DFA120_transitionS.length; DFA120_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA120_transition[i] = DFA.unpackEncodedString(DFA120_transitionS[i]); } } class DFA120 extends DFA { public DFA120(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 120; this.eot = DFA120_eot; this.eof = DFA120_eof; this.min = DFA120_min; this.max = DFA120_max; this.accept = DFA120_accept; this.special = DFA120_special; this.transition = DFA120_transition; } public String getDescription() { return "3840: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 DFA136_eotS = "\37\uffff"; static final String DFA136_eofS = "\37\uffff"; static final String DFA136_minS = "\1\10\6\0\30\uffff"; static final String DFA136_maxS = "\1\107\6\0\30\uffff"; static final String DFA136_acceptS = "\7\uffff\2\1\1\2\25\uffff"; static final String DFA136_specialS = "\1\0\1\1\1\2\1\3\1\4\1\5\1\6\30\uffff}>"; static final String[] DFA136_transitionS = { "\1\1\23\uffff\1\11\3\uffff\1\11\3\uffff\2\11\2\uffff\2\11\1\3\1\7\1\uffff\1\10\2\uffff\1\11\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[] DFA136_eot = DFA.unpackEncodedString(DFA136_eotS); static final short[] DFA136_eof = DFA.unpackEncodedString(DFA136_eofS); static final char[] DFA136_min = DFA.unpackEncodedStringToUnsignedChars(DFA136_minS); static final char[] DFA136_max = DFA.unpackEncodedStringToUnsignedChars(DFA136_maxS); static final short[] DFA136_accept = DFA.unpackEncodedString(DFA136_acceptS); static final short[] DFA136_special = DFA.unpackEncodedString(DFA136_specialS); static final short[][] DFA136_transition; static { int numStates = DFA136_transitionS.length; DFA136_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA136_transition[i] = DFA.unpackEncodedString(DFA136_transitionS[i]); } } class DFA136 extends DFA { public DFA136(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 136; this.eot = DFA136_eot; this.eof = DFA136_eof; this.min = DFA136_min; this.max = DFA136_max; this.accept = DFA136_accept; this.special = DFA136_special; this.transition = DFA136_transition; } public String getDescription() { return "4800: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 LA136_0 = input.LA(1); int index136_0 = input.index(); input.rewind(); s = -1; if ( (LA136_0==RULE_ID) ) {s = 1;} else if ( (LA136_0==66) ) {s = 2;} else if ( (LA136_0==42) ) {s = 3;} else if ( (LA136_0==68) ) {s = 4;} else if ( (LA136_0==69) ) {s = 5;} else if ( (LA136_0==70) ) {s = 6;} else if ( (LA136_0==43) && (synpred11_InternalSuite())) {s = 7;} else if ( (LA136_0==45) && (synpred11_InternalSuite())) {s = 8;} else if ( (LA136_0==28||LA136_0==32||(LA136_0>=36 && LA136_0<=37)||(LA136_0>=40 && LA136_0<=41)||LA136_0==48||(LA136_0>=50 && LA136_0<=61)||(LA136_0>=64 && LA136_0<=65)||LA136_0==71) ) {s = 9;} input.seek(index136_0); if ( s>=0 ) return s; break; case 1 : int LA136_1 = input.LA(1); int index136_1 = input.index(); input.rewind(); s = -1; if ( (synpred11_InternalSuite()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index136_1); if ( s>=0 ) return s; break; case 2 : int LA136_2 = input.LA(1); int index136_2 = input.index(); input.rewind(); s = -1; if ( (synpred11_InternalSuite()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index136_2); if ( s>=0 ) return s; break; case 3 : int LA136_3 = input.LA(1); int index136_3 = input.index(); input.rewind(); s = -1; if ( (synpred11_InternalSuite()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index136_3); if ( s>=0 ) return s; break; case 4 : int LA136_4 = input.LA(1); int index136_4 = input.index(); input.rewind(); s = -1; if ( (synpred11_InternalSuite()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index136_4); if ( s>=0 ) return s; break; case 5 : int LA136_5 = input.LA(1); int index136_5 = input.index(); input.rewind(); s = -1; if ( (synpred11_InternalSuite()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index136_5); if ( s>=0 ) return s; break; case 6 : int LA136_6 = input.LA(1); int index136_6 = input.index(); input.rewind(); s = -1; if ( (synpred11_InternalSuite()) ) {s = 8;} else if ( (true) ) {s = 9;} input.seek(index136_6); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 136, _s, input); error(nvae); throw nvae; } } static final String DFA139_eotS = "\154\uffff"; static final String DFA139_eofS = "\1\2\153\uffff"; static final String DFA139_minS = "\1\6\1\0\152\uffff"; static final String DFA139_maxS = "\1\u0082\1\0\152\uffff"; static final String DFA139_acceptS = "\2\uffff\1\2\150\uffff\1\1"; static final String DFA139_specialS = "\1\uffff\1\0\152\uffff}>"; static final String[] DFA139_transitionS = { "\1\2\1\uffff\12\2\12\uffff\12\2\1\1\7\2\1\uffff\31\2\1\uffff\2\2\6\uffff\41\2\1\uffff\20\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA139_eot = DFA.unpackEncodedString(DFA139_eotS); static final short[] DFA139_eof = DFA.unpackEncodedString(DFA139_eofS); static final char[] DFA139_min = DFA.unpackEncodedStringToUnsignedChars(DFA139_minS); static final char[] DFA139_max = DFA.unpackEncodedStringToUnsignedChars(DFA139_maxS); static final short[] DFA139_accept = DFA.unpackEncodedString(DFA139_acceptS); static final short[] DFA139_special = DFA.unpackEncodedString(DFA139_specialS); static final short[][] DFA139_transition; static { int numStates = DFA139_transitionS.length; DFA139_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA139_transition[i] = DFA.unpackEncodedString(DFA139_transitionS[i]); } } class DFA139 extends DFA { public DFA139(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 139; this.eot = DFA139_eot; this.eof = DFA139_eof; this.min = DFA139_min; this.max = DFA139_max; this.accept = DFA139_accept; this.special = DFA139_special; this.transition = DFA139_transition; } public String getDescription() { return "4915:1: ( ( ( ( () '{' ) )=> ( () otherlv_2= '{' ) ) ( (lv_members_3_0= ruleMember ) )* otherlv_4= '}' )?"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA139_1 = input.LA(1); int index139_1 = input.index(); input.rewind(); s = -1; if ( (synpred12_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 2;} input.seek(index139_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 139, _s, input); error(nvae); throw nvae; } } static final String DFA141_eotS = "\154\uffff"; static final String DFA141_eofS = "\1\2\153\uffff"; static final String DFA141_minS = "\1\6\1\0\152\uffff"; static final String DFA141_maxS = "\1\u0082\1\0\152\uffff"; static final String DFA141_acceptS = "\2\uffff\1\2\150\uffff\1\1"; static final String DFA141_specialS = "\1\uffff\1\0\152\uffff}>"; static final String[] DFA141_transitionS = { "\1\2\1\uffff\12\2\12\uffff\5\2\1\1\14\2\1\uffff\31\2\1\uffff\2\2\6\uffff\41\2\1\uffff\20\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA141_eot = DFA.unpackEncodedString(DFA141_eotS); static final short[] DFA141_eof = DFA.unpackEncodedString(DFA141_eofS); static final char[] DFA141_min = DFA.unpackEncodedStringToUnsignedChars(DFA141_minS); static final char[] DFA141_max = DFA.unpackEncodedStringToUnsignedChars(DFA141_maxS); static final short[] DFA141_accept = DFA.unpackEncodedString(DFA141_acceptS); static final short[] DFA141_special = DFA.unpackEncodedString(DFA141_specialS); static final short[][] DFA141_transition; static { int numStates = DFA141_transitionS.length; DFA141_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA141_transition[i] = DFA.unpackEncodedString(DFA141_transitionS[i]); } } class DFA141 extends DFA { public DFA141(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 141; this.eot = DFA141_eot; this.eof = DFA141_eof; this.min = DFA141_min; this.max = DFA141_max; this.accept = DFA141_accept; this.special = DFA141_special; this.transition = DFA141_transition; } public String getDescription() { return "4995: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 LA141_1 = input.LA(1); int index141_1 = input.index(); input.rewind(); s = -1; if ( (synpred13_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 2;} input.seek(index141_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 141, _s, input); error(nvae); throw nvae; } } static final String DFA144_eotS = "\154\uffff"; static final String DFA144_eofS = "\1\2\153\uffff"; static final String DFA144_minS = "\1\6\1\0\152\uffff"; static final String DFA144_maxS = "\1\u0082\1\0\152\uffff"; static final String DFA144_acceptS = "\2\uffff\1\2\150\uffff\1\1"; static final String DFA144_specialS = "\1\uffff\1\0\152\uffff}>"; static final String[] DFA144_transitionS = { "\1\2\1\uffff\12\2\12\uffff\17\2\1\1\2\2\1\uffff\31\2\1\uffff\2\2\6\uffff\41\2\1\uffff\20\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA144_eot = DFA.unpackEncodedString(DFA144_eotS); static final short[] DFA144_eof = DFA.unpackEncodedString(DFA144_eofS); static final char[] DFA144_min = DFA.unpackEncodedStringToUnsignedChars(DFA144_minS); static final char[] DFA144_max = DFA.unpackEncodedStringToUnsignedChars(DFA144_maxS); static final short[] DFA144_accept = DFA.unpackEncodedString(DFA144_acceptS); static final short[] DFA144_special = DFA.unpackEncodedString(DFA144_specialS); static final short[][] DFA144_transition; static { int numStates = DFA144_transitionS.length; DFA144_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA144_transition[i] = DFA.unpackEncodedString(DFA144_transitionS[i]); } } class DFA144 extends DFA { public DFA144(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 144; this.eot = DFA144_eot; this.eof = DFA144_eof; this.min = DFA144_min; this.max = DFA144_max; this.accept = DFA144_accept; this.special = DFA144_special; this.transition = DFA144_transition; } public String getDescription() { return "5044: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 LA144_1 = input.LA(1); int index144_1 = input.index(); input.rewind(); s = -1; if ( (synpred14_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 2;} input.seek(index144_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 144, _s, input); error(nvae); throw nvae; } } static final String DFA143_eotS = "\75\uffff"; static final String DFA143_eofS = "\75\uffff"; static final String DFA143_minS = "\1\6\10\0\1\uffff\26\0\35\uffff"; static final String DFA143_maxS = "\1\u0080\10\0\1\uffff\26\0\35\uffff"; static final String DFA143_acceptS = "\11\uffff\1\1\26\uffff\1\1\1\2\32\uffff\1\3"; static final String DFA143_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\35\uffff}>"; static final String[] DFA143_transitionS = { "\1\41\1\uffff\1\2\2\41\4\uffff\3\41\12\uffff\1\25\1\uffff\1\41\1\uffff\1\13\1\41\2\uffff\1\17\1\21\1\41\1\uffff\1\23\1\16\1\4\1\10\1\74\1\11\1\uffff\1\1\1\32\1\41\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\1\41\10\uffff\2\41\23\uffff\1\41\4\uffff\1\41\5\uffff\1\40\1\41\2\uffff\13\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[] 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 "5065: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 LA143_0 = input.LA(1); int index143_0 = input.index(); input.rewind(); s = -1; if ( (LA143_0==47) ) {s = 1;} else if ( (LA143_0==RULE_ID) ) {s = 2;} else if ( (LA143_0==66) ) {s = 3;} else if ( (LA143_0==42) ) {s = 4;} else if ( (LA143_0==68) ) {s = 5;} else if ( (LA143_0==69) ) {s = 6;} else if ( (LA143_0==70) ) {s = 7;} else if ( (LA143_0==43) ) {s = 8;} else if ( (LA143_0==45) && (synpred15_InternalSuite())) {s = 9;} else if ( (LA143_0==53) ) {s = 10;} else if ( (LA143_0==32) ) {s = 11;} else if ( (LA143_0==64) ) {s = 12;} else if ( (LA143_0==55) ) {s = 13;} else if ( (LA143_0==41) ) {s = 14;} else if ( (LA143_0==36) ) {s = 15;} else if ( (LA143_0==56) ) {s = 16;} else if ( (LA143_0==37) ) {s = 17;} else if ( (LA143_0==71) ) {s = 18;} else if ( (LA143_0==40) ) {s = 19;} else if ( (LA143_0==65) ) {s = 20;} else if ( (LA143_0==28) ) {s = 21;} else if ( (LA143_0==50) ) {s = 22;} else if ( (LA143_0==51) ) {s = 23;} else if ( (LA143_0==52) ) {s = 24;} else if ( (LA143_0==54) ) {s = 25;} else if ( (LA143_0==48) ) {s = 26;} else if ( (LA143_0==57) ) {s = 27;} else if ( (LA143_0==58) ) {s = 28;} else if ( (LA143_0==59) ) {s = 29;} else if ( (LA143_0==60) ) {s = 30;} else if ( (LA143_0==61) ) {s = 31;} else if ( (LA143_0==114) && (synpred15_InternalSuite())) {s = 32;} else if ( (LA143_0==RULE_STRING||(LA143_0>=RULE_RICH_TEXT && LA143_0<=RULE_RICH_TEXT_START)||(LA143_0>=RULE_HEX && LA143_0<=RULE_DECIMAL)||LA143_0==30||LA143_0==33||LA143_0==38||LA143_0==49||LA143_0==73||(LA143_0>=82 && LA143_0<=83)||LA143_0==103||LA143_0==108||LA143_0==115||(LA143_0>=118 && LA143_0<=128)) ) {s = 33;} else if ( (LA143_0==44) ) {s = 60;} 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_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} 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_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} 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_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} 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_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} 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_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} 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_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_6); if ( s>=0 ) return s; break; case 7 : int LA143_7 = input.LA(1); int index143_7 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_7); if ( s>=0 ) return s; break; case 8 : int LA143_8 = input.LA(1); int index143_8 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_8); if ( s>=0 ) return s; break; case 9 : int LA143_10 = input.LA(1); int index143_10 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_10); if ( s>=0 ) return s; break; case 10 : int LA143_11 = input.LA(1); int index143_11 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_11); if ( s>=0 ) return s; break; case 11 : int LA143_12 = input.LA(1); int index143_12 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_12); if ( s>=0 ) return s; break; case 12 : int LA143_13 = input.LA(1); int index143_13 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_13); if ( s>=0 ) return s; break; case 13 : int LA143_14 = input.LA(1); int index143_14 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_14); if ( s>=0 ) return s; break; case 14 : int LA143_15 = input.LA(1); int index143_15 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_15); if ( s>=0 ) return s; break; case 15 : int LA143_16 = input.LA(1); int index143_16 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_16); if ( s>=0 ) return s; break; case 16 : int LA143_17 = input.LA(1); int index143_17 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_17); if ( s>=0 ) return s; break; case 17 : int LA143_18 = input.LA(1); int index143_18 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_18); if ( s>=0 ) return s; break; case 18 : int LA143_19 = input.LA(1); int index143_19 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_19); if ( s>=0 ) return s; break; case 19 : int LA143_20 = input.LA(1); int index143_20 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_20); if ( s>=0 ) return s; break; case 20 : int LA143_21 = input.LA(1); int index143_21 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_21); if ( s>=0 ) return s; break; case 21 : int LA143_22 = input.LA(1); int index143_22 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_22); if ( s>=0 ) return s; break; case 22 : int LA143_23 = input.LA(1); int index143_23 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_23); if ( s>=0 ) return s; break; case 23 : int LA143_24 = input.LA(1); int index143_24 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_24); if ( s>=0 ) return s; break; case 24 : int LA143_25 = input.LA(1); int index143_25 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_25); if ( s>=0 ) return s; break; case 25 : int LA143_26 = input.LA(1); int index143_26 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_26); if ( s>=0 ) return s; break; case 26 : int LA143_27 = input.LA(1); int index143_27 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_27); if ( s>=0 ) return s; break; case 27 : int LA143_28 = input.LA(1); int index143_28 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_28); if ( s>=0 ) return s; break; case 28 : int LA143_29 = input.LA(1); int index143_29 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_29); if ( s>=0 ) return s; break; case 29 : int LA143_30 = input.LA(1); int index143_30 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_30); if ( s>=0 ) return s; break; case 30 : int LA143_31 = input.LA(1); int index143_31 = input.index(); input.rewind(); s = -1; if ( (synpred15_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index143_31); 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 DFA145_eotS = "\154\uffff"; static final String DFA145_eofS = "\1\2\153\uffff"; static final String DFA145_minS = "\1\6\1\0\152\uffff"; static final String DFA145_maxS = "\1\u0082\1\0\152\uffff"; static final String DFA145_acceptS = "\2\uffff\1\2\150\uffff\1\1"; static final String DFA145_specialS = "\1\uffff\1\0\152\uffff}>"; static final String[] DFA145_transitionS = { "\1\2\1\uffff\12\2\12\uffff\22\2\1\uffff\31\2\1\uffff\2\2\6\uffff\2\2\1\1\36\2\1\uffff\20\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA145_eot = DFA.unpackEncodedString(DFA145_eotS); static final short[] DFA145_eof = DFA.unpackEncodedString(DFA145_eofS); static final char[] DFA145_min = DFA.unpackEncodedStringToUnsignedChars(DFA145_minS); static final char[] DFA145_max = DFA.unpackEncodedStringToUnsignedChars(DFA145_maxS); static final short[] DFA145_accept = DFA.unpackEncodedString(DFA145_acceptS); static final short[] DFA145_special = DFA.unpackEncodedString(DFA145_specialS); static final short[][] DFA145_transition; static { int numStates = DFA145_transitionS.length; DFA145_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA145_transition[i] = DFA.unpackEncodedString(DFA145_transitionS[i]); } } class DFA145 extends DFA { public DFA145(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 145; this.eot = DFA145_eot; this.eof = DFA145_eof; this.min = DFA145_min; this.max = DFA145_max; this.accept = DFA145_accept; this.special = DFA145_special; this.transition = DFA145_transition; } public String getDescription() { return "5144: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 LA145_1 = input.LA(1); int index145_1 = input.index(); input.rewind(); s = -1; if ( (synpred16_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 2;} input.seek(index145_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 145, _s, input); error(nvae); throw nvae; } } static final String DFA151_eotS = "\74\uffff"; static final String DFA151_eofS = "\74\uffff"; static final String DFA151_minS = "\1\6\1\0\72\uffff"; static final String DFA151_maxS = "\1\u0080\1\0\72\uffff"; static final String DFA151_acceptS = "\2\uffff\1\2\70\uffff\1\1"; static final String DFA151_specialS = "\1\uffff\1\0\72\uffff}>"; static final String[] DFA151_transitionS = { "\1\2\1\uffff\3\2\4\uffff\3\2\12\uffff\1\2\1\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\3\2\1\1\1\uffff\1\2\1\uffff\17\2\2\uffff\3\2\1\uffff\4\2\1\uffff\1\2\10\uffff\2\2\23\uffff\1\2\4\uffff\1\2\6\uffff\1\2\2\uffff\13\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA151_eot = DFA.unpackEncodedString(DFA151_eotS); static final short[] DFA151_eof = DFA.unpackEncodedString(DFA151_eofS); static final char[] DFA151_min = DFA.unpackEncodedStringToUnsignedChars(DFA151_minS); static final char[] DFA151_max = DFA.unpackEncodedStringToUnsignedChars(DFA151_maxS); static final short[] DFA151_accept = DFA.unpackEncodedString(DFA151_acceptS); static final short[] DFA151_special = DFA.unpackEncodedString(DFA151_specialS); static final short[][] DFA151_transition; static { int numStates = DFA151_transitionS.length; DFA151_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA151_transition[i] = DFA.unpackEncodedString(DFA151_transitionS[i]); } } class DFA151 extends DFA { public DFA151(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 151; this.eot = DFA151_eot; this.eof = DFA151_eof; this.min = DFA151_min; this.max = DFA151_max; this.accept = DFA151_accept; this.special = DFA151_special; this.transition = DFA151_transition; } public String getDescription() { return "5379: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 LA151_1 = input.LA(1); int index151_1 = input.index(); input.rewind(); s = -1; if ( (synpred17_InternalSuite()) ) {s = 59;} else if ( (true) ) {s = 2;} input.seek(index151_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 151, _s, input); error(nvae); throw nvae; } } static final String DFA150_eotS = "\73\uffff"; static final String DFA150_eofS = "\73\uffff"; static final String DFA150_minS = "\1\6\10\0\1\uffff\26\0\33\uffff"; static final String DFA150_maxS = "\1\u0080\10\0\1\uffff\26\0\33\uffff"; static final String DFA150_acceptS = "\11\uffff\1\1\26\uffff\1\2\32\uffff"; static final String DFA150_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\33\uffff}>"; static final String[] DFA150_transitionS = { "\1\40\1\uffff\1\2\2\40\4\uffff\3\40\12\uffff\1\25\1\uffff\1\40\1\uffff\1\13\1\40\2\uffff\1\17\1\21\1\40\1\uffff\1\23\1\16\1\4\1\10\1\uffff\1\11\1\uffff\1\1\1\32\1\40\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\1\40\10\uffff\2\40\23\uffff\1\40\4\uffff\1\40\6\uffff\1\40\2\uffff\13\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[] 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 "5434: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 LA150_0 = input.LA(1); int index150_0 = input.index(); input.rewind(); s = -1; if ( (LA150_0==47) ) {s = 1;} else if ( (LA150_0==RULE_ID) ) {s = 2;} else if ( (LA150_0==66) ) {s = 3;} else if ( (LA150_0==42) ) {s = 4;} else if ( (LA150_0==68) ) {s = 5;} else if ( (LA150_0==69) ) {s = 6;} else if ( (LA150_0==70) ) {s = 7;} else if ( (LA150_0==43) ) {s = 8;} else if ( (LA150_0==45) && (synpred18_InternalSuite())) {s = 9;} else if ( (LA150_0==53) ) {s = 10;} else if ( (LA150_0==32) ) {s = 11;} else if ( (LA150_0==64) ) {s = 12;} else if ( (LA150_0==55) ) {s = 13;} else if ( (LA150_0==41) ) {s = 14;} else if ( (LA150_0==36) ) {s = 15;} else if ( (LA150_0==56) ) {s = 16;} else if ( (LA150_0==37) ) {s = 17;} else if ( (LA150_0==71) ) {s = 18;} else if ( (LA150_0==40) ) {s = 19;} else if ( (LA150_0==65) ) {s = 20;} else if ( (LA150_0==28) ) {s = 21;} else if ( (LA150_0==50) ) {s = 22;} else if ( (LA150_0==51) ) {s = 23;} else if ( (LA150_0==52) ) {s = 24;} else if ( (LA150_0==54) ) {s = 25;} else if ( (LA150_0==48) ) {s = 26;} else if ( (LA150_0==57) ) {s = 27;} else if ( (LA150_0==58) ) {s = 28;} else if ( (LA150_0==59) ) {s = 29;} else if ( (LA150_0==60) ) {s = 30;} else if ( (LA150_0==61) ) {s = 31;} else if ( (LA150_0==RULE_STRING||(LA150_0>=RULE_RICH_TEXT && LA150_0<=RULE_RICH_TEXT_START)||(LA150_0>=RULE_HEX && LA150_0<=RULE_DECIMAL)||LA150_0==30||LA150_0==33||LA150_0==38||LA150_0==49||LA150_0==73||(LA150_0>=82 && LA150_0<=83)||LA150_0==103||LA150_0==108||LA150_0==115||(LA150_0>=118 && LA150_0<=128)) ) {s = 32;} input.seek(index150_0); if ( s>=0 ) return s; break; case 1 : int LA150_1 = input.LA(1); int index150_1 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_1); if ( s>=0 ) return s; break; case 2 : int LA150_2 = input.LA(1); int index150_2 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_2); if ( s>=0 ) return s; break; case 3 : int LA150_3 = input.LA(1); int index150_3 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_3); if ( s>=0 ) return s; break; case 4 : int LA150_4 = input.LA(1); int index150_4 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_4); if ( s>=0 ) return s; break; case 5 : int LA150_5 = input.LA(1); int index150_5 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_5); if ( s>=0 ) return s; break; case 6 : int LA150_6 = input.LA(1); int index150_6 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_6); if ( s>=0 ) return s; break; case 7 : int LA150_7 = input.LA(1); int index150_7 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_7); if ( s>=0 ) return s; break; case 8 : int LA150_8 = input.LA(1); int index150_8 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_8); if ( s>=0 ) return s; break; case 9 : int LA150_10 = input.LA(1); int index150_10 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_10); if ( s>=0 ) return s; break; case 10 : int LA150_11 = input.LA(1); int index150_11 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_11); if ( s>=0 ) return s; break; case 11 : int LA150_12 = input.LA(1); int index150_12 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_12); if ( s>=0 ) return s; break; case 12 : int LA150_13 = input.LA(1); int index150_13 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_13); if ( s>=0 ) return s; break; case 13 : int LA150_14 = input.LA(1); int index150_14 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_14); if ( s>=0 ) return s; break; case 14 : int LA150_15 = input.LA(1); int index150_15 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_15); if ( s>=0 ) return s; break; case 15 : int LA150_16 = input.LA(1); int index150_16 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_16); if ( s>=0 ) return s; break; case 16 : int LA150_17 = input.LA(1); int index150_17 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_17); if ( s>=0 ) return s; break; case 17 : int LA150_18 = input.LA(1); int index150_18 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_18); if ( s>=0 ) return s; break; case 18 : int LA150_19 = input.LA(1); int index150_19 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_19); if ( s>=0 ) return s; break; case 19 : int LA150_20 = input.LA(1); int index150_20 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_20); if ( s>=0 ) return s; break; case 20 : int LA150_21 = input.LA(1); int index150_21 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_21); if ( s>=0 ) return s; break; case 21 : int LA150_22 = input.LA(1); int index150_22 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_22); if ( s>=0 ) return s; break; case 22 : int LA150_23 = input.LA(1); int index150_23 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_23); if ( s>=0 ) return s; break; case 23 : int LA150_24 = input.LA(1); int index150_24 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_24); if ( s>=0 ) return s; break; case 24 : int LA150_25 = input.LA(1); int index150_25 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_25); if ( s>=0 ) return s; break; case 25 : int LA150_26 = input.LA(1); int index150_26 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_26); if ( s>=0 ) return s; break; case 26 : int LA150_27 = input.LA(1); int index150_27 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_27); if ( s>=0 ) return s; break; case 27 : int LA150_28 = input.LA(1); int index150_28 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_28); if ( s>=0 ) return s; break; case 28 : int LA150_29 = input.LA(1); int index150_29 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_29); if ( s>=0 ) return s; break; case 29 : int LA150_30 = input.LA(1); int index150_30 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_30); if ( s>=0 ) return s; break; case 30 : int LA150_31 = input.LA(1); int index150_31 = input.index(); input.rewind(); s = -1; if ( (synpred18_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 32;} input.seek(index150_31); 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 DFA154_eotS = "\12\uffff"; static final String DFA154_eofS = "\12\uffff"; static final String DFA154_minS = "\1\6\1\10\1\uffff\6\0\1\uffff"; static final String DFA154_maxS = "\1\u0080\1\106\1\uffff\6\0\1\uffff"; static final String DFA154_acceptS = "\2\uffff\1\2\6\uffff\1\1"; static final String DFA154_specialS = "\3\uffff\1\0\1\3\1\1\1\2\1\4\1\5\1\uffff}>"; static final String[] DFA154_transitionS = { "\1\2\1\uffff\3\2\4\uffff\3\2\12\uffff\1\2\1\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\4\2\3\uffff\2\2\1\1\14\2\2\uffff\3\2\1\uffff\4\2\1\uffff\1\2\10\uffff\2\2\23\uffff\1\2\4\uffff\1\2\6\uffff\1\2\2\uffff\13\2", "\1\3\41\uffff\1\5\27\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[] DFA154_eot = DFA.unpackEncodedString(DFA154_eotS); static final short[] DFA154_eof = DFA.unpackEncodedString(DFA154_eofS); static final char[] DFA154_min = DFA.unpackEncodedStringToUnsignedChars(DFA154_minS); static final char[] DFA154_max = DFA.unpackEncodedStringToUnsignedChars(DFA154_maxS); static final short[] DFA154_accept = DFA.unpackEncodedString(DFA154_acceptS); static final short[] DFA154_special = DFA.unpackEncodedString(DFA154_specialS); static final short[][] DFA154_transition; static { int numStates = DFA154_transitionS.length; DFA154_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA154_transition[i] = DFA.unpackEncodedString(DFA154_transitionS[i]); } } class DFA154 extends DFA { public DFA154(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 154; this.eot = DFA154_eot; this.eof = DFA154_eof; this.min = DFA154_min; this.max = DFA154_max; this.accept = DFA154_accept; this.special = DFA154_special; this.transition = DFA154_transition; } public String getDescription() { return "5552: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 LA154_3 = input.LA(1); int index154_3 = input.index(); input.rewind(); s = -1; if ( (synpred19_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index154_3); if ( s>=0 ) return s; break; case 1 : int LA154_5 = input.LA(1); int index154_5 = input.index(); input.rewind(); s = -1; if ( (synpred19_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index154_5); if ( s>=0 ) return s; break; case 2 : int LA154_6 = input.LA(1); int index154_6 = input.index(); input.rewind(); s = -1; if ( (synpred19_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index154_6); if ( s>=0 ) return s; break; case 3 : int LA154_4 = input.LA(1); int index154_4 = input.index(); input.rewind(); s = -1; if ( (synpred19_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index154_4); if ( s>=0 ) return s; break; case 4 : int LA154_7 = input.LA(1); int index154_7 = input.index(); input.rewind(); s = -1; if ( (synpred19_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index154_7); if ( s>=0 ) return s; break; case 5 : int LA154_8 = input.LA(1); int index154_8 = input.index(); input.rewind(); s = -1; if ( (synpred19_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 2;} input.seek(index154_8); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 154, _s, input); error(nvae); throw nvae; } } static final String DFA171_eotS = "\50\uffff"; static final String DFA171_eofS = "\1\2\47\uffff"; static final String DFA171_minS = "\1\4\1\0\46\uffff"; static final String DFA171_maxS = "\1\124\1\0\46\uffff"; static final String DFA171_acceptS = "\2\uffff\1\2\44\uffff\1\1"; static final String DFA171_specialS = "\1\uffff\1\0\46\uffff}>"; static final String[] DFA171_transitionS = { "\1\2\3\uffff\1\2\23\uffff\2\2\2\uffff\1\2\1\uffff\1\2\4\uffff\4\2\1\1\2\2\1\uffff\1\2\1\uffff\22\2\1\uffff\3\2\12\uffff\1\2\2\uffff\1\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA171_eot = DFA.unpackEncodedString(DFA171_eotS); static final short[] DFA171_eof = DFA.unpackEncodedString(DFA171_eofS); static final char[] DFA171_min = DFA.unpackEncodedStringToUnsignedChars(DFA171_minS); static final char[] DFA171_max = DFA.unpackEncodedStringToUnsignedChars(DFA171_maxS); static final short[] DFA171_accept = DFA.unpackEncodedString(DFA171_acceptS); static final short[] DFA171_special = DFA.unpackEncodedString(DFA171_specialS); static final short[][] DFA171_transition; static { int numStates = DFA171_transitionS.length; DFA171_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA171_transition[i] = DFA.unpackEncodedString(DFA171_transitionS[i]); } } class DFA171 extends DFA { public DFA171(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 171; this.eot = DFA171_eot; this.eof = DFA171_eof; this.min = DFA171_min; this.max = DFA171_max; this.accept = DFA171_accept; this.special = DFA171_special; this.transition = DFA171_transition; } public String getDescription() { return "6479: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 LA171_1 = input.LA(1); int index171_1 = input.index(); input.rewind(); s = -1; if ( (synpred20_InternalSuite()) ) {s = 39;} else if ( (true) ) {s = 2;} input.seek(index171_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 171, _s, input); error(nvae); throw nvae; } } static final String DFA170_eotS = "\75\uffff"; static final String DFA170_eofS = "\75\uffff"; static final String DFA170_minS = "\1\6\6\0\66\uffff"; static final String DFA170_maxS = "\1\u0080\6\0\66\uffff"; static final String DFA170_acceptS = "\7\uffff\1\2\63\uffff\1\3\1\1"; static final String DFA170_specialS = "\1\uffff\1\0\1\1\1\2\1\3\1\4\1\5\66\uffff}>"; static final String[] DFA170_transitionS = { "\1\7\1\uffff\1\1\2\7\4\uffff\3\7\12\uffff\1\7\1\uffff\1\7\1\uffff\2\7\2\uffff\3\7\1\uffff\2\7\1\3\1\7\1\73\2\uffff\17\7\2\uffff\2\7\1\2\1\uffff\1\4\1\5\1\6\1\7\1\uffff\1\7\7\uffff\3\7\23\uffff\1\7\4\uffff\1\7\6\uffff\1\7\2\uffff\13\7", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA170_eot = DFA.unpackEncodedString(DFA170_eotS); static final short[] DFA170_eof = DFA.unpackEncodedString(DFA170_eofS); static final char[] DFA170_min = DFA.unpackEncodedStringToUnsignedChars(DFA170_minS); static final char[] DFA170_max = DFA.unpackEncodedStringToUnsignedChars(DFA170_maxS); static final short[] DFA170_accept = DFA.unpackEncodedString(DFA170_acceptS); static final short[] DFA170_special = DFA.unpackEncodedString(DFA170_specialS); static final short[][] DFA170_transition; static { int numStates = DFA170_transitionS.length; DFA170_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA170_transition[i] = DFA.unpackEncodedString(DFA170_transitionS[i]); } } class DFA170 extends DFA { public DFA170(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 170; this.eot = DFA170_eot; this.eof = DFA170_eof; this.min = DFA170_min; this.max = DFA170_max; this.accept = DFA170_accept; this.special = DFA170_special; this.transition = DFA170_transition; } public String getDescription() { return "6484: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 LA170_1 = input.LA(1); int index170_1 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalSuite()) ) {s = 60;} else if ( (true) ) {s = 7;} input.seek(index170_1); if ( s>=0 ) return s; break; case 1 : int LA170_2 = input.LA(1); int index170_2 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalSuite()) ) {s = 60;} else if ( (true) ) {s = 7;} input.seek(index170_2); if ( s>=0 ) return s; break; case 2 : int LA170_3 = input.LA(1); int index170_3 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalSuite()) ) {s = 60;} else if ( (true) ) {s = 7;} input.seek(index170_3); if ( s>=0 ) return s; break; case 3 : int LA170_4 = input.LA(1); int index170_4 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalSuite()) ) {s = 60;} else if ( (true) ) {s = 7;} input.seek(index170_4); if ( s>=0 ) return s; break; case 4 : int LA170_5 = input.LA(1); int index170_5 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalSuite()) ) {s = 60;} else if ( (true) ) {s = 7;} input.seek(index170_5); if ( s>=0 ) return s; break; case 5 : int LA170_6 = input.LA(1); int index170_6 = input.index(); input.rewind(); s = -1; if ( (synpred21_InternalSuite()) ) {s = 60;} else if ( (true) ) {s = 7;} input.seek(index170_6); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 170, _s, input); error(nvae); throw nvae; } } static final String DFA176_eotS = "\74\uffff"; static final String DFA176_eofS = "\74\uffff"; static final String DFA176_minS = "\1\6\1\0\72\uffff"; static final String DFA176_maxS = "\1\u0080\1\0\72\uffff"; static final String DFA176_acceptS = "\2\uffff\1\2\70\uffff\1\1"; static final String DFA176_specialS = "\1\uffff\1\0\72\uffff}>"; static final String[] DFA176_transitionS = { "\1\2\1\uffff\3\2\4\uffff\3\2\12\uffff\1\2\1\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\4\2\3\uffff\17\2\2\uffff\3\2\1\uffff\4\2\1\uffff\1\2\7\uffff\1\2\1\1\1\2\23\uffff\1\2\4\uffff\1\2\6\uffff\1\2\2\uffff\13\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 "6641: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 LA176_1 = input.LA(1); int index176_1 = input.index(); input.rewind(); s = -1; if ( (synpred24_InternalSuite()) ) {s = 59;} 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 DFA179_eotS = "\74\uffff"; static final String DFA179_eofS = "\74\uffff"; static final String DFA179_minS = "\1\6\1\0\72\uffff"; static final String DFA179_maxS = "\1\u0080\1\0\72\uffff"; static final String DFA179_acceptS = "\2\uffff\1\2\70\uffff\1\1"; static final String DFA179_specialS = "\1\uffff\1\0\72\uffff}>"; static final String[] DFA179_transitionS = { "\1\2\1\uffff\3\2\4\uffff\3\2\12\uffff\1\2\1\uffff\1\2\1\uffff\2\2\2\uffff\3\2\1\uffff\4\2\3\uffff\17\2\2\uffff\3\2\1\uffff\4\2\1\uffff\1\2\7\uffff\1\2\1\1\1\2\23\uffff\1\2\4\uffff\1\2\6\uffff\1\2\2\uffff\13\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA179_eot = DFA.unpackEncodedString(DFA179_eotS); static final short[] DFA179_eof = DFA.unpackEncodedString(DFA179_eofS); static final char[] DFA179_min = DFA.unpackEncodedStringToUnsignedChars(DFA179_minS); static final char[] DFA179_max = DFA.unpackEncodedStringToUnsignedChars(DFA179_maxS); static final short[] DFA179_accept = DFA.unpackEncodedString(DFA179_acceptS); static final short[] DFA179_special = DFA.unpackEncodedString(DFA179_specialS); static final short[][] DFA179_transition; static { int numStates = DFA179_transitionS.length; DFA179_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA179_transition[i] = DFA.unpackEncodedString(DFA179_transitionS[i]); } } class DFA179 extends DFA { public DFA179(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 179; this.eot = DFA179_eot; this.eof = DFA179_eof; this.min = DFA179_min; this.max = DFA179_max; this.accept = DFA179_accept; this.special = DFA179_special; this.transition = DFA179_transition; } public String getDescription() { return "6761: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 LA179_1 = input.LA(1); int index179_1 = input.index(); input.rewind(); s = -1; if ( (synpred25_InternalSuite()) ) {s = 59;} else if ( (true) ) {s = 2;} input.seek(index179_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 179, _s, input); error(nvae); throw nvae; } } static final String DFA182_eotS = "\40\uffff"; static final String DFA182_eofS = "\1\uffff\35\36\2\uffff"; static final String DFA182_minS = "\36\6\2\uffff"; static final String DFA182_maxS = "\1\u0080\35\u0082\2\uffff"; static final String DFA182_acceptS = "\36\uffff\1\2\1\1"; static final String DFA182_specialS = "\40\uffff}>"; static final String[] DFA182_transitionS = { "\1\36\1\uffff\1\1\2\36\4\uffff\3\36\12\uffff\1\17\1\uffff\1\36\1\uffff\1\4\1\36\2\uffff\1\11\1\13\1\36\1\uffff\1\15\1\10\1\3\1\36\3\uffff\1\35\1\24\1\36\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\1\36\10\uffff\2\36\23\uffff\1\36\4\uffff\1\36\6\uffff\1\36\2\uffff\13\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "\1\36\1\uffff\12\36\12\uffff\22\36\1\37\31\36\1\uffff\2\36\6\uffff\41\36\1\uffff\20\36", "", "" }; static final short[] DFA182_eot = DFA.unpackEncodedString(DFA182_eotS); static final short[] DFA182_eof = DFA.unpackEncodedString(DFA182_eofS); static final char[] DFA182_min = DFA.unpackEncodedStringToUnsignedChars(DFA182_minS); static final char[] DFA182_max = DFA.unpackEncodedStringToUnsignedChars(DFA182_maxS); static final short[] DFA182_accept = DFA.unpackEncodedString(DFA182_acceptS); static final short[] DFA182_special = DFA.unpackEncodedString(DFA182_specialS); static final short[][] DFA182_transition; static { int numStates = DFA182_transitionS.length; DFA182_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA182_transition[i] = DFA.unpackEncodedString(DFA182_transitionS[i]); } } class DFA182 extends DFA { public DFA182(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 182; this.eot = DFA182_eot; this.eof = DFA182_eof; this.min = DFA182_min; this.max = DFA182_max; this.accept = DFA182_accept; this.special = DFA182_special; this.transition = DFA182_transition; } public String getDescription() { return "6923:1: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )"; } } static final String DFA181_eotS = "\12\uffff"; static final String DFA181_eofS = "\1\10\11\uffff"; static final String DFA181_minS = "\1\6\7\0\2\uffff"; static final String DFA181_maxS = "\1\u0082\7\0\2\uffff"; static final String DFA181_acceptS = "\10\uffff\1\2\1\1"; static final String DFA181_specialS = "\1\uffff\1\1\1\2\1\3\1\4\1\5\1\0\1\6\2\uffff}>"; static final String[] DFA181_transitionS = { "\1\10\1\uffff\12\10\12\uffff\5\10\1\6\1\10\1\7\12\10\1\uffff\31\10\1\uffff\2\10\6\uffff\4\10\1\1\1\2\1\3\1\4\1\5\30\10\1\uffff\20\10", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\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 "6980: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 LA181_6 = input.LA(1); int index181_6 = input.index(); input.rewind(); s = -1; if ( (synpred26_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index181_6); if ( s>=0 ) return s; break; case 1 : int LA181_1 = input.LA(1); int index181_1 = input.index(); input.rewind(); s = -1; if ( (synpred26_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index181_1); if ( s>=0 ) return s; break; case 2 : int LA181_2 = input.LA(1); int index181_2 = input.index(); input.rewind(); s = -1; if ( (synpred26_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index181_2); if ( s>=0 ) return s; break; case 3 : int LA181_3 = input.LA(1); int index181_3 = input.index(); input.rewind(); s = -1; if ( (synpred26_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index181_3); if ( s>=0 ) return s; break; case 4 : int LA181_4 = input.LA(1); int index181_4 = input.index(); input.rewind(); s = -1; if ( (synpred26_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index181_4); if ( s>=0 ) return s; break; case 5 : int LA181_5 = input.LA(1); int index181_5 = input.index(); input.rewind(); s = -1; if ( (synpred26_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index181_5); if ( s>=0 ) return s; break; case 6 : int LA181_7 = input.LA(1); int index181_7 = input.index(); input.rewind(); s = -1; if ( (synpred26_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 8;} input.seek(index181_7); 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 DFA191_eotS = "\13\uffff"; static final String DFA191_eofS = "\1\1\12\uffff"; static final String DFA191_minS = "\1\6\1\uffff\10\0\1\uffff"; static final String DFA191_maxS = "\1\u0082\1\uffff\10\0\1\uffff"; static final String DFA191_acceptS = "\1\uffff\1\2\10\uffff\1\1"; static final String DFA191_specialS = "\2\uffff\1\7\1\6\1\2\1\1\1\3\1\0\1\5\1\4\1\uffff}>"; static final String[] DFA191_transitionS = { "\1\1\1\uffff\12\1\12\uffff\5\1\1\2\1\1\1\3\11\1\1\4\1\uffff\31\1\1\uffff\2\1\6\uffff\21\1\1\5\1\6\1\7\1\10\1\11\13\1\1\uffff\20\1", "", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "" }; static final short[] DFA191_eot = DFA.unpackEncodedString(DFA191_eotS); static final short[] DFA191_eof = DFA.unpackEncodedString(DFA191_eofS); static final char[] DFA191_min = DFA.unpackEncodedStringToUnsignedChars(DFA191_minS); static final char[] DFA191_max = DFA.unpackEncodedStringToUnsignedChars(DFA191_maxS); static final short[] DFA191_accept = DFA.unpackEncodedString(DFA191_acceptS); static final short[] DFA191_special = DFA.unpackEncodedString(DFA191_specialS); static final short[][] DFA191_transition; static { int numStates = DFA191_transitionS.length; DFA191_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA191_transition[i] = DFA.unpackEncodedString(DFA191_transitionS[i]); } } class DFA191 extends DFA { public DFA191(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 191; this.eot = DFA191_eot; this.eof = DFA191_eof; this.min = DFA191_min; this.max = DFA191_max; this.accept = DFA191_accept; this.special = DFA191_special; this.transition = DFA191_transition; } public String getDescription() { return "()* loopback of 7657: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 LA191_7 = input.LA(1); int index191_7 = input.index(); input.rewind(); s = -1; if ( (synpred32_InternalSuite()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index191_7); if ( s>=0 ) return s; break; case 1 : int LA191_5 = input.LA(1); int index191_5 = input.index(); input.rewind(); s = -1; if ( (synpred32_InternalSuite()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index191_5); if ( s>=0 ) return s; break; case 2 : int LA191_4 = input.LA(1); int index191_4 = input.index(); input.rewind(); s = -1; if ( (synpred32_InternalSuite()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index191_4); if ( s>=0 ) return s; break; case 3 : int LA191_6 = input.LA(1); int index191_6 = input.index(); input.rewind(); s = -1; if ( (synpred32_InternalSuite()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index191_6); if ( s>=0 ) return s; break; case 4 : int LA191_9 = input.LA(1); int index191_9 = input.index(); input.rewind(); s = -1; if ( (synpred32_InternalSuite()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index191_9); if ( s>=0 ) return s; break; case 5 : int LA191_8 = input.LA(1); int index191_8 = input.index(); input.rewind(); s = -1; if ( (synpred32_InternalSuite()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index191_8); if ( s>=0 ) return s; break; case 6 : int LA191_3 = input.LA(1); int index191_3 = input.index(); input.rewind(); s = -1; if ( (synpred32_InternalSuite()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index191_3); if ( s>=0 ) return s; break; case 7 : int LA191_2 = input.LA(1); int index191_2 = input.index(); input.rewind(); s = -1; if ( (synpred32_InternalSuite()) ) {s = 10;} else if ( (true) ) {s = 1;} input.seek(index191_2); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 191, _s, input); error(nvae); throw nvae; } } static final String DFA194_eotS = "\13\uffff"; static final String DFA194_eofS = "\13\uffff"; static final String DFA194_minS = "\1\41\2\uffff\1\43\7\uffff"; static final String DFA194_maxS = "\1\146\2\uffff\1\144\7\uffff"; static final String DFA194_acceptS = "\1\uffff\1\1\1\2\1\uffff\1\4\1\5\1\7\1\10\1\11\1\6\1\3"; static final String DFA194_specialS = "\13\uffff}>"; static final String[] DFA194_transitionS = { "\1\6\1\uffff\1\3\11\uffff\1\5\64\uffff\1\1\1\2\1\4\1\7\1\10", "", "", "\1\11\100\uffff\1\12", "", "", "", "", "", "", "" }; static final short[] DFA194_eot = DFA.unpackEncodedString(DFA194_eotS); static final short[] DFA194_eof = DFA.unpackEncodedString(DFA194_eofS); static final char[] DFA194_min = DFA.unpackEncodedStringToUnsignedChars(DFA194_minS); static final char[] DFA194_max = DFA.unpackEncodedStringToUnsignedChars(DFA194_maxS); static final short[] DFA194_accept = DFA.unpackEncodedString(DFA194_acceptS); static final short[] DFA194_special = DFA.unpackEncodedString(DFA194_specialS); static final short[][] DFA194_transition; static { int numStates = DFA194_transitionS.length; DFA194_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA194_transition[i] = DFA.unpackEncodedString(DFA194_transitionS[i]); } } class DFA194 extends DFA { public DFA194(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 194; this.eot = DFA194_eot; this.eof = DFA194_eof; this.min = DFA194_min; this.max = DFA194_max; this.accept = DFA194_accept; this.special = DFA194_special; this.transition = DFA194_transition; } public String getDescription() { return "7722:1: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )"; } } static final String DFA210_eotS = "\154\uffff"; static final String DFA210_eofS = "\1\2\153\uffff"; static final String DFA210_minS = "\1\6\1\0\152\uffff"; static final String DFA210_maxS = "\1\u0082\1\0\152\uffff"; static final String DFA210_acceptS = "\2\uffff\1\2\150\uffff\1\1"; static final String DFA210_specialS = "\1\uffff\1\0\152\uffff}>"; static final String[] DFA210_transitionS = { "\1\2\1\uffff\12\2\12\uffff\17\2\1\1\2\2\1\uffff\31\2\1\uffff\2\2\6\uffff\41\2\1\uffff\20\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA210_eot = DFA.unpackEncodedString(DFA210_eotS); static final short[] DFA210_eof = DFA.unpackEncodedString(DFA210_eofS); static final char[] DFA210_min = DFA.unpackEncodedStringToUnsignedChars(DFA210_minS); static final char[] DFA210_max = DFA.unpackEncodedStringToUnsignedChars(DFA210_maxS); static final short[] DFA210_accept = DFA.unpackEncodedString(DFA210_acceptS); static final short[] DFA210_special = DFA.unpackEncodedString(DFA210_specialS); static final short[][] DFA210_transition; static { int numStates = DFA210_transitionS.length; DFA210_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA210_transition[i] = DFA.unpackEncodedString(DFA210_transitionS[i]); } } class DFA210 extends DFA { public DFA210(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 210; this.eot = DFA210_eot; this.eof = DFA210_eof; this.min = DFA210_min; this.max = DFA210_max; this.accept = DFA210_accept; this.special = DFA210_special; this.transition = DFA210_transition; } public String getDescription() { return "8566: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 LA210_1 = input.LA(1); int index210_1 = input.index(); input.rewind(); s = -1; if ( (synpred41_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 2;} input.seek(index210_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 210, _s, input); error(nvae); throw nvae; } } static final String DFA209_eotS = "\75\uffff"; static final String DFA209_eofS = "\75\uffff"; static final String DFA209_minS = "\1\6\10\0\1\uffff\26\0\35\uffff"; static final String DFA209_maxS = "\1\u0080\10\0\1\uffff\26\0\35\uffff"; static final String DFA209_acceptS = "\11\uffff\1\1\26\uffff\1\1\1\2\32\uffff\1\3"; static final String DFA209_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\35\uffff}>"; static final String[] DFA209_transitionS = { "\1\41\1\uffff\1\2\2\41\4\uffff\3\41\12\uffff\1\25\1\uffff\1\41\1\uffff\1\13\1\41\2\uffff\1\17\1\21\1\41\1\uffff\1\23\1\16\1\4\1\10\1\74\1\11\1\uffff\1\1\1\32\1\41\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\1\41\10\uffff\2\41\23\uffff\1\41\4\uffff\1\41\5\uffff\1\40\1\41\2\uffff\13\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[] DFA209_eot = DFA.unpackEncodedString(DFA209_eotS); static final short[] DFA209_eof = DFA.unpackEncodedString(DFA209_eofS); static final char[] DFA209_min = DFA.unpackEncodedStringToUnsignedChars(DFA209_minS); static final char[] DFA209_max = DFA.unpackEncodedStringToUnsignedChars(DFA209_maxS); static final short[] DFA209_accept = DFA.unpackEncodedString(DFA209_acceptS); static final short[] DFA209_special = DFA.unpackEncodedString(DFA209_specialS); static final short[][] DFA209_transition; static { int numStates = DFA209_transitionS.length; DFA209_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA209_transition[i] = DFA.unpackEncodedString(DFA209_transitionS[i]); } } class DFA209 extends DFA { public DFA209(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 209; this.eot = DFA209_eot; this.eof = DFA209_eof; this.min = DFA209_min; this.max = DFA209_max; this.accept = DFA209_accept; this.special = DFA209_special; this.transition = DFA209_transition; } public String getDescription() { return "8587: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 LA209_0 = input.LA(1); int index209_0 = input.index(); input.rewind(); s = -1; if ( (LA209_0==47) ) {s = 1;} else if ( (LA209_0==RULE_ID) ) {s = 2;} else if ( (LA209_0==66) ) {s = 3;} else if ( (LA209_0==42) ) {s = 4;} else if ( (LA209_0==68) ) {s = 5;} else if ( (LA209_0==69) ) {s = 6;} else if ( (LA209_0==70) ) {s = 7;} else if ( (LA209_0==43) ) {s = 8;} else if ( (LA209_0==45) && (synpred42_InternalSuite())) {s = 9;} else if ( (LA209_0==53) ) {s = 10;} else if ( (LA209_0==32) ) {s = 11;} else if ( (LA209_0==64) ) {s = 12;} else if ( (LA209_0==55) ) {s = 13;} else if ( (LA209_0==41) ) {s = 14;} else if ( (LA209_0==36) ) {s = 15;} else if ( (LA209_0==56) ) {s = 16;} else if ( (LA209_0==37) ) {s = 17;} else if ( (LA209_0==71) ) {s = 18;} else if ( (LA209_0==40) ) {s = 19;} else if ( (LA209_0==65) ) {s = 20;} else if ( (LA209_0==28) ) {s = 21;} else if ( (LA209_0==50) ) {s = 22;} else if ( (LA209_0==51) ) {s = 23;} else if ( (LA209_0==52) ) {s = 24;} else if ( (LA209_0==54) ) {s = 25;} else if ( (LA209_0==48) ) {s = 26;} else if ( (LA209_0==57) ) {s = 27;} else if ( (LA209_0==58) ) {s = 28;} else if ( (LA209_0==59) ) {s = 29;} else if ( (LA209_0==60) ) {s = 30;} else if ( (LA209_0==61) ) {s = 31;} else if ( (LA209_0==114) && (synpred42_InternalSuite())) {s = 32;} else if ( (LA209_0==RULE_STRING||(LA209_0>=RULE_RICH_TEXT && LA209_0<=RULE_RICH_TEXT_START)||(LA209_0>=RULE_HEX && LA209_0<=RULE_DECIMAL)||LA209_0==30||LA209_0==33||LA209_0==38||LA209_0==49||LA209_0==73||(LA209_0>=82 && LA209_0<=83)||LA209_0==103||LA209_0==108||LA209_0==115||(LA209_0>=118 && LA209_0<=128)) ) {s = 33;} else if ( (LA209_0==44) ) {s = 60;} input.seek(index209_0); if ( s>=0 ) return s; break; case 1 : int LA209_1 = input.LA(1); int index209_1 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_1); if ( s>=0 ) return s; break; case 2 : int LA209_2 = input.LA(1); int index209_2 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_2); if ( s>=0 ) return s; break; case 3 : int LA209_3 = input.LA(1); int index209_3 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_3); if ( s>=0 ) return s; break; case 4 : int LA209_4 = input.LA(1); int index209_4 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_4); if ( s>=0 ) return s; break; case 5 : int LA209_5 = input.LA(1); int index209_5 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_5); if ( s>=0 ) return s; break; case 6 : int LA209_6 = input.LA(1); int index209_6 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_6); if ( s>=0 ) return s; break; case 7 : int LA209_7 = input.LA(1); int index209_7 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_7); if ( s>=0 ) return s; break; case 8 : int LA209_8 = input.LA(1); int index209_8 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_8); if ( s>=0 ) return s; break; case 9 : int LA209_10 = input.LA(1); int index209_10 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_10); if ( s>=0 ) return s; break; case 10 : int LA209_11 = input.LA(1); int index209_11 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_11); if ( s>=0 ) return s; break; case 11 : int LA209_12 = input.LA(1); int index209_12 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_12); if ( s>=0 ) return s; break; case 12 : int LA209_13 = input.LA(1); int index209_13 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_13); if ( s>=0 ) return s; break; case 13 : int LA209_14 = input.LA(1); int index209_14 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_14); if ( s>=0 ) return s; break; case 14 : int LA209_15 = input.LA(1); int index209_15 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_15); if ( s>=0 ) return s; break; case 15 : int LA209_16 = input.LA(1); int index209_16 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_16); if ( s>=0 ) return s; break; case 16 : int LA209_17 = input.LA(1); int index209_17 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_17); if ( s>=0 ) return s; break; case 17 : int LA209_18 = input.LA(1); int index209_18 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_18); if ( s>=0 ) return s; break; case 18 : int LA209_19 = input.LA(1); int index209_19 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_19); if ( s>=0 ) return s; break; case 19 : int LA209_20 = input.LA(1); int index209_20 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_20); if ( s>=0 ) return s; break; case 20 : int LA209_21 = input.LA(1); int index209_21 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_21); if ( s>=0 ) return s; break; case 21 : int LA209_22 = input.LA(1); int index209_22 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_22); if ( s>=0 ) return s; break; case 22 : int LA209_23 = input.LA(1); int index209_23 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_23); if ( s>=0 ) return s; break; case 23 : int LA209_24 = input.LA(1); int index209_24 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_24); if ( s>=0 ) return s; break; case 24 : int LA209_25 = input.LA(1); int index209_25 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_25); if ( s>=0 ) return s; break; case 25 : int LA209_26 = input.LA(1); int index209_26 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_26); if ( s>=0 ) return s; break; case 26 : int LA209_27 = input.LA(1); int index209_27 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_27); if ( s>=0 ) return s; break; case 27 : int LA209_28 = input.LA(1); int index209_28 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_28); if ( s>=0 ) return s; break; case 28 : int LA209_29 = input.LA(1); int index209_29 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_29); if ( s>=0 ) return s; break; case 29 : int LA209_30 = input.LA(1); int index209_30 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_30); if ( s>=0 ) return s; break; case 30 : int LA209_31 = input.LA(1); int index209_31 = input.index(); input.rewind(); s = -1; if ( (synpred42_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index209_31); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 209, _s, input); error(nvae); throw nvae; } } static final String DFA211_eotS = "\154\uffff"; static final String DFA211_eofS = "\1\2\153\uffff"; static final String DFA211_minS = "\1\6\1\0\152\uffff"; static final String DFA211_maxS = "\1\u0082\1\0\152\uffff"; static final String DFA211_acceptS = "\2\uffff\1\2\150\uffff\1\1"; static final String DFA211_specialS = "\1\uffff\1\0\152\uffff}>"; static final String[] DFA211_transitionS = { "\1\2\1\uffff\12\2\12\uffff\22\2\1\uffff\31\2\1\uffff\2\2\6\uffff\2\2\1\1\36\2\1\uffff\20\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA211_eot = DFA.unpackEncodedString(DFA211_eotS); static final short[] DFA211_eof = DFA.unpackEncodedString(DFA211_eofS); static final char[] DFA211_min = DFA.unpackEncodedStringToUnsignedChars(DFA211_minS); static final char[] DFA211_max = DFA.unpackEncodedStringToUnsignedChars(DFA211_maxS); static final short[] DFA211_accept = DFA.unpackEncodedString(DFA211_acceptS); static final short[] DFA211_special = DFA.unpackEncodedString(DFA211_specialS); static final short[][] DFA211_transition; static { int numStates = DFA211_transitionS.length; DFA211_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA211_transition[i] = DFA.unpackEncodedString(DFA211_transitionS[i]); } } class DFA211 extends DFA { public DFA211(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 211; this.eot = DFA211_eot; this.eof = DFA211_eof; this.min = DFA211_min; this.max = DFA211_max; this.accept = DFA211_accept; this.special = DFA211_special; this.transition = DFA211_transition; } public String getDescription() { return "8666: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 LA211_1 = input.LA(1); int index211_1 = input.index(); input.rewind(); s = -1; if ( (synpred43_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 2;} input.seek(index211_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 211, _s, input); error(nvae); throw nvae; } } static final String DFA213_eotS = "\72\uffff"; static final String DFA213_eofS = "\72\uffff"; static final String DFA213_minS = "\1\6\3\uffff\1\0\53\uffff\1\0\11\uffff"; static final String DFA213_maxS = "\1\u0080\3\uffff\1\0\53\uffff\1\0\11\uffff"; static final String DFA213_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\4\1\10\1\11"; static final String DFA213_specialS = "\4\uffff\1\0\53\uffff\1\1\11\uffff}>"; static final String[] DFA213_transitionS = { "\1\43\1\uffff\1\5\2\43\4\uffff\3\43\12\uffff\1\5\3\uffff\2\5\2\uffff\2\5\1\2\1\uffff\3\5\1\66\3\uffff\2\5\1\1\12\5\1\4\1\5\2\uffff\3\5\1\uffff\4\5\1\uffff\1\3\10\uffff\2\43\37\uffff\1\57\2\uffff\1\60\1\61\1\62\1\5\4\43\1\63\1\64\1\65", "", "", "", "\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 "8707: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 )"; } public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { TokenStream input = (TokenStream)_input; int _s = s; switch ( s ) { case 0 : int LA213_4 = input.LA(1); int index213_4 = input.index(); input.rewind(); s = -1; if ( (synpred44_InternalSuite()) ) {s = 55;} else if ( (true) ) {s = 5;} input.seek(index213_4); if ( s>=0 ) return s; break; case 1 : int LA213_48 = input.LA(1); int index213_48 = input.index(); input.rewind(); s = -1; if ( (synpred45_InternalSuite()) ) {s = 56;} else if ( (true) ) {s = 57;} input.seek(index213_48); 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 DFA222_eotS = "\77\uffff"; static final String DFA222_eofS = "\77\uffff"; static final String DFA222_minS = "\1\6\10\0\1\uffff\26\0\37\uffff"; static final String DFA222_maxS = "\1\u0080\10\0\1\uffff\26\0\37\uffff"; static final String DFA222_acceptS = "\11\uffff\1\1\26\uffff\1\1\1\2\35\uffff"; static final String DFA222_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\37\uffff}>"; static final String[] DFA222_transitionS = { "\1\41\1\uffff\1\2\2\41\4\uffff\3\41\12\uffff\1\25\1\uffff\1\41\1\uffff\1\13\1\41\2\uffff\1\17\1\21\1\41\1\uffff\1\23\1\16\1\4\1\10\1\uffff\1\11\1\uffff\1\1\1\32\1\41\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\1\41\10\uffff\3\41\22\uffff\1\41\4\uffff\1\41\5\uffff\1\40\1\41\2\uffff\13\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[] DFA222_eot = DFA.unpackEncodedString(DFA222_eotS); static final short[] DFA222_eof = DFA.unpackEncodedString(DFA222_eofS); static final char[] DFA222_min = DFA.unpackEncodedStringToUnsignedChars(DFA222_minS); static final char[] DFA222_max = DFA.unpackEncodedStringToUnsignedChars(DFA222_maxS); static final short[] DFA222_accept = DFA.unpackEncodedString(DFA222_acceptS); static final short[] DFA222_special = DFA.unpackEncodedString(DFA222_specialS); static final short[][] DFA222_transition; static { int numStates = DFA222_transitionS.length; DFA222_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA222_transition[i] = DFA.unpackEncodedString(DFA222_transitionS[i]); } } class DFA222 extends DFA { public DFA222(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 222; this.eot = DFA222_eot; this.eof = DFA222_eof; this.min = DFA222_min; this.max = DFA222_max; this.accept = DFA222_accept; this.special = DFA222_special; this.transition = DFA222_transition; } public String getDescription() { return "9190: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 LA222_0 = input.LA(1); int index222_0 = input.index(); input.rewind(); s = -1; if ( (LA222_0==47) ) {s = 1;} else if ( (LA222_0==RULE_ID) ) {s = 2;} else if ( (LA222_0==66) ) {s = 3;} else if ( (LA222_0==42) ) {s = 4;} else if ( (LA222_0==68) ) {s = 5;} else if ( (LA222_0==69) ) {s = 6;} else if ( (LA222_0==70) ) {s = 7;} else if ( (LA222_0==43) ) {s = 8;} else if ( (LA222_0==45) && (synpred48_InternalSuite())) {s = 9;} else if ( (LA222_0==53) ) {s = 10;} else if ( (LA222_0==32) ) {s = 11;} else if ( (LA222_0==64) ) {s = 12;} else if ( (LA222_0==55) ) {s = 13;} else if ( (LA222_0==41) ) {s = 14;} else if ( (LA222_0==36) ) {s = 15;} else if ( (LA222_0==56) ) {s = 16;} else if ( (LA222_0==37) ) {s = 17;} else if ( (LA222_0==71) ) {s = 18;} else if ( (LA222_0==40) ) {s = 19;} else if ( (LA222_0==65) ) {s = 20;} else if ( (LA222_0==28) ) {s = 21;} else if ( (LA222_0==50) ) {s = 22;} else if ( (LA222_0==51) ) {s = 23;} else if ( (LA222_0==52) ) {s = 24;} else if ( (LA222_0==54) ) {s = 25;} else if ( (LA222_0==48) ) {s = 26;} else if ( (LA222_0==57) ) {s = 27;} else if ( (LA222_0==58) ) {s = 28;} else if ( (LA222_0==59) ) {s = 29;} else if ( (LA222_0==60) ) {s = 30;} else if ( (LA222_0==61) ) {s = 31;} else if ( (LA222_0==114) && (synpred48_InternalSuite())) {s = 32;} else if ( (LA222_0==RULE_STRING||(LA222_0>=RULE_RICH_TEXT && LA222_0<=RULE_RICH_TEXT_START)||(LA222_0>=RULE_HEX && LA222_0<=RULE_DECIMAL)||LA222_0==30||LA222_0==33||LA222_0==38||LA222_0==49||(LA222_0>=62 && LA222_0<=63)||LA222_0==73||(LA222_0>=82 && LA222_0<=84)||LA222_0==103||LA222_0==108||LA222_0==115||(LA222_0>=118 && LA222_0<=128)) ) {s = 33;} input.seek(index222_0); if ( s>=0 ) return s; break; case 1 : int LA222_1 = input.LA(1); int index222_1 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_1); if ( s>=0 ) return s; break; case 2 : int LA222_2 = input.LA(1); int index222_2 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_2); if ( s>=0 ) return s; break; case 3 : int LA222_3 = input.LA(1); int index222_3 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_3); if ( s>=0 ) return s; break; case 4 : int LA222_4 = input.LA(1); int index222_4 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_4); if ( s>=0 ) return s; break; case 5 : int LA222_5 = input.LA(1); int index222_5 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_5); if ( s>=0 ) return s; break; case 6 : int LA222_6 = input.LA(1); int index222_6 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_6); if ( s>=0 ) return s; break; case 7 : int LA222_7 = input.LA(1); int index222_7 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_7); if ( s>=0 ) return s; break; case 8 : int LA222_8 = input.LA(1); int index222_8 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_8); if ( s>=0 ) return s; break; case 9 : int LA222_10 = input.LA(1); int index222_10 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_10); if ( s>=0 ) return s; break; case 10 : int LA222_11 = input.LA(1); int index222_11 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_11); if ( s>=0 ) return s; break; case 11 : int LA222_12 = input.LA(1); int index222_12 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_12); if ( s>=0 ) return s; break; case 12 : int LA222_13 = input.LA(1); int index222_13 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_13); if ( s>=0 ) return s; break; case 13 : int LA222_14 = input.LA(1); int index222_14 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_14); if ( s>=0 ) return s; break; case 14 : int LA222_15 = input.LA(1); int index222_15 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_15); if ( s>=0 ) return s; break; case 15 : int LA222_16 = input.LA(1); int index222_16 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_16); if ( s>=0 ) return s; break; case 16 : int LA222_17 = input.LA(1); int index222_17 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_17); if ( s>=0 ) return s; break; case 17 : int LA222_18 = input.LA(1); int index222_18 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_18); if ( s>=0 ) return s; break; case 18 : int LA222_19 = input.LA(1); int index222_19 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_19); if ( s>=0 ) return s; break; case 19 : int LA222_20 = input.LA(1); int index222_20 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_20); if ( s>=0 ) return s; break; case 20 : int LA222_21 = input.LA(1); int index222_21 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_21); if ( s>=0 ) return s; break; case 21 : int LA222_22 = input.LA(1); int index222_22 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_22); if ( s>=0 ) return s; break; case 22 : int LA222_23 = input.LA(1); int index222_23 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_23); if ( s>=0 ) return s; break; case 23 : int LA222_24 = input.LA(1); int index222_24 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_24); if ( s>=0 ) return s; break; case 24 : int LA222_25 = input.LA(1); int index222_25 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_25); if ( s>=0 ) return s; break; case 25 : int LA222_26 = input.LA(1); int index222_26 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_26); if ( s>=0 ) return s; break; case 26 : int LA222_27 = input.LA(1); int index222_27 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_27); if ( s>=0 ) return s; break; case 27 : int LA222_28 = input.LA(1); int index222_28 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_28); if ( s>=0 ) return s; break; case 28 : int LA222_29 = input.LA(1); int index222_29 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_29); if ( s>=0 ) return s; break; case 29 : int LA222_30 = input.LA(1); int index222_30 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_30); if ( s>=0 ) return s; break; case 30 : int LA222_31 = input.LA(1); int index222_31 = input.index(); input.rewind(); s = -1; if ( (synpred48_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index222_31); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 222, _s, input); error(nvae); throw nvae; } } static final String DFA243_eotS = "\154\uffff"; static final String DFA243_eofS = "\1\2\153\uffff"; static final String DFA243_minS = "\1\6\1\0\152\uffff"; static final String DFA243_maxS = "\1\u0082\1\0\152\uffff"; static final String DFA243_acceptS = "\2\uffff\1\2\150\uffff\1\1"; static final String DFA243_specialS = "\1\uffff\1\0\152\uffff}>"; static final String[] DFA243_transitionS = { "\1\2\1\uffff\12\2\12\uffff\17\2\1\1\2\2\1\uffff\31\2\1\uffff\2\2\6\uffff\41\2\1\uffff\20\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA243_eot = DFA.unpackEncodedString(DFA243_eotS); static final short[] DFA243_eof = DFA.unpackEncodedString(DFA243_eofS); static final char[] DFA243_min = DFA.unpackEncodedStringToUnsignedChars(DFA243_minS); static final char[] DFA243_max = DFA.unpackEncodedStringToUnsignedChars(DFA243_maxS); static final short[] DFA243_accept = DFA.unpackEncodedString(DFA243_acceptS); static final short[] DFA243_special = DFA.unpackEncodedString(DFA243_specialS); static final short[][] DFA243_transition; static { int numStates = DFA243_transitionS.length; DFA243_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA243_transition[i] = DFA.unpackEncodedString(DFA243_transitionS[i]); } } class DFA243 extends DFA { public DFA243(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 243; this.eot = DFA243_eot; this.eof = DFA243_eof; this.min = DFA243_min; this.max = DFA243_max; this.accept = DFA243_accept; this.special = DFA243_special; this.transition = DFA243_transition; } public String getDescription() { return "10327: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 LA243_1 = input.LA(1); int index243_1 = input.index(); input.rewind(); s = -1; if ( (synpred53_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 2;} input.seek(index243_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 243, _s, input); error(nvae); throw nvae; } } static final String DFA242_eotS = "\75\uffff"; static final String DFA242_eofS = "\75\uffff"; static final String DFA242_minS = "\1\6\10\0\1\uffff\26\0\35\uffff"; static final String DFA242_maxS = "\1\u0080\10\0\1\uffff\26\0\35\uffff"; static final String DFA242_acceptS = "\11\uffff\1\1\26\uffff\1\1\1\2\32\uffff\1\3"; static final String DFA242_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\35\uffff}>"; static final String[] DFA242_transitionS = { "\1\41\1\uffff\1\2\2\41\4\uffff\3\41\12\uffff\1\25\1\uffff\1\41\1\uffff\1\13\1\41\2\uffff\1\17\1\21\1\41\1\uffff\1\23\1\16\1\4\1\10\1\74\1\11\1\uffff\1\1\1\32\1\41\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\1\41\10\uffff\2\41\23\uffff\1\41\4\uffff\1\41\5\uffff\1\40\1\41\2\uffff\13\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[] DFA242_eot = DFA.unpackEncodedString(DFA242_eotS); static final short[] DFA242_eof = DFA.unpackEncodedString(DFA242_eofS); static final char[] DFA242_min = DFA.unpackEncodedStringToUnsignedChars(DFA242_minS); static final char[] DFA242_max = DFA.unpackEncodedStringToUnsignedChars(DFA242_maxS); static final short[] DFA242_accept = DFA.unpackEncodedString(DFA242_acceptS); static final short[] DFA242_special = DFA.unpackEncodedString(DFA242_specialS); static final short[][] DFA242_transition; static { int numStates = DFA242_transitionS.length; DFA242_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA242_transition[i] = DFA.unpackEncodedString(DFA242_transitionS[i]); } } class DFA242 extends DFA { public DFA242(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 242; this.eot = DFA242_eot; this.eof = DFA242_eof; this.min = DFA242_min; this.max = DFA242_max; this.accept = DFA242_accept; this.special = DFA242_special; this.transition = DFA242_transition; } public String getDescription() { return "10348: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 LA242_0 = input.LA(1); int index242_0 = input.index(); input.rewind(); s = -1; if ( (LA242_0==47) ) {s = 1;} else if ( (LA242_0==RULE_ID) ) {s = 2;} else if ( (LA242_0==66) ) {s = 3;} else if ( (LA242_0==42) ) {s = 4;} else if ( (LA242_0==68) ) {s = 5;} else if ( (LA242_0==69) ) {s = 6;} else if ( (LA242_0==70) ) {s = 7;} else if ( (LA242_0==43) ) {s = 8;} else if ( (LA242_0==45) && (synpred54_InternalSuite())) {s = 9;} else if ( (LA242_0==53) ) {s = 10;} else if ( (LA242_0==32) ) {s = 11;} else if ( (LA242_0==64) ) {s = 12;} else if ( (LA242_0==55) ) {s = 13;} else if ( (LA242_0==41) ) {s = 14;} else if ( (LA242_0==36) ) {s = 15;} else if ( (LA242_0==56) ) {s = 16;} else if ( (LA242_0==37) ) {s = 17;} else if ( (LA242_0==71) ) {s = 18;} else if ( (LA242_0==40) ) {s = 19;} else if ( (LA242_0==65) ) {s = 20;} else if ( (LA242_0==28) ) {s = 21;} else if ( (LA242_0==50) ) {s = 22;} else if ( (LA242_0==51) ) {s = 23;} else if ( (LA242_0==52) ) {s = 24;} else if ( (LA242_0==54) ) {s = 25;} else if ( (LA242_0==48) ) {s = 26;} else if ( (LA242_0==57) ) {s = 27;} else if ( (LA242_0==58) ) {s = 28;} else if ( (LA242_0==59) ) {s = 29;} else if ( (LA242_0==60) ) {s = 30;} else if ( (LA242_0==61) ) {s = 31;} else if ( (LA242_0==114) && (synpred54_InternalSuite())) {s = 32;} else if ( (LA242_0==RULE_STRING||(LA242_0>=RULE_RICH_TEXT && LA242_0<=RULE_RICH_TEXT_START)||(LA242_0>=RULE_HEX && LA242_0<=RULE_DECIMAL)||LA242_0==30||LA242_0==33||LA242_0==38||LA242_0==49||LA242_0==73||(LA242_0>=82 && LA242_0<=83)||LA242_0==103||LA242_0==108||LA242_0==115||(LA242_0>=118 && LA242_0<=128)) ) {s = 33;} else if ( (LA242_0==44) ) {s = 60;} input.seek(index242_0); if ( s>=0 ) return s; break; case 1 : int LA242_1 = input.LA(1); int index242_1 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_1); if ( s>=0 ) return s; break; case 2 : int LA242_2 = input.LA(1); int index242_2 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_2); if ( s>=0 ) return s; break; case 3 : int LA242_3 = input.LA(1); int index242_3 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_3); if ( s>=0 ) return s; break; case 4 : int LA242_4 = input.LA(1); int index242_4 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_4); if ( s>=0 ) return s; break; case 5 : int LA242_5 = input.LA(1); int index242_5 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_5); if ( s>=0 ) return s; break; case 6 : int LA242_6 = input.LA(1); int index242_6 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_6); if ( s>=0 ) return s; break; case 7 : int LA242_7 = input.LA(1); int index242_7 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_7); if ( s>=0 ) return s; break; case 8 : int LA242_8 = input.LA(1); int index242_8 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_8); if ( s>=0 ) return s; break; case 9 : int LA242_10 = input.LA(1); int index242_10 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_10); if ( s>=0 ) return s; break; case 10 : int LA242_11 = input.LA(1); int index242_11 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_11); if ( s>=0 ) return s; break; case 11 : int LA242_12 = input.LA(1); int index242_12 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_12); if ( s>=0 ) return s; break; case 12 : int LA242_13 = input.LA(1); int index242_13 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_13); if ( s>=0 ) return s; break; case 13 : int LA242_14 = input.LA(1); int index242_14 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_14); if ( s>=0 ) return s; break; case 14 : int LA242_15 = input.LA(1); int index242_15 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_15); if ( s>=0 ) return s; break; case 15 : int LA242_16 = input.LA(1); int index242_16 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_16); if ( s>=0 ) return s; break; case 16 : int LA242_17 = input.LA(1); int index242_17 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_17); if ( s>=0 ) return s; break; case 17 : int LA242_18 = input.LA(1); int index242_18 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_18); if ( s>=0 ) return s; break; case 18 : int LA242_19 = input.LA(1); int index242_19 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_19); if ( s>=0 ) return s; break; case 19 : int LA242_20 = input.LA(1); int index242_20 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_20); if ( s>=0 ) return s; break; case 20 : int LA242_21 = input.LA(1); int index242_21 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_21); if ( s>=0 ) return s; break; case 21 : int LA242_22 = input.LA(1); int index242_22 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_22); if ( s>=0 ) return s; break; case 22 : int LA242_23 = input.LA(1); int index242_23 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_23); if ( s>=0 ) return s; break; case 23 : int LA242_24 = input.LA(1); int index242_24 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_24); if ( s>=0 ) return s; break; case 24 : int LA242_25 = input.LA(1); int index242_25 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_25); if ( s>=0 ) return s; break; case 25 : int LA242_26 = input.LA(1); int index242_26 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_26); if ( s>=0 ) return s; break; case 26 : int LA242_27 = input.LA(1); int index242_27 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_27); if ( s>=0 ) return s; break; case 27 : int LA242_28 = input.LA(1); int index242_28 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_28); if ( s>=0 ) return s; break; case 28 : int LA242_29 = input.LA(1); int index242_29 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_29); if ( s>=0 ) return s; break; case 29 : int LA242_30 = input.LA(1); int index242_30 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_30); if ( s>=0 ) return s; break; case 30 : int LA242_31 = input.LA(1); int index242_31 = input.index(); input.rewind(); s = -1; if ( (synpred54_InternalSuite()) ) {s = 32;} else if ( (true) ) {s = 33;} input.seek(index242_31); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 242, _s, input); error(nvae); throw nvae; } } static final String DFA244_eotS = "\154\uffff"; static final String DFA244_eofS = "\1\2\153\uffff"; static final String DFA244_minS = "\1\6\1\0\152\uffff"; static final String DFA244_maxS = "\1\u0082\1\0\152\uffff"; static final String DFA244_acceptS = "\2\uffff\1\2\150\uffff\1\1"; static final String DFA244_specialS = "\1\uffff\1\0\152\uffff}>"; static final String[] DFA244_transitionS = { "\1\2\1\uffff\12\2\12\uffff\22\2\1\uffff\31\2\1\uffff\2\2\6\uffff\2\2\1\1\36\2\1\uffff\20\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA244_eot = DFA.unpackEncodedString(DFA244_eotS); static final short[] DFA244_eof = DFA.unpackEncodedString(DFA244_eofS); static final char[] DFA244_min = DFA.unpackEncodedStringToUnsignedChars(DFA244_minS); static final char[] DFA244_max = DFA.unpackEncodedStringToUnsignedChars(DFA244_maxS); static final short[] DFA244_accept = DFA.unpackEncodedString(DFA244_acceptS); static final short[] DFA244_special = DFA.unpackEncodedString(DFA244_specialS); static final short[][] DFA244_transition; static { int numStates = DFA244_transitionS.length; DFA244_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA244_transition[i] = DFA.unpackEncodedString(DFA244_transitionS[i]); } } class DFA244 extends DFA { public DFA244(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 244; this.eot = DFA244_eot; this.eof = DFA244_eof; this.min = DFA244_min; this.max = DFA244_max; this.accept = DFA244_accept; this.special = DFA244_special; this.transition = DFA244_transition; } public String getDescription() { return "10427: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 LA244_1 = input.LA(1); int index244_1 = input.index(); input.rewind(); s = -1; if ( (synpred55_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 2;} input.seek(index244_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 244, _s, input); error(nvae); throw nvae; } } static final String DFA248_eotS = "\154\uffff"; static final String DFA248_eofS = "\1\72\153\uffff"; static final String DFA248_minS = "\1\6\71\0\62\uffff"; static final String DFA248_maxS = "\1\u0082\71\0\62\uffff"; static final String DFA248_acceptS = "\72\uffff\1\2\60\uffff\1\1"; static final String DFA248_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\62\uffff}>"; static final String[] DFA248_transitionS = { "\1\56\1\uffff\1\1\1\57\1\60\4\72\1\52\1\53\1\54\12\uffff\1\17\1\72\1\37\1\72\1\4\1\44\2\72\1\11\1\13\1\42\1\72\1\15\1\10\1\3\1\71\2\72\1\uffff\1\35\1\24\1\41\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\72\1\6\1\16\1\5\1\72\1\32\1\33\1\34\1\14\1\uffff\1\43\1\72\6\uffff\1\72\1\46\1\47\23\72\1\40\4\72\1\36\5\72\1\uffff\1\62\2\72\1\63\1\64\1\65\1\45\1\50\1\51\1\55\1\61\1\66\1\67\1\70\2\72", "\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[] DFA248_eot = DFA.unpackEncodedString(DFA248_eotS); static final short[] DFA248_eof = DFA.unpackEncodedString(DFA248_eofS); static final char[] DFA248_min = DFA.unpackEncodedStringToUnsignedChars(DFA248_minS); static final char[] DFA248_max = DFA.unpackEncodedStringToUnsignedChars(DFA248_maxS); static final short[] DFA248_accept = DFA.unpackEncodedString(DFA248_acceptS); static final short[] DFA248_special = DFA.unpackEncodedString(DFA248_specialS); static final short[][] DFA248_transition; static { int numStates = DFA248_transitionS.length; DFA248_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA248_transition[i] = DFA.unpackEncodedString(DFA248_transitionS[i]); } } class DFA248 extends DFA { public DFA248(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 248; this.eot = DFA248_eot; this.eof = DFA248_eof; this.min = DFA248_min; this.max = DFA248_max; this.accept = DFA248_accept; this.special = DFA248_special; this.transition = DFA248_transition; } public String getDescription() { return "10761: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' | '(' | 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 LA248_1 = input.LA(1); int index248_1 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_1); if ( s>=0 ) return s; break; case 1 : int LA248_2 = input.LA(1); int index248_2 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_2); if ( s>=0 ) return s; break; case 2 : int LA248_3 = input.LA(1); int index248_3 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_3); if ( s>=0 ) return s; break; case 3 : int LA248_4 = input.LA(1); int index248_4 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_4); if ( s>=0 ) return s; break; case 4 : int LA248_5 = input.LA(1); int index248_5 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_5); if ( s>=0 ) return s; break; case 5 : int LA248_6 = input.LA(1); int index248_6 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_6); if ( s>=0 ) return s; break; case 6 : int LA248_7 = input.LA(1); int index248_7 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_7); if ( s>=0 ) return s; break; case 7 : int LA248_8 = input.LA(1); int index248_8 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_8); if ( s>=0 ) return s; break; case 8 : int LA248_9 = input.LA(1); int index248_9 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_9); if ( s>=0 ) return s; break; case 9 : int LA248_10 = input.LA(1); int index248_10 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_10); if ( s>=0 ) return s; break; case 10 : int LA248_11 = input.LA(1); int index248_11 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_11); if ( s>=0 ) return s; break; case 11 : int LA248_12 = input.LA(1); int index248_12 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_12); if ( s>=0 ) return s; break; case 12 : int LA248_13 = input.LA(1); int index248_13 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_13); if ( s>=0 ) return s; break; case 13 : int LA248_14 = input.LA(1); int index248_14 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_14); if ( s>=0 ) return s; break; case 14 : int LA248_15 = input.LA(1); int index248_15 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_15); if ( s>=0 ) return s; break; case 15 : int LA248_16 = input.LA(1); int index248_16 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_16); if ( s>=0 ) return s; break; case 16 : int LA248_17 = input.LA(1); int index248_17 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_17); if ( s>=0 ) return s; break; case 17 : int LA248_18 = input.LA(1); int index248_18 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_18); if ( s>=0 ) return s; break; case 18 : int LA248_19 = input.LA(1); int index248_19 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_19); if ( s>=0 ) return s; break; case 19 : int LA248_20 = input.LA(1); int index248_20 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_20); if ( s>=0 ) return s; break; case 20 : int LA248_21 = input.LA(1); int index248_21 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_21); if ( s>=0 ) return s; break; case 21 : int LA248_22 = input.LA(1); int index248_22 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_22); if ( s>=0 ) return s; break; case 22 : int LA248_23 = input.LA(1); int index248_23 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_23); if ( s>=0 ) return s; break; case 23 : int LA248_24 = input.LA(1); int index248_24 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_24); if ( s>=0 ) return s; break; case 24 : int LA248_25 = input.LA(1); int index248_25 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_25); if ( s>=0 ) return s; break; case 25 : int LA248_26 = input.LA(1); int index248_26 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_26); if ( s>=0 ) return s; break; case 26 : int LA248_27 = input.LA(1); int index248_27 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_27); if ( s>=0 ) return s; break; case 27 : int LA248_28 = input.LA(1); int index248_28 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_28); if ( s>=0 ) return s; break; case 28 : int LA248_29 = input.LA(1); int index248_29 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_29); if ( s>=0 ) return s; break; case 29 : int LA248_30 = input.LA(1); int index248_30 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_30); if ( s>=0 ) return s; break; case 30 : int LA248_31 = input.LA(1); int index248_31 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_31); if ( s>=0 ) return s; break; case 31 : int LA248_32 = input.LA(1); int index248_32 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_32); if ( s>=0 ) return s; break; case 32 : int LA248_33 = input.LA(1); int index248_33 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_33); if ( s>=0 ) return s; break; case 33 : int LA248_34 = input.LA(1); int index248_34 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_34); if ( s>=0 ) return s; break; case 34 : int LA248_35 = input.LA(1); int index248_35 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_35); if ( s>=0 ) return s; break; case 35 : int LA248_36 = input.LA(1); int index248_36 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_36); if ( s>=0 ) return s; break; case 36 : int LA248_37 = input.LA(1); int index248_37 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_37); if ( s>=0 ) return s; break; case 37 : int LA248_38 = input.LA(1); int index248_38 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_38); if ( s>=0 ) return s; break; case 38 : int LA248_39 = input.LA(1); int index248_39 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_39); if ( s>=0 ) return s; break; case 39 : int LA248_40 = input.LA(1); int index248_40 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_40); if ( s>=0 ) return s; break; case 40 : int LA248_41 = input.LA(1); int index248_41 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_41); if ( s>=0 ) return s; break; case 41 : int LA248_42 = input.LA(1); int index248_42 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_42); if ( s>=0 ) return s; break; case 42 : int LA248_43 = input.LA(1); int index248_43 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_43); if ( s>=0 ) return s; break; case 43 : int LA248_44 = input.LA(1); int index248_44 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_44); if ( s>=0 ) return s; break; case 44 : int LA248_45 = input.LA(1); int index248_45 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_45); if ( s>=0 ) return s; break; case 45 : int LA248_46 = input.LA(1); int index248_46 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_46); if ( s>=0 ) return s; break; case 46 : int LA248_47 = input.LA(1); int index248_47 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_47); if ( s>=0 ) return s; break; case 47 : int LA248_48 = input.LA(1); int index248_48 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_48); if ( s>=0 ) return s; break; case 48 : int LA248_49 = input.LA(1); int index248_49 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_49); if ( s>=0 ) return s; break; case 49 : int LA248_50 = input.LA(1); int index248_50 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_50); if ( s>=0 ) return s; break; case 50 : int LA248_51 = input.LA(1); int index248_51 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_51); if ( s>=0 ) return s; break; case 51 : int LA248_52 = input.LA(1); int index248_52 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_52); if ( s>=0 ) return s; break; case 52 : int LA248_53 = input.LA(1); int index248_53 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_53); if ( s>=0 ) return s; break; case 53 : int LA248_54 = input.LA(1); int index248_54 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_54); if ( s>=0 ) return s; break; case 54 : int LA248_55 = input.LA(1); int index248_55 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_55); if ( s>=0 ) return s; break; case 55 : int LA248_56 = input.LA(1); int index248_56 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_56); if ( s>=0 ) return s; break; case 56 : int LA248_57 = input.LA(1); int index248_57 = input.index(); input.rewind(); s = -1; if ( (synpred56_InternalSuite()) ) {s = 107;} else if ( (true) ) {s = 58;} input.seek(index248_57); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 248, _s, input); error(nvae); throw nvae; } } static final String DFA265_eotS = "\157\uffff"; static final String DFA265_eofS = "\1\2\156\uffff"; static final String DFA265_minS = "\1\6\1\0\155\uffff"; static final String DFA265_maxS = "\1\u0084\1\0\155\uffff"; static final String DFA265_acceptS = "\2\uffff\1\2\153\uffff\1\1"; static final String DFA265_specialS = "\1\uffff\1\0\155\uffff}>"; static final String[] DFA265_transitionS = { "\1\2\1\uffff\12\2\12\uffff\5\2\1\1\51\2\6\uffff\41\2\1\uffff\20\2\1\uffff\1\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA265_eot = DFA.unpackEncodedString(DFA265_eotS); static final short[] DFA265_eof = DFA.unpackEncodedString(DFA265_eofS); static final char[] DFA265_min = DFA.unpackEncodedStringToUnsignedChars(DFA265_minS); static final char[] DFA265_max = DFA.unpackEncodedStringToUnsignedChars(DFA265_maxS); static final short[] DFA265_accept = DFA.unpackEncodedString(DFA265_acceptS); static final short[] DFA265_special = DFA.unpackEncodedString(DFA265_specialS); static final short[][] DFA265_transition; static { int numStates = DFA265_transitionS.length; DFA265_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA265_transition[i] = DFA.unpackEncodedString(DFA265_transitionS[i]); } } class DFA265 extends DFA { public DFA265(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 265; this.eot = DFA265_eot; this.eof = DFA265_eof; this.min = DFA265_min; this.max = DFA265_max; this.accept = DFA265_accept; this.special = DFA265_special; this.transition = DFA265_transition; } public String getDescription() { return "11381: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 LA265_1 = input.LA(1); int index265_1 = input.index(); input.rewind(); s = -1; if ( (synpred62_InternalSuite()) ) {s = 110;} else if ( (true) ) {s = 2;} input.seek(index265_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 265, _s, input); error(nvae); throw nvae; } } static final String DFA264_eotS = "\12\uffff"; static final String DFA264_eofS = "\1\1\11\uffff"; static final String DFA264_minS = "\1\6\1\uffff\1\10\6\0\1\uffff"; static final String DFA264_maxS = "\1\u0084\1\uffff\1\171\6\0\1\uffff"; static final String DFA264_acceptS = "\1\uffff\1\2\7\uffff\1\1"; static final String DFA264_specialS = "\3\uffff\1\4\1\1\1\3\1\0\1\5\1\2\1\uffff}>"; static final String[] DFA264_transitionS = { "\1\1\1\uffff\12\1\12\uffff\3\1\1\2\53\1\6\uffff\41\1\1\uffff\20\1\1\uffff\1\1", "", "\1\3\23\uffff\1\1\3\uffff\2\1\2\uffff\2\1\2\uffff\2\1\1\4\4\uffff\2\1\1\uffff\14\1\2\uffff\2\1\1\5\1\uffff\1\6\1\7\1\10\1\1\61\uffff\1\1", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "\1\uffff", "" }; static final short[] DFA264_eot = DFA.unpackEncodedString(DFA264_eotS); static final short[] DFA264_eof = DFA.unpackEncodedString(DFA264_eofS); static final char[] DFA264_min = DFA.unpackEncodedStringToUnsignedChars(DFA264_minS); static final char[] DFA264_max = DFA.unpackEncodedStringToUnsignedChars(DFA264_maxS); static final short[] DFA264_accept = DFA.unpackEncodedString(DFA264_acceptS); static final short[] DFA264_special = DFA.unpackEncodedString(DFA264_specialS); static final short[][] DFA264_transition; static { int numStates = DFA264_transitionS.length; DFA264_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA264_transition[i] = DFA.unpackEncodedString(DFA264_transitionS[i]); } } class DFA264 extends DFA { public DFA264(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 264; this.eot = DFA264_eot; this.eof = DFA264_eof; this.min = DFA264_min; this.max = DFA264_max; this.accept = DFA264_accept; this.special = DFA264_special; this.transition = DFA264_transition; } public String getDescription() { return "()* loopback of 11430: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 LA264_6 = input.LA(1); int index264_6 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index264_6); if ( s>=0 ) return s; break; case 1 : int LA264_4 = input.LA(1); int index264_4 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index264_4); if ( s>=0 ) return s; break; case 2 : int LA264_8 = input.LA(1); int index264_8 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index264_8); if ( s>=0 ) return s; break; case 3 : int LA264_5 = input.LA(1); int index264_5 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index264_5); if ( s>=0 ) return s; break; case 4 : int LA264_3 = input.LA(1); int index264_3 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index264_3); if ( s>=0 ) return s; break; case 5 : int LA264_7 = input.LA(1); int index264_7 = input.index(); input.rewind(); s = -1; if ( (synpred63_InternalSuite()) ) {s = 9;} else if ( (true) ) {s = 1;} input.seek(index264_7); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 264, _s, input); error(nvae); throw nvae; } } static final String DFA263_eotS = "\157\uffff"; static final String DFA263_eofS = "\1\2\156\uffff"; static final String DFA263_minS = "\1\6\1\0\155\uffff"; static final String DFA263_maxS = "\1\u0084\1\0\155\uffff"; static final String DFA263_acceptS = "\2\uffff\1\2\153\uffff\1\1"; static final String DFA263_specialS = "\1\uffff\1\0\155\uffff}>"; static final String[] DFA263_transitionS = { "\1\2\1\uffff\12\2\12\uffff\5\2\1\1\51\2\6\uffff\41\2\1\uffff\20\2\1\uffff\1\2", "\1\uffff", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }; static final short[] DFA263_eot = DFA.unpackEncodedString(DFA263_eotS); static final short[] DFA263_eof = DFA.unpackEncodedString(DFA263_eofS); static final char[] DFA263_min = DFA.unpackEncodedStringToUnsignedChars(DFA263_minS); static final char[] DFA263_max = DFA.unpackEncodedStringToUnsignedChars(DFA263_maxS); static final short[] DFA263_accept = DFA.unpackEncodedString(DFA263_acceptS); static final short[] DFA263_special = DFA.unpackEncodedString(DFA263_specialS); static final short[][] DFA263_transition; static { int numStates = DFA263_transitionS.length; DFA263_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA263_transition[i] = DFA.unpackEncodedString(DFA263_transitionS[i]); } } class DFA263 extends DFA { public DFA263(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 263; this.eot = DFA263_eot; this.eof = DFA263_eof; this.min = DFA263_min; this.max = DFA263_max; this.accept = DFA263_accept; this.special = DFA263_special; this.transition = DFA263_transition; } public String getDescription() { return "11457: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 LA263_1 = input.LA(1); int index263_1 = input.index(); input.rewind(); s = -1; if ( (synpred64_InternalSuite()) ) {s = 110;} else if ( (true) ) {s = 2;} input.seek(index263_1); if ( s>=0 ) return s; break; } if (state.backtracking>0) {state.failed=true; return -1;} NoViableAltException nvae = new NoViableAltException(getDescription(), 263, _s, input); error(nvae); throw nvae; } } static final String DFA275_eotS = "\21\uffff"; static final String DFA275_eofS = "\2\uffff\6\11\2\uffff\6\11\1\uffff"; static final String DFA275_minS = "\1\10\1\uffff\6\4\1\10\1\uffff\6\4\1\uffff"; static final String DFA275_maxS = "\1\106\1\uffff\6\121\1\150\1\uffff\6\121\1\uffff"; static final String DFA275_acceptS = "\1\uffff\1\1\7\uffff\1\2\6\uffff\1\3"; static final String DFA275_specialS = "\21\uffff}>"; static final String[] DFA275_transitionS = { "\1\2\41\uffff\1\4\13\uffff\1\1\13\uffff\1\3\1\uffff\1\5\1\6\1\7", "", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\12\41\uffff\1\14\27\uffff\1\13\1\uffff\1\15\1\16\1\17\41\uffff\1\20", "", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "\1\11\30\uffff\1\11\1\uffff\1\10\47\uffff\1\11\11\uffff\1\11", "" }; static final short[] DFA275_eot = DFA.unpackEncodedString(DFA275_eotS); static final short[] DFA275_eof = DFA.unpackEncodedString(DFA275_eofS); static final char[] DFA275_min = DFA.unpackEncodedStringToUnsignedChars(DFA275_minS); static final char[] DFA275_max = DFA.unpackEncodedStringToUnsignedChars(DFA275_maxS); static final short[] DFA275_accept = DFA.unpackEncodedString(DFA275_acceptS); static final short[] DFA275_special = DFA.unpackEncodedString(DFA275_specialS); static final short[][] DFA275_transition; static { int numStates = DFA275_transitionS.length; DFA275_transition = new short[numStates][]; for (int i=0; i<numStates; i++) { DFA275_transition[i] = DFA.unpackEncodedString(DFA275_transitionS[i]); } } class DFA275 extends DFA { public DFA275(BaseRecognizer recognizer) { this.recognizer = recognizer; this.decisionNumber = 275; this.eot = DFA275_eot; this.eof = DFA275_eof; this.min = DFA275_min; this.max = DFA275_max; this.accept = DFA275_accept; this.special = DFA275_special; this.transition = DFA275_transition; } public String getDescription() { return "12005: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_ruleSuiteFile_in_entryRuleSuiteFile75 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleSuiteFile85 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_28_in_ruleSuiteFile132 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleSuiteFile153 = new BitSet(new long[]{0x0000000020000012L,0x0000000000020080L}); public static final BitSet FOLLOW_29_in_ruleSuiteFile166 = new BitSet(new long[]{0x0000000000000012L,0x0000000000020080L}); public static final BitSet FOLLOW_ruleXImportSection_in_ruleSuiteFile191 = new BitSet(new long[]{0x0000000000000012L,0x0000000000020000L}); public static final BitSet FOLLOW_ruleSuite_in_ruleSuiteFile213 = new BitSet(new long[]{0x0000000000000012L,0x0000000000020000L}); public static final BitSet FOLLOW_ruleSuite_in_entryRuleSuite252 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleSuite262 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleSuite317 = new BitSet(new long[]{0x0000000000000010L,0x0000000000020000L}); public static final BitSet FOLLOW_RULE_SUITE_NAME_in_ruleSuite335 = new BitSet(new long[]{0x0000000040000002L}); public static final BitSet FOLLOW_ruleReference_in_ruleSuite361 = new BitSet(new long[]{0x0000000040000002L}); public static final BitSet FOLLOW_rulePatternReference_in_entryRulePatternReference398 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRulePatternReference408 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_30_in_rulePatternReference445 = new BitSet(new long[]{0x0000000000000020L}); public static final BitSet FOLLOW_RULE_PATTERN_in_rulePatternReference462 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleReference_in_entryRuleReference503 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleReference513 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleSpecReference_in_ruleReference560 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_rulePatternReference_in_ruleReference587 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleSpecReference_in_entryRuleSpecReference622 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleSpecReference632 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_30_in_ruleSpecReference669 = new BitSet(new long[]{0x0000000000000040L}); public static final BitSet FOLLOW_RULE_STRING_in_ruleSpecReference689 = new BitSet(new long[]{0x0000000000000082L}); public static final BitSet FOLLOW_RULE_TEXT_in_ruleSpecReference706 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName749 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedName760 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleQualifiedName807 = new BitSet(new long[]{0x0000000080000002L}); public static final BitSet FOLLOW_31_in_ruleQualifiedName835 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleQualifiedName858 = new BitSet(new long[]{0x0000000080000002L}); public static final BitSet FOLLOW_ruleType_in_entryRuleType909 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleType919 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleType974 = new BitSet(new long[]{0x3FFC070110000000L,0x0000000000020000L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleType1007 = new BitSet(new long[]{0x3FFC000110000000L}); public static final BitSet FOLLOW_32_in_ruleType1020 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleType1041 = new BitSet(new long[]{0x0000007200000000L}); public static final BitSet FOLLOW_33_in_ruleType1054 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleType1075 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleType1088 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleType1109 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleType1123 = new BitSet(new long[]{0x0000007000000000L}); public static final BitSet FOLLOW_36_in_ruleType1138 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleType1159 = new BitSet(new long[]{0x0000006000000000L}); public static final BitSet FOLLOW_37_in_ruleType1174 = new BitSet(new long[]{0x00002C0000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_ruleType1195 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_34_in_ruleType1208 = new BitSet(new long[]{0x00002C0000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_ruleType1229 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_38_in_ruleType1245 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_ruleMember_in_ruleType1266 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_39_in_ruleType1279 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleType1317 = new BitSet(new long[]{0x3FFC010010000000L}); public static final BitSet FOLLOW_40_in_ruleType1330 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleType1351 = new BitSet(new long[]{0x0000005200000000L}); public static final BitSet FOLLOW_33_in_ruleType1364 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleType1385 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleType1398 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleType1419 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleType1433 = new BitSet(new long[]{0x0000005000000000L}); public static final BitSet FOLLOW_36_in_ruleType1448 = new BitSet(new long[]{0x00002C0000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_ruleType1469 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_34_in_ruleType1482 = new BitSet(new long[]{0x00002C0000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_ruleType1503 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_38_in_ruleType1519 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_ruleMember_in_ruleType1540 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_39_in_ruleType1553 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleType1591 = new BitSet(new long[]{0x3FFC020010000000L}); public static final BitSet FOLLOW_41_in_ruleType1604 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleType1625 = new BitSet(new long[]{0x0000004000000000L}); public static final BitSet FOLLOW_38_in_ruleType1637 = new BitSet(new long[]{0x0000048020000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleType1659 = new BitSet(new long[]{0x0000008420000000L}); public static final BitSet FOLLOW_34_in_ruleType1672 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleType1693 = new BitSet(new long[]{0x0000008420000000L}); public static final BitSet FOLLOW_29_in_ruleType1710 = new BitSet(new long[]{0x0000008000000000L}); public static final BitSet FOLLOW_39_in_ruleType1724 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleType1762 = new BitSet(new long[]{0x3FFC040010000000L}); public static final BitSet FOLLOW_42_in_ruleType1775 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleType1796 = new BitSet(new long[]{0x0000004000000000L}); public static final BitSet FOLLOW_38_in_ruleType1808 = new BitSet(new long[]{0xFFFCAF8110000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleAnnotationField_in_ruleType1829 = new BitSet(new long[]{0xFFFCAF8110000100L,0x0000000000020074L}); public static final BitSet FOLLOW_39_in_ruleType1842 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmSuperTypeReference_in_entryRuleJvmSuperTypeReference1880 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmSuperTypeReference1890 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleJvmSuperTypeReference1937 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFunctionSuperTypeRef_in_ruleJvmSuperTypeReference1964 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFunctionSuperTypeRef_in_entryRuleXFunctionSuperTypeRef1999 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXFunctionSuperTypeRef2009 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_ruleXFunctionSuperTypeRef2053 = new BitSet(new long[]{0xFFFCBC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef2088 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_34_in_ruleXFunctionSuperTypeRef2101 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef2122 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_44_in_ruleXFunctionSuperTypeRef2138 = new BitSet(new long[]{0x0000200000000000L}); public static final BitSet FOLLOW_45_in_ruleXFunctionSuperTypeRef2152 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionSuperTypeRef2173 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleAnnotationField_in_entryRuleAnnotationField2209 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleAnnotationField2219 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleAnnotationField2274 = new BitSet(new long[]{0xFFFCAF0110000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField2309 = new BitSet(new long[]{0xFFFC000010000000L}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleAnnotationField2331 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField2352 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnnotationField2374 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField2396 = new BitSet(new long[]{0x0000400020000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField2434 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleAnnotationField2456 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField2477 = new BitSet(new long[]{0x0000400020000002L}); public static final BitSet FOLLOW_46_in_ruleAnnotationField2492 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAnnotationElementValue_in_ruleAnnotationField2513 = new BitSet(new long[]{0x0000000020000002L}); public static final BitSet FOLLOW_29_in_ruleAnnotationField2528 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField2568 = new BitSet(new long[]{0x3FFC000110000000L}); public static final BitSet FOLLOW_32_in_ruleAnnotationField2581 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField2602 = new BitSet(new long[]{0x0000007200000000L}); public static final BitSet FOLLOW_33_in_ruleAnnotationField2615 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField2636 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleAnnotationField2649 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField2670 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleAnnotationField2684 = new BitSet(new long[]{0x0000007000000000L}); public static final BitSet FOLLOW_36_in_ruleAnnotationField2699 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField2720 = new BitSet(new long[]{0x0000006000000000L}); public static final BitSet FOLLOW_37_in_ruleAnnotationField2735 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField2756 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_34_in_ruleAnnotationField2769 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField2790 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_38_in_ruleAnnotationField2806 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_ruleMember_in_ruleAnnotationField2827 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_39_in_ruleAnnotationField2840 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField2878 = new BitSet(new long[]{0x3FFC010010000000L}); public static final BitSet FOLLOW_40_in_ruleAnnotationField2891 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField2912 = new BitSet(new long[]{0x0000005200000000L}); public static final BitSet FOLLOW_33_in_ruleAnnotationField2925 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField2946 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleAnnotationField2959 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleAnnotationField2980 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleAnnotationField2994 = new BitSet(new long[]{0x0000005000000000L}); public static final BitSet FOLLOW_36_in_ruleAnnotationField3009 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField3030 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_34_in_ruleAnnotationField3043 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleAnnotationField3064 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_38_in_ruleAnnotationField3080 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_ruleMember_in_ruleAnnotationField3101 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_39_in_ruleAnnotationField3114 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField3152 = new BitSet(new long[]{0x3FFC020010000000L}); public static final BitSet FOLLOW_41_in_ruleAnnotationField3165 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField3186 = new BitSet(new long[]{0x0000004000000000L}); public static final BitSet FOLLOW_38_in_ruleAnnotationField3198 = new BitSet(new long[]{0x0000048020000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleAnnotationField3220 = new BitSet(new long[]{0x0000008420000000L}); public static final BitSet FOLLOW_34_in_ruleAnnotationField3233 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleAnnotationField3254 = new BitSet(new long[]{0x0000008420000000L}); public static final BitSet FOLLOW_29_in_ruleAnnotationField3271 = new BitSet(new long[]{0x0000008000000000L}); public static final BitSet FOLLOW_39_in_ruleAnnotationField3285 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleAnnotationField3323 = new BitSet(new long[]{0x3FFC040010000000L}); public static final BitSet FOLLOW_42_in_ruleAnnotationField3336 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleAnnotationField3357 = new BitSet(new long[]{0x0000004000000000L}); public static final BitSet FOLLOW_38_in_ruleAnnotationField3369 = new BitSet(new long[]{0xFFFCAF8110000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleAnnotationField_in_ruleAnnotationField3390 = new BitSet(new long[]{0xFFFCAF8110000100L,0x0000000000020074L}); public static final BitSet FOLLOW_39_in_ruleAnnotationField3403 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleMember_in_entryRuleMember3441 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleMember3451 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleMember3506 = new BitSet(new long[]{0xFFFEAF0110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember3539 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleMember3563 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember3584 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember3606 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember3628 = new BitSet(new long[]{0x0000400020000002L}); public static final BitSet FOLLOW_47_in_ruleMember3654 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleMember3689 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember3716 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember3739 = new BitSet(new long[]{0x0000440020000102L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember3760 = new BitSet(new long[]{0x0000400020000002L}); public static final BitSet FOLLOW_ruleFieldModifier_in_ruleMember3790 = new BitSet(new long[]{0x3FFC800010000000L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember3811 = new BitSet(new long[]{0x3FFC800010000000L}); public static final BitSet FOLLOW_47_in_ruleMember3830 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember3864 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember3886 = new BitSet(new long[]{0x0000440020000102L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember3907 = new BitSet(new long[]{0x0000400020000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember3937 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember3958 = new BitSet(new long[]{0x0000400020000002L}); public static final BitSet FOLLOW_46_in_ruleMember3973 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleMember3994 = new BitSet(new long[]{0x0000000020000002L}); public static final BitSet FOLLOW_29_in_ruleMember4009 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember4049 = new BitSet(new long[]{0x3FFC000010000000L,0x0000000000000003L}); public static final BitSet FOLLOW_ruleMethodModifier_in_ruleMember4071 = new BitSet(new long[]{0xFFFCAC0A50000100L,0x0000DFFDFFE00077L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember4093 = new BitSet(new long[]{0xFFFCAC0A50000100L,0x0000DFFDFFE00077L}); public static final BitSet FOLLOW_ruleMethodModifier_in_ruleMember4120 = new BitSet(new long[]{0xFFFCAC0A50000100L,0x0000DFFDFFE00077L}); public static final BitSet FOLLOW_33_in_ruleMember4135 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleMember4156 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleMember4169 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleMember4190 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleMember4204 = new BitSet(new long[]{0xFFFCAC0A50000100L,0x0000DFFDFFE00077L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember4266 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000004L}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_ruleMember4287 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember4308 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleMember4320 = new BitSet(new long[]{0xFFFCBC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleTypeReferenceWithTypeArgs_in_ruleMember4378 = new BitSet(new long[]{0xFFFCAC0A50000100L,0x0000DFFDFFE00077L}); public static final BitSet FOLLOW_ruleFunctionID_in_ruleMember4399 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleMember4411 = new BitSet(new long[]{0xFFFCBC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleTypeReferenceNoTypeArgs_in_ruleMember4469 = new BitSet(new long[]{0xFFFCAC0A50000100L,0x0000DFFDFFE00077L}); public static final BitSet FOLLOW_ruleFunctionID_in_ruleMember4490 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleMember4502 = new BitSet(new long[]{0xFFFCBC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_ruleMember4560 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember4581 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleMember4593 = new BitSet(new long[]{0xFFFCBC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleFunctionID_in_ruleMember4623 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleMember4635 = new BitSet(new long[]{0xFFFCBC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleParameter_in_ruleMember4659 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_34_in_ruleMember4672 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleParameter_in_ruleMember4693 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_44_in_ruleMember4709 = new BitSet(new long[]{0x0001004020000642L}); public static final BitSet FOLLOW_48_in_ruleMember4722 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember4743 = new BitSet(new long[]{0x0000004420000642L}); public static final BitSet FOLLOW_34_in_ruleMember4756 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember4777 = new BitSet(new long[]{0x0000004420000642L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_ruleMember4803 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichString_in_ruleMember4830 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_29_in_ruleMember4848 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember4888 = new BitSet(new long[]{0x3FFE000010000000L}); public static final BitSet FOLLOW_49_in_ruleMember4901 = new BitSet(new long[]{0x0000080200000000L}); public static final BitSet FOLLOW_33_in_ruleMember4914 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleMember4935 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleMember4948 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleMember4969 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleMember4983 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleMember4997 = new BitSet(new long[]{0xFFFCBC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleParameter_in_ruleMember5019 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_34_in_ruleMember5032 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleParameter_in_ruleMember5053 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_44_in_ruleMember5069 = new BitSet(new long[]{0x0001004000000000L}); public static final BitSet FOLLOW_48_in_ruleMember5082 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember5103 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_34_in_ruleMember5116 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleMember5137 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_ruleMember5162 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember5200 = new BitSet(new long[]{0x3FFC000110000000L}); public static final BitSet FOLLOW_32_in_ruleMember5213 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember5234 = new BitSet(new long[]{0x0000007200000000L}); public static final BitSet FOLLOW_33_in_ruleMember5247 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleMember5268 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleMember5281 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleMember5302 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleMember5316 = new BitSet(new long[]{0x0000007000000000L}); public static final BitSet FOLLOW_36_in_ruleMember5331 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5352 = new BitSet(new long[]{0x0000006000000000L}); public static final BitSet FOLLOW_37_in_ruleMember5367 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5388 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_34_in_ruleMember5401 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5422 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_38_in_ruleMember5438 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_ruleMember_in_ruleMember5459 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_39_in_ruleMember5472 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember5510 = new BitSet(new long[]{0x3FFC010010000000L}); public static final BitSet FOLLOW_40_in_ruleMember5523 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember5544 = new BitSet(new long[]{0x0000005200000000L}); public static final BitSet FOLLOW_33_in_ruleMember5557 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleMember5578 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleMember5591 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_ruleMember5612 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleMember5626 = new BitSet(new long[]{0x0000005000000000L}); public static final BitSet FOLLOW_36_in_ruleMember5641 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5662 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_34_in_ruleMember5675 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleMember5696 = new BitSet(new long[]{0x0000004400000000L}); public static final BitSet FOLLOW_38_in_ruleMember5712 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_ruleMember_in_ruleMember5733 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_39_in_ruleMember5746 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember5784 = new BitSet(new long[]{0x3FFC020010000000L}); public static final BitSet FOLLOW_41_in_ruleMember5797 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember5818 = new BitSet(new long[]{0x0000004000000000L}); public static final BitSet FOLLOW_38_in_ruleMember5830 = new BitSet(new long[]{0x0000048020000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleMember5852 = new BitSet(new long[]{0x0000008420000000L}); public static final BitSet FOLLOW_34_in_ruleMember5865 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_ruleMember5886 = new BitSet(new long[]{0x0000008420000000L}); public static final BitSet FOLLOW_29_in_ruleMember5903 = new BitSet(new long[]{0x0000008000000000L}); public static final BitSet FOLLOW_39_in_ruleMember5917 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_ruleMember5955 = new BitSet(new long[]{0x3FFC040010000000L}); public static final BitSet FOLLOW_42_in_ruleMember5968 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleMember5989 = new BitSet(new long[]{0x0000004000000000L}); public static final BitSet FOLLOW_38_in_ruleMember6001 = new BitSet(new long[]{0xFFFCAF8110000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleAnnotationField_in_ruleMember6022 = new BitSet(new long[]{0xFFFCAF8110000100L,0x0000000000020074L}); public static final BitSet FOLLOW_39_in_ruleMember6035 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleTypeReferenceNoTypeArgs_in_entryRuleTypeReferenceNoTypeArgs6073 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleTypeReferenceNoTypeArgs6083 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleTypeReferenceNoTypeArgs6130 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleTypeReferenceWithTypeArgs_in_entryRuleTypeReferenceWithTypeArgs6165 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleTypeReferenceWithTypeArgs6175 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleParameterizedTypeReferenceWithTypeArgs_in_ruleTypeReferenceWithTypeArgs6223 = new BitSet(new long[]{0x0000000000000002L,0x0000000000080000L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_ruleTypeReferenceWithTypeArgs6259 = new BitSet(new long[]{0x0000000000000002L,0x0000000000080000L}); public static final BitSet FOLLOW_ruleTypeReferenceNoTypeArgs_in_ruleTypeReferenceWithTypeArgs6291 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_ruleTypeReferenceWithTypeArgs6327 = new BitSet(new long[]{0x0000000000000002L,0x0000000000080000L}); public static final BitSet FOLLOW_ruleXFunctionTypeRef_in_ruleTypeReferenceWithTypeArgs6358 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleParameterizedTypeReferenceWithTypeArgs_in_entryRuleParameterizedTypeReferenceWithTypeArgs6393 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleParameterizedTypeReferenceWithTypeArgs6403 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleParameterizedTypeReferenceWithTypeArgs6451 = new BitSet(new long[]{0x0000000200000000L}); public static final BitSet FOLLOW_33_in_ruleParameterizedTypeReferenceWithTypeArgs6464 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs6485 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleParameterizedTypeReferenceWithTypeArgs6498 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs6519 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleParameterizedTypeReferenceWithTypeArgs6533 = new BitSet(new long[]{0x0000000080000002L}); public static final BitSet FOLLOW_31_in_ruleParameterizedTypeReferenceWithTypeArgs6569 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleParameterizedTypeReferenceWithTypeArgs6594 = new BitSet(new long[]{0x0000000280000002L}); public static final BitSet FOLLOW_33_in_ruleParameterizedTypeReferenceWithTypeArgs6615 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs6637 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleParameterizedTypeReferenceWithTypeArgs6650 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleParameterizedTypeReferenceWithTypeArgs6671 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleParameterizedTypeReferenceWithTypeArgs6685 = new BitSet(new long[]{0x0000000080000002L}); public static final BitSet FOLLOW_ruleFunctionID_in_entryRuleFunctionID6727 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFunctionID6738 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleFunctionID6785 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOperators_in_ruleFunctionID6818 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOperators_in_entryRuleOperators6864 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOperators6875 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_ruleOperators6922 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOr_in_ruleOperators6955 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAnd_in_ruleOperators6988 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpEquality_in_ruleOperators7021 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpCompare_in_ruleOperators7054 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOther_in_ruleOperators7087 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMulti_in_ruleOperators7120 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpUnary_in_ruleOperators7153 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpPostfix_in_ruleOperators7186 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXtendEnumLiteral_in_entryRuleXtendEnumLiteral7231 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXtendEnumLiteral7241 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleXtendEnumLiteral7286 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCommonModifier_in_entryRuleCommonModifier7322 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleCommonModifier7333 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_50_in_ruleCommonModifier7371 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_ruleCommonModifier7390 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_52_in_ruleCommonModifier7409 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_28_in_ruleCommonModifier7428 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_ruleCommonModifier7447 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_ruleCommonModifier7466 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_55_in_ruleCommonModifier7485 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_56_in_ruleCommonModifier7504 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_ruleCommonModifier7523 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_ruleCommonModifier7542 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_ruleCommonModifier7561 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_60_in_ruleCommonModifier7580 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_61_in_ruleCommonModifier7599 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFieldModifier_in_entryRuleFieldModifier7640 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFieldModifier7651 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_62_in_ruleFieldModifier7689 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_ruleFieldModifier7708 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleMethodModifier_in_entryRuleMethodModifier7749 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleMethodModifier7760 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_64_in_ruleMethodModifier7798 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_65_in_ruleMethodModifier7817 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_entryRuleCreateExtensionInfo7857 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleCreateExtensionInfo7867 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_66_in_ruleCreateExtensionInfo7904 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleValidID_in_ruleCreateExtensionInfo7926 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_ruleCreateExtensionInfo7938 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleCreateExtensionInfo7961 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_entryRuleValidID7998 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleValidID8009 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_ID_in_ruleValidID8049 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_66_in_ruleValidID8073 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_42_in_ruleValidID8092 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_68_in_ruleValidID8111 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_69_in_ruleValidID8130 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_70_in_ruleValidID8149 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_entryRuleFeatureCallID8190 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFeatureCallID8201 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleFeatureCallID8248 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_47_in_ruleFeatureCallID8272 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleInnerVarID_in_entryRuleInnerVarID8313 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleInnerVarID8324 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_ID_in_ruleInnerVarID8364 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_53_in_ruleInnerVarID8388 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_42_in_ruleInnerVarID8407 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_32_in_ruleInnerVarID8426 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_66_in_ruleInnerVarID8445 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_64_in_ruleInnerVarID8464 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_55_in_ruleInnerVarID8483 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_41_in_ruleInnerVarID8502 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_36_in_ruleInnerVarID8521 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_56_in_ruleInnerVarID8540 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_37_in_ruleInnerVarID8559 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_71_in_ruleInnerVarID8578 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_40_in_ruleInnerVarID8597 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_65_in_ruleInnerVarID8616 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_28_in_ruleInnerVarID8635 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_50_in_ruleInnerVarID8654 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_51_in_ruleInnerVarID8673 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_52_in_ruleInnerVarID8692 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_54_in_ruleInnerVarID8711 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_48_in_ruleInnerVarID8730 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_57_in_ruleInnerVarID8749 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_58_in_ruleInnerVarID8768 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_59_in_ruleInnerVarID8787 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_60_in_ruleInnerVarID8806 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_61_in_ruleInnerVarID8825 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_68_in_ruleInnerVarID8844 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_69_in_ruleInnerVarID8863 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_70_in_ruleInnerVarID8882 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleParameter_in_entryRuleParameter8922 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleParameter8932 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleParameter8978 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_47_in_ruleParameter8998 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleParameter9032 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000020074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleParameter9056 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000174L}); public static final BitSet FOLLOW_72_in_ruleParameter9074 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleParameter9109 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXVariableDeclaration_in_entryRuleXVariableDeclaration9145 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXVariableDeclaration9155 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_ruleXVariableDeclaration9313 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_62_in_ruleXVariableDeclaration9344 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_47_in_ruleXVariableDeclaration9363 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_47_in_ruleXVariableDeclaration9403 = new BitSet(new long[]{0xC000000000000000L}); public static final BitSet FOLLOW_63_in_ruleXVariableDeclaration9435 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_62_in_ruleXVariableDeclaration9466 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXVariableDeclaration9518 = new BitSet(new long[]{0x3FFD073110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleXVariableDeclaration9539 = new BitSet(new long[]{0x0000400000000002L}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleXVariableDeclaration9568 = new BitSet(new long[]{0x0000400000000002L}); public static final BitSet FOLLOW_46_in_ruleXVariableDeclaration9582 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXVariableDeclaration9603 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXConstructorCall_in_entryRuleXConstructorCall9641 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXConstructorCall9651 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXbaseConstructorCall_in_ruleXConstructorCall9698 = new BitSet(new long[]{0x0000004000000002L}); public static final BitSet FOLLOW_38_in_ruleXConstructorCall9733 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_ruleMember_in_ruleXConstructorCall9756 = new BitSet(new long[]{0xFFFEAF8110000100L,0x0000000000020077L}); public static final BitSet FOLLOW_39_in_ruleXConstructorCall9769 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXbaseConstructorCall_in_entryRuleXbaseConstructorCall9807 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXbaseConstructorCall9817 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_49_in_ruleXbaseConstructorCall9863 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleXbaseConstructorCall9886 = new BitSet(new long[]{0x0000080200000002L,0x0000000000080000L}); public static final BitSet FOLLOW_33_in_ruleXbaseConstructorCall9907 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXbaseConstructorCall9929 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleXbaseConstructorCall9942 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXbaseConstructorCall9963 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleXbaseConstructorCall9977 = new BitSet(new long[]{0x0000080000000002L,0x0000000000080000L}); public static final BitSet FOLLOW_43_in_ruleXbaseConstructorCall10013 = new BitSet(new long[]{0xFFFFBF7350038740L,0xFFCC1080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXShortClosure_in_ruleXbaseConstructorCall10098 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXbaseConstructorCall10126 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_34_in_ruleXbaseConstructorCall10139 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXbaseConstructorCall10160 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_44_in_ruleXbaseConstructorCall10177 = new BitSet(new long[]{0x0000000000000002L,0x0000000000080000L}); public static final BitSet FOLLOW_ruleXClosure_in_ruleXbaseConstructorCall10212 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_entryRuleJvmFormalParameter10249 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmFormalParameter10259 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_47_in_ruleJvmFormalParameter10302 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmFormalParameter10337 = new BitSet(new long[]{0x3FFD073110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleJvmFormalParameter10359 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFullJvmFormalParameter_in_entryRuleFullJvmFormalParameter10395 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleFullJvmFormalParameter10405 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_47_in_ruleFullJvmFormalParameter10448 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleFullJvmFormalParameter10483 = new BitSet(new long[]{0x3FFD073110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleInnerVarID_in_ruleFullJvmFormalParameter10504 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXStringLiteral_in_entryRuleXStringLiteral10540 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXStringLiteral10550 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleSimpleStringLiteral_in_ruleXStringLiteral10597 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichString_in_ruleXStringLiteral10624 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSwitchExpression_in_entryRuleXSwitchExpression10659 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXSwitchExpression10669 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_73_in_ruleXSwitchExpression10715 = new BitSet(new long[]{0xFFFFAF7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_43_in_ruleXSwitchExpression10753 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXSwitchExpression10774 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_ruleXSwitchExpression10786 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSwitchExpression10809 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXSwitchExpression10821 = new BitSet(new long[]{0x0000004000000000L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXSwitchExpression10870 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_ruleXSwitchExpression10882 = new BitSet(new long[]{0xFFFFAF7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpressionOrSimpleConstructorCall_in_ruleXSwitchExpression10906 = new BitSet(new long[]{0x0000004000000000L}); public static final BitSet FOLLOW_38_in_ruleXSwitchExpression10920 = new BitSet(new long[]{0xFFFCAC8410000100L,0x002000000000047CL}); public static final BitSet FOLLOW_ruleXCasePart_in_ruleXSwitchExpression10941 = new BitSet(new long[]{0xFFFCAC8410000100L,0x002000000000047CL}); public static final BitSet FOLLOW_74_in_ruleXSwitchExpression10955 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_ruleXSwitchExpression10967 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSwitchExpression10988 = new BitSet(new long[]{0x0000008000000000L}); public static final BitSet FOLLOW_39_in_ruleXSwitchExpression11002 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrSimpleConstructorCall_in_entryRuleXExpressionOrSimpleConstructorCall11038 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpressionOrSimpleConstructorCall11048 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXbaseConstructorCall_in_ruleXExpressionOrSimpleConstructorCall11103 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXExpressionOrSimpleConstructorCall11131 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleSimpleStringLiteral_in_entryRuleSimpleStringLiteral11166 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleSimpleStringLiteral11176 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_STRING_in_ruleSimpleStringLiteral11227 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichString_in_entryRuleRichString11268 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichString11278 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteral_in_ruleRichString11334 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralStart_in_ruleRichString11362 = new BitSet(new long[]{0xFFFF8F735003FF40L,0xFFC81080000E2AF7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleRichStringPart_in_ruleRichString11383 = new BitSet(new long[]{0xFFFF8F735003FF40L,0xFFC81080000E2AF7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleRichStringLiteralInbetween_in_ruleRichString11406 = new BitSet(new long[]{0xFFFF8F735003FF40L,0xFFC81080000E2AF7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleRichStringPart_in_ruleRichString11427 = new BitSet(new long[]{0xFFFF8F735003FF40L,0xFFC81080000E2AF7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleRichStringLiteralEnd_in_ruleRichString11451 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteral_in_entryRuleRichStringLiteral11489 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringLiteral11499 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_RICH_TEXT_in_ruleRichStringLiteral11550 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralStart_in_entryRuleRichStringLiteralStart11591 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringLiteralStart11601 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_RICH_TEXT_START_in_ruleRichStringLiteralStart11652 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralInbetween_in_entryRuleRichStringLiteralInbetween11693 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringLiteralInbetween11703 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_RICH_TEXT_INBETWEEN_in_ruleRichStringLiteralInbetween11755 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_COMMENT_RICH_TEXT_INBETWEEN_in_ruleRichStringLiteralInbetween11783 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralEnd_in_entryRuleRichStringLiteralEnd11825 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringLiteralEnd11835 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_RICH_TEXT_END_in_ruleRichStringLiteralEnd11887 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_COMMENT_RICH_TEXT_END_in_ruleRichStringLiteralEnd11915 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleInternalRichString_in_entryRuleInternalRichString11957 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleInternalRichString11967 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringLiteralInbetween_in_ruleInternalRichString12023 = new BitSet(new long[]{0xFFFF8F7350039F42L,0xFFC81080000E2AF7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleRichStringPart_in_ruleInternalRichString12045 = new BitSet(new long[]{0x0000000000001800L}); public static final BitSet FOLLOW_ruleRichStringLiteralInbetween_in_ruleInternalRichString12067 = new BitSet(new long[]{0xFFFF8F7350039F42L,0xFFC81080000E2AF7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleRichStringPart_in_entryRuleRichStringPart12106 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringPart12116 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleRichStringPart12163 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringForLoop_in_ruleRichStringPart12190 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringIf_in_ruleRichStringPart12217 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringForLoop_in_entryRuleRichStringForLoop12252 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringForLoop12262 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_75_in_ruleRichStringForLoop12308 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleRichStringForLoop12329 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_ruleRichStringForLoop12341 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringForLoop12362 = new BitSet(new long[]{0x0000000000001800L,0x0000000000000070L}); public static final BitSet FOLLOW_69_in_ruleRichStringForLoop12375 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringForLoop12396 = new BitSet(new long[]{0x0000000000001800L,0x0000000000000070L}); public static final BitSet FOLLOW_70_in_ruleRichStringForLoop12411 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringForLoop12432 = new BitSet(new long[]{0x0000000000001800L,0x0000000000000070L}); public static final BitSet FOLLOW_68_in_ruleRichStringForLoop12447 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringForLoop12468 = new BitSet(new long[]{0x0000000000001800L,0x0000000000000070L}); public static final BitSet FOLLOW_ruleInternalRichString_in_ruleRichStringForLoop12491 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L}); public static final BitSet FOLLOW_76_in_ruleRichStringForLoop12503 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringIf_in_entryRuleRichStringIf12539 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringIf12549 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_77_in_ruleRichStringIf12595 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringIf12616 = new BitSet(new long[]{0x0000000000001800L,0x0000000000000070L}); public static final BitSet FOLLOW_ruleInternalRichString_in_ruleRichStringIf12637 = new BitSet(new long[]{0x0000000000000000L,0x000000000001C000L}); public static final BitSet FOLLOW_ruleRichStringElseIf_in_ruleRichStringIf12658 = new BitSet(new long[]{0x0000000000000000L,0x000000000001C000L}); public static final BitSet FOLLOW_78_in_ruleRichStringIf12672 = new BitSet(new long[]{0x0000000000001800L,0x0000000000000070L}); public static final BitSet FOLLOW_ruleInternalRichString_in_ruleRichStringIf12693 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L}); public static final BitSet FOLLOW_79_in_ruleRichStringIf12707 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleRichStringElseIf_in_entryRuleRichStringElseIf12743 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleRichStringElseIf12753 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_80_in_ruleRichStringElseIf12790 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleRichStringElseIf12811 = new BitSet(new long[]{0x0000000000001800L,0x0000000000000070L}); public static final BitSet FOLLOW_ruleInternalRichString_in_ruleRichStringElseIf12832 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_entryRuleXAnnotation12868 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotation12878 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_81_in_ruleXAnnotation12924 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleXAnnotation12947 = new BitSet(new long[]{0x0000080000000002L}); public static final BitSet FOLLOW_43_in_ruleXAnnotation12968 = new BitSet(new long[]{0x3FFF9F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAnnotationElementValuePair_in_ruleXAnnotation13012 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_34_in_ruleXAnnotation13025 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleXAnnotationElementValuePair_in_ruleXAnnotation13066 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_ruleXAnnotationElementValueOrCommaList_in_ruleXAnnotation13096 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXAnnotation13110 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationElementValuePair_in_entryRuleXAnnotationElementValuePair13148 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotationElementValuePair13158 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleXAnnotationElementValuePair13228 = new BitSet(new long[]{0x0000400000000000L}); public static final BitSet FOLLOW_46_in_ruleXAnnotationElementValuePair13240 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAnnotationElementValue_in_ruleXAnnotationElementValuePair13263 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationElementValueOrCommaList_in_entryRuleXAnnotationElementValueOrCommaList13299 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotationElementValueOrCommaList13309 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_82_in_ruleXAnnotationElementValueOrCommaList13374 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L}); public static final BitSet FOLLOW_83_in_ruleXAnnotationElementValueOrCommaList13386 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080001E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList13410 = new BitSet(new long[]{0x0000000400000000L,0x0000000000100000L}); public static final BitSet FOLLOW_34_in_ruleXAnnotationElementValueOrCommaList13423 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList13444 = new BitSet(new long[]{0x0000000400000000L,0x0000000000100000L}); public static final BitSet FOLLOW_84_in_ruleXAnnotationElementValueOrCommaList13460 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList13490 = new BitSet(new long[]{0x0000000400000002L}); public static final BitSet FOLLOW_34_in_ruleXAnnotationElementValueOrCommaList13512 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValueOrCommaList13533 = new BitSet(new long[]{0x0000000400000002L}); public static final BitSet FOLLOW_ruleXAnnotationElementValue_in_entryRuleXAnnotationElementValue13574 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotationElementValue13584 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_82_in_ruleXAnnotationElementValue13649 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L}); public static final BitSet FOLLOW_83_in_ruleXAnnotationElementValue13661 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080001E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue13685 = new BitSet(new long[]{0x0000000400000000L,0x0000000000100000L}); public static final BitSet FOLLOW_34_in_ruleXAnnotationElementValue13698 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue13719 = new BitSet(new long[]{0x0000000400000000L,0x0000000000100000L}); public static final BitSet FOLLOW_84_in_ruleXAnnotationElementValue13735 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_ruleXAnnotationElementValue13764 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotationOrExpression_in_entryRuleXAnnotationOrExpression13799 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAnnotationOrExpression13809 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAnnotation_in_ruleXAnnotationOrExpression13856 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXAnnotationOrExpression13883 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_entryRuleXExpression13918 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpression13928 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAssignment_in_ruleXExpression13974 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAssignment_in_entryRuleXAssignment14008 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAssignment14018 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_ruleXAssignment14076 = new BitSet(new long[]{0x0000400000000000L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_ruleXAssignment14092 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAssignment_in_ruleXAssignment14112 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOrExpression_in_ruleXAssignment14142 = new BitSet(new long[]{0x0000000A00000002L,0x0000000003E00000L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_ruleXAssignment14195 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAssignment_in_ruleXAssignment14218 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_entryRuleOpSingleAssign14258 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpSingleAssign14269 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_46_in_ruleOpSingleAssign14306 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_entryRuleOpMultiAssign14346 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpMultiAssign14357 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_85_in_ruleOpMultiAssign14395 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_86_in_ruleOpMultiAssign14414 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_87_in_ruleOpMultiAssign14433 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_88_in_ruleOpMultiAssign14452 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_89_in_ruleOpMultiAssign14471 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_ruleOpMultiAssign14491 = new BitSet(new long[]{0x0000000200000000L}); public static final BitSet FOLLOW_33_in_ruleOpMultiAssign14504 = new BitSet(new long[]{0x0000400000000000L}); public static final BitSet FOLLOW_46_in_ruleOpMultiAssign14517 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_35_in_ruleOpMultiAssign14538 = new BitSet(new long[]{0x0000000800000000L,0x0000000004000000L}); public static final BitSet FOLLOW_35_in_ruleOpMultiAssign14552 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L}); public static final BitSet FOLLOW_90_in_ruleOpMultiAssign14567 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOrExpression_in_entryRuleXOrExpression14608 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXOrExpression14618 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAndExpression_in_ruleXOrExpression14665 = new BitSet(new long[]{0x0000000000000002L,0x0000000008000000L}); public static final BitSet FOLLOW_ruleOpOr_in_ruleXOrExpression14718 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAndExpression_in_ruleXOrExpression14741 = new BitSet(new long[]{0x0000000000000002L,0x0000000008000000L}); public static final BitSet FOLLOW_ruleOpOr_in_entryRuleOpOr14780 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpOr14791 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_91_in_ruleOpOr14828 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAndExpression_in_entryRuleXAndExpression14867 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAndExpression14877 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXEqualityExpression_in_ruleXAndExpression14924 = new BitSet(new long[]{0x0000000000000002L,0x0000000010000000L}); public static final BitSet FOLLOW_ruleOpAnd_in_ruleXAndExpression14977 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXEqualityExpression_in_ruleXAndExpression15000 = new BitSet(new long[]{0x0000000000000002L,0x0000000010000000L}); public static final BitSet FOLLOW_ruleOpAnd_in_entryRuleOpAnd15039 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpAnd15050 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_92_in_ruleOpAnd15087 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXEqualityExpression_in_entryRuleXEqualityExpression15126 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXEqualityExpression15136 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXRelationalExpression_in_ruleXEqualityExpression15183 = new BitSet(new long[]{0x0000000000000002L,0x00000001E0000000L}); public static final BitSet FOLLOW_ruleOpEquality_in_ruleXEqualityExpression15236 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXRelationalExpression_in_ruleXEqualityExpression15259 = new BitSet(new long[]{0x0000000000000002L,0x00000001E0000000L}); public static final BitSet FOLLOW_ruleOpEquality_in_entryRuleOpEquality15298 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpEquality15309 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_93_in_ruleOpEquality15347 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_94_in_ruleOpEquality15366 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_95_in_ruleOpEquality15385 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_96_in_ruleOpEquality15404 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXRelationalExpression_in_entryRuleXRelationalExpression15444 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXRelationalExpression15454 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression15501 = new BitSet(new long[]{0x0000000A00000002L,0x0000000204000000L}); public static final BitSet FOLLOW_97_in_ruleXRelationalExpression15537 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXRelationalExpression15560 = new BitSet(new long[]{0x0000000A00000002L,0x0000000204000000L}); public static final BitSet FOLLOW_ruleOpCompare_in_ruleXRelationalExpression15621 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_ruleXRelationalExpression15644 = new BitSet(new long[]{0x0000000A00000002L,0x0000000204000000L}); public static final BitSet FOLLOW_ruleOpCompare_in_entryRuleOpCompare15684 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpCompare15695 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_90_in_ruleOpCompare15733 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_ruleOpCompare15753 = new BitSet(new long[]{0x0000400000000000L}); public static final BitSet FOLLOW_46_in_ruleOpCompare15766 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_35_in_ruleOpCompare15786 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_ruleOpCompare15805 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXOtherOperatorExpression_in_entryRuleXOtherOperatorExpression15845 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXOtherOperatorExpression15855 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAdditiveExpression_in_ruleXOtherOperatorExpression15902 = new BitSet(new long[]{0x0000200A00000002L,0x0000007C00000000L}); public static final BitSet FOLLOW_ruleOpOther_in_ruleXOtherOperatorExpression15955 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAdditiveExpression_in_ruleXOtherOperatorExpression15978 = new BitSet(new long[]{0x0000200A00000002L,0x0000007C00000000L}); public static final BitSet FOLLOW_ruleOpOther_in_entryRuleOpOther16017 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpOther16028 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_98_in_ruleOpOther16066 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_99_in_ruleOpOther16085 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_35_in_ruleOpOther16105 = new BitSet(new long[]{0x0000000000000000L,0x0000001000000000L}); public static final BitSet FOLLOW_100_in_ruleOpOther16118 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_100_in_ruleOpOther16138 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_45_in_ruleOpOther16157 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_35_in_ruleOpOther16177 = new BitSet(new long[]{0x0000000800000000L}); public static final BitSet FOLLOW_35_in_ruleOpOther16208 = new BitSet(new long[]{0x0000000800000000L}); public static final BitSet FOLLOW_35_in_ruleOpOther16221 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_35_in_ruleOpOther16242 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_ruleOpOther16264 = new BitSet(new long[]{0x0000200200000000L}); public static final BitSet FOLLOW_33_in_ruleOpOther16295 = new BitSet(new long[]{0x0000000200000000L}); public static final BitSet FOLLOW_33_in_ruleOpOther16308 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_ruleOpOther16329 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_45_in_ruleOpOther16348 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_101_in_ruleOpOther16369 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_102_in_ruleOpOther16388 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXAdditiveExpression_in_entryRuleXAdditiveExpression16428 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXAdditiveExpression16438 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMultiplicativeExpression_in_ruleXAdditiveExpression16485 = new BitSet(new long[]{0x0000000040000002L,0x0000008000000000L}); public static final BitSet FOLLOW_ruleOpAdd_in_ruleXAdditiveExpression16538 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXMultiplicativeExpression_in_ruleXAdditiveExpression16561 = new BitSet(new long[]{0x0000000040000002L,0x0000008000000000L}); public static final BitSet FOLLOW_ruleOpAdd_in_entryRuleOpAdd16600 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpAdd16611 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_103_in_ruleOpAdd16649 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_30_in_ruleOpAdd16668 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMultiplicativeExpression_in_entryRuleXMultiplicativeExpression16708 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXMultiplicativeExpression16718 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_ruleXMultiplicativeExpression16765 = new BitSet(new long[]{0x0000000000000002L,0x00000F0000000000L}); public static final BitSet FOLLOW_ruleOpMulti_in_ruleXMultiplicativeExpression16818 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_ruleXMultiplicativeExpression16841 = new BitSet(new long[]{0x0000000000000002L,0x00000F0000000000L}); public static final BitSet FOLLOW_ruleOpMulti_in_entryRuleOpMulti16880 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpMulti16891 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_104_in_ruleOpMulti16929 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_105_in_ruleOpMulti16948 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_106_in_ruleOpMulti16967 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_107_in_ruleOpMulti16986 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_entryRuleXUnaryOperation17026 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXUnaryOperation17036 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpUnary_in_ruleXUnaryOperation17094 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXUnaryOperation_in_ruleXUnaryOperation17115 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCastedExpression_in_ruleXUnaryOperation17144 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpUnary_in_entryRuleOpUnary17180 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpUnary17191 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_108_in_ruleOpUnary17229 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_30_in_ruleOpUnary17248 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_103_in_ruleOpUnary17267 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCastedExpression_in_entryRuleXCastedExpression17307 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCastedExpression17317 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXPostfixOperation_in_ruleXCastedExpression17364 = new BitSet(new long[]{0x0000000000000002L,0x0000200000000000L}); public static final BitSet FOLLOW_109_in_ruleXCastedExpression17399 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXCastedExpression17422 = new BitSet(new long[]{0x0000000000000002L,0x0000200000000000L}); public static final BitSet FOLLOW_ruleXPostfixOperation_in_entryRuleXPostfixOperation17460 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXPostfixOperation17470 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMemberFeatureCall_in_ruleXPostfixOperation17517 = new BitSet(new long[]{0xFFFCAC0A50000102L,0x0000DFFDFFE00077L}); public static final BitSet FOLLOW_ruleOpPostfix_in_ruleXPostfixOperation17569 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpPostfix_in_entryRuleOpPostfix17609 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleOpPostfix17620 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_110_in_ruleOpPostfix17658 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_111_in_ruleOpPostfix17677 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXMemberFeatureCall_in_entryRuleXMemberFeatureCall17717 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXMemberFeatureCall17727 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXPrimaryExpression_in_ruleXMemberFeatureCall17774 = new BitSet(new long[]{0x0000000080000002L,0x0003000000000000L}); public static final BitSet FOLLOW_31_in_ruleXMemberFeatureCall17846 = new BitSet(new long[]{0x3FFD873110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_112_in_ruleXMemberFeatureCall17870 = new BitSet(new long[]{0x3FFD873110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_ruleXMemberFeatureCall17907 = new BitSet(new long[]{0x0000400000000000L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_ruleXMemberFeatureCall17923 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXAssignment_in_ruleXMemberFeatureCall17945 = new BitSet(new long[]{0x0000000080000002L,0x0003000000000000L}); public static final BitSet FOLLOW_31_in_ruleXMemberFeatureCall18031 = new BitSet(new long[]{0x3FFD873310000100L,0x02000000000000F7L}); public static final BitSet FOLLOW_113_in_ruleXMemberFeatureCall18055 = new BitSet(new long[]{0x3FFD873310000100L,0x02000000000000F7L}); public static final BitSet FOLLOW_112_in_ruleXMemberFeatureCall18092 = new BitSet(new long[]{0x3FFD873310000100L,0x02000000000000F7L}); public static final BitSet FOLLOW_33_in_ruleXMemberFeatureCall18121 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXMemberFeatureCall18142 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleXMemberFeatureCall18155 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXMemberFeatureCall18176 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleXMemberFeatureCall18190 = new BitSet(new long[]{0x3FFD873310000100L,0x02000000000000F7L}); public static final BitSet FOLLOW_ruleIdOrSuper_in_ruleXMemberFeatureCall18215 = new BitSet(new long[]{0x0000080080000002L,0x0003000000080000L}); public static final BitSet FOLLOW_43_in_ruleXMemberFeatureCall18249 = new BitSet(new long[]{0xFFFFBF7350038740L,0xFFCC1080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXShortClosure_in_ruleXMemberFeatureCall18334 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXMemberFeatureCall18362 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_34_in_ruleXMemberFeatureCall18375 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXMemberFeatureCall18396 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_44_in_ruleXMemberFeatureCall18413 = new BitSet(new long[]{0x0000000080000002L,0x0003000000080000L}); public static final BitSet FOLLOW_ruleXClosure_in_ruleXMemberFeatureCall18448 = new BitSet(new long[]{0x0000000080000002L,0x0003000000000000L}); public static final BitSet FOLLOW_ruleXPrimaryExpression_in_entryRuleXPrimaryExpression18488 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXPrimaryExpression18498 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXConstructorCall_in_ruleXPrimaryExpression18545 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_ruleXPrimaryExpression18572 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSwitchExpression_in_ruleXPrimaryExpression18599 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSynchronizedExpression_in_ruleXPrimaryExpression18643 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFeatureCall_in_ruleXPrimaryExpression18671 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXLiteral_in_ruleXPrimaryExpression18698 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXIfExpression_in_ruleXPrimaryExpression18725 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXForLoopExpression_in_ruleXPrimaryExpression18782 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBasicForLoopExpression_in_ruleXPrimaryExpression18810 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXWhileExpression_in_ruleXPrimaryExpression18837 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXDoWhileExpression_in_ruleXPrimaryExpression18864 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXThrowExpression_in_ruleXPrimaryExpression18891 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXReturnExpression_in_ruleXPrimaryExpression18918 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTryCatchFinallyExpression_in_ruleXPrimaryExpression18945 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXParenthesizedExpression_in_ruleXPrimaryExpression18972 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXLiteral_in_entryRuleXLiteral19007 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXLiteral19017 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCollectionLiteral_in_ruleXLiteral19064 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXClosure_in_ruleXLiteral19104 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBooleanLiteral_in_ruleXLiteral19132 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNumberLiteral_in_ruleXLiteral19159 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNullLiteral_in_ruleXLiteral19186 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXStringLiteral_in_ruleXLiteral19213 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTypeLiteral_in_ruleXLiteral19240 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCollectionLiteral_in_entryRuleXCollectionLiteral19275 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCollectionLiteral19285 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSetLiteral_in_ruleXCollectionLiteral19332 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXListLiteral_in_ruleXCollectionLiteral19359 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSetLiteral_in_entryRuleXSetLiteral19394 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXSetLiteral19404 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_82_in_ruleXSetLiteral19450 = new BitSet(new long[]{0x0000004000000000L}); public static final BitSet FOLLOW_38_in_ruleXSetLiteral19462 = new BitSet(new long[]{0x3FFF8FF350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSetLiteral19484 = new BitSet(new long[]{0x0000008400000000L}); public static final BitSet FOLLOW_34_in_ruleXSetLiteral19497 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSetLiteral19518 = new BitSet(new long[]{0x0000008400000000L}); public static final BitSet FOLLOW_39_in_ruleXSetLiteral19534 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXListLiteral_in_entryRuleXListLiteral19570 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXListLiteral19580 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_82_in_ruleXListLiteral19626 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L}); public static final BitSet FOLLOW_83_in_ruleXListLiteral19638 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080001E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXListLiteral19660 = new BitSet(new long[]{0x0000000400000000L,0x0000000000100000L}); public static final BitSet FOLLOW_34_in_ruleXListLiteral19673 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXListLiteral19694 = new BitSet(new long[]{0x0000000400000000L,0x0000000000100000L}); public static final BitSet FOLLOW_84_in_ruleXListLiteral19710 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXClosure_in_entryRuleXClosure19746 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXClosure19756 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_83_in_ruleXClosure19816 = new BitSet(new long[]{0xFFFFAF7350038740L,0xFFCC1080001E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXClosure19889 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_34_in_ruleXClosure19902 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXClosure19923 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_114_in_ruleXClosure19945 = new BitSet(new long[]{0xFFFF8F7350038740L,0xFFC81080001E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpressionInClosure_in_ruleXClosure19982 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L}); public static final BitSet FOLLOW_84_in_ruleXClosure19994 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionInClosure_in_entryRuleXExpressionInClosure20030 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpressionInClosure20040 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXExpressionInClosure20096 = new BitSet(new long[]{0xFFFF8F7370038742L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_29_in_ruleXExpressionInClosure20109 = new BitSet(new long[]{0xFFFF8F7350038742L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXShortClosure_in_entryRuleXShortClosure20149 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXShortClosure20159 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXShortClosure20267 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_34_in_ruleXShortClosure20280 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXShortClosure20301 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_114_in_ruleXShortClosure20323 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXShortClosure20359 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXParenthesizedExpression_in_entryRuleXParenthesizedExpression20395 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXParenthesizedExpression20405 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_ruleXParenthesizedExpression20442 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXParenthesizedExpression20464 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXParenthesizedExpression20475 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXIfExpression_in_entryRuleXIfExpression20511 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXIfExpression20521 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_115_in_ruleXIfExpression20567 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleXIfExpression20579 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXIfExpression20600 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXIfExpression20612 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXIfExpression20633 = new BitSet(new long[]{0x0000000000000002L,0x0010000000000000L}); public static final BitSet FOLLOW_116_in_ruleXIfExpression20654 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXIfExpression20676 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCasePart_in_entryRuleXCasePart20714 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCasePart20724 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXCasePart20779 = new BitSet(new long[]{0x0000000400000000L,0x0020000000000008L}); public static final BitSet FOLLOW_117_in_ruleXCasePart20793 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXCasePart20814 = new BitSet(new long[]{0x0000000400000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_ruleXCasePart20830 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXCasePart20851 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_34_in_ruleXCasePart20876 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXForLoopExpression_in_entryRuleXForLoopExpression20926 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXForLoopExpression20936 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_118_in_ruleXForLoopExpression21013 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleXForLoopExpression21025 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_ruleXForLoopExpression21046 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_ruleXForLoopExpression21058 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXForLoopExpression21081 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXForLoopExpression21093 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXForLoopExpression21114 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBasicForLoopExpression_in_entryRuleXBasicForLoopExpression21150 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXBasicForLoopExpression21160 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_118_in_ruleXBasicForLoopExpression21206 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleXBasicForLoopExpression21218 = new BitSet(new long[]{0xFFFF8F7370038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBasicForLoopExpression21240 = new BitSet(new long[]{0x0000000420000000L}); public static final BitSet FOLLOW_34_in_ruleXBasicForLoopExpression21253 = new BitSet(new long[]{0xFFFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBasicForLoopExpression21274 = new BitSet(new long[]{0x0000000420000000L}); public static final BitSet FOLLOW_29_in_ruleXBasicForLoopExpression21290 = new BitSet(new long[]{0x3FFF8F7370038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression21311 = new BitSet(new long[]{0x0000000020000000L}); public static final BitSet FOLLOW_29_in_ruleXBasicForLoopExpression21324 = new BitSet(new long[]{0x3FFF9F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression21346 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_34_in_ruleXBasicForLoopExpression21359 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression21380 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_44_in_ruleXBasicForLoopExpression21396 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXBasicForLoopExpression21417 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXWhileExpression_in_entryRuleXWhileExpression21453 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXWhileExpression21463 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_119_in_ruleXWhileExpression21509 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleXWhileExpression21521 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXWhileExpression21542 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXWhileExpression21554 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXWhileExpression21575 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXDoWhileExpression_in_entryRuleXDoWhileExpression21611 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXDoWhileExpression21621 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_120_in_ruleXDoWhileExpression21667 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXDoWhileExpression21688 = new BitSet(new long[]{0x0000000000000000L,0x0080000000000000L}); public static final BitSet FOLLOW_119_in_ruleXDoWhileExpression21700 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleXDoWhileExpression21712 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXDoWhileExpression21733 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXDoWhileExpression21745 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBlockExpression_in_entryRuleXBlockExpression21781 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXBlockExpression21791 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_38_in_ruleXBlockExpression21837 = new BitSet(new long[]{0xFFFF8FF350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_ruleXBlockExpression21859 = new BitSet(new long[]{0xFFFF8FF370038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_29_in_ruleXBlockExpression21872 = new BitSet(new long[]{0xFFFF8FF350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_39_in_ruleXBlockExpression21888 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpressionOrVarDeclaration_in_entryRuleXExpressionOrVarDeclaration21924 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXExpressionOrVarDeclaration21934 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXVariableDeclaration_in_ruleXExpressionOrVarDeclaration22083 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXExpressionOrVarDeclaration22111 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFeatureCall_in_entryRuleXFeatureCall22146 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXFeatureCall22156 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_ruleXFeatureCall22203 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXFeatureCall22224 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleXFeatureCall22237 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleXFeatureCall22258 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleXFeatureCall22272 = new BitSet(new long[]{0x3FFD873310000100L,0x02000000000000F7L}); public static final BitSet FOLLOW_ruleIdOrSuper_in_ruleXFeatureCall22297 = new BitSet(new long[]{0x0000080000000002L,0x0000000000080000L}); public static final BitSet FOLLOW_43_in_ruleXFeatureCall22331 = new BitSet(new long[]{0xFFFFBF7350038740L,0xFFCC1080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXShortClosure_in_ruleXFeatureCall22416 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXFeatureCall22444 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_34_in_ruleXFeatureCall22457 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXFeatureCall22478 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_44_in_ruleXFeatureCall22495 = new BitSet(new long[]{0x0000000000000002L,0x0000000000080000L}); public static final BitSet FOLLOW_ruleXClosure_in_ruleXFeatureCall22530 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleIdOrSuper_in_entryRuleIdOrSuper22568 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleIdOrSuper22579 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_ruleIdOrSuper22626 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_121_in_ruleIdOrSuper22650 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXBooleanLiteral_in_entryRuleXBooleanLiteral22690 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXBooleanLiteral22700 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_122_in_ruleXBooleanLiteral22747 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_123_in_ruleXBooleanLiteral22771 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNullLiteral_in_entryRuleXNullLiteral22821 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXNullLiteral22831 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_124_in_ruleXNullLiteral22877 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXNumberLiteral_in_entryRuleXNumberLiteral22913 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXNumberLiteral22923 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleNumber_in_ruleXNumberLiteral22978 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTypeLiteral_in_entryRuleXTypeLiteral23014 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXTypeLiteral23024 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_125_in_ruleXTypeLiteral23070 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleXTypeLiteral23082 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleXTypeLiteral23105 = new BitSet(new long[]{0x0000100000000000L,0x0000000000080000L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_ruleXTypeLiteral23126 = new BitSet(new long[]{0x0000100000000000L,0x0000000000080000L}); public static final BitSet FOLLOW_44_in_ruleXTypeLiteral23139 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXThrowExpression_in_entryRuleXThrowExpression23175 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXThrowExpression23185 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_126_in_ruleXThrowExpression23231 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXThrowExpression23252 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXReturnExpression_in_entryRuleXReturnExpression23288 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXReturnExpression23298 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_127_in_ruleXReturnExpression23344 = new BitSet(new long[]{0x3FFF8F7350038742L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXReturnExpression23750 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXTryCatchFinallyExpression_in_entryRuleXTryCatchFinallyExpression23787 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXTryCatchFinallyExpression23797 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_128_in_ruleXTryCatchFinallyExpression23843 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression23864 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000000000006L}); public static final BitSet FOLLOW_ruleXCatchClause_in_ruleXTryCatchFinallyExpression23894 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000000006L}); public static final BitSet FOLLOW_129_in_ruleXTryCatchFinallyExpression23916 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression23938 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_129_in_ruleXTryCatchFinallyExpression23960 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXTryCatchFinallyExpression23981 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXSynchronizedExpression_in_entryRuleXSynchronizedExpression24019 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXSynchronizedExpression24029 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_60_in_ruleXSynchronizedExpression24093 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleXSynchronizedExpression24105 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSynchronizedExpression24128 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXSynchronizedExpression24140 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXSynchronizedExpression24161 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXCatchClause_in_entryRuleXCatchClause24197 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXCatchClause24207 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_130_in_ruleXCatchClause24252 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_ruleXCatchClause24265 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleFullJvmFormalParameter_in_ruleXCatchClause24286 = new BitSet(new long[]{0x0000100000000000L}); public static final BitSet FOLLOW_44_in_ruleXCatchClause24298 = new BitSet(new long[]{0x3FFF8F7350038740L,0xFFC81080000E02F7L,0x0000000000000001L}); public static final BitSet FOLLOW_ruleXExpression_in_ruleXCatchClause24319 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleNumber_in_entryRuleNumber24362 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleNumber24373 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_HEX_in_ruleNumber24417 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_INT_in_ruleNumber24445 = new BitSet(new long[]{0x0000000080000002L}); public static final BitSet FOLLOW_RULE_DECIMAL_in_ruleNumber24471 = new BitSet(new long[]{0x0000000080000002L}); public static final BitSet FOLLOW_31_in_ruleNumber24491 = new BitSet(new long[]{0x0000000000030000L}); public static final BitSet FOLLOW_RULE_INT_in_ruleNumber24507 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_RULE_DECIMAL_in_ruleNumber24533 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_entryRuleJvmTypeReference24586 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmTypeReference24596 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_ruleJvmTypeReference24644 = new BitSet(new long[]{0x0000000000000002L,0x0000000000080000L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_ruleJvmTypeReference24680 = new BitSet(new long[]{0x0000000000000002L,0x0000000000080000L}); public static final BitSet FOLLOW_ruleXFunctionTypeRef_in_ruleJvmTypeReference24711 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_entryRuleArrayBrackets24747 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleArrayBrackets24758 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_83_in_ruleArrayBrackets24796 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L}); public static final BitSet FOLLOW_84_in_ruleArrayBrackets24809 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXFunctionTypeRef_in_entryRuleXFunctionTypeRef24849 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXFunctionTypeRef24859 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_ruleXFunctionTypeRef24897 = new BitSet(new long[]{0xFFFCBC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef24919 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_34_in_ruleXFunctionTypeRef24932 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef24953 = new BitSet(new long[]{0x0000100400000000L}); public static final BitSet FOLLOW_44_in_ruleXFunctionTypeRef24969 = new BitSet(new long[]{0x0000200000000000L}); public static final BitSet FOLLOW_45_in_ruleXFunctionTypeRef24983 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleXFunctionTypeRef25004 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmParameterizedTypeReference_in_entryRuleJvmParameterizedTypeReference25040 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmParameterizedTypeReference25050 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleJvmParameterizedTypeReference25098 = new BitSet(new long[]{0x0000000200000002L}); public static final BitSet FOLLOW_33_in_ruleJvmParameterizedTypeReference25119 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference25141 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleJvmParameterizedTypeReference25154 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference25175 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleJvmParameterizedTypeReference25189 = new BitSet(new long[]{0x0000000080000002L}); public static final BitSet FOLLOW_31_in_ruleJvmParameterizedTypeReference25225 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_ruleJvmParameterizedTypeReference25250 = new BitSet(new long[]{0x0000000280000002L}); public static final BitSet FOLLOW_33_in_ruleJvmParameterizedTypeReference25271 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference25293 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_34_in_ruleJvmParameterizedTypeReference25306 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L,0x0000000000000008L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_ruleJvmParameterizedTypeReference25327 = new BitSet(new long[]{0x0000000C00000000L}); public static final BitSet FOLLOW_35_in_ruleJvmParameterizedTypeReference25341 = new BitSet(new long[]{0x0000000080000002L}); public static final BitSet FOLLOW_ruleJvmArgumentTypeReference_in_entryRuleJvmArgumentTypeReference25383 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmArgumentTypeReference25393 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmArgumentTypeReference25440 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmWildcardTypeReference_in_ruleJvmArgumentTypeReference25467 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmWildcardTypeReference_in_entryRuleJvmWildcardTypeReference25502 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmWildcardTypeReference25512 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_131_in_ruleJvmWildcardTypeReference25558 = new BitSet(new long[]{0x0000001000000002L,0x0200000000000000L}); public static final BitSet FOLLOW_ruleJvmUpperBound_in_ruleJvmWildcardTypeReference25581 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_ruleJvmUpperBoundAnded_in_ruleJvmWildcardTypeReference25602 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_ruleJvmLowerBound_in_ruleJvmWildcardTypeReference25632 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_ruleJvmLowerBoundAnded_in_ruleJvmWildcardTypeReference25653 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_ruleJvmUpperBound_in_entryRuleJvmUpperBound25693 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmUpperBound25703 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_36_in_ruleJvmUpperBound25740 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmUpperBound25761 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmUpperBoundAnded_in_entryRuleJvmUpperBoundAnded25797 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmUpperBoundAnded25807 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_132_in_ruleJvmUpperBoundAnded25844 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmUpperBoundAnded25865 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmLowerBound_in_entryRuleJvmLowerBound25901 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmLowerBound25911 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_121_in_ruleJvmLowerBound25948 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmLowerBound25969 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmLowerBoundAnded_in_entryRuleJvmLowerBoundAnded26005 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmLowerBoundAnded26015 = new BitSet(new long[]{0x0000000000000002L}); } private static class FollowSets001 { public static final BitSet FOLLOW_132_in_ruleJvmLowerBoundAnded26052 = new BitSet(new long[]{0xFFFCAC0010000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_ruleJvmLowerBoundAnded26073 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeParameter_in_entryRuleJvmTypeParameter26109 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleJvmTypeParameter26119 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleJvmTypeParameter26165 = new BitSet(new long[]{0x0000001000000002L}); public static final BitSet FOLLOW_ruleJvmUpperBound_in_ruleJvmTypeParameter26187 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_ruleJvmUpperBoundAnded_in_ruleJvmTypeParameter26208 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000000L,0x0000000000000010L}); public static final BitSet FOLLOW_ruleQualifiedNameWithWildcard_in_entryRuleQualifiedNameWithWildcard26248 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedNameWithWildcard26259 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleQualifiedNameWithWildcard26306 = new BitSet(new long[]{0x0000000080000000L}); public static final BitSet FOLLOW_31_in_ruleQualifiedNameWithWildcard26324 = new BitSet(new long[]{0x0000000000000000L,0x0000010000000000L}); public static final BitSet FOLLOW_104_in_ruleQualifiedNameWithWildcard26337 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXImportSection_in_entryRuleXImportSection26377 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXImportSection26387 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleXImportDeclaration_in_ruleXImportSection26432 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000080L}); public static final BitSet FOLLOW_ruleXImportDeclaration_in_entryRuleXImportDeclaration26468 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleXImportDeclaration26478 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_71_in_ruleXImportDeclaration26515 = new BitSet(new long[]{0x0040040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_54_in_ruleXImportDeclaration26535 = new BitSet(new long[]{0x0000840000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_47_in_ruleXImportDeclaration26566 = new BitSet(new long[]{0x0000840000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleQualifiedNameInStaticImport_in_ruleXImportDeclaration26603 = new BitSet(new long[]{0x0000040000000100L,0x0000010000000074L}); public static final BitSet FOLLOW_104_in_ruleXImportDeclaration26622 = new BitSet(new long[]{0x0000000020000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleXImportDeclaration26662 = new BitSet(new long[]{0x0000000020000002L}); public static final BitSet FOLLOW_ruleQualifiedName_in_ruleXImportDeclaration26693 = new BitSet(new long[]{0x0000000020000002L}); public static final BitSet FOLLOW_ruleQualifiedNameWithWildcard_in_ruleXImportDeclaration26720 = new BitSet(new long[]{0x0000000020000002L}); public static final BitSet FOLLOW_29_in_ruleXImportDeclaration26734 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleQualifiedNameInStaticImport_in_entryRuleQualifiedNameInStaticImport26773 = new BitSet(new long[]{0x0000000000000000L}); public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedNameInStaticImport26784 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_ruleQualifiedNameInStaticImport26831 = new BitSet(new long[]{0x0000000080000000L}); public static final BitSet FOLLOW_31_in_ruleQualifiedNameInStaticImport26849 = new BitSet(new long[]{0x0000040000000102L,0x0000000000000074L}); public static final BitSet FOLLOW_31_in_synpred1_InternalSuite826 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_synpred2_InternalSuite4223 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000004L}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_synpred2_InternalSuite4232 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_synpred2_InternalSuite4241 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_synpred2_InternalSuite4247 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleTypeReferenceWithTypeArgs_in_synpred3_InternalSuite4344 = new BitSet(new long[]{0xFFFCAC0A50000100L,0x0000DFFDFFE00077L}); public static final BitSet FOLLOW_ruleFunctionID_in_synpred3_InternalSuite4353 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_synpred3_InternalSuite4359 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleTypeReferenceNoTypeArgs_in_synpred4_InternalSuite4435 = new BitSet(new long[]{0xFFFCAC0A50000100L,0x0000DFFDFFE00077L}); public static final BitSet FOLLOW_ruleFunctionID_in_synpred4_InternalSuite4444 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_synpred4_InternalSuite4450 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleCreateExtensionInfo_in_synpred5_InternalSuite4526 = new BitSet(new long[]{0x0000040000000100L,0x0000000000000074L}); public static final BitSet FOLLOW_ruleValidID_in_synpred5_InternalSuite4535 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_synpred5_InternalSuite4541 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_synpred6_InternalSuite6238 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_synpred7_InternalSuite6306 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_31_in_synpred8_InternalSuite6550 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_synpred9_InternalSuite6607 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmTypeReference_in_synpred11_InternalSuite9488 = new BitSet(new long[]{0x3FFD073110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleInnerVarID_in_synpred11_InternalSuite9497 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_38_in_synpred12_InternalSuite9714 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_synpred13_InternalSuite9899 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_synpred14_InternalSuite9995 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred15_InternalSuite10047 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_34_in_synpred15_InternalSuite10054 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred15_InternalSuite10061 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_114_in_synpred15_InternalSuite10075 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_83_in_synpred16_InternalSuite10195 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_synpred17_InternalSuite10730 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred17_InternalSuite10737 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_synpred17_InternalSuite10743 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred18_InternalSuite10845 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_synpred18_InternalSuite10851 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_49_in_synpred19_InternalSuite11085 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_synpred20_InternalSuite12960 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleValidID_in_synpred21_InternalSuite12989 = new BitSet(new long[]{0x0000400000000000L}); public static final BitSet FOLLOW_46_in_synpred21_InternalSuite12995 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_82_in_synpred24_InternalSuite13351 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L}); public static final BitSet FOLLOW_83_in_synpred24_InternalSuite13355 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_82_in_synpred25_InternalSuite13626 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L}); public static final BitSet FOLLOW_83_in_synpred25_InternalSuite13630 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMultiAssign_in_synpred26_InternalSuite14163 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOr_in_synpred27_InternalSuite14686 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAnd_in_synpred28_InternalSuite14945 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpEquality_in_synpred29_InternalSuite15204 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_97_in_synpred30_InternalSuite15518 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpCompare_in_synpred31_InternalSuite15589 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpOther_in_synpred32_InternalSuite15923 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_35_in_synpred33_InternalSuite16192 = new BitSet(new long[]{0x0000000800000000L}); public static final BitSet FOLLOW_35_in_synpred33_InternalSuite16197 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_synpred34_InternalSuite16279 = new BitSet(new long[]{0x0000000200000000L}); public static final BitSet FOLLOW_33_in_synpred34_InternalSuite16284 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpAdd_in_synpred35_InternalSuite16506 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpMulti_in_synpred36_InternalSuite16786 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_109_in_synpred37_InternalSuite17380 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleOpPostfix_in_synpred38_InternalSuite17537 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_31_in_synpred39_InternalSuite17792 = new BitSet(new long[]{0x3FFD873110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_112_in_synpred39_InternalSuite17806 = new BitSet(new long[]{0x3FFD873110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleFeatureCallID_in_synpred39_InternalSuite17822 = new BitSet(new long[]{0x0000400000000000L}); public static final BitSet FOLLOW_ruleOpSingleAssign_in_synpred39_InternalSuite17828 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_31_in_synpred40_InternalSuite17970 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_113_in_synpred40_InternalSuite17984 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_112_in_synpred40_InternalSuite18004 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_synpred41_InternalSuite18231 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred42_InternalSuite18283 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_34_in_synpred42_InternalSuite18290 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred42_InternalSuite18297 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_114_in_synpred42_InternalSuite18311 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_83_in_synpred43_InternalSuite18431 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_60_in_synpred44_InternalSuite18620 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_synpred44_InternalSuite18624 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_118_in_synpred45_InternalSuite18746 = new BitSet(new long[]{0x0000080000000000L}); public static final BitSet FOLLOW_43_in_synpred45_InternalSuite18750 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred45_InternalSuite18757 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L}); public static final BitSet FOLLOW_67_in_synpred45_InternalSuite18763 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_83_in_synpred46_InternalSuite19085 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred48_InternalSuite19835 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_34_in_synpred48_InternalSuite19842 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred48_InternalSuite19849 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_114_in_synpred48_InternalSuite19863 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_116_in_synpred50_InternalSuite20646 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_63_in_synpred52_InternalSuite21982 = new BitSet(new long[]{0x0000800000000002L}); public static final BitSet FOLLOW_62_in_synpred52_InternalSuite21998 = new BitSet(new long[]{0x0000800000000002L}); public static final BitSet FOLLOW_47_in_synpred52_InternalSuite22007 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_47_in_synpred52_InternalSuite22030 = new BitSet(new long[]{0xC000000000000000L}); public static final BitSet FOLLOW_63_in_synpred52_InternalSuite22045 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_62_in_synpred52_InternalSuite22061 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_43_in_synpred53_InternalSuite22313 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred54_InternalSuite22365 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_34_in_synpred54_InternalSuite22372 = new BitSet(new long[]{0xFFFDAF3110000100L,0x00000000000000F7L}); public static final BitSet FOLLOW_ruleJvmFormalParameter_in_synpred54_InternalSuite22379 = new BitSet(new long[]{0x0000000400000000L,0x0004000000000000L}); public static final BitSet FOLLOW_114_in_synpred54_InternalSuite22393 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_83_in_synpred55_InternalSuite22513 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_set_in_synpred56_InternalSuite23354 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_130_in_synpred57_InternalSuite23878 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_129_in_synpred58_InternalSuite23908 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_ruleArrayBrackets_in_synpred61_InternalSuite24659 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_synpred62_InternalSuite25111 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_31_in_synpred63_InternalSuite25206 = new BitSet(new long[]{0x0000000000000002L}); public static final BitSet FOLLOW_33_in_synpred64_InternalSuite25263 = new BitSet(new long[]{0x0000000000000002L}); } }