blob: 7747e3f06e7e58d23367aa2a3232da81b09d38a3 [file] [log] [blame]
package org.eclipse.osbp.ecview.uisemantics.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.eclipse.osbp.ecview.uisemantics.services.UISemanticsGrammarGrammarAccess;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf), Loetz GmbH&Co.KG (Heidelberg)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Florian Pirchner - Initial implementation
*
* generated by Xtext 2.11.0
*
*/
@SuppressWarnings("all")
public class InternalUISemanticsGrammarParser extends AbstractInternalAntlrParser {
public static final String[] tokenNames = new String[] {
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_STRING", "RULE_ID", "RULE_HEX", "RULE_INT", "RULE_DECIMAL", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'actions'", "'{'", "'}'", "'categories'", "'externalCommand'", "'disabled'", "'import'", "'static'", "'extension'", "'*'", "'ePackage'", "';'", "'as'", "'element'", "'bindings'", "'visibility'", "'validator'", "'property'", "'uri'", "':'", "'extends'", "'final'", "'list'", "'endpoint'", "'target'", "'='", "'+='", "'-='", "'*='", "'/='", "'%='", "'<'", "'>'", "'>='", "'||'", "'&&'", "'=='", "'!='", "'==='", "'!=='", "'instanceof'", "'->'", "'..<'", "'..'", "'=>'", "'<>'", "'?:'", "'+'", "'-'", "'**'", "'/'", "'%'", "'!'", "'++'", "'--'", "'.'", "'::'", "'?.'", "','", "'('", "')'", "'#'", "'['", "']'", "'|'", "'if'", "'else'", "'switch'", "'default'", "'case'", "'for'", "'while'", "'do'", "'var'", "'val'", "'super'", "'new'", "'false'", "'true'", "'null'", "'typeof'", "'throw'", "'return'", "'try'", "'finally'", "'synchronized'", "'catch'", "'?'", "'&'"
};
public static final int RULE_HEX=6;
public static final int T__50=50;
public static final int T__59=59;
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__60=60;
public static final int T__61=61;
public static final int RULE_ID=5;
public static final int RULE_INT=7;
public static final int T__66=66;
public static final int RULE_ML_COMMENT=9;
public static final int T__67=67;
public static final int T__68=68;
public static final int T__69=69;
public static final int T__62=62;
public static final int T__63=63;
public static final int T__64=64;
public static final int T__65=65;
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 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__30=30;
public static final int T__31=31;
public static final int T__32=32;
public static final int T__48=48;
public static final int T__49=49;
public static final int T__44=44;
public static final int T__45=45;
public static final int T__46=46;
public static final int T__47=47;
public static final int T__40=40;
public static final int T__41=41;
public static final int T__42=42;
public static final int T__43=43;
public static final int T__91=91;
public static final int T__100=100;
public static final int T__92=92;
public static final int T__93=93;
public static final int T__94=94;
public static final int T__101=101;
public static final int T__90=90;
public static final int T__19=19;
public static final int T__15=15;
public static final int T__16=16;
public static final int T__17=17;
public static final int T__18=18;
public static final int T__99=99;
public static final int T__13=13;
public static final int T__14=14;
public static final int T__95=95;
public static final int T__96=96;
public static final int T__97=97;
public static final int T__98=98;
public static final int RULE_DECIMAL=8;
public static final int T__26=26;
public static final int T__27=27;
public static final int T__28=28;
public static final int T__29=29;
public static final int T__22=22;
public static final int T__23=23;
public static final int T__24=24;
public static final int T__25=25;
public static final int T__20=20;
public static final int T__21=21;
public static final int T__70=70;
public static final int T__71=71;
public static final int T__72=72;
public static final int RULE_STRING=4;
public static final int RULE_SL_COMMENT=10;
public static final int T__77=77;
public static final int T__78=78;
public static final int T__79=79;
public static final int T__73=73;
public static final int EOF=-1;
public static final int T__74=74;
public static final int T__75=75;
public static final int T__76=76;
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_WS=11;
public static final int RULE_ANY_OTHER=12;
public static final int T__88=88;
public static final int T__89=89;
public static final int T__84=84;
public static final int T__85=85;
public static final int T__86=86;
public static final int T__87=87;
// delegates
// delegators
public InternalUISemanticsGrammarParser(TokenStream input) {
this(input, new RecognizerSharedState());
}
public InternalUISemanticsGrammarParser(TokenStream input, RecognizerSharedState state) {
super(input, state);
}
public String[] getTokenNames() { return InternalUISemanticsGrammarParser.tokenNames; }
public String getGrammarFileName() { return "InternalUISemanticsGrammar.g"; }
private UISemanticsGrammarGrammarAccess grammarAccess;
public InternalUISemanticsGrammarParser(TokenStream input, UISemanticsGrammarGrammarAccess grammarAccess) {
this(input);
this.grammarAccess = grammarAccess;
registerRules(grammarAccess.getGrammar());
}
@Override
protected String getFirstRuleName() {
return "UxModel";
}
@Override
protected UISemanticsGrammarGrammarAccess getGrammarAccess() {
return grammarAccess;
}
// $ANTLR start "entryRuleUxModel"
// InternalUISemanticsGrammar.g:75:1: entryRuleUxModel returns [EObject current=null] : iv_ruleUxModel= ruleUxModel EOF ;
public final EObject entryRuleUxModel() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxModel = null;
try {
// InternalUISemanticsGrammar.g:75:48: (iv_ruleUxModel= ruleUxModel EOF )
// InternalUISemanticsGrammar.g:76:2: iv_ruleUxModel= ruleUxModel EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxModelRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxModel=ruleUxModel();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxModel;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxModel"
// $ANTLR start "ruleUxModel"
// InternalUISemanticsGrammar.g:82:1: ruleUxModel returns [EObject current=null] : ( () ( (lv_importSection_1_0= ruleXImportSection ) )? (otherlv_2= 'actions' otherlv_3= '{' ( (lv_viewActions_4_0= ruleUxAction ) )* otherlv_5= '}' )? (otherlv_6= 'categories' otherlv_7= '{' ( (lv_categories_8_0= ruleUxViewCategory ) )* otherlv_9= '}' )? ( (lv_elementDefinitions_10_0= ruleUxElementDefinition ) )* ) ;
public final EObject ruleUxModel() throws RecognitionException {
EObject current = null;
Token otherlv_2=null;
Token otherlv_3=null;
Token otherlv_5=null;
Token otherlv_6=null;
Token otherlv_7=null;
Token otherlv_9=null;
EObject lv_importSection_1_0 = null;
EObject lv_viewActions_4_0 = null;
EObject lv_categories_8_0 = null;
EObject lv_elementDefinitions_10_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:88:2: ( ( () ( (lv_importSection_1_0= ruleXImportSection ) )? (otherlv_2= 'actions' otherlv_3= '{' ( (lv_viewActions_4_0= ruleUxAction ) )* otherlv_5= '}' )? (otherlv_6= 'categories' otherlv_7= '{' ( (lv_categories_8_0= ruleUxViewCategory ) )* otherlv_9= '}' )? ( (lv_elementDefinitions_10_0= ruleUxElementDefinition ) )* ) )
// InternalUISemanticsGrammar.g:89:2: ( () ( (lv_importSection_1_0= ruleXImportSection ) )? (otherlv_2= 'actions' otherlv_3= '{' ( (lv_viewActions_4_0= ruleUxAction ) )* otherlv_5= '}' )? (otherlv_6= 'categories' otherlv_7= '{' ( (lv_categories_8_0= ruleUxViewCategory ) )* otherlv_9= '}' )? ( (lv_elementDefinitions_10_0= ruleUxElementDefinition ) )* )
{
// InternalUISemanticsGrammar.g:89:2: ( () ( (lv_importSection_1_0= ruleXImportSection ) )? (otherlv_2= 'actions' otherlv_3= '{' ( (lv_viewActions_4_0= ruleUxAction ) )* otherlv_5= '}' )? (otherlv_6= 'categories' otherlv_7= '{' ( (lv_categories_8_0= ruleUxViewCategory ) )* otherlv_9= '}' )? ( (lv_elementDefinitions_10_0= ruleUxElementDefinition ) )* )
// InternalUISemanticsGrammar.g:90:3: () ( (lv_importSection_1_0= ruleXImportSection ) )? (otherlv_2= 'actions' otherlv_3= '{' ( (lv_viewActions_4_0= ruleUxAction ) )* otherlv_5= '}' )? (otherlv_6= 'categories' otherlv_7= '{' ( (lv_categories_8_0= ruleUxViewCategory ) )* otherlv_9= '}' )? ( (lv_elementDefinitions_10_0= ruleUxElementDefinition ) )*
{
// InternalUISemanticsGrammar.g:90:3: ()
// InternalUISemanticsGrammar.g:91:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getUxModelAccess().getUxModelAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:97:3: ( (lv_importSection_1_0= ruleXImportSection ) )?
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0==19||LA1_0==23) ) {
alt1=1;
}
switch (alt1) {
case 1 :
// InternalUISemanticsGrammar.g:98:4: (lv_importSection_1_0= ruleXImportSection )
{
// InternalUISemanticsGrammar.g:98:4: (lv_importSection_1_0= ruleXImportSection )
// InternalUISemanticsGrammar.g:99:5: lv_importSection_1_0= ruleXImportSection
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxModelAccess().getImportSectionXImportSectionParserRuleCall_1_0());
}
pushFollow(FOLLOW_3);
lv_importSection_1_0=ruleXImportSection();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxModelRule());
}
set(
current,
"importSection",
lv_importSection_1_0,
"org.eclipse.xtext.xbase.Xtype.XImportSection");
afterParserOrEnumRuleCall();
}
}
}
break;
}
// InternalUISemanticsGrammar.g:116:3: (otherlv_2= 'actions' otherlv_3= '{' ( (lv_viewActions_4_0= ruleUxAction ) )* otherlv_5= '}' )?
int alt3=2;
int LA3_0 = input.LA(1);
if ( (LA3_0==13) ) {
alt3=1;
}
switch (alt3) {
case 1 :
// InternalUISemanticsGrammar.g:117:4: otherlv_2= 'actions' otherlv_3= '{' ( (lv_viewActions_4_0= ruleUxAction ) )* otherlv_5= '}'
{
otherlv_2=(Token)match(input,13,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getUxModelAccess().getActionsKeyword_2_0());
}
otherlv_3=(Token)match(input,14,FOLLOW_5); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getUxModelAccess().getLeftCurlyBracketKeyword_2_1());
}
// InternalUISemanticsGrammar.g:125:4: ( (lv_viewActions_4_0= ruleUxAction ) )*
loop2:
do {
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0==RULE_ID) ) {
alt2=1;
}
switch (alt2) {
case 1 :
// InternalUISemanticsGrammar.g:126:5: (lv_viewActions_4_0= ruleUxAction )
{
// InternalUISemanticsGrammar.g:126:5: (lv_viewActions_4_0= ruleUxAction )
// InternalUISemanticsGrammar.g:127:6: lv_viewActions_4_0= ruleUxAction
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxModelAccess().getViewActionsUxActionParserRuleCall_2_2_0());
}
pushFollow(FOLLOW_5);
lv_viewActions_4_0=ruleUxAction();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxModelRule());
}
add(
current,
"viewActions",
lv_viewActions_4_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxAction");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop2;
}
} while (true);
otherlv_5=(Token)match(input,15,FOLLOW_6); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getUxModelAccess().getRightCurlyBracketKeyword_2_3());
}
}
break;
}
// InternalUISemanticsGrammar.g:149:3: (otherlv_6= 'categories' otherlv_7= '{' ( (lv_categories_8_0= ruleUxViewCategory ) )* otherlv_9= '}' )?
int alt5=2;
int LA5_0 = input.LA(1);
if ( (LA5_0==16) ) {
alt5=1;
}
switch (alt5) {
case 1 :
// InternalUISemanticsGrammar.g:150:4: otherlv_6= 'categories' otherlv_7= '{' ( (lv_categories_8_0= ruleUxViewCategory ) )* otherlv_9= '}'
{
otherlv_6=(Token)match(input,16,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getUxModelAccess().getCategoriesKeyword_3_0());
}
otherlv_7=(Token)match(input,14,FOLLOW_5); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getUxModelAccess().getLeftCurlyBracketKeyword_3_1());
}
// InternalUISemanticsGrammar.g:158:4: ( (lv_categories_8_0= ruleUxViewCategory ) )*
loop4:
do {
int alt4=2;
int LA4_0 = input.LA(1);
if ( (LA4_0==RULE_ID) ) {
alt4=1;
}
switch (alt4) {
case 1 :
// InternalUISemanticsGrammar.g:159:5: (lv_categories_8_0= ruleUxViewCategory )
{
// InternalUISemanticsGrammar.g:159:5: (lv_categories_8_0= ruleUxViewCategory )
// InternalUISemanticsGrammar.g:160:6: lv_categories_8_0= ruleUxViewCategory
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxModelAccess().getCategoriesUxViewCategoryParserRuleCall_3_2_0());
}
pushFollow(FOLLOW_5);
lv_categories_8_0=ruleUxViewCategory();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxModelRule());
}
add(
current,
"categories",
lv_categories_8_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxViewCategory");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop4;
}
} while (true);
otherlv_9=(Token)match(input,15,FOLLOW_7); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getUxModelAccess().getRightCurlyBracketKeyword_3_3());
}
}
break;
}
// InternalUISemanticsGrammar.g:182:3: ( (lv_elementDefinitions_10_0= ruleUxElementDefinition ) )*
loop6:
do {
int alt6=2;
int LA6_0 = input.LA(1);
if ( (LA6_0==26) ) {
alt6=1;
}
switch (alt6) {
case 1 :
// InternalUISemanticsGrammar.g:183:4: (lv_elementDefinitions_10_0= ruleUxElementDefinition )
{
// InternalUISemanticsGrammar.g:183:4: (lv_elementDefinitions_10_0= ruleUxElementDefinition )
// InternalUISemanticsGrammar.g:184:5: lv_elementDefinitions_10_0= ruleUxElementDefinition
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxModelAccess().getElementDefinitionsUxElementDefinitionParserRuleCall_4_0());
}
pushFollow(FOLLOW_7);
lv_elementDefinitions_10_0=ruleUxElementDefinition();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxModelRule());
}
add(
current,
"elementDefinitions",
lv_elementDefinitions_10_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxElementDefinition");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop6;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxModel"
// $ANTLR start "entryRuleUxAction"
// InternalUISemanticsGrammar.g:205:1: entryRuleUxAction returns [EObject current=null] : iv_ruleUxAction= ruleUxAction EOF ;
public final EObject entryRuleUxAction() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxAction = null;
try {
// InternalUISemanticsGrammar.g:205:49: (iv_ruleUxAction= ruleUxAction EOF )
// InternalUISemanticsGrammar.g:206:2: iv_ruleUxAction= ruleUxAction EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxActionRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxAction=ruleUxAction();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxAction;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxAction"
// $ANTLR start "ruleUxAction"
// InternalUISemanticsGrammar.g:212:1: ruleUxAction returns [EObject current=null] : ( ( (lv_name_0_0= ruleQualifiedName ) ) (otherlv_1= 'externalCommand' ( (lv_externalCommandId_2_0= RULE_STRING ) ) )? ( (lv_initialDisabled_3_0= 'disabled' ) )? ) ;
public final EObject ruleUxAction() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token lv_externalCommandId_2_0=null;
Token lv_initialDisabled_3_0=null;
AntlrDatatypeRuleToken lv_name_0_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:218:2: ( ( ( (lv_name_0_0= ruleQualifiedName ) ) (otherlv_1= 'externalCommand' ( (lv_externalCommandId_2_0= RULE_STRING ) ) )? ( (lv_initialDisabled_3_0= 'disabled' ) )? ) )
// InternalUISemanticsGrammar.g:219:2: ( ( (lv_name_0_0= ruleQualifiedName ) ) (otherlv_1= 'externalCommand' ( (lv_externalCommandId_2_0= RULE_STRING ) ) )? ( (lv_initialDisabled_3_0= 'disabled' ) )? )
{
// InternalUISemanticsGrammar.g:219:2: ( ( (lv_name_0_0= ruleQualifiedName ) ) (otherlv_1= 'externalCommand' ( (lv_externalCommandId_2_0= RULE_STRING ) ) )? ( (lv_initialDisabled_3_0= 'disabled' ) )? )
// InternalUISemanticsGrammar.g:220:3: ( (lv_name_0_0= ruleQualifiedName ) ) (otherlv_1= 'externalCommand' ( (lv_externalCommandId_2_0= RULE_STRING ) ) )? ( (lv_initialDisabled_3_0= 'disabled' ) )?
{
// InternalUISemanticsGrammar.g:220:3: ( (lv_name_0_0= ruleQualifiedName ) )
// InternalUISemanticsGrammar.g:221:4: (lv_name_0_0= ruleQualifiedName )
{
// InternalUISemanticsGrammar.g:221:4: (lv_name_0_0= ruleQualifiedName )
// InternalUISemanticsGrammar.g:222:5: lv_name_0_0= ruleQualifiedName
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxActionAccess().getNameQualifiedNameParserRuleCall_0_0());
}
pushFollow(FOLLOW_8);
lv_name_0_0=ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxActionRule());
}
set(
current,
"name",
lv_name_0_0,
"org.eclipse.xtext.xbase.Xbase.QualifiedName");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:239:3: (otherlv_1= 'externalCommand' ( (lv_externalCommandId_2_0= RULE_STRING ) ) )?
int alt7=2;
int LA7_0 = input.LA(1);
if ( (LA7_0==17) ) {
alt7=1;
}
switch (alt7) {
case 1 :
// InternalUISemanticsGrammar.g:240:4: otherlv_1= 'externalCommand' ( (lv_externalCommandId_2_0= RULE_STRING ) )
{
otherlv_1=(Token)match(input,17,FOLLOW_9); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getUxActionAccess().getExternalCommandKeyword_1_0());
}
// InternalUISemanticsGrammar.g:244:4: ( (lv_externalCommandId_2_0= RULE_STRING ) )
// InternalUISemanticsGrammar.g:245:5: (lv_externalCommandId_2_0= RULE_STRING )
{
// InternalUISemanticsGrammar.g:245:5: (lv_externalCommandId_2_0= RULE_STRING )
// InternalUISemanticsGrammar.g:246:6: lv_externalCommandId_2_0= RULE_STRING
{
lv_externalCommandId_2_0=(Token)match(input,RULE_STRING,FOLLOW_10); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_externalCommandId_2_0, grammarAccess.getUxActionAccess().getExternalCommandIdSTRINGTerminalRuleCall_1_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxActionRule());
}
setWithLastConsumed(
current,
"externalCommandId",
lv_externalCommandId_2_0,
"org.eclipse.xtext.xbase.Xtype.STRING");
}
}
}
}
break;
}
// InternalUISemanticsGrammar.g:263:3: ( (lv_initialDisabled_3_0= 'disabled' ) )?
int alt8=2;
int LA8_0 = input.LA(1);
if ( (LA8_0==18) ) {
alt8=1;
}
switch (alt8) {
case 1 :
// InternalUISemanticsGrammar.g:264:4: (lv_initialDisabled_3_0= 'disabled' )
{
// InternalUISemanticsGrammar.g:264:4: (lv_initialDisabled_3_0= 'disabled' )
// InternalUISemanticsGrammar.g:265:5: lv_initialDisabled_3_0= 'disabled'
{
lv_initialDisabled_3_0=(Token)match(input,18,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_initialDisabled_3_0, grammarAccess.getUxActionAccess().getInitialDisabledDisabledKeyword_2_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxActionRule());
}
setWithLastConsumed(current, "initialDisabled", true, "disabled");
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxAction"
// $ANTLR start "entryRuleUxViewCategory"
// InternalUISemanticsGrammar.g:281:1: entryRuleUxViewCategory returns [EObject current=null] : iv_ruleUxViewCategory= ruleUxViewCategory EOF ;
public final EObject entryRuleUxViewCategory() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxViewCategory = null;
try {
// InternalUISemanticsGrammar.g:281:55: (iv_ruleUxViewCategory= ruleUxViewCategory EOF )
// InternalUISemanticsGrammar.g:282:2: iv_ruleUxViewCategory= ruleUxViewCategory EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxViewCategoryRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxViewCategory=ruleUxViewCategory();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxViewCategory;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxViewCategory"
// $ANTLR start "ruleUxViewCategory"
// InternalUISemanticsGrammar.g:288:1: ruleUxViewCategory returns [EObject current=null] : ( (lv_name_0_0= ruleQualifiedName ) ) ;
public final EObject ruleUxViewCategory() throws RecognitionException {
EObject current = null;
AntlrDatatypeRuleToken lv_name_0_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:294:2: ( ( (lv_name_0_0= ruleQualifiedName ) ) )
// InternalUISemanticsGrammar.g:295:2: ( (lv_name_0_0= ruleQualifiedName ) )
{
// InternalUISemanticsGrammar.g:295:2: ( (lv_name_0_0= ruleQualifiedName ) )
// InternalUISemanticsGrammar.g:296:3: (lv_name_0_0= ruleQualifiedName )
{
// InternalUISemanticsGrammar.g:296:3: (lv_name_0_0= ruleQualifiedName )
// InternalUISemanticsGrammar.g:297:4: lv_name_0_0= ruleQualifiedName
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxViewCategoryAccess().getNameQualifiedNameParserRuleCall_0());
}
pushFollow(FOLLOW_2);
lv_name_0_0=ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxViewCategoryRule());
}
set(
current,
"name",
lv_name_0_0,
"org.eclipse.xtext.xbase.Xbase.QualifiedName");
afterParserOrEnumRuleCall();
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxViewCategory"
// $ANTLR start "entryRuleXImportDeclaration"
// InternalUISemanticsGrammar.g:317:1: entryRuleXImportDeclaration returns [EObject current=null] : iv_ruleXImportDeclaration= ruleXImportDeclaration EOF ;
public final EObject entryRuleXImportDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXImportDeclaration = null;
try {
// InternalUISemanticsGrammar.g:317:59: (iv_ruleXImportDeclaration= ruleXImportDeclaration EOF )
// InternalUISemanticsGrammar.g:318:2: iv_ruleXImportDeclaration= ruleXImportDeclaration EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationRule());
}
pushFollow(FOLLOW_1);
iv_ruleXImportDeclaration=ruleXImportDeclaration();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXImportDeclaration;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXImportDeclaration"
// $ANTLR start "ruleXImportDeclaration"
// InternalUISemanticsGrammar.g:324:1: ruleXImportDeclaration returns [EObject current=null] : ( ( () (otherlv_1= 'import' ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) ) ) ) | ( (otherlv_9= 'ePackage' ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) ) ) (otherlv_11= ';' )? ) ) ;
public final EObject ruleXImportDeclaration() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token lv_static_2_0=null;
Token lv_extension_3_0=null;
Token lv_wildcard_5_0=null;
Token otherlv_9=null;
Token otherlv_11=null;
AntlrDatatypeRuleToken lv_memberName_6_0 = null;
AntlrDatatypeRuleToken lv_importedNamespace_8_0 = null;
EObject lv_importedEPackage_10_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:330:2: ( ( ( () (otherlv_1= 'import' ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) ) ) ) | ( (otherlv_9= 'ePackage' ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) ) ) (otherlv_11= ';' )? ) ) )
// InternalUISemanticsGrammar.g:331:2: ( ( () (otherlv_1= 'import' ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) ) ) ) | ( (otherlv_9= 'ePackage' ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) ) ) (otherlv_11= ';' )? ) )
{
// InternalUISemanticsGrammar.g:331:2: ( ( () (otherlv_1= 'import' ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) ) ) ) | ( (otherlv_9= 'ePackage' ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) ) ) (otherlv_11= ';' )? ) )
int alt13=2;
int LA13_0 = input.LA(1);
if ( (LA13_0==19) ) {
alt13=1;
}
else if ( (LA13_0==23) ) {
alt13=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 13, 0, input);
throw nvae;
}
switch (alt13) {
case 1 :
// InternalUISemanticsGrammar.g:332:3: ( () (otherlv_1= 'import' ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) ) ) )
{
// InternalUISemanticsGrammar.g:332:3: ( () (otherlv_1= 'import' ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) ) ) )
// InternalUISemanticsGrammar.g:333:4: () (otherlv_1= 'import' ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) ) )
{
// InternalUISemanticsGrammar.g:333:4: ()
// InternalUISemanticsGrammar.g:334:5:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXImportDeclarationAccess().getUxImportSectionDeclarationAction_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:340:4: (otherlv_1= 'import' ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) ) )
// InternalUISemanticsGrammar.g:341:5: otherlv_1= 'import' ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) )
{
otherlv_1=(Token)match(input,19,FOLLOW_11); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXImportDeclarationAccess().getImportKeyword_0_1_0());
}
// InternalUISemanticsGrammar.g:345:5: ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) )
int alt11=3;
alt11 = dfa11.predict(input);
switch (alt11) {
case 1 :
// InternalUISemanticsGrammar.g:346:6: ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) )
{
// InternalUISemanticsGrammar.g:346:6: ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) )
// InternalUISemanticsGrammar.g:347:7: ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) )
{
// InternalUISemanticsGrammar.g:347:7: ( (lv_static_2_0= 'static' ) )
// InternalUISemanticsGrammar.g:348:8: (lv_static_2_0= 'static' )
{
// InternalUISemanticsGrammar.g:348:8: (lv_static_2_0= 'static' )
// InternalUISemanticsGrammar.g:349:9: lv_static_2_0= 'static'
{
lv_static_2_0=(Token)match(input,20,FOLLOW_12); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_static_2_0, grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_0_1_1_0_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
setWithLastConsumed(current, "static", true, "static");
}
}
}
// InternalUISemanticsGrammar.g:361:7: ( (lv_extension_3_0= 'extension' ) )?
int alt9=2;
int LA9_0 = input.LA(1);
if ( (LA9_0==21) ) {
alt9=1;
}
switch (alt9) {
case 1 :
// InternalUISemanticsGrammar.g:362:8: (lv_extension_3_0= 'extension' )
{
// InternalUISemanticsGrammar.g:362:8: (lv_extension_3_0= 'extension' )
// InternalUISemanticsGrammar.g:363:9: lv_extension_3_0= 'extension'
{
lv_extension_3_0=(Token)match(input,21,FOLLOW_12); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_extension_3_0, grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_0_1_1_0_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
setWithLastConsumed(current, "extension", true, "extension");
}
}
}
break;
}
// InternalUISemanticsGrammar.g:375:7: ( ( ruleQualifiedNameInStaticImport ) )
// InternalUISemanticsGrammar.g:376:8: ( ruleQualifiedNameInStaticImport )
{
// InternalUISemanticsGrammar.g:376:8: ( ruleQualifiedNameInStaticImport )
// InternalUISemanticsGrammar.g:377:9: ruleQualifiedNameInStaticImport
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_0_1_1_0_2_0());
}
pushFollow(FOLLOW_13);
ruleQualifiedNameInStaticImport();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:391:7: ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) )
int alt10=2;
int LA10_0 = input.LA(1);
if ( (LA10_0==22) ) {
alt10=1;
}
else if ( (LA10_0==RULE_ID) ) {
alt10=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 10, 0, input);
throw nvae;
}
switch (alt10) {
case 1 :
// InternalUISemanticsGrammar.g:392:8: ( (lv_wildcard_5_0= '*' ) )
{
// InternalUISemanticsGrammar.g:392:8: ( (lv_wildcard_5_0= '*' ) )
// InternalUISemanticsGrammar.g:393:9: (lv_wildcard_5_0= '*' )
{
// InternalUISemanticsGrammar.g:393:9: (lv_wildcard_5_0= '*' )
// InternalUISemanticsGrammar.g:394:10: lv_wildcard_5_0= '*'
{
lv_wildcard_5_0=(Token)match(input,22,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_wildcard_5_0, grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_0_1_1_0_3_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
setWithLastConsumed(current, "wildcard", true, "*");
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:407:8: ( (lv_memberName_6_0= ruleValidID ) )
{
// InternalUISemanticsGrammar.g:407:8: ( (lv_memberName_6_0= ruleValidID ) )
// InternalUISemanticsGrammar.g:408:9: (lv_memberName_6_0= ruleValidID )
{
// InternalUISemanticsGrammar.g:408:9: (lv_memberName_6_0= ruleValidID )
// InternalUISemanticsGrammar.g:409:10: lv_memberName_6_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_0_1_1_0_3_1_0());
}
pushFollow(FOLLOW_2);
lv_memberName_6_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_6_0,
"org.eclipse.xtext.xbase.Xtype.ValidID");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:429:6: ( ( ruleQualifiedName ) )
{
// InternalUISemanticsGrammar.g:429:6: ( ( ruleQualifiedName ) )
// InternalUISemanticsGrammar.g:430:7: ( ruleQualifiedName )
{
// InternalUISemanticsGrammar.g:430:7: ( ruleQualifiedName )
// InternalUISemanticsGrammar.g:431:8: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_0_1_1_1_0());
}
pushFollow(FOLLOW_2);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:446:6: ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) )
{
// InternalUISemanticsGrammar.g:446:6: ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) )
// InternalUISemanticsGrammar.g:447:7: (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard )
{
// InternalUISemanticsGrammar.g:447:7: (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard )
// InternalUISemanticsGrammar.g:448:8: lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_0_1_1_2_0());
}
pushFollow(FOLLOW_2);
lv_importedNamespace_8_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_8_0,
"org.eclipse.xtext.xbase.Xtype.QualifiedNameWithWildcard");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:469:3: ( (otherlv_9= 'ePackage' ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) ) ) (otherlv_11= ';' )? )
{
// InternalUISemanticsGrammar.g:469:3: ( (otherlv_9= 'ePackage' ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) ) ) (otherlv_11= ';' )? )
// InternalUISemanticsGrammar.g:470:4: (otherlv_9= 'ePackage' ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) ) ) (otherlv_11= ';' )?
{
// InternalUISemanticsGrammar.g:470:4: (otherlv_9= 'ePackage' ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) ) )
// InternalUISemanticsGrammar.g:471:5: otherlv_9= 'ePackage' ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) )
{
otherlv_9=(Token)match(input,23,FOLLOW_9); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getXImportDeclarationAccess().getEPackageKeyword_1_0_0());
}
// InternalUISemanticsGrammar.g:475:5: ( (lv_importedEPackage_10_0= ruleUxEPackageImport ) )
// InternalUISemanticsGrammar.g:476:6: (lv_importedEPackage_10_0= ruleUxEPackageImport )
{
// InternalUISemanticsGrammar.g:476:6: (lv_importedEPackage_10_0= ruleUxEPackageImport )
// InternalUISemanticsGrammar.g:477:7: lv_importedEPackage_10_0= ruleUxEPackageImport
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedEPackageUxEPackageImportParserRuleCall_1_0_1_0());
}
pushFollow(FOLLOW_14);
lv_importedEPackage_10_0=ruleUxEPackageImport();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXImportDeclarationRule());
}
set(
current,
"importedEPackage",
lv_importedEPackage_10_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxEPackageImport");
afterParserOrEnumRuleCall();
}
}
}
}
// InternalUISemanticsGrammar.g:495:4: (otherlv_11= ';' )?
int alt12=2;
int LA12_0 = input.LA(1);
if ( (LA12_0==24) ) {
alt12=1;
}
switch (alt12) {
case 1 :
// InternalUISemanticsGrammar.g:496:5: otherlv_11= ';'
{
otherlv_11=(Token)match(input,24,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXImportDeclarationAccess().getSemicolonKeyword_1_1());
}
}
break;
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXImportDeclaration"
// $ANTLR start "entryRuleUxEPackageImport"
// InternalUISemanticsGrammar.g:506:1: entryRuleUxEPackageImport returns [EObject current=null] : iv_ruleUxEPackageImport= ruleUxEPackageImport EOF ;
public final EObject entryRuleUxEPackageImport() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxEPackageImport = null;
try {
// InternalUISemanticsGrammar.g:506:57: (iv_ruleUxEPackageImport= ruleUxEPackageImport EOF )
// InternalUISemanticsGrammar.g:507:2: iv_ruleUxEPackageImport= ruleUxEPackageImport EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxEPackageImportRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxEPackageImport=ruleUxEPackageImport();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxEPackageImport;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxEPackageImport"
// $ANTLR start "ruleUxEPackageImport"
// InternalUISemanticsGrammar.g:513:1: ruleUxEPackageImport returns [EObject current=null] : ( ( (otherlv_0= RULE_STRING ) ) otherlv_1= 'as' ( (lv_alias_2_0= RULE_ID ) ) ) ;
public final EObject ruleUxEPackageImport() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_1=null;
Token lv_alias_2_0=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:519:2: ( ( ( (otherlv_0= RULE_STRING ) ) otherlv_1= 'as' ( (lv_alias_2_0= RULE_ID ) ) ) )
// InternalUISemanticsGrammar.g:520:2: ( ( (otherlv_0= RULE_STRING ) ) otherlv_1= 'as' ( (lv_alias_2_0= RULE_ID ) ) )
{
// InternalUISemanticsGrammar.g:520:2: ( ( (otherlv_0= RULE_STRING ) ) otherlv_1= 'as' ( (lv_alias_2_0= RULE_ID ) ) )
// InternalUISemanticsGrammar.g:521:3: ( (otherlv_0= RULE_STRING ) ) otherlv_1= 'as' ( (lv_alias_2_0= RULE_ID ) )
{
// InternalUISemanticsGrammar.g:521:3: ( (otherlv_0= RULE_STRING ) )
// InternalUISemanticsGrammar.g:522:4: (otherlv_0= RULE_STRING )
{
// InternalUISemanticsGrammar.g:522:4: (otherlv_0= RULE_STRING )
// InternalUISemanticsGrammar.g:523:5: otherlv_0= RULE_STRING
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxEPackageImportRule());
}
}
otherlv_0=(Token)match(input,RULE_STRING,FOLLOW_15); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getUxEPackageImportAccess().getEPackageEPackageCrossReference_0_0());
}
}
}
otherlv_1=(Token)match(input,25,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getUxEPackageImportAccess().getAsKeyword_1());
}
// InternalUISemanticsGrammar.g:538:3: ( (lv_alias_2_0= RULE_ID ) )
// InternalUISemanticsGrammar.g:539:4: (lv_alias_2_0= RULE_ID )
{
// InternalUISemanticsGrammar.g:539:4: (lv_alias_2_0= RULE_ID )
// InternalUISemanticsGrammar.g:540:5: lv_alias_2_0= RULE_ID
{
lv_alias_2_0=(Token)match(input,RULE_ID,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_alias_2_0, grammarAccess.getUxEPackageImportAccess().getAliasIDTerminalRuleCall_2_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxEPackageImportRule());
}
setWithLastConsumed(
current,
"alias",
lv_alias_2_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxEPackageImport"
// $ANTLR start "entryRuleUxElementDefinition"
// InternalUISemanticsGrammar.g:560:1: entryRuleUxElementDefinition returns [EObject current=null] : iv_ruleUxElementDefinition= ruleUxElementDefinition EOF ;
public final EObject entryRuleUxElementDefinition() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxElementDefinition = null;
try {
// InternalUISemanticsGrammar.g:560:60: (iv_ruleUxElementDefinition= ruleUxElementDefinition EOF )
// InternalUISemanticsGrammar.g:561:2: iv_ruleUxElementDefinition= ruleUxElementDefinition EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxElementDefinitionRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxElementDefinition=ruleUxElementDefinition();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxElementDefinition;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxElementDefinition"
// $ANTLR start "ruleUxElementDefinition"
// InternalUISemanticsGrammar.g:567:1: ruleUxElementDefinition returns [EObject current=null] : (otherlv_0= 'element' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '{' ( (lv_uri_3_0= ruleUxElementURI ) )? (otherlv_4= 'bindings' otherlv_5= '{' ( (lv_bindingContainer_6_0= ruleUxAvailableBindings ) ) otherlv_7= '}' )? (otherlv_8= 'visibility' otherlv_9= '{' ( (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions ) ) otherlv_11= '}' )? (otherlv_12= 'validator' otherlv_13= '{' ( (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties ) ) otherlv_15= '}' )? otherlv_16= '}' ) ;
public final EObject ruleUxElementDefinition() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token lv_name_1_0=null;
Token otherlv_2=null;
Token otherlv_4=null;
Token otherlv_5=null;
Token otherlv_7=null;
Token otherlv_8=null;
Token otherlv_9=null;
Token otherlv_11=null;
Token otherlv_12=null;
Token otherlv_13=null;
Token otherlv_15=null;
Token otherlv_16=null;
EObject lv_uri_3_0 = null;
EObject lv_bindingContainer_6_0 = null;
EObject lv_visibilityContainer_10_0 = null;
EObject lv_validatorContainer_14_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:573:2: ( (otherlv_0= 'element' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '{' ( (lv_uri_3_0= ruleUxElementURI ) )? (otherlv_4= 'bindings' otherlv_5= '{' ( (lv_bindingContainer_6_0= ruleUxAvailableBindings ) ) otherlv_7= '}' )? (otherlv_8= 'visibility' otherlv_9= '{' ( (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions ) ) otherlv_11= '}' )? (otherlv_12= 'validator' otherlv_13= '{' ( (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties ) ) otherlv_15= '}' )? otherlv_16= '}' ) )
// InternalUISemanticsGrammar.g:574:2: (otherlv_0= 'element' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '{' ( (lv_uri_3_0= ruleUxElementURI ) )? (otherlv_4= 'bindings' otherlv_5= '{' ( (lv_bindingContainer_6_0= ruleUxAvailableBindings ) ) otherlv_7= '}' )? (otherlv_8= 'visibility' otherlv_9= '{' ( (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions ) ) otherlv_11= '}' )? (otherlv_12= 'validator' otherlv_13= '{' ( (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties ) ) otherlv_15= '}' )? otherlv_16= '}' )
{
// InternalUISemanticsGrammar.g:574:2: (otherlv_0= 'element' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '{' ( (lv_uri_3_0= ruleUxElementURI ) )? (otherlv_4= 'bindings' otherlv_5= '{' ( (lv_bindingContainer_6_0= ruleUxAvailableBindings ) ) otherlv_7= '}' )? (otherlv_8= 'visibility' otherlv_9= '{' ( (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions ) ) otherlv_11= '}' )? (otherlv_12= 'validator' otherlv_13= '{' ( (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties ) ) otherlv_15= '}' )? otherlv_16= '}' )
// InternalUISemanticsGrammar.g:575:3: otherlv_0= 'element' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '{' ( (lv_uri_3_0= ruleUxElementURI ) )? (otherlv_4= 'bindings' otherlv_5= '{' ( (lv_bindingContainer_6_0= ruleUxAvailableBindings ) ) otherlv_7= '}' )? (otherlv_8= 'visibility' otherlv_9= '{' ( (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions ) ) otherlv_11= '}' )? (otherlv_12= 'validator' otherlv_13= '{' ( (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties ) ) otherlv_15= '}' )? otherlv_16= '}'
{
otherlv_0=(Token)match(input,26,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getUxElementDefinitionAccess().getElementKeyword_0());
}
// InternalUISemanticsGrammar.g:579:3: ( (lv_name_1_0= RULE_ID ) )
// InternalUISemanticsGrammar.g:580:4: (lv_name_1_0= RULE_ID )
{
// InternalUISemanticsGrammar.g:580:4: (lv_name_1_0= RULE_ID )
// InternalUISemanticsGrammar.g:581:5: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_name_1_0, grammarAccess.getUxElementDefinitionAccess().getNameIDTerminalRuleCall_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxElementDefinitionRule());
}
setWithLastConsumed(
current,
"name",
lv_name_1_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
otherlv_2=(Token)match(input,14,FOLLOW_17); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getUxElementDefinitionAccess().getLeftCurlyBracketKeyword_2());
}
// InternalUISemanticsGrammar.g:601:3: ( (lv_uri_3_0= ruleUxElementURI ) )?
int alt14=2;
int LA14_0 = input.LA(1);
if ( (LA14_0==31) ) {
alt14=1;
}
switch (alt14) {
case 1 :
// InternalUISemanticsGrammar.g:602:4: (lv_uri_3_0= ruleUxElementURI )
{
// InternalUISemanticsGrammar.g:602:4: (lv_uri_3_0= ruleUxElementURI )
// InternalUISemanticsGrammar.g:603:5: lv_uri_3_0= ruleUxElementURI
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxElementDefinitionAccess().getUriUxElementURIParserRuleCall_3_0());
}
pushFollow(FOLLOW_18);
lv_uri_3_0=ruleUxElementURI();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxElementDefinitionRule());
}
set(
current,
"uri",
lv_uri_3_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxElementURI");
afterParserOrEnumRuleCall();
}
}
}
break;
}
// InternalUISemanticsGrammar.g:620:3: (otherlv_4= 'bindings' otherlv_5= '{' ( (lv_bindingContainer_6_0= ruleUxAvailableBindings ) ) otherlv_7= '}' )?
int alt15=2;
int LA15_0 = input.LA(1);
if ( (LA15_0==27) ) {
alt15=1;
}
switch (alt15) {
case 1 :
// InternalUISemanticsGrammar.g:621:4: otherlv_4= 'bindings' otherlv_5= '{' ( (lv_bindingContainer_6_0= ruleUxAvailableBindings ) ) otherlv_7= '}'
{
otherlv_4=(Token)match(input,27,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getUxElementDefinitionAccess().getBindingsKeyword_4_0());
}
otherlv_5=(Token)match(input,14,FOLLOW_19); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getUxElementDefinitionAccess().getLeftCurlyBracketKeyword_4_1());
}
// InternalUISemanticsGrammar.g:629:4: ( (lv_bindingContainer_6_0= ruleUxAvailableBindings ) )
// InternalUISemanticsGrammar.g:630:5: (lv_bindingContainer_6_0= ruleUxAvailableBindings )
{
// InternalUISemanticsGrammar.g:630:5: (lv_bindingContainer_6_0= ruleUxAvailableBindings )
// InternalUISemanticsGrammar.g:631:6: lv_bindingContainer_6_0= ruleUxAvailableBindings
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxElementDefinitionAccess().getBindingContainerUxAvailableBindingsParserRuleCall_4_2_0());
}
pushFollow(FOLLOW_20);
lv_bindingContainer_6_0=ruleUxAvailableBindings();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxElementDefinitionRule());
}
set(
current,
"bindingContainer",
lv_bindingContainer_6_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxAvailableBindings");
afterParserOrEnumRuleCall();
}
}
}
otherlv_7=(Token)match(input,15,FOLLOW_21); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getUxElementDefinitionAccess().getRightCurlyBracketKeyword_4_3());
}
}
break;
}
// InternalUISemanticsGrammar.g:653:3: (otherlv_8= 'visibility' otherlv_9= '{' ( (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions ) ) otherlv_11= '}' )?
int alt16=2;
int LA16_0 = input.LA(1);
if ( (LA16_0==28) ) {
alt16=1;
}
switch (alt16) {
case 1 :
// InternalUISemanticsGrammar.g:654:4: otherlv_8= 'visibility' otherlv_9= '{' ( (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions ) ) otherlv_11= '}'
{
otherlv_8=(Token)match(input,28,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getUxElementDefinitionAccess().getVisibilityKeyword_5_0());
}
otherlv_9=(Token)match(input,14,FOLLOW_22); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getUxElementDefinitionAccess().getLeftCurlyBracketKeyword_5_1());
}
// InternalUISemanticsGrammar.g:662:4: ( (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions ) )
// InternalUISemanticsGrammar.g:663:5: (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions )
{
// InternalUISemanticsGrammar.g:663:5: (lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions )
// InternalUISemanticsGrammar.g:664:6: lv_visibilityContainer_10_0= ruleUxAvailableVisibilityOptions
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxElementDefinitionAccess().getVisibilityContainerUxAvailableVisibilityOptionsParserRuleCall_5_2_0());
}
pushFollow(FOLLOW_20);
lv_visibilityContainer_10_0=ruleUxAvailableVisibilityOptions();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxElementDefinitionRule());
}
set(
current,
"visibilityContainer",
lv_visibilityContainer_10_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxAvailableVisibilityOptions");
afterParserOrEnumRuleCall();
}
}
}
otherlv_11=(Token)match(input,15,FOLLOW_23); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getUxElementDefinitionAccess().getRightCurlyBracketKeyword_5_3());
}
}
break;
}
// InternalUISemanticsGrammar.g:686:3: (otherlv_12= 'validator' otherlv_13= '{' ( (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties ) ) otherlv_15= '}' )?
int alt17=2;
int LA17_0 = input.LA(1);
if ( (LA17_0==29) ) {
alt17=1;
}
switch (alt17) {
case 1 :
// InternalUISemanticsGrammar.g:687:4: otherlv_12= 'validator' otherlv_13= '{' ( (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties ) ) otherlv_15= '}'
{
otherlv_12=(Token)match(input,29,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getUxElementDefinitionAccess().getValidatorKeyword_6_0());
}
otherlv_13=(Token)match(input,14,FOLLOW_24); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getUxElementDefinitionAccess().getLeftCurlyBracketKeyword_6_1());
}
// InternalUISemanticsGrammar.g:695:4: ( (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties ) )
// InternalUISemanticsGrammar.g:696:5: (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties )
{
// InternalUISemanticsGrammar.g:696:5: (lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties )
// InternalUISemanticsGrammar.g:697:6: lv_validatorContainer_14_0= ruleUxAvailableValidatorProperties
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxElementDefinitionAccess().getValidatorContainerUxAvailableValidatorPropertiesParserRuleCall_6_2_0());
}
pushFollow(FOLLOW_20);
lv_validatorContainer_14_0=ruleUxAvailableValidatorProperties();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxElementDefinitionRule());
}
set(
current,
"validatorContainer",
lv_validatorContainer_14_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxAvailableValidatorProperties");
afterParserOrEnumRuleCall();
}
}
}
otherlv_15=(Token)match(input,15,FOLLOW_20); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_15, grammarAccess.getUxElementDefinitionAccess().getRightCurlyBracketKeyword_6_3());
}
}
break;
}
otherlv_16=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_16, grammarAccess.getUxElementDefinitionAccess().getRightCurlyBracketKeyword_7());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxElementDefinition"
// $ANTLR start "entryRuleUxAvailableValidatorProperties"
// InternalUISemanticsGrammar.g:727:1: entryRuleUxAvailableValidatorProperties returns [EObject current=null] : iv_ruleUxAvailableValidatorProperties= ruleUxAvailableValidatorProperties EOF ;
public final EObject entryRuleUxAvailableValidatorProperties() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxAvailableValidatorProperties = null;
try {
// InternalUISemanticsGrammar.g:727:71: (iv_ruleUxAvailableValidatorProperties= ruleUxAvailableValidatorProperties EOF )
// InternalUISemanticsGrammar.g:728:2: iv_ruleUxAvailableValidatorProperties= ruleUxAvailableValidatorProperties EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxAvailableValidatorPropertiesRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxAvailableValidatorProperties=ruleUxAvailableValidatorProperties();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxAvailableValidatorProperties;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxAvailableValidatorProperties"
// $ANTLR start "ruleUxAvailableValidatorProperties"
// InternalUISemanticsGrammar.g:734:1: ruleUxAvailableValidatorProperties returns [EObject current=null] : ( () ( (lv_properties_1_0= ruleUxValidatorProperty ) )* ) ;
public final EObject ruleUxAvailableValidatorProperties() throws RecognitionException {
EObject current = null;
EObject lv_properties_1_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:740:2: ( ( () ( (lv_properties_1_0= ruleUxValidatorProperty ) )* ) )
// InternalUISemanticsGrammar.g:741:2: ( () ( (lv_properties_1_0= ruleUxValidatorProperty ) )* )
{
// InternalUISemanticsGrammar.g:741:2: ( () ( (lv_properties_1_0= ruleUxValidatorProperty ) )* )
// InternalUISemanticsGrammar.g:742:3: () ( (lv_properties_1_0= ruleUxValidatorProperty ) )*
{
// InternalUISemanticsGrammar.g:742:3: ()
// InternalUISemanticsGrammar.g:743:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getUxAvailableValidatorPropertiesAccess().getUxAvailableValidatorPropertiesAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:749:3: ( (lv_properties_1_0= ruleUxValidatorProperty ) )*
loop18:
do {
int alt18=2;
int LA18_0 = input.LA(1);
if ( (LA18_0==30) ) {
alt18=1;
}
switch (alt18) {
case 1 :
// InternalUISemanticsGrammar.g:750:4: (lv_properties_1_0= ruleUxValidatorProperty )
{
// InternalUISemanticsGrammar.g:750:4: (lv_properties_1_0= ruleUxValidatorProperty )
// InternalUISemanticsGrammar.g:751:5: lv_properties_1_0= ruleUxValidatorProperty
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxAvailableValidatorPropertiesAccess().getPropertiesUxValidatorPropertyParserRuleCall_1_0());
}
pushFollow(FOLLOW_25);
lv_properties_1_0=ruleUxValidatorProperty();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxAvailableValidatorPropertiesRule());
}
add(
current,
"properties",
lv_properties_1_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxValidatorProperty");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop18;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxAvailableValidatorProperties"
// $ANTLR start "entryRuleUxValidatorProperty"
// InternalUISemanticsGrammar.g:772:1: entryRuleUxValidatorProperty returns [EObject current=null] : iv_ruleUxValidatorProperty= ruleUxValidatorProperty EOF ;
public final EObject entryRuleUxValidatorProperty() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxValidatorProperty = null;
try {
// InternalUISemanticsGrammar.g:772:60: (iv_ruleUxValidatorProperty= ruleUxValidatorProperty EOF )
// InternalUISemanticsGrammar.g:773:2: iv_ruleUxValidatorProperty= ruleUxValidatorProperty EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxValidatorPropertyRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxValidatorProperty=ruleUxValidatorProperty();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxValidatorProperty;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxValidatorProperty"
// $ANTLR start "ruleUxValidatorProperty"
// InternalUISemanticsGrammar.g:779:1: ruleUxValidatorProperty returns [EObject current=null] : (otherlv_0= 'property' ( (lv_name_1_0= RULE_ID ) ) ) ;
public final EObject ruleUxValidatorProperty() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token lv_name_1_0=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:785:2: ( (otherlv_0= 'property' ( (lv_name_1_0= RULE_ID ) ) ) )
// InternalUISemanticsGrammar.g:786:2: (otherlv_0= 'property' ( (lv_name_1_0= RULE_ID ) ) )
{
// InternalUISemanticsGrammar.g:786:2: (otherlv_0= 'property' ( (lv_name_1_0= RULE_ID ) ) )
// InternalUISemanticsGrammar.g:787:3: otherlv_0= 'property' ( (lv_name_1_0= RULE_ID ) )
{
otherlv_0=(Token)match(input,30,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getUxValidatorPropertyAccess().getPropertyKeyword_0());
}
// InternalUISemanticsGrammar.g:791:3: ( (lv_name_1_0= RULE_ID ) )
// InternalUISemanticsGrammar.g:792:4: (lv_name_1_0= RULE_ID )
{
// InternalUISemanticsGrammar.g:792:4: (lv_name_1_0= RULE_ID )
// InternalUISemanticsGrammar.g:793:5: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_name_1_0, grammarAccess.getUxValidatorPropertyAccess().getNameIDTerminalRuleCall_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxValidatorPropertyRule());
}
setWithLastConsumed(
current,
"name",
lv_name_1_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxValidatorProperty"
// $ANTLR start "entryRuleUxElementURI"
// InternalUISemanticsGrammar.g:813:1: entryRuleUxElementURI returns [EObject current=null] : iv_ruleUxElementURI= ruleUxElementURI EOF ;
public final EObject entryRuleUxElementURI() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxElementURI = null;
try {
// InternalUISemanticsGrammar.g:813:53: (iv_ruleUxElementURI= ruleUxElementURI EOF )
// InternalUISemanticsGrammar.g:814:2: iv_ruleUxElementURI= ruleUxElementURI EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxElementURIRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxElementURI=ruleUxElementURI();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxElementURI;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxElementURI"
// $ANTLR start "ruleUxElementURI"
// InternalUISemanticsGrammar.g:820:1: ruleUxElementURI returns [EObject current=null] : (otherlv_0= 'uri' ( (otherlv_1= RULE_ID ) ) otherlv_2= ':' ( (otherlv_3= RULE_ID ) ) ) ;
public final EObject ruleUxElementURI() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_3=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:826:2: ( (otherlv_0= 'uri' ( (otherlv_1= RULE_ID ) ) otherlv_2= ':' ( (otherlv_3= RULE_ID ) ) ) )
// InternalUISemanticsGrammar.g:827:2: (otherlv_0= 'uri' ( (otherlv_1= RULE_ID ) ) otherlv_2= ':' ( (otherlv_3= RULE_ID ) ) )
{
// InternalUISemanticsGrammar.g:827:2: (otherlv_0= 'uri' ( (otherlv_1= RULE_ID ) ) otherlv_2= ':' ( (otherlv_3= RULE_ID ) ) )
// InternalUISemanticsGrammar.g:828:3: otherlv_0= 'uri' ( (otherlv_1= RULE_ID ) ) otherlv_2= ':' ( (otherlv_3= RULE_ID ) )
{
otherlv_0=(Token)match(input,31,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getUxElementURIAccess().getUriKeyword_0());
}
// InternalUISemanticsGrammar.g:832:3: ( (otherlv_1= RULE_ID ) )
// InternalUISemanticsGrammar.g:833:4: (otherlv_1= RULE_ID )
{
// InternalUISemanticsGrammar.g:833:4: (otherlv_1= RULE_ID )
// InternalUISemanticsGrammar.g:834:5: otherlv_1= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxElementURIRule());
}
}
otherlv_1=(Token)match(input,RULE_ID,FOLLOW_26); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getUxElementURIAccess().getEPackageUxEPackageImportCrossReference_1_0());
}
}
}
otherlv_2=(Token)match(input,32,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getUxElementURIAccess().getColonKeyword_2());
}
// InternalUISemanticsGrammar.g:849:3: ( (otherlv_3= RULE_ID ) )
// InternalUISemanticsGrammar.g:850:4: (otherlv_3= RULE_ID )
{
// InternalUISemanticsGrammar.g:850:4: (otherlv_3= RULE_ID )
// InternalUISemanticsGrammar.g:851:5: otherlv_3= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxElementURIRule());
}
}
otherlv_3=(Token)match(input,RULE_ID,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getUxElementURIAccess().getEClassEClassCrossReference_3_0());
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxElementURI"
// $ANTLR start "entryRuleUxAvailableBindings"
// InternalUISemanticsGrammar.g:866:1: entryRuleUxAvailableBindings returns [EObject current=null] : iv_ruleUxAvailableBindings= ruleUxAvailableBindings EOF ;
public final EObject entryRuleUxAvailableBindings() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxAvailableBindings = null;
try {
// InternalUISemanticsGrammar.g:866:60: (iv_ruleUxAvailableBindings= ruleUxAvailableBindings EOF )
// InternalUISemanticsGrammar.g:867:2: iv_ruleUxAvailableBindings= ruleUxAvailableBindings EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxAvailableBindingsRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxAvailableBindings=ruleUxAvailableBindings();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxAvailableBindings;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxAvailableBindings"
// $ANTLR start "ruleUxAvailableBindings"
// InternalUISemanticsGrammar.g:873:1: ruleUxAvailableBindings returns [EObject current=null] : ( () (otherlv_1= 'extends' ( (otherlv_2= RULE_ID ) ) )? ( (lv_bindings_3_0= ruleUxBindingableOption ) )* ) ;
public final EObject ruleUxAvailableBindings() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
EObject lv_bindings_3_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:879:2: ( ( () (otherlv_1= 'extends' ( (otherlv_2= RULE_ID ) ) )? ( (lv_bindings_3_0= ruleUxBindingableOption ) )* ) )
// InternalUISemanticsGrammar.g:880:2: ( () (otherlv_1= 'extends' ( (otherlv_2= RULE_ID ) ) )? ( (lv_bindings_3_0= ruleUxBindingableOption ) )* )
{
// InternalUISemanticsGrammar.g:880:2: ( () (otherlv_1= 'extends' ( (otherlv_2= RULE_ID ) ) )? ( (lv_bindings_3_0= ruleUxBindingableOption ) )* )
// InternalUISemanticsGrammar.g:881:3: () (otherlv_1= 'extends' ( (otherlv_2= RULE_ID ) ) )? ( (lv_bindings_3_0= ruleUxBindingableOption ) )*
{
// InternalUISemanticsGrammar.g:881:3: ()
// InternalUISemanticsGrammar.g:882:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getUxAvailableBindingsAccess().getUxAvailableBindingsAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:888:3: (otherlv_1= 'extends' ( (otherlv_2= RULE_ID ) ) )?
int alt19=2;
int LA19_0 = input.LA(1);
if ( (LA19_0==33) ) {
alt19=1;
}
switch (alt19) {
case 1 :
// InternalUISemanticsGrammar.g:889:4: otherlv_1= 'extends' ( (otherlv_2= RULE_ID ) )
{
otherlv_1=(Token)match(input,33,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getUxAvailableBindingsAccess().getExtendsKeyword_1_0());
}
// InternalUISemanticsGrammar.g:893:4: ( (otherlv_2= RULE_ID ) )
// InternalUISemanticsGrammar.g:894:5: (otherlv_2= RULE_ID )
{
// InternalUISemanticsGrammar.g:894:5: (otherlv_2= RULE_ID )
// InternalUISemanticsGrammar.g:895:6: otherlv_2= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxAvailableBindingsRule());
}
}
otherlv_2=(Token)match(input,RULE_ID,FOLLOW_27); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getUxAvailableBindingsAccess().getSuperElementUxElementDefinitionCrossReference_1_1_0());
}
}
}
}
break;
}
// InternalUISemanticsGrammar.g:907:3: ( (lv_bindings_3_0= ruleUxBindingableOption ) )*
loop20:
do {
int alt20=2;
int LA20_0 = input.LA(1);
if ( ((LA20_0>=34 && LA20_0<=36)) ) {
alt20=1;
}
switch (alt20) {
case 1 :
// InternalUISemanticsGrammar.g:908:4: (lv_bindings_3_0= ruleUxBindingableOption )
{
// InternalUISemanticsGrammar.g:908:4: (lv_bindings_3_0= ruleUxBindingableOption )
// InternalUISemanticsGrammar.g:909:5: lv_bindings_3_0= ruleUxBindingableOption
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxAvailableBindingsAccess().getBindingsUxBindingableOptionParserRuleCall_2_0());
}
pushFollow(FOLLOW_27);
lv_bindings_3_0=ruleUxBindingableOption();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxAvailableBindingsRule());
}
add(
current,
"bindings",
lv_bindings_3_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxBindingableOption");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop20;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxAvailableBindings"
// $ANTLR start "entryRuleUxAvailableVisibilityOptions"
// InternalUISemanticsGrammar.g:930:1: entryRuleUxAvailableVisibilityOptions returns [EObject current=null] : iv_ruleUxAvailableVisibilityOptions= ruleUxAvailableVisibilityOptions EOF ;
public final EObject entryRuleUxAvailableVisibilityOptions() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxAvailableVisibilityOptions = null;
try {
// InternalUISemanticsGrammar.g:930:69: (iv_ruleUxAvailableVisibilityOptions= ruleUxAvailableVisibilityOptions EOF )
// InternalUISemanticsGrammar.g:931:2: iv_ruleUxAvailableVisibilityOptions= ruleUxAvailableVisibilityOptions EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxAvailableVisibilityOptionsRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxAvailableVisibilityOptions=ruleUxAvailableVisibilityOptions();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxAvailableVisibilityOptions;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxAvailableVisibilityOptions"
// $ANTLR start "ruleUxAvailableVisibilityOptions"
// InternalUISemanticsGrammar.g:937:1: ruleUxAvailableVisibilityOptions returns [EObject current=null] : ( () ( (lv_bindings_1_0= ruleUxVisibleableOption ) )* ) ;
public final EObject ruleUxAvailableVisibilityOptions() throws RecognitionException {
EObject current = null;
EObject lv_bindings_1_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:943:2: ( ( () ( (lv_bindings_1_0= ruleUxVisibleableOption ) )* ) )
// InternalUISemanticsGrammar.g:944:2: ( () ( (lv_bindings_1_0= ruleUxVisibleableOption ) )* )
{
// InternalUISemanticsGrammar.g:944:2: ( () ( (lv_bindings_1_0= ruleUxVisibleableOption ) )* )
// InternalUISemanticsGrammar.g:945:3: () ( (lv_bindings_1_0= ruleUxVisibleableOption ) )*
{
// InternalUISemanticsGrammar.g:945:3: ()
// InternalUISemanticsGrammar.g:946:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getUxAvailableVisibilityOptionsAccess().getUxAvailableVisibilityOptionsAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:952:3: ( (lv_bindings_1_0= ruleUxVisibleableOption ) )*
loop21:
do {
int alt21=2;
int LA21_0 = input.LA(1);
if ( (LA21_0==36) ) {
alt21=1;
}
switch (alt21) {
case 1 :
// InternalUISemanticsGrammar.g:953:4: (lv_bindings_1_0= ruleUxVisibleableOption )
{
// InternalUISemanticsGrammar.g:953:4: (lv_bindings_1_0= ruleUxVisibleableOption )
// InternalUISemanticsGrammar.g:954:5: lv_bindings_1_0= ruleUxVisibleableOption
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxAvailableVisibilityOptionsAccess().getBindingsUxVisibleableOptionParserRuleCall_1_0());
}
pushFollow(FOLLOW_28);
lv_bindings_1_0=ruleUxVisibleableOption();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxAvailableVisibilityOptionsRule());
}
add(
current,
"bindings",
lv_bindings_1_0,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.UxVisibleableOption");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop21;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxAvailableVisibilityOptions"
// $ANTLR start "entryRuleUxBindingableOption"
// InternalUISemanticsGrammar.g:975:1: entryRuleUxBindingableOption returns [EObject current=null] : iv_ruleUxBindingableOption= ruleUxBindingableOption EOF ;
public final EObject entryRuleUxBindingableOption() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxBindingableOption = null;
try {
// InternalUISemanticsGrammar.g:975:60: (iv_ruleUxBindingableOption= ruleUxBindingableOption EOF )
// InternalUISemanticsGrammar.g:976:2: iv_ruleUxBindingableOption= ruleUxBindingableOption EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxBindingableOptionRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxBindingableOption=ruleUxBindingableOption();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxBindingableOption;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxBindingableOption"
// $ANTLR start "ruleUxBindingableOption"
// InternalUISemanticsGrammar.g:982:1: ruleUxBindingableOption returns [EObject current=null] : ( ( (lv_final_0_0= 'final' ) )? ( (lv_listbinding_1_0= 'list' ) )? otherlv_2= 'endpoint' ( (lv_name_3_0= RULE_ID ) ) ( (lv_jvmType_4_0= ruleJvmTypeReference ) ) (otherlv_5= 'target' ( (lv_targetName_6_0= RULE_ID ) ) )? ) ;
public final EObject ruleUxBindingableOption() throws RecognitionException {
EObject current = null;
Token lv_final_0_0=null;
Token lv_listbinding_1_0=null;
Token otherlv_2=null;
Token lv_name_3_0=null;
Token otherlv_5=null;
Token lv_targetName_6_0=null;
EObject lv_jvmType_4_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:988:2: ( ( ( (lv_final_0_0= 'final' ) )? ( (lv_listbinding_1_0= 'list' ) )? otherlv_2= 'endpoint' ( (lv_name_3_0= RULE_ID ) ) ( (lv_jvmType_4_0= ruleJvmTypeReference ) ) (otherlv_5= 'target' ( (lv_targetName_6_0= RULE_ID ) ) )? ) )
// InternalUISemanticsGrammar.g:989:2: ( ( (lv_final_0_0= 'final' ) )? ( (lv_listbinding_1_0= 'list' ) )? otherlv_2= 'endpoint' ( (lv_name_3_0= RULE_ID ) ) ( (lv_jvmType_4_0= ruleJvmTypeReference ) ) (otherlv_5= 'target' ( (lv_targetName_6_0= RULE_ID ) ) )? )
{
// InternalUISemanticsGrammar.g:989:2: ( ( (lv_final_0_0= 'final' ) )? ( (lv_listbinding_1_0= 'list' ) )? otherlv_2= 'endpoint' ( (lv_name_3_0= RULE_ID ) ) ( (lv_jvmType_4_0= ruleJvmTypeReference ) ) (otherlv_5= 'target' ( (lv_targetName_6_0= RULE_ID ) ) )? )
// InternalUISemanticsGrammar.g:990:3: ( (lv_final_0_0= 'final' ) )? ( (lv_listbinding_1_0= 'list' ) )? otherlv_2= 'endpoint' ( (lv_name_3_0= RULE_ID ) ) ( (lv_jvmType_4_0= ruleJvmTypeReference ) ) (otherlv_5= 'target' ( (lv_targetName_6_0= RULE_ID ) ) )?
{
// InternalUISemanticsGrammar.g:990:3: ( (lv_final_0_0= 'final' ) )?
int alt22=2;
int LA22_0 = input.LA(1);
if ( (LA22_0==34) ) {
alt22=1;
}
switch (alt22) {
case 1 :
// InternalUISemanticsGrammar.g:991:4: (lv_final_0_0= 'final' )
{
// InternalUISemanticsGrammar.g:991:4: (lv_final_0_0= 'final' )
// InternalUISemanticsGrammar.g:992:5: lv_final_0_0= 'final'
{
lv_final_0_0=(Token)match(input,34,FOLLOW_29); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_final_0_0, grammarAccess.getUxBindingableOptionAccess().getFinalFinalKeyword_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxBindingableOptionRule());
}
setWithLastConsumed(current, "final", true, "final");
}
}
}
break;
}
// InternalUISemanticsGrammar.g:1004:3: ( (lv_listbinding_1_0= 'list' ) )?
int alt23=2;
int LA23_0 = input.LA(1);
if ( (LA23_0==35) ) {
alt23=1;
}
switch (alt23) {
case 1 :
// InternalUISemanticsGrammar.g:1005:4: (lv_listbinding_1_0= 'list' )
{
// InternalUISemanticsGrammar.g:1005:4: (lv_listbinding_1_0= 'list' )
// InternalUISemanticsGrammar.g:1006:5: lv_listbinding_1_0= 'list'
{
lv_listbinding_1_0=(Token)match(input,35,FOLLOW_30); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_listbinding_1_0, grammarAccess.getUxBindingableOptionAccess().getListbindingListKeyword_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxBindingableOptionRule());
}
setWithLastConsumed(current, "listbinding", true, "list");
}
}
}
break;
}
otherlv_2=(Token)match(input,36,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getUxBindingableOptionAccess().getEndpointKeyword_2());
}
// InternalUISemanticsGrammar.g:1022:3: ( (lv_name_3_0= RULE_ID ) )
// InternalUISemanticsGrammar.g:1023:4: (lv_name_3_0= RULE_ID )
{
// InternalUISemanticsGrammar.g:1023:4: (lv_name_3_0= RULE_ID )
// InternalUISemanticsGrammar.g:1024:5: lv_name_3_0= RULE_ID
{
lv_name_3_0=(Token)match(input,RULE_ID,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_name_3_0, grammarAccess.getUxBindingableOptionAccess().getNameIDTerminalRuleCall_3_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxBindingableOptionRule());
}
setWithLastConsumed(
current,
"name",
lv_name_3_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
// InternalUISemanticsGrammar.g:1040:3: ( (lv_jvmType_4_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:1041:4: (lv_jvmType_4_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:1041:4: (lv_jvmType_4_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:1042:5: lv_jvmType_4_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxBindingableOptionAccess().getJvmTypeJvmTypeReferenceParserRuleCall_4_0());
}
pushFollow(FOLLOW_32);
lv_jvmType_4_0=ruleJvmTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxBindingableOptionRule());
}
set(
current,
"jvmType",
lv_jvmType_4_0,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:1059:3: (otherlv_5= 'target' ( (lv_targetName_6_0= RULE_ID ) ) )?
int alt24=2;
int LA24_0 = input.LA(1);
if ( (LA24_0==37) ) {
alt24=1;
}
switch (alt24) {
case 1 :
// InternalUISemanticsGrammar.g:1060:4: otherlv_5= 'target' ( (lv_targetName_6_0= RULE_ID ) )
{
otherlv_5=(Token)match(input,37,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getUxBindingableOptionAccess().getTargetKeyword_5_0());
}
// InternalUISemanticsGrammar.g:1064:4: ( (lv_targetName_6_0= RULE_ID ) )
// InternalUISemanticsGrammar.g:1065:5: (lv_targetName_6_0= RULE_ID )
{
// InternalUISemanticsGrammar.g:1065:5: (lv_targetName_6_0= RULE_ID )
// InternalUISemanticsGrammar.g:1066:6: lv_targetName_6_0= RULE_ID
{
lv_targetName_6_0=(Token)match(input,RULE_ID,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_targetName_6_0, grammarAccess.getUxBindingableOptionAccess().getTargetNameIDTerminalRuleCall_5_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxBindingableOptionRule());
}
setWithLastConsumed(
current,
"targetName",
lv_targetName_6_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxBindingableOption"
// $ANTLR start "entryRuleUxVisibleableOption"
// InternalUISemanticsGrammar.g:1087:1: entryRuleUxVisibleableOption returns [EObject current=null] : iv_ruleUxVisibleableOption= ruleUxVisibleableOption EOF ;
public final EObject entryRuleUxVisibleableOption() throws RecognitionException {
EObject current = null;
EObject iv_ruleUxVisibleableOption = null;
try {
// InternalUISemanticsGrammar.g:1087:60: (iv_ruleUxVisibleableOption= ruleUxVisibleableOption EOF )
// InternalUISemanticsGrammar.g:1088:2: iv_ruleUxVisibleableOption= ruleUxVisibleableOption EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxVisibleableOptionRule());
}
pushFollow(FOLLOW_1);
iv_ruleUxVisibleableOption=ruleUxVisibleableOption();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleUxVisibleableOption;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleUxVisibleableOption"
// $ANTLR start "ruleUxVisibleableOption"
// InternalUISemanticsGrammar.g:1094:1: ruleUxVisibleableOption returns [EObject current=null] : (otherlv_0= 'endpoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_jvmType_2_0= ruleJvmTypeReference ) ) ) ;
public final EObject ruleUxVisibleableOption() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token lv_name_1_0=null;
EObject lv_jvmType_2_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:1100:2: ( (otherlv_0= 'endpoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_jvmType_2_0= ruleJvmTypeReference ) ) ) )
// InternalUISemanticsGrammar.g:1101:2: (otherlv_0= 'endpoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_jvmType_2_0= ruleJvmTypeReference ) ) )
{
// InternalUISemanticsGrammar.g:1101:2: (otherlv_0= 'endpoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_jvmType_2_0= ruleJvmTypeReference ) ) )
// InternalUISemanticsGrammar.g:1102:3: otherlv_0= 'endpoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_jvmType_2_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,36,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getUxVisibleableOptionAccess().getEndpointKeyword_0());
}
// InternalUISemanticsGrammar.g:1106:3: ( (lv_name_1_0= RULE_ID ) )
// InternalUISemanticsGrammar.g:1107:4: (lv_name_1_0= RULE_ID )
{
// InternalUISemanticsGrammar.g:1107:4: (lv_name_1_0= RULE_ID )
// InternalUISemanticsGrammar.g:1108:5: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_name_1_0, grammarAccess.getUxVisibleableOptionAccess().getNameIDTerminalRuleCall_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getUxVisibleableOptionRule());
}
setWithLastConsumed(
current,
"name",
lv_name_1_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
// InternalUISemanticsGrammar.g:1124:3: ( (lv_jvmType_2_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:1125:4: (lv_jvmType_2_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:1125:4: (lv_jvmType_2_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:1126:5: lv_jvmType_2_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getUxVisibleableOptionAccess().getJvmTypeJvmTypeReferenceParserRuleCall_2_0());
}
pushFollow(FOLLOW_2);
lv_jvmType_2_0=ruleJvmTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getUxVisibleableOptionRule());
}
set(
current,
"jvmType",
lv_jvmType_2_0,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUxVisibleableOption"
// $ANTLR start "entryRuleXExpression"
// InternalUISemanticsGrammar.g:1147:1: entryRuleXExpression returns [EObject current=null] : iv_ruleXExpression= ruleXExpression EOF ;
public final EObject entryRuleXExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpression = null;
try {
// InternalUISemanticsGrammar.g:1147:52: (iv_ruleXExpression= ruleXExpression EOF )
// InternalUISemanticsGrammar.g:1148:2: iv_ruleXExpression= ruleXExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXExpression=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXExpression"
// $ANTLR start "ruleXExpression"
// InternalUISemanticsGrammar.g:1154: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 {
// InternalUISemanticsGrammar.g:1160:2: (this_XAssignment_0= ruleXAssignment )
// InternalUISemanticsGrammar.g:1161:2: this_XAssignment_0= ruleXAssignment
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall());
}
pushFollow(FOLLOW_2);
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"
// InternalUISemanticsGrammar.g:1172:1: entryRuleXAssignment returns [EObject current=null] : iv_ruleXAssignment= ruleXAssignment EOF ;
public final EObject entryRuleXAssignment() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAssignment = null;
try {
// InternalUISemanticsGrammar.g:1172:52: (iv_ruleXAssignment= ruleXAssignment EOF )
// InternalUISemanticsGrammar.g:1173:2: iv_ruleXAssignment= ruleXAssignment EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentRule());
}
pushFollow(FOLLOW_1);
iv_ruleXAssignment=ruleXAssignment();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXAssignment;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXAssignment"
// $ANTLR start "ruleXAssignment"
// InternalUISemanticsGrammar.g:1179: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 {
// InternalUISemanticsGrammar.g:1185:2: ( ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) )
// InternalUISemanticsGrammar.g:1186:2: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )
{
// InternalUISemanticsGrammar.g:1186:2: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )
int alt26=2;
switch ( input.LA(1) ) {
case RULE_ID:
{
int LA26_1 = input.LA(2);
if ( (LA26_1==EOF||(LA26_1>=RULE_STRING && LA26_1<=RULE_DECIMAL)||(LA26_1>=14 && LA26_1<=15)||(LA26_1>=19 && LA26_1<=22)||(LA26_1>=24 && LA26_1<=25)||(LA26_1>=32 && LA26_1<=33)||(LA26_1>=39 && LA26_1<=76)||(LA26_1>=78 && LA26_1<=99)) ) {
alt26=2;
}
else if ( (LA26_1==38) ) {
alt26=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 26, 1, input);
throw nvae;
}
}
break;
case 33:
{
int LA26_2 = input.LA(2);
if ( (LA26_2==EOF||(LA26_2>=RULE_STRING && LA26_2<=RULE_DECIMAL)||(LA26_2>=14 && LA26_2<=15)||(LA26_2>=19 && LA26_2<=22)||(LA26_2>=24 && LA26_2<=25)||(LA26_2>=32 && LA26_2<=33)||(LA26_2>=39 && LA26_2<=76)||(LA26_2>=78 && LA26_2<=99)) ) {
alt26=2;
}
else if ( (LA26_2==38) ) {
alt26=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 26, 2, input);
throw nvae;
}
}
break;
case 20:
{
int LA26_3 = input.LA(2);
if ( (LA26_3==EOF||(LA26_3>=RULE_STRING && LA26_3<=RULE_DECIMAL)||(LA26_3>=14 && LA26_3<=15)||(LA26_3>=19 && LA26_3<=22)||(LA26_3>=24 && LA26_3<=25)||(LA26_3>=32 && LA26_3<=33)||(LA26_3>=39 && LA26_3<=76)||(LA26_3>=78 && LA26_3<=99)) ) {
alt26=2;
}
else if ( (LA26_3==38) ) {
alt26=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 26, 3, input);
throw nvae;
}
}
break;
case 19:
{
int LA26_4 = input.LA(2);
if ( (LA26_4==38) ) {
alt26=1;
}
else if ( (LA26_4==EOF||(LA26_4>=RULE_STRING && LA26_4<=RULE_DECIMAL)||(LA26_4>=14 && LA26_4<=15)||(LA26_4>=19 && LA26_4<=22)||(LA26_4>=24 && LA26_4<=25)||(LA26_4>=32 && LA26_4<=33)||(LA26_4>=39 && LA26_4<=76)||(LA26_4>=78 && LA26_4<=99)) ) {
alt26=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 26, 4, input);
throw nvae;
}
}
break;
case 21:
{
int LA26_5 = input.LA(2);
if ( (LA26_5==38) ) {
alt26=1;
}
else if ( (LA26_5==EOF||(LA26_5>=RULE_STRING && LA26_5<=RULE_DECIMAL)||(LA26_5>=14 && LA26_5<=15)||(LA26_5>=19 && LA26_5<=22)||(LA26_5>=24 && LA26_5<=25)||(LA26_5>=32 && LA26_5<=33)||(LA26_5>=39 && LA26_5<=76)||(LA26_5>=78 && LA26_5<=99)) ) {
alt26=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 26, 5, input);
throw nvae;
}
}
break;
case RULE_STRING:
case RULE_HEX:
case RULE_INT:
case RULE_DECIMAL:
case 14:
case 44:
case 60:
case 61:
case 65:
case 72:
case 74:
case 75:
case 78:
case 80:
case 83:
case 84:
case 85:
case 88:
case 89:
case 90:
case 91:
case 92:
case 93:
case 94:
case 95:
case 96:
case 98:
{
alt26=2;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 26, 0, input);
throw nvae;
}
switch (alt26) {
case 1 :
// InternalUISemanticsGrammar.g:1187:3: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) )
{
// InternalUISemanticsGrammar.g:1187:3: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) )
// InternalUISemanticsGrammar.g:1188:4: () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) )
{
// InternalUISemanticsGrammar.g:1188:4: ()
// InternalUISemanticsGrammar.g:1189:5:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:1195:4: ( ( ruleFeatureCallID ) )
// InternalUISemanticsGrammar.g:1196:5: ( ruleFeatureCallID )
{
// InternalUISemanticsGrammar.g:1196:5: ( ruleFeatureCallID )
// InternalUISemanticsGrammar.g:1197:6: ruleFeatureCallID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXAssignmentRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0());
}
pushFollow(FOLLOW_33);
ruleFeatureCallID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getOpSingleAssignParserRuleCall_0_2());
}
pushFollow(FOLLOW_34);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:1218:4: ( (lv_value_3_0= ruleXAssignment ) )
// InternalUISemanticsGrammar.g:1219:5: (lv_value_3_0= ruleXAssignment )
{
// InternalUISemanticsGrammar.g:1219:5: (lv_value_3_0= ruleXAssignment )
// InternalUISemanticsGrammar.g:1220:6: lv_value_3_0= ruleXAssignment
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getValueXAssignmentParserRuleCall_0_3_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XAssignment");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:1239:3: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? )
{
// InternalUISemanticsGrammar.g:1239:3: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? )
// InternalUISemanticsGrammar.g:1240:4: this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getXOrExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_35);
this_XOrExpression_4=ruleXOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XOrExpression_4;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:1248:4: ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )?
int alt25=2;
alt25 = dfa25.predict(input);
switch (alt25) {
case 1 :
// InternalUISemanticsGrammar.g:1249:5: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) )
{
// InternalUISemanticsGrammar.g:1249:5: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) )
// InternalUISemanticsGrammar.g:1250:6: ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) )
{
// InternalUISemanticsGrammar.g:1260:6: ( () ( ( ruleOpMultiAssign ) ) )
// InternalUISemanticsGrammar.g:1261:7: () ( ( ruleOpMultiAssign ) )
{
// InternalUISemanticsGrammar.g:1261:7: ()
// InternalUISemanticsGrammar.g:1262:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:1268:7: ( ( ruleOpMultiAssign ) )
// InternalUISemanticsGrammar.g:1269:8: ( ruleOpMultiAssign )
{
// InternalUISemanticsGrammar.g:1269:8: ( ruleOpMultiAssign )
// InternalUISemanticsGrammar.g:1270:9: 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(FOLLOW_34);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalUISemanticsGrammar.g:1286:5: ( (lv_rightOperand_7_0= ruleXAssignment ) )
// InternalUISemanticsGrammar.g:1287:6: (lv_rightOperand_7_0= ruleXAssignment )
{
// InternalUISemanticsGrammar.g:1287:6: (lv_rightOperand_7_0= ruleXAssignment )
// InternalUISemanticsGrammar.g:1288:7: lv_rightOperand_7_0= ruleXAssignment
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getRightOperandXAssignmentParserRuleCall_1_1_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.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"
// InternalUISemanticsGrammar.g:1311:1: entryRuleOpSingleAssign returns [String current=null] : iv_ruleOpSingleAssign= ruleOpSingleAssign EOF ;
public final String entryRuleOpSingleAssign() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpSingleAssign = null;
try {
// InternalUISemanticsGrammar.g:1311:54: (iv_ruleOpSingleAssign= ruleOpSingleAssign EOF )
// InternalUISemanticsGrammar.g:1312:2: iv_ruleOpSingleAssign= ruleOpSingleAssign EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpSingleAssignRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpSingleAssign=ruleOpSingleAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpSingleAssign.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpSingleAssign"
// $ANTLR start "ruleOpSingleAssign"
// InternalUISemanticsGrammar.g:1318:1: ruleOpSingleAssign returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '=' ;
public final AntlrDatatypeRuleToken ruleOpSingleAssign() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:1324:2: (kw= '=' )
// InternalUISemanticsGrammar.g:1325:2: kw= '='
{
kw=(Token)match(input,38,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:1333:1: entryRuleOpMultiAssign returns [String current=null] : iv_ruleOpMultiAssign= ruleOpMultiAssign EOF ;
public final String entryRuleOpMultiAssign() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpMultiAssign = null;
try {
// InternalUISemanticsGrammar.g:1333:53: (iv_ruleOpMultiAssign= ruleOpMultiAssign EOF )
// InternalUISemanticsGrammar.g:1334:2: iv_ruleOpMultiAssign= ruleOpMultiAssign EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpMultiAssignRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpMultiAssign=ruleOpMultiAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpMultiAssign.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpMultiAssign"
// $ANTLR start "ruleOpMultiAssign"
// InternalUISemanticsGrammar.g:1340: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 {
// InternalUISemanticsGrammar.g:1346:2: ( (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) )
// InternalUISemanticsGrammar.g:1347:2: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) )
{
// InternalUISemanticsGrammar.g:1347:2: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) )
int alt28=7;
switch ( input.LA(1) ) {
case 39:
{
alt28=1;
}
break;
case 40:
{
alt28=2;
}
break;
case 41:
{
alt28=3;
}
break;
case 42:
{
alt28=4;
}
break;
case 43:
{
alt28=5;
}
break;
case 44:
{
alt28=6;
}
break;
case 45:
{
alt28=7;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 28, 0, input);
throw nvae;
}
switch (alt28) {
case 1 :
// InternalUISemanticsGrammar.g:1348:3: kw= '+='
{
kw=(Token)match(input,39,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:1354:3: kw= '-='
{
kw=(Token)match(input,40,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1());
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:1360:3: kw= '*='
{
kw=(Token)match(input,41,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2());
}
}
break;
case 4 :
// InternalUISemanticsGrammar.g:1366:3: kw= '/='
{
kw=(Token)match(input,42,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3());
}
}
break;
case 5 :
// InternalUISemanticsGrammar.g:1372:3: kw= '%='
{
kw=(Token)match(input,43,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4());
}
}
break;
case 6 :
// InternalUISemanticsGrammar.g:1378:3: (kw= '<' kw= '<' kw= '=' )
{
// InternalUISemanticsGrammar.g:1378:3: (kw= '<' kw= '<' kw= '=' )
// InternalUISemanticsGrammar.g:1379:4: kw= '<' kw= '<' kw= '='
{
kw=(Token)match(input,44,FOLLOW_36); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0());
}
kw=(Token)match(input,44,FOLLOW_33); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1());
}
kw=(Token)match(input,38,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2());
}
}
}
break;
case 7 :
// InternalUISemanticsGrammar.g:1396:3: (kw= '>' (kw= '>' )? kw= '>=' )
{
// InternalUISemanticsGrammar.g:1396:3: (kw= '>' (kw= '>' )? kw= '>=' )
// InternalUISemanticsGrammar.g:1397:4: kw= '>' (kw= '>' )? kw= '>='
{
kw=(Token)match(input,45,FOLLOW_37); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0());
}
// InternalUISemanticsGrammar.g:1402:4: (kw= '>' )?
int alt27=2;
int LA27_0 = input.LA(1);
if ( (LA27_0==45) ) {
alt27=1;
}
switch (alt27) {
case 1 :
// InternalUISemanticsGrammar.g:1403:5: kw= '>'
{
kw=(Token)match(input,45,FOLLOW_38); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1());
}
}
break;
}
kw=(Token)match(input,46,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:1419:1: entryRuleXOrExpression returns [EObject current=null] : iv_ruleXOrExpression= ruleXOrExpression EOF ;
public final EObject entryRuleXOrExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXOrExpression = null;
try {
// InternalUISemanticsGrammar.g:1419:54: (iv_ruleXOrExpression= ruleXOrExpression EOF )
// InternalUISemanticsGrammar.g:1420:2: iv_ruleXOrExpression= ruleXOrExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXOrExpression=ruleXOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXOrExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXOrExpression"
// $ANTLR start "ruleXOrExpression"
// InternalUISemanticsGrammar.g:1426: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 {
// InternalUISemanticsGrammar.g:1432:2: ( (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) )
// InternalUISemanticsGrammar.g:1433:2: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* )
{
// InternalUISemanticsGrammar.g:1433:2: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* )
// InternalUISemanticsGrammar.g:1434:3: this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionAccess().getXAndExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_39);
this_XAndExpression_0=ruleXAndExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAndExpression_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:1442:3: ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )*
loop29:
do {
int alt29=2;
int LA29_0 = input.LA(1);
if ( (LA29_0==47) ) {
int LA29_2 = input.LA(2);
if ( (synpred2_InternalUISemanticsGrammar()) ) {
alt29=1;
}
}
switch (alt29) {
case 1 :
// InternalUISemanticsGrammar.g:1443:4: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) )
{
// InternalUISemanticsGrammar.g:1443:4: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) )
// InternalUISemanticsGrammar.g:1444:5: ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) )
{
// InternalUISemanticsGrammar.g:1454:5: ( () ( ( ruleOpOr ) ) )
// InternalUISemanticsGrammar.g:1455:6: () ( ( ruleOpOr ) )
{
// InternalUISemanticsGrammar.g:1455:6: ()
// InternalUISemanticsGrammar.g:1456:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:1462:6: ( ( ruleOpOr ) )
// InternalUISemanticsGrammar.g:1463:7: ( ruleOpOr )
{
// InternalUISemanticsGrammar.g:1463:7: ( ruleOpOr )
// InternalUISemanticsGrammar.g:1464:8: 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(FOLLOW_34);
ruleOpOr();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalUISemanticsGrammar.g:1480:4: ( (lv_rightOperand_3_0= ruleXAndExpression ) )
// InternalUISemanticsGrammar.g:1481:5: (lv_rightOperand_3_0= ruleXAndExpression )
{
// InternalUISemanticsGrammar.g:1481:5: (lv_rightOperand_3_0= ruleXAndExpression )
// InternalUISemanticsGrammar.g:1482:6: lv_rightOperand_3_0= ruleXAndExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_39);
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,
"org.eclipse.xtext.xbase.Xbase.XAndExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop29;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXOrExpression"
// $ANTLR start "entryRuleOpOr"
// InternalUISemanticsGrammar.g:1504:1: entryRuleOpOr returns [String current=null] : iv_ruleOpOr= ruleOpOr EOF ;
public final String entryRuleOpOr() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpOr = null;
try {
// InternalUISemanticsGrammar.g:1504:44: (iv_ruleOpOr= ruleOpOr EOF )
// InternalUISemanticsGrammar.g:1505:2: iv_ruleOpOr= ruleOpOr EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpOrRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpOr=ruleOpOr();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpOr.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpOr"
// $ANTLR start "ruleOpOr"
// InternalUISemanticsGrammar.g:1511:1: ruleOpOr returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '||' ;
public final AntlrDatatypeRuleToken ruleOpOr() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:1517:2: (kw= '||' )
// InternalUISemanticsGrammar.g:1518:2: kw= '||'
{
kw=(Token)match(input,47,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:1526:1: entryRuleXAndExpression returns [EObject current=null] : iv_ruleXAndExpression= ruleXAndExpression EOF ;
public final EObject entryRuleXAndExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAndExpression = null;
try {
// InternalUISemanticsGrammar.g:1526:55: (iv_ruleXAndExpression= ruleXAndExpression EOF )
// InternalUISemanticsGrammar.g:1527:2: iv_ruleXAndExpression= ruleXAndExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXAndExpression=ruleXAndExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXAndExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXAndExpression"
// $ANTLR start "ruleXAndExpression"
// InternalUISemanticsGrammar.g:1533: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 {
// InternalUISemanticsGrammar.g:1539:2: ( (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) )
// InternalUISemanticsGrammar.g:1540:2: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* )
{
// InternalUISemanticsGrammar.g:1540:2: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* )
// InternalUISemanticsGrammar.g:1541:3: this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionAccess().getXEqualityExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_40);
this_XEqualityExpression_0=ruleXEqualityExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XEqualityExpression_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:1549:3: ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )*
loop30:
do {
int alt30=2;
int LA30_0 = input.LA(1);
if ( (LA30_0==48) ) {
int LA30_2 = input.LA(2);
if ( (synpred3_InternalUISemanticsGrammar()) ) {
alt30=1;
}
}
switch (alt30) {
case 1 :
// InternalUISemanticsGrammar.g:1550:4: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) )
{
// InternalUISemanticsGrammar.g:1550:4: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) )
// InternalUISemanticsGrammar.g:1551:5: ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) )
{
// InternalUISemanticsGrammar.g:1561:5: ( () ( ( ruleOpAnd ) ) )
// InternalUISemanticsGrammar.g:1562:6: () ( ( ruleOpAnd ) )
{
// InternalUISemanticsGrammar.g:1562:6: ()
// InternalUISemanticsGrammar.g:1563:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:1569:6: ( ( ruleOpAnd ) )
// InternalUISemanticsGrammar.g:1570:7: ( ruleOpAnd )
{
// InternalUISemanticsGrammar.g:1570:7: ( ruleOpAnd )
// InternalUISemanticsGrammar.g:1571:8: 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(FOLLOW_34);
ruleOpAnd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalUISemanticsGrammar.g:1587:4: ( (lv_rightOperand_3_0= ruleXEqualityExpression ) )
// InternalUISemanticsGrammar.g:1588:5: (lv_rightOperand_3_0= ruleXEqualityExpression )
{
// InternalUISemanticsGrammar.g:1588:5: (lv_rightOperand_3_0= ruleXEqualityExpression )
// InternalUISemanticsGrammar.g:1589:6: lv_rightOperand_3_0= ruleXEqualityExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_40);
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,
"org.eclipse.xtext.xbase.Xbase.XEqualityExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop30;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAndExpression"
// $ANTLR start "entryRuleOpAnd"
// InternalUISemanticsGrammar.g:1611:1: entryRuleOpAnd returns [String current=null] : iv_ruleOpAnd= ruleOpAnd EOF ;
public final String entryRuleOpAnd() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpAnd = null;
try {
// InternalUISemanticsGrammar.g:1611:45: (iv_ruleOpAnd= ruleOpAnd EOF )
// InternalUISemanticsGrammar.g:1612:2: iv_ruleOpAnd= ruleOpAnd EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpAndRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpAnd=ruleOpAnd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpAnd.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpAnd"
// $ANTLR start "ruleOpAnd"
// InternalUISemanticsGrammar.g:1618:1: ruleOpAnd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '&&' ;
public final AntlrDatatypeRuleToken ruleOpAnd() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:1624:2: (kw= '&&' )
// InternalUISemanticsGrammar.g:1625:2: kw= '&&'
{
kw=(Token)match(input,48,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:1633:1: entryRuleXEqualityExpression returns [EObject current=null] : iv_ruleXEqualityExpression= ruleXEqualityExpression EOF ;
public final EObject entryRuleXEqualityExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXEqualityExpression = null;
try {
// InternalUISemanticsGrammar.g:1633:60: (iv_ruleXEqualityExpression= ruleXEqualityExpression EOF )
// InternalUISemanticsGrammar.g:1634:2: iv_ruleXEqualityExpression= ruleXEqualityExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXEqualityExpression=ruleXEqualityExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXEqualityExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXEqualityExpression"
// $ANTLR start "ruleXEqualityExpression"
// InternalUISemanticsGrammar.g:1640: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 {
// InternalUISemanticsGrammar.g:1646:2: ( (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) )
// InternalUISemanticsGrammar.g:1647:2: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* )
{
// InternalUISemanticsGrammar.g:1647:2: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* )
// InternalUISemanticsGrammar.g:1648:3: this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getXRelationalExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_41);
this_XRelationalExpression_0=ruleXRelationalExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XRelationalExpression_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:1656:3: ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )*
loop31:
do {
int alt31=2;
switch ( input.LA(1) ) {
case 49:
{
int LA31_2 = input.LA(2);
if ( (synpred4_InternalUISemanticsGrammar()) ) {
alt31=1;
}
}
break;
case 50:
{
int LA31_3 = input.LA(2);
if ( (synpred4_InternalUISemanticsGrammar()) ) {
alt31=1;
}
}
break;
case 51:
{
int LA31_4 = input.LA(2);
if ( (synpred4_InternalUISemanticsGrammar()) ) {
alt31=1;
}
}
break;
case 52:
{
int LA31_5 = input.LA(2);
if ( (synpred4_InternalUISemanticsGrammar()) ) {
alt31=1;
}
}
break;
}
switch (alt31) {
case 1 :
// InternalUISemanticsGrammar.g:1657:4: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) )
{
// InternalUISemanticsGrammar.g:1657:4: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) )
// InternalUISemanticsGrammar.g:1658:5: ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) )
{
// InternalUISemanticsGrammar.g:1668:5: ( () ( ( ruleOpEquality ) ) )
// InternalUISemanticsGrammar.g:1669:6: () ( ( ruleOpEquality ) )
{
// InternalUISemanticsGrammar.g:1669:6: ()
// InternalUISemanticsGrammar.g:1670:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:1676:6: ( ( ruleOpEquality ) )
// InternalUISemanticsGrammar.g:1677:7: ( ruleOpEquality )
{
// InternalUISemanticsGrammar.g:1677:7: ( ruleOpEquality )
// InternalUISemanticsGrammar.g:1678:8: 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(FOLLOW_34);
ruleOpEquality();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalUISemanticsGrammar.g:1694:4: ( (lv_rightOperand_3_0= ruleXRelationalExpression ) )
// InternalUISemanticsGrammar.g:1695:5: (lv_rightOperand_3_0= ruleXRelationalExpression )
{
// InternalUISemanticsGrammar.g:1695:5: (lv_rightOperand_3_0= ruleXRelationalExpression )
// InternalUISemanticsGrammar.g:1696:6: lv_rightOperand_3_0= ruleXRelationalExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_41);
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,
"org.eclipse.xtext.xbase.Xbase.XRelationalExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop31;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXEqualityExpression"
// $ANTLR start "entryRuleOpEquality"
// InternalUISemanticsGrammar.g:1718:1: entryRuleOpEquality returns [String current=null] : iv_ruleOpEquality= ruleOpEquality EOF ;
public final String entryRuleOpEquality() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpEquality = null;
try {
// InternalUISemanticsGrammar.g:1718:50: (iv_ruleOpEquality= ruleOpEquality EOF )
// InternalUISemanticsGrammar.g:1719:2: iv_ruleOpEquality= ruleOpEquality EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpEqualityRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpEquality=ruleOpEquality();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpEquality.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpEquality"
// $ANTLR start "ruleOpEquality"
// InternalUISemanticsGrammar.g:1725: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 {
// InternalUISemanticsGrammar.g:1731:2: ( (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) )
// InternalUISemanticsGrammar.g:1732:2: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' )
{
// InternalUISemanticsGrammar.g:1732:2: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' )
int alt32=4;
switch ( input.LA(1) ) {
case 49:
{
alt32=1;
}
break;
case 50:
{
alt32=2;
}
break;
case 51:
{
alt32=3;
}
break;
case 52:
{
alt32=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 32, 0, input);
throw nvae;
}
switch (alt32) {
case 1 :
// InternalUISemanticsGrammar.g:1733:3: kw= '=='
{
kw=(Token)match(input,49,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:1739:3: kw= '!='
{
kw=(Token)match(input,50,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1());
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:1745:3: kw= '==='
{
kw=(Token)match(input,51,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2());
}
}
break;
case 4 :
// InternalUISemanticsGrammar.g:1751:3: kw= '!=='
{
kw=(Token)match(input,52,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:1760:1: entryRuleXRelationalExpression returns [EObject current=null] : iv_ruleXRelationalExpression= ruleXRelationalExpression EOF ;
public final EObject entryRuleXRelationalExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXRelationalExpression = null;
try {
// InternalUISemanticsGrammar.g:1760:62: (iv_ruleXRelationalExpression= ruleXRelationalExpression EOF )
// InternalUISemanticsGrammar.g:1761:2: iv_ruleXRelationalExpression= ruleXRelationalExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXRelationalExpression=ruleXRelationalExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXRelationalExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXRelationalExpression"
// $ANTLR start "ruleXRelationalExpression"
// InternalUISemanticsGrammar.g:1767: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 {
// InternalUISemanticsGrammar.g:1773:2: ( (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* ) )
// InternalUISemanticsGrammar.g:1774:2: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* )
{
// InternalUISemanticsGrammar.g:1774:2: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* )
// InternalUISemanticsGrammar.g:1775:3: 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(FOLLOW_42);
this_XOtherOperatorExpression_0=ruleXOtherOperatorExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XOtherOperatorExpression_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:1783:3: ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )*
loop33:
do {
int alt33=3;
switch ( input.LA(1) ) {
case 44:
{
int LA33_2 = input.LA(2);
if ( (synpred6_InternalUISemanticsGrammar()) ) {
alt33=2;
}
}
break;
case 45:
{
int LA33_3 = input.LA(2);
if ( (synpred6_InternalUISemanticsGrammar()) ) {
alt33=2;
}
}
break;
case 53:
{
int LA33_4 = input.LA(2);
if ( (synpred5_InternalUISemanticsGrammar()) ) {
alt33=1;
}
}
break;
case 46:
{
int LA33_5 = input.LA(2);
if ( (synpred6_InternalUISemanticsGrammar()) ) {
alt33=2;
}
}
break;
}
switch (alt33) {
case 1 :
// InternalUISemanticsGrammar.g:1784:4: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )
{
// InternalUISemanticsGrammar.g:1784:4: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )
// InternalUISemanticsGrammar.g:1785:5: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) )
{
// InternalUISemanticsGrammar.g:1785:5: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) )
// InternalUISemanticsGrammar.g:1786:6: ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' )
{
// InternalUISemanticsGrammar.g:1792:6: ( () otherlv_2= 'instanceof' )
// InternalUISemanticsGrammar.g:1793:7: () otherlv_2= 'instanceof'
{
// InternalUISemanticsGrammar.g:1793:7: ()
// InternalUISemanticsGrammar.g:1794:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_0_0_0_0(),
current);
}
}
otherlv_2=(Token)match(input,53,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_0_0_0_1());
}
}
}
// InternalUISemanticsGrammar.g:1806:5: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:1807:6: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:1807:6: (lv_type_3_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:1808:7: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_1_0());
}
pushFollow(FOLLOW_42);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:1827:4: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) )
{
// InternalUISemanticsGrammar.g:1827:4: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) )
// InternalUISemanticsGrammar.g:1828:5: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) )
{
// InternalUISemanticsGrammar.g:1828:5: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) )
// InternalUISemanticsGrammar.g:1829:6: ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) )
{
// InternalUISemanticsGrammar.g:1839:6: ( () ( ( ruleOpCompare ) ) )
// InternalUISemanticsGrammar.g:1840:7: () ( ( ruleOpCompare ) )
{
// InternalUISemanticsGrammar.g:1840:7: ()
// InternalUISemanticsGrammar.g:1841:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:1847:7: ( ( ruleOpCompare ) )
// InternalUISemanticsGrammar.g:1848:8: ( ruleOpCompare )
{
// InternalUISemanticsGrammar.g:1848:8: ( ruleOpCompare )
// InternalUISemanticsGrammar.g:1849:9: 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(FOLLOW_34);
ruleOpCompare();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalUISemanticsGrammar.g:1865:5: ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) )
// InternalUISemanticsGrammar.g:1866:6: (lv_rightOperand_6_0= ruleXOtherOperatorExpression )
{
// InternalUISemanticsGrammar.g:1866:6: (lv_rightOperand_6_0= ruleXOtherOperatorExpression )
// InternalUISemanticsGrammar.g:1867:7: lv_rightOperand_6_0= ruleXOtherOperatorExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0());
}
pushFollow(FOLLOW_42);
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,
"org.eclipse.xtext.xbase.Xbase.XOtherOperatorExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
default :
break loop33;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXRelationalExpression"
// $ANTLR start "entryRuleOpCompare"
// InternalUISemanticsGrammar.g:1890:1: entryRuleOpCompare returns [String current=null] : iv_ruleOpCompare= ruleOpCompare EOF ;
public final String entryRuleOpCompare() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpCompare = null;
try {
// InternalUISemanticsGrammar.g:1890:49: (iv_ruleOpCompare= ruleOpCompare EOF )
// InternalUISemanticsGrammar.g:1891:2: iv_ruleOpCompare= ruleOpCompare EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpCompareRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpCompare=ruleOpCompare();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpCompare.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpCompare"
// $ANTLR start "ruleOpCompare"
// InternalUISemanticsGrammar.g:1897: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 {
// InternalUISemanticsGrammar.g:1903:2: ( (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) )
// InternalUISemanticsGrammar.g:1904:2: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' )
{
// InternalUISemanticsGrammar.g:1904:2: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' )
int alt34=4;
switch ( input.LA(1) ) {
case 46:
{
alt34=1;
}
break;
case 44:
{
int LA34_2 = input.LA(2);
if ( (LA34_2==EOF||(LA34_2>=RULE_STRING && LA34_2<=RULE_DECIMAL)||LA34_2==14||(LA34_2>=19 && LA34_2<=21)||LA34_2==33||LA34_2==44||(LA34_2>=60 && LA34_2<=61)||LA34_2==65||LA34_2==72||(LA34_2>=74 && LA34_2<=75)||LA34_2==78||LA34_2==80||(LA34_2>=83 && LA34_2<=85)||(LA34_2>=88 && LA34_2<=96)||LA34_2==98) ) {
alt34=4;
}
else if ( (LA34_2==38) ) {
alt34=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 34, 2, input);
throw nvae;
}
}
break;
case 45:
{
alt34=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 34, 0, input);
throw nvae;
}
switch (alt34) {
case 1 :
// InternalUISemanticsGrammar.g:1905:3: kw= '>='
{
kw=(Token)match(input,46,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:1911:3: (kw= '<' kw= '=' )
{
// InternalUISemanticsGrammar.g:1911:3: (kw= '<' kw= '=' )
// InternalUISemanticsGrammar.g:1912:4: kw= '<' kw= '='
{
kw=(Token)match(input,44,FOLLOW_33); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0());
}
kw=(Token)match(input,38,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1());
}
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:1924:3: kw= '>'
{
kw=(Token)match(input,45,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2());
}
}
break;
case 4 :
// InternalUISemanticsGrammar.g:1930:3: kw= '<'
{
kw=(Token)match(input,44,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:1939:1: entryRuleXOtherOperatorExpression returns [EObject current=null] : iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF ;
public final EObject entryRuleXOtherOperatorExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXOtherOperatorExpression = null;
try {
// InternalUISemanticsGrammar.g:1939:65: (iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF )
// InternalUISemanticsGrammar.g:1940:2: iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXOtherOperatorExpression=ruleXOtherOperatorExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXOtherOperatorExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXOtherOperatorExpression"
// $ANTLR start "ruleXOtherOperatorExpression"
// InternalUISemanticsGrammar.g:1946: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 {
// InternalUISemanticsGrammar.g:1952:2: ( (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) )
// InternalUISemanticsGrammar.g:1953:2: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* )
{
// InternalUISemanticsGrammar.g:1953:2: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* )
// InternalUISemanticsGrammar.g:1954:3: this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getXAdditiveExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_43);
this_XAdditiveExpression_0=ruleXAdditiveExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAdditiveExpression_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:1962:3: ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )*
loop35:
do {
int alt35=2;
alt35 = dfa35.predict(input);
switch (alt35) {
case 1 :
// InternalUISemanticsGrammar.g:1963:4: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) )
{
// InternalUISemanticsGrammar.g:1963:4: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) )
// InternalUISemanticsGrammar.g:1964:5: ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) )
{
// InternalUISemanticsGrammar.g:1974:5: ( () ( ( ruleOpOther ) ) )
// InternalUISemanticsGrammar.g:1975:6: () ( ( ruleOpOther ) )
{
// InternalUISemanticsGrammar.g:1975:6: ()
// InternalUISemanticsGrammar.g:1976:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:1982:6: ( ( ruleOpOther ) )
// InternalUISemanticsGrammar.g:1983:7: ( ruleOpOther )
{
// InternalUISemanticsGrammar.g:1983:7: ( ruleOpOther )
// InternalUISemanticsGrammar.g:1984:8: 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(FOLLOW_34);
ruleOpOther();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalUISemanticsGrammar.g:2000:4: ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) )
// InternalUISemanticsGrammar.g:2001:5: (lv_rightOperand_3_0= ruleXAdditiveExpression )
{
// InternalUISemanticsGrammar.g:2001:5: (lv_rightOperand_3_0= ruleXAdditiveExpression )
// InternalUISemanticsGrammar.g:2002:6: lv_rightOperand_3_0= ruleXAdditiveExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_43);
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,
"org.eclipse.xtext.xbase.Xbase.XAdditiveExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop35;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXOtherOperatorExpression"
// $ANTLR start "entryRuleOpOther"
// InternalUISemanticsGrammar.g:2024:1: entryRuleOpOther returns [String current=null] : iv_ruleOpOther= ruleOpOther EOF ;
public final String entryRuleOpOther() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpOther = null;
try {
// InternalUISemanticsGrammar.g:2024:47: (iv_ruleOpOther= ruleOpOther EOF )
// InternalUISemanticsGrammar.g:2025:2: iv_ruleOpOther= ruleOpOther EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpOtherRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpOther=ruleOpOther();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpOther.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpOther"
// $ANTLR start "ruleOpOther"
// InternalUISemanticsGrammar.g:2031: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 {
// InternalUISemanticsGrammar.g:2037:2: ( (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) )
// InternalUISemanticsGrammar.g:2038:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )
{
// InternalUISemanticsGrammar.g:2038:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )
int alt38=9;
alt38 = dfa38.predict(input);
switch (alt38) {
case 1 :
// InternalUISemanticsGrammar.g:2039:3: kw= '->'
{
kw=(Token)match(input,54,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2045:3: kw= '..<'
{
kw=(Token)match(input,55,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1());
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:2051:3: (kw= '>' kw= '..' )
{
// InternalUISemanticsGrammar.g:2051:3: (kw= '>' kw= '..' )
// InternalUISemanticsGrammar.g:2052:4: kw= '>' kw= '..'
{
kw=(Token)match(input,45,FOLLOW_44); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0());
}
kw=(Token)match(input,56,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1());
}
}
}
break;
case 4 :
// InternalUISemanticsGrammar.g:2064:3: kw= '..'
{
kw=(Token)match(input,56,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3());
}
}
break;
case 5 :
// InternalUISemanticsGrammar.g:2070:3: kw= '=>'
{
kw=(Token)match(input,57,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4());
}
}
break;
case 6 :
// InternalUISemanticsGrammar.g:2076:3: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) )
{
// InternalUISemanticsGrammar.g:2076:3: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) )
// InternalUISemanticsGrammar.g:2077:4: kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' )
{
kw=(Token)match(input,45,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0());
}
// InternalUISemanticsGrammar.g:2082:4: ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' )
int alt36=2;
int LA36_0 = input.LA(1);
if ( (LA36_0==45) ) {
int LA36_1 = input.LA(2);
if ( (LA36_1==EOF||(LA36_1>=RULE_STRING && LA36_1<=RULE_DECIMAL)||LA36_1==14||(LA36_1>=19 && LA36_1<=21)||LA36_1==33||LA36_1==44||(LA36_1>=60 && LA36_1<=61)||LA36_1==65||LA36_1==72||(LA36_1>=74 && LA36_1<=75)||LA36_1==78||LA36_1==80||(LA36_1>=83 && LA36_1<=85)||(LA36_1>=88 && LA36_1<=96)||LA36_1==98) ) {
alt36=2;
}
else if ( (LA36_1==45) && (synpred8_InternalUISemanticsGrammar())) {
alt36=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 36, 1, input);
throw nvae;
}
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 36, 0, input);
throw nvae;
}
switch (alt36) {
case 1 :
// InternalUISemanticsGrammar.g:2083:5: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) )
{
// InternalUISemanticsGrammar.g:2083:5: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) )
// InternalUISemanticsGrammar.g:2084:6: ( ( '>' '>' ) )=> (kw= '>' kw= '>' )
{
// InternalUISemanticsGrammar.g:2089:6: (kw= '>' kw= '>' )
// InternalUISemanticsGrammar.g:2090:7: kw= '>' kw= '>'
{
kw=(Token)match(input,45,FOLLOW_45); 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,45,FOLLOW_2); 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 :
// InternalUISemanticsGrammar.g:2103:5: kw= '>'
{
kw=(Token)match(input,45,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_1());
}
}
break;
}
}
}
break;
case 7 :
// InternalUISemanticsGrammar.g:2111:3: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) )
{
// InternalUISemanticsGrammar.g:2111:3: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) )
// InternalUISemanticsGrammar.g:2112:4: kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' )
{
kw=(Token)match(input,44,FOLLOW_46); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0());
}
// InternalUISemanticsGrammar.g:2117:4: ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' )
int alt37=3;
int LA37_0 = input.LA(1);
if ( (LA37_0==44) ) {
int LA37_1 = input.LA(2);
if ( (synpred9_InternalUISemanticsGrammar()) ) {
alt37=1;
}
else if ( (true) ) {
alt37=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 1, input);
throw nvae;
}
}
else if ( (LA37_0==57) ) {
alt37=3;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 0, input);
throw nvae;
}
switch (alt37) {
case 1 :
// InternalUISemanticsGrammar.g:2118:5: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) )
{
// InternalUISemanticsGrammar.g:2118:5: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) )
// InternalUISemanticsGrammar.g:2119:6: ( ( '<' '<' ) )=> (kw= '<' kw= '<' )
{
// InternalUISemanticsGrammar.g:2124:6: (kw= '<' kw= '<' )
// InternalUISemanticsGrammar.g:2125:7: kw= '<' kw= '<'
{
kw=(Token)match(input,44,FOLLOW_36); 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,44,FOLLOW_2); 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 :
// InternalUISemanticsGrammar.g:2138:5: kw= '<'
{
kw=(Token)match(input,44,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_1());
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:2144:5: kw= '=>'
{
kw=(Token)match(input,57,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_6_1_2());
}
}
break;
}
}
}
break;
case 8 :
// InternalUISemanticsGrammar.g:2152:3: kw= '<>'
{
kw=(Token)match(input,58,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7());
}
}
break;
case 9 :
// InternalUISemanticsGrammar.g:2158:3: kw= '?:'
{
kw=(Token)match(input,59,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:2167:1: entryRuleXAdditiveExpression returns [EObject current=null] : iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF ;
public final EObject entryRuleXAdditiveExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAdditiveExpression = null;
try {
// InternalUISemanticsGrammar.g:2167:60: (iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF )
// InternalUISemanticsGrammar.g:2168:2: iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXAdditiveExpression=ruleXAdditiveExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXAdditiveExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXAdditiveExpression"
// $ANTLR start "ruleXAdditiveExpression"
// InternalUISemanticsGrammar.g:2174: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 {
// InternalUISemanticsGrammar.g:2180:2: ( (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) )
// InternalUISemanticsGrammar.g:2181:2: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* )
{
// InternalUISemanticsGrammar.g:2181:2: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* )
// InternalUISemanticsGrammar.g:2182:3: this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getXMultiplicativeExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_47);
this_XMultiplicativeExpression_0=ruleXMultiplicativeExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XMultiplicativeExpression_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:2190:3: ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )*
loop39:
do {
int alt39=2;
int LA39_0 = input.LA(1);
if ( (LA39_0==60) ) {
int LA39_2 = input.LA(2);
if ( (synpred10_InternalUISemanticsGrammar()) ) {
alt39=1;
}
}
else if ( (LA39_0==61) ) {
int LA39_3 = input.LA(2);
if ( (synpred10_InternalUISemanticsGrammar()) ) {
alt39=1;
}
}
switch (alt39) {
case 1 :
// InternalUISemanticsGrammar.g:2191:4: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) )
{
// InternalUISemanticsGrammar.g:2191:4: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) )
// InternalUISemanticsGrammar.g:2192:5: ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) )
{
// InternalUISemanticsGrammar.g:2202:5: ( () ( ( ruleOpAdd ) ) )
// InternalUISemanticsGrammar.g:2203:6: () ( ( ruleOpAdd ) )
{
// InternalUISemanticsGrammar.g:2203:6: ()
// InternalUISemanticsGrammar.g:2204:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:2210:6: ( ( ruleOpAdd ) )
// InternalUISemanticsGrammar.g:2211:7: ( ruleOpAdd )
{
// InternalUISemanticsGrammar.g:2211:7: ( ruleOpAdd )
// InternalUISemanticsGrammar.g:2212:8: 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(FOLLOW_34);
ruleOpAdd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalUISemanticsGrammar.g:2228:4: ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) )
// InternalUISemanticsGrammar.g:2229:5: (lv_rightOperand_3_0= ruleXMultiplicativeExpression )
{
// InternalUISemanticsGrammar.g:2229:5: (lv_rightOperand_3_0= ruleXMultiplicativeExpression )
// InternalUISemanticsGrammar.g:2230:6: lv_rightOperand_3_0= ruleXMultiplicativeExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_47);
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,
"org.eclipse.xtext.xbase.Xbase.XMultiplicativeExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop39;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAdditiveExpression"
// $ANTLR start "entryRuleOpAdd"
// InternalUISemanticsGrammar.g:2252:1: entryRuleOpAdd returns [String current=null] : iv_ruleOpAdd= ruleOpAdd EOF ;
public final String entryRuleOpAdd() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpAdd = null;
try {
// InternalUISemanticsGrammar.g:2252:45: (iv_ruleOpAdd= ruleOpAdd EOF )
// InternalUISemanticsGrammar.g:2253:2: iv_ruleOpAdd= ruleOpAdd EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpAddRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpAdd=ruleOpAdd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpAdd.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpAdd"
// $ANTLR start "ruleOpAdd"
// InternalUISemanticsGrammar.g:2259:1: ruleOpAdd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '+' | kw= '-' ) ;
public final AntlrDatatypeRuleToken ruleOpAdd() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:2265:2: ( (kw= '+' | kw= '-' ) )
// InternalUISemanticsGrammar.g:2266:2: (kw= '+' | kw= '-' )
{
// InternalUISemanticsGrammar.g:2266:2: (kw= '+' | kw= '-' )
int alt40=2;
int LA40_0 = input.LA(1);
if ( (LA40_0==60) ) {
alt40=1;
}
else if ( (LA40_0==61) ) {
alt40=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 40, 0, input);
throw nvae;
}
switch (alt40) {
case 1 :
// InternalUISemanticsGrammar.g:2267:3: kw= '+'
{
kw=(Token)match(input,60,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpAddAccess().getPlusSignKeyword_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2273:3: kw= '-'
{
kw=(Token)match(input,61,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:2282:1: entryRuleXMultiplicativeExpression returns [EObject current=null] : iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF ;
public final EObject entryRuleXMultiplicativeExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXMultiplicativeExpression = null;
try {
// InternalUISemanticsGrammar.g:2282:66: (iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF )
// InternalUISemanticsGrammar.g:2283:2: iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXMultiplicativeExpression=ruleXMultiplicativeExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXMultiplicativeExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXMultiplicativeExpression"
// $ANTLR start "ruleXMultiplicativeExpression"
// InternalUISemanticsGrammar.g:2289: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 {
// InternalUISemanticsGrammar.g:2295:2: ( (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) )
// InternalUISemanticsGrammar.g:2296:2: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* )
{
// InternalUISemanticsGrammar.g:2296:2: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* )
// InternalUISemanticsGrammar.g:2297:3: this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getXUnaryOperationParserRuleCall_0());
}
pushFollow(FOLLOW_48);
this_XUnaryOperation_0=ruleXUnaryOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XUnaryOperation_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:2305:3: ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )*
loop41:
do {
int alt41=2;
switch ( input.LA(1) ) {
case 22:
{
int LA41_2 = input.LA(2);
if ( (synpred11_InternalUISemanticsGrammar()) ) {
alt41=1;
}
}
break;
case 62:
{
int LA41_3 = input.LA(2);
if ( (synpred11_InternalUISemanticsGrammar()) ) {
alt41=1;
}
}
break;
case 63:
{
int LA41_4 = input.LA(2);
if ( (synpred11_InternalUISemanticsGrammar()) ) {
alt41=1;
}
}
break;
case 64:
{
int LA41_5 = input.LA(2);
if ( (synpred11_InternalUISemanticsGrammar()) ) {
alt41=1;
}
}
break;
}
switch (alt41) {
case 1 :
// InternalUISemanticsGrammar.g:2306:4: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) )
{
// InternalUISemanticsGrammar.g:2306:4: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) )
// InternalUISemanticsGrammar.g:2307:5: ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) )
{
// InternalUISemanticsGrammar.g:2317:5: ( () ( ( ruleOpMulti ) ) )
// InternalUISemanticsGrammar.g:2318:6: () ( ( ruleOpMulti ) )
{
// InternalUISemanticsGrammar.g:2318:6: ()
// InternalUISemanticsGrammar.g:2319:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:2325:6: ( ( ruleOpMulti ) )
// InternalUISemanticsGrammar.g:2326:7: ( ruleOpMulti )
{
// InternalUISemanticsGrammar.g:2326:7: ( ruleOpMulti )
// InternalUISemanticsGrammar.g:2327:8: 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(FOLLOW_34);
ruleOpMulti();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalUISemanticsGrammar.g:2343:4: ( (lv_rightOperand_3_0= ruleXUnaryOperation ) )
// InternalUISemanticsGrammar.g:2344:5: (lv_rightOperand_3_0= ruleXUnaryOperation )
{
// InternalUISemanticsGrammar.g:2344:5: (lv_rightOperand_3_0= ruleXUnaryOperation )
// InternalUISemanticsGrammar.g:2345:6: lv_rightOperand_3_0= ruleXUnaryOperation
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_48);
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,
"org.eclipse.xtext.xbase.Xbase.XUnaryOperation");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop41;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXMultiplicativeExpression"
// $ANTLR start "entryRuleOpMulti"
// InternalUISemanticsGrammar.g:2367:1: entryRuleOpMulti returns [String current=null] : iv_ruleOpMulti= ruleOpMulti EOF ;
public final String entryRuleOpMulti() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpMulti = null;
try {
// InternalUISemanticsGrammar.g:2367:47: (iv_ruleOpMulti= ruleOpMulti EOF )
// InternalUISemanticsGrammar.g:2368:2: iv_ruleOpMulti= ruleOpMulti EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpMultiRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpMulti=ruleOpMulti();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpMulti.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpMulti"
// $ANTLR start "ruleOpMulti"
// InternalUISemanticsGrammar.g:2374: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 {
// InternalUISemanticsGrammar.g:2380:2: ( (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) )
// InternalUISemanticsGrammar.g:2381:2: (kw= '*' | kw= '**' | kw= '/' | kw= '%' )
{
// InternalUISemanticsGrammar.g:2381:2: (kw= '*' | kw= '**' | kw= '/' | kw= '%' )
int alt42=4;
switch ( input.LA(1) ) {
case 22:
{
alt42=1;
}
break;
case 62:
{
alt42=2;
}
break;
case 63:
{
alt42=3;
}
break;
case 64:
{
alt42=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 42, 0, input);
throw nvae;
}
switch (alt42) {
case 1 :
// InternalUISemanticsGrammar.g:2382:3: kw= '*'
{
kw=(Token)match(input,22,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskKeyword_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2388:3: kw= '**'
{
kw=(Token)match(input,62,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1());
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:2394:3: kw= '/'
{
kw=(Token)match(input,63,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getSolidusKeyword_2());
}
}
break;
case 4 :
// InternalUISemanticsGrammar.g:2400:3: kw= '%'
{
kw=(Token)match(input,64,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:2409:1: entryRuleXUnaryOperation returns [EObject current=null] : iv_ruleXUnaryOperation= ruleXUnaryOperation EOF ;
public final EObject entryRuleXUnaryOperation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXUnaryOperation = null;
try {
// InternalUISemanticsGrammar.g:2409:56: (iv_ruleXUnaryOperation= ruleXUnaryOperation EOF )
// InternalUISemanticsGrammar.g:2410:2: iv_ruleXUnaryOperation= ruleXUnaryOperation EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXUnaryOperationRule());
}
pushFollow(FOLLOW_1);
iv_ruleXUnaryOperation=ruleXUnaryOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXUnaryOperation;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXUnaryOperation"
// $ANTLR start "ruleXUnaryOperation"
// InternalUISemanticsGrammar.g:2416: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 {
// InternalUISemanticsGrammar.g:2422:2: ( ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) )
// InternalUISemanticsGrammar.g:2423:2: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression )
{
// InternalUISemanticsGrammar.g:2423:2: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression )
int alt43=2;
int LA43_0 = input.LA(1);
if ( ((LA43_0>=60 && LA43_0<=61)||LA43_0==65) ) {
alt43=1;
}
else if ( ((LA43_0>=RULE_STRING && LA43_0<=RULE_DECIMAL)||LA43_0==14||(LA43_0>=19 && LA43_0<=21)||LA43_0==33||LA43_0==44||LA43_0==72||(LA43_0>=74 && LA43_0<=75)||LA43_0==78||LA43_0==80||(LA43_0>=83 && LA43_0<=85)||(LA43_0>=88 && LA43_0<=96)||LA43_0==98) ) {
alt43=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 43, 0, input);
throw nvae;
}
switch (alt43) {
case 1 :
// InternalUISemanticsGrammar.g:2424:3: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) )
{
// InternalUISemanticsGrammar.g:2424:3: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) )
// InternalUISemanticsGrammar.g:2425:4: () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) )
{
// InternalUISemanticsGrammar.g:2425:4: ()
// InternalUISemanticsGrammar.g:2426:5:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:2432:4: ( ( ruleOpUnary ) )
// InternalUISemanticsGrammar.g:2433:5: ( ruleOpUnary )
{
// InternalUISemanticsGrammar.g:2433:5: ( ruleOpUnary )
// InternalUISemanticsGrammar.g:2434:6: ruleOpUnary
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXUnaryOperationRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpUnary();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:2448:4: ( (lv_operand_2_0= ruleXUnaryOperation ) )
// InternalUISemanticsGrammar.g:2449:5: (lv_operand_2_0= ruleXUnaryOperation )
{
// InternalUISemanticsGrammar.g:2449:5: (lv_operand_2_0= ruleXUnaryOperation )
// InternalUISemanticsGrammar.g:2450:6: lv_operand_2_0= ruleXUnaryOperation
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXUnaryOperationAccess().getOperandXUnaryOperationParserRuleCall_0_2_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XUnaryOperation");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2469:3: this_XCastedExpression_3= ruleXCastedExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXUnaryOperationAccess().getXCastedExpressionParserRuleCall_1());
}
pushFollow(FOLLOW_2);
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"
// InternalUISemanticsGrammar.g:2481:1: entryRuleOpUnary returns [String current=null] : iv_ruleOpUnary= ruleOpUnary EOF ;
public final String entryRuleOpUnary() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpUnary = null;
try {
// InternalUISemanticsGrammar.g:2481:47: (iv_ruleOpUnary= ruleOpUnary EOF )
// InternalUISemanticsGrammar.g:2482:2: iv_ruleOpUnary= ruleOpUnary EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpUnaryRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpUnary=ruleOpUnary();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpUnary.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpUnary"
// $ANTLR start "ruleOpUnary"
// InternalUISemanticsGrammar.g:2488: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 {
// InternalUISemanticsGrammar.g:2494:2: ( (kw= '!' | kw= '-' | kw= '+' ) )
// InternalUISemanticsGrammar.g:2495:2: (kw= '!' | kw= '-' | kw= '+' )
{
// InternalUISemanticsGrammar.g:2495:2: (kw= '!' | kw= '-' | kw= '+' )
int alt44=3;
switch ( input.LA(1) ) {
case 65:
{
alt44=1;
}
break;
case 61:
{
alt44=2;
}
break;
case 60:
{
alt44=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 44, 0, input);
throw nvae;
}
switch (alt44) {
case 1 :
// InternalUISemanticsGrammar.g:2496:3: kw= '!'
{
kw=(Token)match(input,65,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2502:3: kw= '-'
{
kw=(Token)match(input,61,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1());
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:2508:3: kw= '+'
{
kw=(Token)match(input,60,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:2517:1: entryRuleXCastedExpression returns [EObject current=null] : iv_ruleXCastedExpression= ruleXCastedExpression EOF ;
public final EObject entryRuleXCastedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCastedExpression = null;
try {
// InternalUISemanticsGrammar.g:2517:58: (iv_ruleXCastedExpression= ruleXCastedExpression EOF )
// InternalUISemanticsGrammar.g:2518:2: iv_ruleXCastedExpression= ruleXCastedExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCastedExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXCastedExpression=ruleXCastedExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXCastedExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXCastedExpression"
// $ANTLR start "ruleXCastedExpression"
// InternalUISemanticsGrammar.g:2524: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 {
// InternalUISemanticsGrammar.g:2530:2: ( (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) )
// InternalUISemanticsGrammar.g:2531:2: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* )
{
// InternalUISemanticsGrammar.g:2531:2: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* )
// InternalUISemanticsGrammar.g:2532:3: this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCastedExpressionAccess().getXPostfixOperationParserRuleCall_0());
}
pushFollow(FOLLOW_49);
this_XPostfixOperation_0=ruleXPostfixOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XPostfixOperation_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:2540:3: ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )*
loop45:
do {
int alt45=2;
int LA45_0 = input.LA(1);
if ( (LA45_0==25) ) {
int LA45_2 = input.LA(2);
if ( (synpred12_InternalUISemanticsGrammar()) ) {
alt45=1;
}
}
switch (alt45) {
case 1 :
// InternalUISemanticsGrammar.g:2541:4: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) )
{
// InternalUISemanticsGrammar.g:2541:4: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) )
// InternalUISemanticsGrammar.g:2542:5: ( ( () 'as' ) )=> ( () otherlv_2= 'as' )
{
// InternalUISemanticsGrammar.g:2548:5: ( () otherlv_2= 'as' )
// InternalUISemanticsGrammar.g:2549:6: () otherlv_2= 'as'
{
// InternalUISemanticsGrammar.g:2549:6: ()
// InternalUISemanticsGrammar.g:2550:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0(),
current);
}
}
otherlv_2=(Token)match(input,25,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1());
}
}
}
// InternalUISemanticsGrammar.g:2562:4: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:2563:5: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:2563:5: (lv_type_3_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:2564:6: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_49);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop45;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXCastedExpression"
// $ANTLR start "entryRuleXPostfixOperation"
// InternalUISemanticsGrammar.g:2586:1: entryRuleXPostfixOperation returns [EObject current=null] : iv_ruleXPostfixOperation= ruleXPostfixOperation EOF ;
public final EObject entryRuleXPostfixOperation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXPostfixOperation = null;
try {
// InternalUISemanticsGrammar.g:2586:58: (iv_ruleXPostfixOperation= ruleXPostfixOperation EOF )
// InternalUISemanticsGrammar.g:2587:2: iv_ruleXPostfixOperation= ruleXPostfixOperation EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPostfixOperationRule());
}
pushFollow(FOLLOW_1);
iv_ruleXPostfixOperation=ruleXPostfixOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXPostfixOperation;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXPostfixOperation"
// $ANTLR start "ruleXPostfixOperation"
// InternalUISemanticsGrammar.g:2593: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 {
// InternalUISemanticsGrammar.g:2599:2: ( (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) )
// InternalUISemanticsGrammar.g:2600:2: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? )
{
// InternalUISemanticsGrammar.g:2600:2: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? )
// InternalUISemanticsGrammar.g:2601:3: this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0());
}
pushFollow(FOLLOW_50);
this_XMemberFeatureCall_0=ruleXMemberFeatureCall();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XMemberFeatureCall_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:2609:3: ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )?
int alt46=2;
int LA46_0 = input.LA(1);
if ( (LA46_0==66) ) {
int LA46_1 = input.LA(2);
if ( (synpred13_InternalUISemanticsGrammar()) ) {
alt46=1;
}
}
else if ( (LA46_0==67) ) {
int LA46_2 = input.LA(2);
if ( (synpred13_InternalUISemanticsGrammar()) ) {
alt46=1;
}
}
switch (alt46) {
case 1 :
// InternalUISemanticsGrammar.g:2610:4: ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) )
{
// InternalUISemanticsGrammar.g:2620:4: ( () ( ( ruleOpPostfix ) ) )
// InternalUISemanticsGrammar.g:2621:5: () ( ( ruleOpPostfix ) )
{
// InternalUISemanticsGrammar.g:2621:5: ()
// InternalUISemanticsGrammar.g:2622:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:2628:5: ( ( ruleOpPostfix ) )
// InternalUISemanticsGrammar.g:2629:6: ( ruleOpPostfix )
{
// InternalUISemanticsGrammar.g:2629:6: ( ruleOpPostfix )
// InternalUISemanticsGrammar.g:2630:7: 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(FOLLOW_2);
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"
// InternalUISemanticsGrammar.g:2650:1: entryRuleOpPostfix returns [String current=null] : iv_ruleOpPostfix= ruleOpPostfix EOF ;
public final String entryRuleOpPostfix() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpPostfix = null;
try {
// InternalUISemanticsGrammar.g:2650:49: (iv_ruleOpPostfix= ruleOpPostfix EOF )
// InternalUISemanticsGrammar.g:2651:2: iv_ruleOpPostfix= ruleOpPostfix EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getOpPostfixRule());
}
pushFollow(FOLLOW_1);
iv_ruleOpPostfix=ruleOpPostfix();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleOpPostfix.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleOpPostfix"
// $ANTLR start "ruleOpPostfix"
// InternalUISemanticsGrammar.g:2657:1: ruleOpPostfix returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '++' | kw= '--' ) ;
public final AntlrDatatypeRuleToken ruleOpPostfix() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:2663:2: ( (kw= '++' | kw= '--' ) )
// InternalUISemanticsGrammar.g:2664:2: (kw= '++' | kw= '--' )
{
// InternalUISemanticsGrammar.g:2664:2: (kw= '++' | kw= '--' )
int alt47=2;
int LA47_0 = input.LA(1);
if ( (LA47_0==66) ) {
alt47=1;
}
else if ( (LA47_0==67) ) {
alt47=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 47, 0, input);
throw nvae;
}
switch (alt47) {
case 1 :
// InternalUISemanticsGrammar.g:2665:3: kw= '++'
{
kw=(Token)match(input,66,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2671:3: kw= '--'
{
kw=(Token)match(input,67,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:2680:1: entryRuleXMemberFeatureCall returns [EObject current=null] : iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF ;
public final EObject entryRuleXMemberFeatureCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXMemberFeatureCall = null;
try {
// InternalUISemanticsGrammar.g:2680:59: (iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF )
// InternalUISemanticsGrammar.g:2681:2: iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallRule());
}
pushFollow(FOLLOW_1);
iv_ruleXMemberFeatureCall=ruleXMemberFeatureCall();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXMemberFeatureCall;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXMemberFeatureCall"
// $ANTLR start "ruleXMemberFeatureCall"
// InternalUISemanticsGrammar.g:2687: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 {
// InternalUISemanticsGrammar.g:2693:2: ( (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 ) )? ) )* ) )
// InternalUISemanticsGrammar.g:2694:2: (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 ) )? ) )* )
{
// InternalUISemanticsGrammar.g:2694:2: (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 ) )? ) )* )
// InternalUISemanticsGrammar.g:2695:3: 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(FOLLOW_51);
this_XPrimaryExpression_0=ruleXPrimaryExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XPrimaryExpression_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:2703:3: ( ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( 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 ) )? ) )*
loop56:
do {
int alt56=3;
switch ( input.LA(1) ) {
case 68:
{
int LA56_2 = input.LA(2);
if ( (synpred14_InternalUISemanticsGrammar()) ) {
alt56=1;
}
else if ( (synpred15_InternalUISemanticsGrammar()) ) {
alt56=2;
}
}
break;
case 69:
{
int LA56_3 = input.LA(2);
if ( (synpred14_InternalUISemanticsGrammar()) ) {
alt56=1;
}
else if ( (synpred15_InternalUISemanticsGrammar()) ) {
alt56=2;
}
}
break;
case 70:
{
int LA56_4 = input.LA(2);
if ( (synpred15_InternalUISemanticsGrammar()) ) {
alt56=2;
}
}
break;
}
switch (alt56) {
case 1 :
// InternalUISemanticsGrammar.g:2704:4: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) )
{
// InternalUISemanticsGrammar.g:2704:4: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) )
// InternalUISemanticsGrammar.g:2705:5: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) )
{
// InternalUISemanticsGrammar.g:2705:5: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )
// InternalUISemanticsGrammar.g:2706:6: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
{
// InternalUISemanticsGrammar.g:2726:6: ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
// InternalUISemanticsGrammar.g:2727:7: () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign
{
// InternalUISemanticsGrammar.g:2727:7: ()
// InternalUISemanticsGrammar.g:2728:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:2734:7: (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) )
int alt48=2;
int LA48_0 = input.LA(1);
if ( (LA48_0==68) ) {
alt48=1;
}
else if ( (LA48_0==69) ) {
alt48=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 48, 0, input);
throw nvae;
}
switch (alt48) {
case 1 :
// InternalUISemanticsGrammar.g:2735:8: otherlv_2= '.'
{
otherlv_2=(Token)match(input,68,FOLLOW_52); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2740:8: ( (lv_explicitStatic_3_0= '::' ) )
{
// InternalUISemanticsGrammar.g:2740:8: ( (lv_explicitStatic_3_0= '::' ) )
// InternalUISemanticsGrammar.g:2741:9: (lv_explicitStatic_3_0= '::' )
{
// InternalUISemanticsGrammar.g:2741:9: (lv_explicitStatic_3_0= '::' )
// InternalUISemanticsGrammar.g:2742:10: lv_explicitStatic_3_0= '::'
{
lv_explicitStatic_3_0=(Token)match(input,69,FOLLOW_52); 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;
}
// InternalUISemanticsGrammar.g:2755:7: ( ( ruleFeatureCallID ) )
// InternalUISemanticsGrammar.g:2756:8: ( ruleFeatureCallID )
{
// InternalUISemanticsGrammar.g:2756:8: ( ruleFeatureCallID )
// InternalUISemanticsGrammar.g:2757:9: 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(FOLLOW_33);
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(FOLLOW_34);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:2780:5: ( (lv_value_6_0= ruleXAssignment ) )
// InternalUISemanticsGrammar.g:2781:6: (lv_value_6_0= ruleXAssignment )
{
// InternalUISemanticsGrammar.g:2781:6: (lv_value_6_0= ruleXAssignment )
// InternalUISemanticsGrammar.g:2782:7: lv_value_6_0= ruleXAssignment
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0());
}
pushFollow(FOLLOW_51);
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,
"org.eclipse.xtext.xbase.Xbase.XAssignment");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2801:4: ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (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 ) )? )
{
// InternalUISemanticsGrammar.g:2801:4: ( ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (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 ) )? )
// InternalUISemanticsGrammar.g:2802:5: ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (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 ) )?
{
// InternalUISemanticsGrammar.g:2802:5: ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) )
// InternalUISemanticsGrammar.g:2803:6: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) )
{
// InternalUISemanticsGrammar.g:2823:6: ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) )
// InternalUISemanticsGrammar.g:2824:7: () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) )
{
// InternalUISemanticsGrammar.g:2824:7: ()
// InternalUISemanticsGrammar.g:2825:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:2831:7: (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) )
int alt49=3;
switch ( input.LA(1) ) {
case 68:
{
alt49=1;
}
break;
case 70:
{
alt49=2;
}
break;
case 69:
{
alt49=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 49, 0, input);
throw nvae;
}
switch (alt49) {
case 1 :
// InternalUISemanticsGrammar.g:2832:8: otherlv_8= '.'
{
otherlv_8=(Token)match(input,68,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_1_0_0_1_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2837:8: ( (lv_nullSafe_9_0= '?.' ) )
{
// InternalUISemanticsGrammar.g:2837:8: ( (lv_nullSafe_9_0= '?.' ) )
// InternalUISemanticsGrammar.g:2838:9: (lv_nullSafe_9_0= '?.' )
{
// InternalUISemanticsGrammar.g:2838:9: (lv_nullSafe_9_0= '?.' )
// InternalUISemanticsGrammar.g:2839:10: lv_nullSafe_9_0= '?.'
{
lv_nullSafe_9_0=(Token)match(input,70,FOLLOW_53); 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 :
// InternalUISemanticsGrammar.g:2852:8: ( (lv_explicitStatic_10_0= '::' ) )
{
// InternalUISemanticsGrammar.g:2852:8: ( (lv_explicitStatic_10_0= '::' ) )
// InternalUISemanticsGrammar.g:2853:9: (lv_explicitStatic_10_0= '::' )
{
// InternalUISemanticsGrammar.g:2853:9: (lv_explicitStatic_10_0= '::' )
// InternalUISemanticsGrammar.g:2854:10: lv_explicitStatic_10_0= '::'
{
lv_explicitStatic_10_0=(Token)match(input,69,FOLLOW_53); 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;
}
}
}
// InternalUISemanticsGrammar.g:2869:5: (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )?
int alt51=2;
int LA51_0 = input.LA(1);
if ( (LA51_0==44) ) {
alt51=1;
}
switch (alt51) {
case 1 :
// InternalUISemanticsGrammar.g:2870:6: otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>'
{
otherlv_11=(Token)match(input,44,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0());
}
// InternalUISemanticsGrammar.g:2874:6: ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:2875:7: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:2875:7: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:2876:8: lv_typeArguments_12_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0());
}
pushFollow(FOLLOW_55);
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,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:2893:6: (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )*
loop50:
do {
int alt50=2;
int LA50_0 = input.LA(1);
if ( (LA50_0==71) ) {
alt50=1;
}
switch (alt50) {
case 1 :
// InternalUISemanticsGrammar.g:2894:7: otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) )
{
otherlv_13=(Token)match(input,71,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0());
}
// InternalUISemanticsGrammar.g:2898:7: ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:2899:8: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:2899:8: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:2900:9: lv_typeArguments_14_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0());
}
pushFollow(FOLLOW_55);
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,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop50;
}
} while (true);
otherlv_15=(Token)match(input,45,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_15, grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3());
}
}
break;
}
// InternalUISemanticsGrammar.g:2923:5: ( ( ruleIdOrSuper ) )
// InternalUISemanticsGrammar.g:2924:6: ( ruleIdOrSuper )
{
// InternalUISemanticsGrammar.g:2924:6: ( ruleIdOrSuper )
// InternalUISemanticsGrammar.g:2925:7: 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(FOLLOW_56);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:2939:5: ( ( ( ( '(' ) )=> (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 alt54=2;
alt54 = dfa54.predict(input);
switch (alt54) {
case 1 :
// InternalUISemanticsGrammar.g:2940:6: ( ( ( '(' ) )=> (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= ')'
{
// InternalUISemanticsGrammar.g:2940:6: ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) )
// InternalUISemanticsGrammar.g:2941:7: ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' )
{
// InternalUISemanticsGrammar.g:2945:7: (lv_explicitOperationCall_17_0= '(' )
// InternalUISemanticsGrammar.g:2946:8: lv_explicitOperationCall_17_0= '('
{
lv_explicitOperationCall_17_0=(Token)match(input,72,FOLLOW_57); 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, "(");
}
}
}
// InternalUISemanticsGrammar.g:2958:6: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )?
int alt53=3;
alt53 = dfa53.predict(input);
switch (alt53) {
case 1 :
// InternalUISemanticsGrammar.g:2959:7: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) )
{
// InternalUISemanticsGrammar.g:2959:7: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) )
// InternalUISemanticsGrammar.g:2960:8: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure )
{
// InternalUISemanticsGrammar.g:2985:8: (lv_memberCallArguments_18_0= ruleXShortClosure )
// InternalUISemanticsGrammar.g:2986:9: lv_memberCallArguments_18_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0());
}
pushFollow(FOLLOW_58);
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,
"org.eclipse.xtext.xbase.Xbase.XShortClosure");
afterParserOrEnumRuleCall();
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:3004:7: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* )
{
// InternalUISemanticsGrammar.g:3004:7: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* )
// InternalUISemanticsGrammar.g:3005:8: ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )*
{
// InternalUISemanticsGrammar.g:3005:8: ( (lv_memberCallArguments_19_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:3006:9: (lv_memberCallArguments_19_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:3006:9: (lv_memberCallArguments_19_0= ruleXExpression )
// InternalUISemanticsGrammar.g:3007:10: lv_memberCallArguments_19_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0());
}
pushFollow(FOLLOW_59);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:3024:8: (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )*
loop52:
do {
int alt52=2;
int LA52_0 = input.LA(1);
if ( (LA52_0==71) ) {
alt52=1;
}
switch (alt52) {
case 1 :
// InternalUISemanticsGrammar.g:3025:9: otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) )
{
otherlv_20=(Token)match(input,71,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_20, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0());
}
// InternalUISemanticsGrammar.g:3029:9: ( (lv_memberCallArguments_21_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:3030:10: (lv_memberCallArguments_21_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:3030:10: (lv_memberCallArguments_21_0= ruleXExpression )
// InternalUISemanticsGrammar.g:3031:11: lv_memberCallArguments_21_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0());
}
pushFollow(FOLLOW_59);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop52;
}
} while (true);
}
}
break;
}
otherlv_22=(Token)match(input,73,FOLLOW_60); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_22, grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2());
}
}
break;
}
// InternalUISemanticsGrammar.g:3056:5: ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )?
int alt55=2;
alt55 = dfa55.predict(input);
switch (alt55) {
case 1 :
// InternalUISemanticsGrammar.g:3057:6: ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure )
{
// InternalUISemanticsGrammar.g:3063:6: (lv_memberCallArguments_23_0= ruleXClosure )
// InternalUISemanticsGrammar.g:3064:7: lv_memberCallArguments_23_0= ruleXClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0());
}
pushFollow(FOLLOW_51);
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,
"org.eclipse.xtext.xbase.Xbase.XClosure");
afterParserOrEnumRuleCall();
}
}
}
break;
}
}
}
break;
default :
break loop56;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXMemberFeatureCall"
// $ANTLR start "entryRuleXPrimaryExpression"
// InternalUISemanticsGrammar.g:3087:1: entryRuleXPrimaryExpression returns [EObject current=null] : iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF ;
public final EObject entryRuleXPrimaryExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXPrimaryExpression = null;
try {
// InternalUISemanticsGrammar.g:3087:59: (iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF )
// InternalUISemanticsGrammar.g:3088:2: iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXPrimaryExpression=ruleXPrimaryExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXPrimaryExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXPrimaryExpression"
// $ANTLR start "ruleXPrimaryExpression"
// InternalUISemanticsGrammar.g:3094: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 {
// InternalUISemanticsGrammar.g:3100:2: ( (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 ) )
// InternalUISemanticsGrammar.g:3101:2: (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 )
{
// InternalUISemanticsGrammar.g:3101:2: (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 alt57=15;
alt57 = dfa57.predict(input);
switch (alt57) {
case 1 :
// InternalUISemanticsGrammar.g:3102:3: this_XConstructorCall_0= ruleXConstructorCall
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXConstructorCallParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_XConstructorCall_0=ruleXConstructorCall();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XConstructorCall_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:3111:3: this_XBlockExpression_1= ruleXBlockExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXBlockExpressionParserRuleCall_1());
}
pushFollow(FOLLOW_2);
this_XBlockExpression_1=ruleXBlockExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XBlockExpression_1;
afterParserOrEnumRuleCall();
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:3120:3: this_XSwitchExpression_2= ruleXSwitchExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXSwitchExpressionParserRuleCall_2());
}
pushFollow(FOLLOW_2);
this_XSwitchExpression_2=ruleXSwitchExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XSwitchExpression_2;
afterParserOrEnumRuleCall();
}
}
break;
case 4 :
// InternalUISemanticsGrammar.g:3129:3: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression )
{
// InternalUISemanticsGrammar.g:3129:3: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression )
// InternalUISemanticsGrammar.g:3130:4: ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXSynchronizedExpressionParserRuleCall_3());
}
pushFollow(FOLLOW_2);
this_XSynchronizedExpression_3=ruleXSynchronizedExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XSynchronizedExpression_3;
afterParserOrEnumRuleCall();
}
}
}
break;
case 5 :
// InternalUISemanticsGrammar.g:3147:3: this_XFeatureCall_4= ruleXFeatureCall
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXFeatureCallParserRuleCall_4());
}
pushFollow(FOLLOW_2);
this_XFeatureCall_4=ruleXFeatureCall();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XFeatureCall_4;
afterParserOrEnumRuleCall();
}
}
break;
case 6 :
// InternalUISemanticsGrammar.g:3156:3: this_XLiteral_5= ruleXLiteral
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXLiteralParserRuleCall_5());
}
pushFollow(FOLLOW_2);
this_XLiteral_5=ruleXLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XLiteral_5;
afterParserOrEnumRuleCall();
}
}
break;
case 7 :
// InternalUISemanticsGrammar.g:3165:3: this_XIfExpression_6= ruleXIfExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXIfExpressionParserRuleCall_6());
}
pushFollow(FOLLOW_2);
this_XIfExpression_6=ruleXIfExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XIfExpression_6;
afterParserOrEnumRuleCall();
}
}
break;
case 8 :
// InternalUISemanticsGrammar.g:3174:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression )
{
// InternalUISemanticsGrammar.g:3174:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression )
// InternalUISemanticsGrammar.g:3175:4: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXForLoopExpressionParserRuleCall_7());
}
pushFollow(FOLLOW_2);
this_XForLoopExpression_7=ruleXForLoopExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XForLoopExpression_7;
afterParserOrEnumRuleCall();
}
}
}
break;
case 9 :
// InternalUISemanticsGrammar.g:3198:3: this_XBasicForLoopExpression_8= ruleXBasicForLoopExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXBasicForLoopExpressionParserRuleCall_8());
}
pushFollow(FOLLOW_2);
this_XBasicForLoopExpression_8=ruleXBasicForLoopExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XBasicForLoopExpression_8;
afterParserOrEnumRuleCall();
}
}
break;
case 10 :
// InternalUISemanticsGrammar.g:3207:3: this_XWhileExpression_9= ruleXWhileExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXWhileExpressionParserRuleCall_9());
}
pushFollow(FOLLOW_2);
this_XWhileExpression_9=ruleXWhileExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XWhileExpression_9;
afterParserOrEnumRuleCall();
}
}
break;
case 11 :
// InternalUISemanticsGrammar.g:3216:3: this_XDoWhileExpression_10= ruleXDoWhileExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXDoWhileExpressionParserRuleCall_10());
}
pushFollow(FOLLOW_2);
this_XDoWhileExpression_10=ruleXDoWhileExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XDoWhileExpression_10;
afterParserOrEnumRuleCall();
}
}
break;
case 12 :
// InternalUISemanticsGrammar.g:3225:3: this_XThrowExpression_11= ruleXThrowExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXThrowExpressionParserRuleCall_11());
}
pushFollow(FOLLOW_2);
this_XThrowExpression_11=ruleXThrowExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XThrowExpression_11;
afterParserOrEnumRuleCall();
}
}
break;
case 13 :
// InternalUISemanticsGrammar.g:3234:3: this_XReturnExpression_12= ruleXReturnExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXReturnExpressionParserRuleCall_12());
}
pushFollow(FOLLOW_2);
this_XReturnExpression_12=ruleXReturnExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XReturnExpression_12;
afterParserOrEnumRuleCall();
}
}
break;
case 14 :
// InternalUISemanticsGrammar.g:3243:3: this_XTryCatchFinallyExpression_13= ruleXTryCatchFinallyExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXTryCatchFinallyExpressionParserRuleCall_13());
}
pushFollow(FOLLOW_2);
this_XTryCatchFinallyExpression_13=ruleXTryCatchFinallyExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XTryCatchFinallyExpression_13;
afterParserOrEnumRuleCall();
}
}
break;
case 15 :
// InternalUISemanticsGrammar.g:3252:3: this_XParenthesizedExpression_14= ruleXParenthesizedExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPrimaryExpressionAccess().getXParenthesizedExpressionParserRuleCall_14());
}
pushFollow(FOLLOW_2);
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"
// InternalUISemanticsGrammar.g:3264:1: entryRuleXLiteral returns [EObject current=null] : iv_ruleXLiteral= ruleXLiteral EOF ;
public final EObject entryRuleXLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXLiteral = null;
try {
// InternalUISemanticsGrammar.g:3264:49: (iv_ruleXLiteral= ruleXLiteral EOF )
// InternalUISemanticsGrammar.g:3265:2: iv_ruleXLiteral= ruleXLiteral EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXLiteralRule());
}
pushFollow(FOLLOW_1);
iv_ruleXLiteral=ruleXLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXLiteral;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXLiteral"
// $ANTLR start "ruleXLiteral"
// InternalUISemanticsGrammar.g:3271: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 {
// InternalUISemanticsGrammar.g:3277:2: ( (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 ) )
// InternalUISemanticsGrammar.g:3278:2: (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 )
{
// InternalUISemanticsGrammar.g:3278:2: (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 alt58=7;
int LA58_0 = input.LA(1);
if ( (LA58_0==74) ) {
alt58=1;
}
else if ( (LA58_0==75) && (synpred21_InternalUISemanticsGrammar())) {
alt58=2;
}
else if ( ((LA58_0>=90 && LA58_0<=91)) ) {
alt58=3;
}
else if ( ((LA58_0>=RULE_HEX && LA58_0<=RULE_DECIMAL)) ) {
alt58=4;
}
else if ( (LA58_0==92) ) {
alt58=5;
}
else if ( (LA58_0==RULE_STRING) ) {
alt58=6;
}
else if ( (LA58_0==93) ) {
alt58=7;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 58, 0, input);
throw nvae;
}
switch (alt58) {
case 1 :
// InternalUISemanticsGrammar.g:3279:3: this_XCollectionLiteral_0= ruleXCollectionLiteral
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXLiteralAccess().getXCollectionLiteralParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_XCollectionLiteral_0=ruleXCollectionLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XCollectionLiteral_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:3288:3: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure )
{
// InternalUISemanticsGrammar.g:3288:3: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure )
// InternalUISemanticsGrammar.g:3289:4: ( ( () '[' ) )=>this_XClosure_1= ruleXClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXLiteralAccess().getXClosureParserRuleCall_1());
}
pushFollow(FOLLOW_2);
this_XClosure_1=ruleXClosure();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XClosure_1;
afterParserOrEnumRuleCall();
}
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:3305:3: this_XBooleanLiteral_2= ruleXBooleanLiteral
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXLiteralAccess().getXBooleanLiteralParserRuleCall_2());
}
pushFollow(FOLLOW_2);
this_XBooleanLiteral_2=ruleXBooleanLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XBooleanLiteral_2;
afterParserOrEnumRuleCall();
}
}
break;
case 4 :
// InternalUISemanticsGrammar.g:3314:3: this_XNumberLiteral_3= ruleXNumberLiteral
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXLiteralAccess().getXNumberLiteralParserRuleCall_3());
}
pushFollow(FOLLOW_2);
this_XNumberLiteral_3=ruleXNumberLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XNumberLiteral_3;
afterParserOrEnumRuleCall();
}
}
break;
case 5 :
// InternalUISemanticsGrammar.g:3323:3: this_XNullLiteral_4= ruleXNullLiteral
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXLiteralAccess().getXNullLiteralParserRuleCall_4());
}
pushFollow(FOLLOW_2);
this_XNullLiteral_4=ruleXNullLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XNullLiteral_4;
afterParserOrEnumRuleCall();
}
}
break;
case 6 :
// InternalUISemanticsGrammar.g:3332:3: this_XStringLiteral_5= ruleXStringLiteral
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXLiteralAccess().getXStringLiteralParserRuleCall_5());
}
pushFollow(FOLLOW_2);
this_XStringLiteral_5=ruleXStringLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XStringLiteral_5;
afterParserOrEnumRuleCall();
}
}
break;
case 7 :
// InternalUISemanticsGrammar.g:3341:3: this_XTypeLiteral_6= ruleXTypeLiteral
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXLiteralAccess().getXTypeLiteralParserRuleCall_6());
}
pushFollow(FOLLOW_2);
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"
// InternalUISemanticsGrammar.g:3353:1: entryRuleXCollectionLiteral returns [EObject current=null] : iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF ;
public final EObject entryRuleXCollectionLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCollectionLiteral = null;
try {
// InternalUISemanticsGrammar.g:3353:59: (iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF )
// InternalUISemanticsGrammar.g:3354:2: iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCollectionLiteralRule());
}
pushFollow(FOLLOW_1);
iv_ruleXCollectionLiteral=ruleXCollectionLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXCollectionLiteral;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXCollectionLiteral"
// $ANTLR start "ruleXCollectionLiteral"
// InternalUISemanticsGrammar.g:3360: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 {
// InternalUISemanticsGrammar.g:3366:2: ( (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) )
// InternalUISemanticsGrammar.g:3367:2: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral )
{
// InternalUISemanticsGrammar.g:3367:2: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral )
int alt59=2;
int LA59_0 = input.LA(1);
if ( (LA59_0==74) ) {
int LA59_1 = input.LA(2);
if ( (LA59_1==75) ) {
alt59=2;
}
else if ( (LA59_1==14) ) {
alt59=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 59, 1, input);
throw nvae;
}
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 59, 0, input);
throw nvae;
}
switch (alt59) {
case 1 :
// InternalUISemanticsGrammar.g:3368:3: this_XSetLiteral_0= ruleXSetLiteral
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCollectionLiteralAccess().getXSetLiteralParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_XSetLiteral_0=ruleXSetLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XSetLiteral_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:3377:3: this_XListLiteral_1= ruleXListLiteral
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCollectionLiteralAccess().getXListLiteralParserRuleCall_1());
}
pushFollow(FOLLOW_2);
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"
// InternalUISemanticsGrammar.g:3389:1: entryRuleXSetLiteral returns [EObject current=null] : iv_ruleXSetLiteral= ruleXSetLiteral EOF ;
public final EObject entryRuleXSetLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSetLiteral = null;
try {
// InternalUISemanticsGrammar.g:3389:52: (iv_ruleXSetLiteral= ruleXSetLiteral EOF )
// InternalUISemanticsGrammar.g:3390:2: iv_ruleXSetLiteral= ruleXSetLiteral EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSetLiteralRule());
}
pushFollow(FOLLOW_1);
iv_ruleXSetLiteral=ruleXSetLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXSetLiteral;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXSetLiteral"
// $ANTLR start "ruleXSetLiteral"
// InternalUISemanticsGrammar.g:3396: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 {
// InternalUISemanticsGrammar.g:3402:2: ( ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) )
// InternalUISemanticsGrammar.g:3403:2: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' )
{
// InternalUISemanticsGrammar.g:3403:2: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' )
// InternalUISemanticsGrammar.g:3404:3: () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}'
{
// InternalUISemanticsGrammar.g:3404:3: ()
// InternalUISemanticsGrammar.g:3405:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,74,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1());
}
otherlv_2=(Token)match(input,14,FOLLOW_61); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2());
}
// InternalUISemanticsGrammar.g:3419:3: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )?
int alt61=2;
int LA61_0 = input.LA(1);
if ( ((LA61_0>=RULE_STRING && LA61_0<=RULE_DECIMAL)||LA61_0==14||(LA61_0>=19 && LA61_0<=21)||LA61_0==33||LA61_0==44||(LA61_0>=60 && LA61_0<=61)||LA61_0==65||LA61_0==72||(LA61_0>=74 && LA61_0<=75)||LA61_0==78||LA61_0==80||(LA61_0>=83 && LA61_0<=85)||(LA61_0>=88 && LA61_0<=96)||LA61_0==98) ) {
alt61=1;
}
switch (alt61) {
case 1 :
// InternalUISemanticsGrammar.g:3420:4: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
{
// InternalUISemanticsGrammar.g:3420:4: ( (lv_elements_3_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:3421:5: (lv_elements_3_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:3421:5: (lv_elements_3_0= ruleXExpression )
// InternalUISemanticsGrammar.g:3422:6: lv_elements_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_62);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:3439:4: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
loop60:
do {
int alt60=2;
int LA60_0 = input.LA(1);
if ( (LA60_0==71) ) {
alt60=1;
}
switch (alt60) {
case 1 :
// InternalUISemanticsGrammar.g:3440:5: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,71,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0());
}
// InternalUISemanticsGrammar.g:3444:5: ( (lv_elements_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:3445:6: (lv_elements_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:3445:6: (lv_elements_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:3446:7: lv_elements_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_62);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop60;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,15,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:3473:1: entryRuleXListLiteral returns [EObject current=null] : iv_ruleXListLiteral= ruleXListLiteral EOF ;
public final EObject entryRuleXListLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXListLiteral = null;
try {
// InternalUISemanticsGrammar.g:3473:53: (iv_ruleXListLiteral= ruleXListLiteral EOF )
// InternalUISemanticsGrammar.g:3474:2: iv_ruleXListLiteral= ruleXListLiteral EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXListLiteralRule());
}
pushFollow(FOLLOW_1);
iv_ruleXListLiteral=ruleXListLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXListLiteral;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXListLiteral"
// $ANTLR start "ruleXListLiteral"
// InternalUISemanticsGrammar.g:3480: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 {
// InternalUISemanticsGrammar.g:3486:2: ( ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) )
// InternalUISemanticsGrammar.g:3487:2: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' )
{
// InternalUISemanticsGrammar.g:3487:2: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' )
// InternalUISemanticsGrammar.g:3488:3: () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']'
{
// InternalUISemanticsGrammar.g:3488:3: ()
// InternalUISemanticsGrammar.g:3489:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXListLiteralAccess().getXListLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,74,FOLLOW_63); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1());
}
otherlv_2=(Token)match(input,75,FOLLOW_64); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2());
}
// InternalUISemanticsGrammar.g:3503:3: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )?
int alt63=2;
int LA63_0 = input.LA(1);
if ( ((LA63_0>=RULE_STRING && LA63_0<=RULE_DECIMAL)||LA63_0==14||(LA63_0>=19 && LA63_0<=21)||LA63_0==33||LA63_0==44||(LA63_0>=60 && LA63_0<=61)||LA63_0==65||LA63_0==72||(LA63_0>=74 && LA63_0<=75)||LA63_0==78||LA63_0==80||(LA63_0>=83 && LA63_0<=85)||(LA63_0>=88 && LA63_0<=96)||LA63_0==98) ) {
alt63=1;
}
switch (alt63) {
case 1 :
// InternalUISemanticsGrammar.g:3504:4: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
{
// InternalUISemanticsGrammar.g:3504:4: ( (lv_elements_3_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:3505:5: (lv_elements_3_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:3505:5: (lv_elements_3_0= ruleXExpression )
// InternalUISemanticsGrammar.g:3506:6: lv_elements_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_65);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:3523:4: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
loop62:
do {
int alt62=2;
int LA62_0 = input.LA(1);
if ( (LA62_0==71) ) {
alt62=1;
}
switch (alt62) {
case 1 :
// InternalUISemanticsGrammar.g:3524:5: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,71,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0());
}
// InternalUISemanticsGrammar.g:3528:5: ( (lv_elements_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:3529:6: (lv_elements_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:3529:6: (lv_elements_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:3530:7: lv_elements_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_65);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop62;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,76,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:3557:1: entryRuleXClosure returns [EObject current=null] : iv_ruleXClosure= ruleXClosure EOF ;
public final EObject entryRuleXClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXClosure = null;
try {
// InternalUISemanticsGrammar.g:3557:49: (iv_ruleXClosure= ruleXClosure EOF )
// InternalUISemanticsGrammar.g:3558:2: iv_ruleXClosure= ruleXClosure EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureRule());
}
pushFollow(FOLLOW_1);
iv_ruleXClosure=ruleXClosure();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXClosure;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXClosure"
// $ANTLR start "ruleXClosure"
// InternalUISemanticsGrammar.g:3564: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 {
// InternalUISemanticsGrammar.g:3570: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= ']' ) )
// InternalUISemanticsGrammar.g:3571: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= ']' )
{
// InternalUISemanticsGrammar.g:3571: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= ']' )
// InternalUISemanticsGrammar.g:3572:3: ( ( ( () '[' ) )=> ( () 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= ']'
{
// InternalUISemanticsGrammar.g:3572:3: ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) )
// InternalUISemanticsGrammar.g:3573:4: ( ( () '[' ) )=> ( () otherlv_1= '[' )
{
// InternalUISemanticsGrammar.g:3579:4: ( () otherlv_1= '[' )
// InternalUISemanticsGrammar.g:3580:5: () otherlv_1= '['
{
// InternalUISemanticsGrammar.g:3580:5: ()
// InternalUISemanticsGrammar.g:3581:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXClosureAccess().getXClosureAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,75,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1());
}
}
}
// InternalUISemanticsGrammar.g:3593:3: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )?
int alt66=2;
alt66 = dfa66.predict(input);
switch (alt66) {
case 1 :
// InternalUISemanticsGrammar.g:3594:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) )
{
// InternalUISemanticsGrammar.g:3617:4: ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) )
// InternalUISemanticsGrammar.g:3618:5: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) )
{
// InternalUISemanticsGrammar.g:3618:5: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )?
int alt65=2;
int LA65_0 = input.LA(1);
if ( (LA65_0==RULE_ID||LA65_0==57||LA65_0==72) ) {
alt65=1;
}
switch (alt65) {
case 1 :
// InternalUISemanticsGrammar.g:3619:6: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )*
{
// InternalUISemanticsGrammar.g:3619:6: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:3620:7: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:3620:7: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:3621:8: lv_declaredFormalParameters_2_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0());
}
pushFollow(FOLLOW_67);
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,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:3638:6: (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )*
loop64:
do {
int alt64=2;
int LA64_0 = input.LA(1);
if ( (LA64_0==71) ) {
alt64=1;
}
switch (alt64) {
case 1 :
// InternalUISemanticsGrammar.g:3639:7: otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) )
{
otherlv_3=(Token)match(input,71,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0());
}
// InternalUISemanticsGrammar.g:3643:7: ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:3644:8: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:3644:8: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:3645:9: lv_declaredFormalParameters_4_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0());
}
pushFollow(FOLLOW_67);
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,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop64;
}
} while (true);
}
break;
}
// InternalUISemanticsGrammar.g:3664:5: ( (lv_explicitSyntax_5_0= '|' ) )
// InternalUISemanticsGrammar.g:3665:6: (lv_explicitSyntax_5_0= '|' )
{
// InternalUISemanticsGrammar.g:3665:6: (lv_explicitSyntax_5_0= '|' )
// InternalUISemanticsGrammar.g:3666:7: lv_explicitSyntax_5_0= '|'
{
lv_explicitSyntax_5_0=(Token)match(input,77,FOLLOW_68); 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;
}
// InternalUISemanticsGrammar.g:3680:3: ( (lv_expression_6_0= ruleXExpressionInClosure ) )
// InternalUISemanticsGrammar.g:3681:4: (lv_expression_6_0= ruleXExpressionInClosure )
{
// InternalUISemanticsGrammar.g:3681:4: (lv_expression_6_0= ruleXExpressionInClosure )
// InternalUISemanticsGrammar.g:3682:5: lv_expression_6_0= ruleXExpressionInClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0());
}
pushFollow(FOLLOW_69);
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,
"org.eclipse.xtext.xbase.Xbase.XExpressionInClosure");
afterParserOrEnumRuleCall();
}
}
}
otherlv_7=(Token)match(input,76,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:3707:1: entryRuleXExpressionInClosure returns [EObject current=null] : iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF ;
public final EObject entryRuleXExpressionInClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpressionInClosure = null;
try {
// InternalUISemanticsGrammar.g:3707:61: (iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF )
// InternalUISemanticsGrammar.g:3708:2: iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionInClosureRule());
}
pushFollow(FOLLOW_1);
iv_ruleXExpressionInClosure=ruleXExpressionInClosure();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXExpressionInClosure;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXExpressionInClosure"
// $ANTLR start "ruleXExpressionInClosure"
// InternalUISemanticsGrammar.g:3714: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 {
// InternalUISemanticsGrammar.g:3720:2: ( ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) )
// InternalUISemanticsGrammar.g:3721:2: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* )
{
// InternalUISemanticsGrammar.g:3721:2: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* )
// InternalUISemanticsGrammar.g:3722:3: () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )*
{
// InternalUISemanticsGrammar.g:3722:3: ()
// InternalUISemanticsGrammar.g:3723:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:3729:3: ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )*
loop68:
do {
int alt68=2;
int LA68_0 = input.LA(1);
if ( ((LA68_0>=RULE_STRING && LA68_0<=RULE_DECIMAL)||LA68_0==14||(LA68_0>=19 && LA68_0<=21)||LA68_0==33||LA68_0==44||(LA68_0>=60 && LA68_0<=61)||LA68_0==65||LA68_0==72||(LA68_0>=74 && LA68_0<=75)||LA68_0==78||LA68_0==80||(LA68_0>=83 && LA68_0<=96)||LA68_0==98) ) {
alt68=1;
}
switch (alt68) {
case 1 :
// InternalUISemanticsGrammar.g:3730:4: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )?
{
// InternalUISemanticsGrammar.g:3730:4: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) )
// InternalUISemanticsGrammar.g:3731:5: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration )
{
// InternalUISemanticsGrammar.g:3731:5: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration )
// InternalUISemanticsGrammar.g:3732:6: lv_expressions_1_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0());
}
pushFollow(FOLLOW_70);
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,
"org.eclipse.xtext.xbase.Xbase.XExpressionOrVarDeclaration");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:3749:4: (otherlv_2= ';' )?
int alt67=2;
int LA67_0 = input.LA(1);
if ( (LA67_0==24) ) {
alt67=1;
}
switch (alt67) {
case 1 :
// InternalUISemanticsGrammar.g:3750:5: otherlv_2= ';'
{
otherlv_2=(Token)match(input,24,FOLLOW_71); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1());
}
}
break;
}
}
break;
default :
break loop68;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXExpressionInClosure"
// $ANTLR start "entryRuleXShortClosure"
// InternalUISemanticsGrammar.g:3760:1: entryRuleXShortClosure returns [EObject current=null] : iv_ruleXShortClosure= ruleXShortClosure EOF ;
public final EObject entryRuleXShortClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXShortClosure = null;
try {
// InternalUISemanticsGrammar.g:3760:54: (iv_ruleXShortClosure= ruleXShortClosure EOF )
// InternalUISemanticsGrammar.g:3761:2: iv_ruleXShortClosure= ruleXShortClosure EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureRule());
}
pushFollow(FOLLOW_1);
iv_ruleXShortClosure=ruleXShortClosure();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXShortClosure;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXShortClosure"
// $ANTLR start "ruleXShortClosure"
// InternalUISemanticsGrammar.g:3767: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 {
// InternalUISemanticsGrammar.g:3773:2: ( ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) ) )
// InternalUISemanticsGrammar.g:3774:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) )
{
// InternalUISemanticsGrammar.g:3774:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) )
// InternalUISemanticsGrammar.g:3775:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) )
{
// InternalUISemanticsGrammar.g:3775:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) )
// InternalUISemanticsGrammar.g:3776:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) )
{
// InternalUISemanticsGrammar.g:3801:4: ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) )
// InternalUISemanticsGrammar.g:3802:5: () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) )
{
// InternalUISemanticsGrammar.g:3802:5: ()
// InternalUISemanticsGrammar.g:3803:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0(),
current);
}
}
// InternalUISemanticsGrammar.g:3809:5: ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )?
int alt70=2;
int LA70_0 = input.LA(1);
if ( (LA70_0==RULE_ID||LA70_0==57||LA70_0==72) ) {
alt70=1;
}
switch (alt70) {
case 1 :
// InternalUISemanticsGrammar.g:3810:6: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )*
{
// InternalUISemanticsGrammar.g:3810:6: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:3811:7: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:3811:7: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:3812:8: lv_declaredFormalParameters_1_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0());
}
pushFollow(FOLLOW_67);
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,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:3829:6: (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )*
loop69:
do {
int alt69=2;
int LA69_0 = input.LA(1);
if ( (LA69_0==71) ) {
alt69=1;
}
switch (alt69) {
case 1 :
// InternalUISemanticsGrammar.g:3830:7: otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) )
{
otherlv_2=(Token)match(input,71,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0());
}
// InternalUISemanticsGrammar.g:3834:7: ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:3835:8: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:3835:8: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:3836:9: lv_declaredFormalParameters_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0());
}
pushFollow(FOLLOW_67);
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,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop69;
}
} while (true);
}
break;
}
// InternalUISemanticsGrammar.g:3855:5: ( (lv_explicitSyntax_4_0= '|' ) )
// InternalUISemanticsGrammar.g:3856:6: (lv_explicitSyntax_4_0= '|' )
{
// InternalUISemanticsGrammar.g:3856:6: (lv_explicitSyntax_4_0= '|' )
// InternalUISemanticsGrammar.g:3857:7: lv_explicitSyntax_4_0= '|'
{
lv_explicitSyntax_4_0=(Token)match(input,77,FOLLOW_34); 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, "|");
}
}
}
}
}
// InternalUISemanticsGrammar.g:3871:3: ( (lv_expression_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:3872:4: (lv_expression_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:3872:4: (lv_expression_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:3873:5: lv_expression_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureAccess().getExpressionXExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXShortClosure"
// $ANTLR start "entryRuleXParenthesizedExpression"
// InternalUISemanticsGrammar.g:3894:1: entryRuleXParenthesizedExpression returns [EObject current=null] : iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF ;
public final EObject entryRuleXParenthesizedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXParenthesizedExpression = null;
try {
// InternalUISemanticsGrammar.g:3894:65: (iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF )
// InternalUISemanticsGrammar.g:3895:2: iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXParenthesizedExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXParenthesizedExpression=ruleXParenthesizedExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXParenthesizedExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXParenthesizedExpression"
// $ANTLR start "ruleXParenthesizedExpression"
// InternalUISemanticsGrammar.g:3901: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 {
// InternalUISemanticsGrammar.g:3907:2: ( (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) )
// InternalUISemanticsGrammar.g:3908:2: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' )
{
// InternalUISemanticsGrammar.g:3908:2: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' )
// InternalUISemanticsGrammar.g:3909:3: otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')'
{
otherlv_0=(Token)match(input,72,FOLLOW_34); 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(FOLLOW_58);
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,73,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:3929:1: entryRuleXIfExpression returns [EObject current=null] : iv_ruleXIfExpression= ruleXIfExpression EOF ;
public final EObject entryRuleXIfExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXIfExpression = null;
try {
// InternalUISemanticsGrammar.g:3929:54: (iv_ruleXIfExpression= ruleXIfExpression EOF )
// InternalUISemanticsGrammar.g:3930:2: iv_ruleXIfExpression= ruleXIfExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXIfExpression=ruleXIfExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXIfExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXIfExpression"
// $ANTLR start "ruleXIfExpression"
// InternalUISemanticsGrammar.g:3936: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 {
// InternalUISemanticsGrammar.g:3942: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 ) ) )? ) )
// InternalUISemanticsGrammar.g:3943: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 ) ) )? )
{
// InternalUISemanticsGrammar.g:3943: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 ) ) )? )
// InternalUISemanticsGrammar.g:3944:3: () 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 ) ) )?
{
// InternalUISemanticsGrammar.g:3944:3: ()
// InternalUISemanticsGrammar.g:3945:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,78,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXIfExpressionAccess().getIfKeyword_1());
}
otherlv_2=(Token)match(input,72,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalUISemanticsGrammar.g:3959:3: ( (lv_if_3_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:3960:4: (lv_if_3_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:3960:4: (lv_if_3_0= ruleXExpression )
// InternalUISemanticsGrammar.g:3961:5: lv_if_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_58);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
otherlv_4=(Token)match(input,73,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4());
}
// InternalUISemanticsGrammar.g:3982:3: ( (lv_then_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:3983:4: (lv_then_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:3983:4: (lv_then_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:3984:5: lv_then_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_73);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:4001:3: ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )?
int alt71=2;
int LA71_0 = input.LA(1);
if ( (LA71_0==79) ) {
int LA71_1 = input.LA(2);
if ( (synpred25_InternalUISemanticsGrammar()) ) {
alt71=1;
}
}
switch (alt71) {
case 1 :
// InternalUISemanticsGrammar.g:4002:4: ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) )
{
// InternalUISemanticsGrammar.g:4002:4: ( ( 'else' )=>otherlv_6= 'else' )
// InternalUISemanticsGrammar.g:4003:5: ( 'else' )=>otherlv_6= 'else'
{
otherlv_6=(Token)match(input,79,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0());
}
}
// InternalUISemanticsGrammar.g:4009:4: ( (lv_else_7_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4010:5: (lv_else_7_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4010:5: (lv_else_7_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4011:6: lv_else_7_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionAccess().getElseXExpressionParserRuleCall_6_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXIfExpression"
// $ANTLR start "entryRuleXSwitchExpression"
// InternalUISemanticsGrammar.g:4033:1: entryRuleXSwitchExpression returns [EObject current=null] : iv_ruleXSwitchExpression= ruleXSwitchExpression EOF ;
public final EObject entryRuleXSwitchExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSwitchExpression = null;
try {
// InternalUISemanticsGrammar.g:4033:58: (iv_ruleXSwitchExpression= ruleXSwitchExpression EOF )
// InternalUISemanticsGrammar.g:4034:2: iv_ruleXSwitchExpression= ruleXSwitchExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXSwitchExpression=ruleXSwitchExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXSwitchExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXSwitchExpression"
// $ANTLR start "ruleXSwitchExpression"
// InternalUISemanticsGrammar.g:4040: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= ruleXExpression ) ) ) ) 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 {
// InternalUISemanticsGrammar.g:4046: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= ruleXExpression ) ) ) ) otherlv_10= '{' ( (lv_cases_11_0= ruleXCasePart ) )* (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? otherlv_15= '}' ) )
// InternalUISemanticsGrammar.g:4047: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= ruleXExpression ) ) ) ) otherlv_10= '{' ( (lv_cases_11_0= ruleXCasePart ) )* (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? otherlv_15= '}' )
{
// InternalUISemanticsGrammar.g:4047: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= ruleXExpression ) ) ) ) otherlv_10= '{' ( (lv_cases_11_0= ruleXCasePart ) )* (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? otherlv_15= '}' )
// InternalUISemanticsGrammar.g:4048:3: () 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= ruleXExpression ) ) ) ) otherlv_10= '{' ( (lv_cases_11_0= ruleXCasePart ) )* (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )? otherlv_15= '}'
{
// InternalUISemanticsGrammar.g:4048:3: ()
// InternalUISemanticsGrammar.g:4049:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,80,FOLLOW_74); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1());
}
// InternalUISemanticsGrammar.g:4059:3: ( ( ( ( ( '(' ( ( 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= ruleXExpression ) ) ) )
int alt73=2;
alt73 = dfa73.predict(input);
switch (alt73) {
case 1 :
// InternalUISemanticsGrammar.g:4060:4: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' )
{
// InternalUISemanticsGrammar.g:4060:4: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' )
// InternalUISemanticsGrammar.g:4061:5: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')'
{
// InternalUISemanticsGrammar.g:4061:5: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) )
// InternalUISemanticsGrammar.g:4062:6: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
{
// InternalUISemanticsGrammar.g:4072:6: (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
// InternalUISemanticsGrammar.g:4073:7: otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':'
{
otherlv_2=(Token)match(input,72,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0());
}
// InternalUISemanticsGrammar.g:4077:7: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:4078:8: (lv_declaredParam_3_0= ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:4078:8: (lv_declaredParam_3_0= ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:4079:9: lv_declaredParam_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0_0_0_1_0());
}
pushFollow(FOLLOW_26);
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,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
otherlv_4=(Token)match(input,32,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2());
}
}
}
// InternalUISemanticsGrammar.g:4102:5: ( (lv_switch_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4103:6: (lv_switch_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4103:6: (lv_switch_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4104:7: lv_switch_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0());
}
pushFollow(FOLLOW_58);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
otherlv_6=(Token)match(input,73,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2());
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:4127:4: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) ) )
{
// InternalUISemanticsGrammar.g:4127:4: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) ) )
// InternalUISemanticsGrammar.g:4128:5: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) )
{
// InternalUISemanticsGrammar.g:4128:5: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )?
int alt72=2;
alt72 = dfa72.predict(input);
switch (alt72) {
case 1 :
// InternalUISemanticsGrammar.g:4129:6: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' )
{
// InternalUISemanticsGrammar.g:4138:6: ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' )
// InternalUISemanticsGrammar.g:4139:7: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':'
{
// InternalUISemanticsGrammar.g:4139:7: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:4140:8: (lv_declaredParam_7_0= ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:4140:8: (lv_declaredParam_7_0= ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:4141:9: lv_declaredParam_7_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_1_0_0_0_0());
}
pushFollow(FOLLOW_26);
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,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
otherlv_8=(Token)match(input,32,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1());
}
}
}
break;
}
// InternalUISemanticsGrammar.g:4164:5: ( (lv_switch_9_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4165:6: (lv_switch_9_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4165:6: (lv_switch_9_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4166:7: lv_switch_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_1_1_0());
}
pushFollow(FOLLOW_4);
lv_switch_9_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_9_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
}
otherlv_10=(Token)match(input,14,FOLLOW_75); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3());
}
// InternalUISemanticsGrammar.g:4189:3: ( (lv_cases_11_0= ruleXCasePart ) )*
loop74:
do {
int alt74=2;
int LA74_0 = input.LA(1);
if ( (LA74_0==RULE_ID||LA74_0==32||LA74_0==57||(LA74_0>=71 && LA74_0<=72)||LA74_0==82) ) {
alt74=1;
}
switch (alt74) {
case 1 :
// InternalUISemanticsGrammar.g:4190:4: (lv_cases_11_0= ruleXCasePart )
{
// InternalUISemanticsGrammar.g:4190:4: (lv_cases_11_0= ruleXCasePart )
// InternalUISemanticsGrammar.g:4191:5: lv_cases_11_0= ruleXCasePart
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0());
}
pushFollow(FOLLOW_75);
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,
"org.eclipse.xtext.xbase.Xbase.XCasePart");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop74;
}
} while (true);
// InternalUISemanticsGrammar.g:4208:3: (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )?
int alt75=2;
int LA75_0 = input.LA(1);
if ( (LA75_0==81) ) {
alt75=1;
}
switch (alt75) {
case 1 :
// InternalUISemanticsGrammar.g:4209:4: otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) )
{
otherlv_12=(Token)match(input,81,FOLLOW_26); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0());
}
otherlv_13=(Token)match(input,32,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1());
}
// InternalUISemanticsGrammar.g:4217:4: ( (lv_default_14_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4218:5: (lv_default_14_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4218:5: (lv_default_14_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4219:6: lv_default_14_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0());
}
pushFollow(FOLLOW_20);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
otherlv_15=(Token)match(input,15,FOLLOW_2); 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 "entryRuleXCasePart"
// InternalUISemanticsGrammar.g:4245:1: entryRuleXCasePart returns [EObject current=null] : iv_ruleXCasePart= ruleXCasePart EOF ;
public final EObject entryRuleXCasePart() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCasePart = null;
try {
// InternalUISemanticsGrammar.g:4245:50: (iv_ruleXCasePart= ruleXCasePart EOF )
// InternalUISemanticsGrammar.g:4246:2: iv_ruleXCasePart= ruleXCasePart EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartRule());
}
pushFollow(FOLLOW_1);
iv_ruleXCasePart=ruleXCasePart();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXCasePart;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXCasePart"
// $ANTLR start "ruleXCasePart"
// InternalUISemanticsGrammar.g:4252: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 {
// InternalUISemanticsGrammar.g:4258: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= ',' ) ) ) ) )
// InternalUISemanticsGrammar.g:4259: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= ',' ) ) ) )
{
// InternalUISemanticsGrammar.g:4259: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= ',' ) ) ) )
// InternalUISemanticsGrammar.g:4260:3: () ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )? (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )? ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) )
{
// InternalUISemanticsGrammar.g:4260:3: ()
// InternalUISemanticsGrammar.g:4261:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXCasePartAccess().getXCasePartAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:4267:3: ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )?
int alt76=2;
int LA76_0 = input.LA(1);
if ( (LA76_0==RULE_ID||LA76_0==57||LA76_0==72) ) {
alt76=1;
}
switch (alt76) {
case 1 :
// InternalUISemanticsGrammar.g:4268:4: (lv_typeGuard_1_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:4268:4: (lv_typeGuard_1_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:4269:5: lv_typeGuard_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0());
}
pushFollow(FOLLOW_76);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
break;
}
// InternalUISemanticsGrammar.g:4286:3: (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )?
int alt77=2;
int LA77_0 = input.LA(1);
if ( (LA77_0==82) ) {
alt77=1;
}
switch (alt77) {
case 1 :
// InternalUISemanticsGrammar.g:4287:4: otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) )
{
otherlv_2=(Token)match(input,82,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXCasePartAccess().getCaseKeyword_2_0());
}
// InternalUISemanticsGrammar.g:4291:4: ( (lv_case_3_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4292:5: (lv_case_3_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4292:5: (lv_case_3_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4293:6: lv_case_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0());
}
pushFollow(FOLLOW_77);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
// InternalUISemanticsGrammar.g:4311:3: ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) )
int alt78=2;
int LA78_0 = input.LA(1);
if ( (LA78_0==32) ) {
alt78=1;
}
else if ( (LA78_0==71) ) {
alt78=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 78, 0, input);
throw nvae;
}
switch (alt78) {
case 1 :
// InternalUISemanticsGrammar.g:4312:4: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) )
{
// InternalUISemanticsGrammar.g:4312:4: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) )
// InternalUISemanticsGrammar.g:4313:5: otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,32,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0());
}
// InternalUISemanticsGrammar.g:4317:5: ( (lv_then_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4318:6: (lv_then_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4318:6: (lv_then_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4319:7: lv_then_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartAccess().getThenXExpressionParserRuleCall_3_0_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:4338:4: ( (lv_fallThrough_6_0= ',' ) )
{
// InternalUISemanticsGrammar.g:4338:4: ( (lv_fallThrough_6_0= ',' ) )
// InternalUISemanticsGrammar.g:4339:5: (lv_fallThrough_6_0= ',' )
{
// InternalUISemanticsGrammar.g:4339:5: (lv_fallThrough_6_0= ',' )
// InternalUISemanticsGrammar.g:4340:6: lv_fallThrough_6_0= ','
{
lv_fallThrough_6_0=(Token)match(input,71,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:4357:1: entryRuleXForLoopExpression returns [EObject current=null] : iv_ruleXForLoopExpression= ruleXForLoopExpression EOF ;
public final EObject entryRuleXForLoopExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXForLoopExpression = null;
try {
// InternalUISemanticsGrammar.g:4357:59: (iv_ruleXForLoopExpression= ruleXForLoopExpression EOF )
// InternalUISemanticsGrammar.g:4358:2: iv_ruleXForLoopExpression= ruleXForLoopExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXForLoopExpression=ruleXForLoopExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXForLoopExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXForLoopExpression"
// $ANTLR start "ruleXForLoopExpression"
// InternalUISemanticsGrammar.g:4364: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 {
// InternalUISemanticsGrammar.g:4370: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 ) ) ) )
// InternalUISemanticsGrammar.g:4371: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 ) ) )
{
// InternalUISemanticsGrammar.g:4371: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 ) ) )
// InternalUISemanticsGrammar.g:4372:3: ( ( ( () '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 ) )
{
// InternalUISemanticsGrammar.g:4372:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) )
// InternalUISemanticsGrammar.g:4373:4: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
{
// InternalUISemanticsGrammar.g:4386:4: ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
// InternalUISemanticsGrammar.g:4387:5: () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':'
{
// InternalUISemanticsGrammar.g:4387:5: ()
// InternalUISemanticsGrammar.g:4388:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,83,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1());
}
otherlv_2=(Token)match(input,72,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2());
}
// InternalUISemanticsGrammar.g:4402:5: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:4403:6: (lv_declaredParam_3_0= ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:4403:6: (lv_declaredParam_3_0= ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:4404:7: lv_declaredParam_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0());
}
pushFollow(FOLLOW_26);
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,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
otherlv_4=(Token)match(input,32,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4());
}
}
}
// InternalUISemanticsGrammar.g:4427:3: ( (lv_forExpression_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4428:4: (lv_forExpression_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4428:4: (lv_forExpression_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4429:5: lv_forExpression_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_58);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
otherlv_6=(Token)match(input,73,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2());
}
// InternalUISemanticsGrammar.g:4450:3: ( (lv_eachExpression_7_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4451:4: (lv_eachExpression_7_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4451:4: (lv_eachExpression_7_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4452:5: lv_eachExpression_7_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXForLoopExpression"
// $ANTLR start "entryRuleXBasicForLoopExpression"
// InternalUISemanticsGrammar.g:4473:1: entryRuleXBasicForLoopExpression returns [EObject current=null] : iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF ;
public final EObject entryRuleXBasicForLoopExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBasicForLoopExpression = null;
try {
// InternalUISemanticsGrammar.g:4473:64: (iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF )
// InternalUISemanticsGrammar.g:4474:2: iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXBasicForLoopExpression=ruleXBasicForLoopExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXBasicForLoopExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXBasicForLoopExpression"
// $ANTLR start "ruleXBasicForLoopExpression"
// InternalUISemanticsGrammar.g:4480: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 {
// InternalUISemanticsGrammar.g:4486: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 ) ) ) )
// InternalUISemanticsGrammar.g:4487: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 ) ) )
{
// InternalUISemanticsGrammar.g:4487: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 ) ) )
// InternalUISemanticsGrammar.g:4488:3: () 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 ) )
{
// InternalUISemanticsGrammar.g:4488:3: ()
// InternalUISemanticsGrammar.g:4489:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,83,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1());
}
otherlv_2=(Token)match(input,72,FOLLOW_78); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalUISemanticsGrammar.g:4503:3: ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )?
int alt80=2;
int LA80_0 = input.LA(1);
if ( ((LA80_0>=RULE_STRING && LA80_0<=RULE_DECIMAL)||LA80_0==14||(LA80_0>=19 && LA80_0<=21)||LA80_0==33||LA80_0==44||(LA80_0>=60 && LA80_0<=61)||LA80_0==65||LA80_0==72||(LA80_0>=74 && LA80_0<=75)||LA80_0==78||LA80_0==80||(LA80_0>=83 && LA80_0<=96)||LA80_0==98) ) {
alt80=1;
}
switch (alt80) {
case 1 :
// InternalUISemanticsGrammar.g:4504:4: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )*
{
// InternalUISemanticsGrammar.g:4504:4: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) )
// InternalUISemanticsGrammar.g:4505:5: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration )
{
// InternalUISemanticsGrammar.g:4505:5: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration )
// InternalUISemanticsGrammar.g:4506:6: lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_79);
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,
"org.eclipse.xtext.xbase.Xbase.XExpressionOrVarDeclaration");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:4523:4: (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )*
loop79:
do {
int alt79=2;
int LA79_0 = input.LA(1);
if ( (LA79_0==71) ) {
alt79=1;
}
switch (alt79) {
case 1 :
// InternalUISemanticsGrammar.g:4524:5: otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) )
{
otherlv_4=(Token)match(input,71,FOLLOW_80); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0());
}
// InternalUISemanticsGrammar.g:4528:5: ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) )
// InternalUISemanticsGrammar.g:4529:6: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration )
{
// InternalUISemanticsGrammar.g:4529:6: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration )
// InternalUISemanticsGrammar.g:4530:7: lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_79);
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,
"org.eclipse.xtext.xbase.Xbase.XExpressionOrVarDeclaration");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop79;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,24,FOLLOW_81); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4());
}
// InternalUISemanticsGrammar.g:4553:3: ( (lv_expression_7_0= ruleXExpression ) )?
int alt81=2;
int LA81_0 = input.LA(1);
if ( ((LA81_0>=RULE_STRING && LA81_0<=RULE_DECIMAL)||LA81_0==14||(LA81_0>=19 && LA81_0<=21)||LA81_0==33||LA81_0==44||(LA81_0>=60 && LA81_0<=61)||LA81_0==65||LA81_0==72||(LA81_0>=74 && LA81_0<=75)||LA81_0==78||LA81_0==80||(LA81_0>=83 && LA81_0<=85)||(LA81_0>=88 && LA81_0<=96)||LA81_0==98) ) {
alt81=1;
}
switch (alt81) {
case 1 :
// InternalUISemanticsGrammar.g:4554:4: (lv_expression_7_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4554:4: (lv_expression_7_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4555:5: lv_expression_7_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_82);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
break;
}
otherlv_8=(Token)match(input,24,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6());
}
// InternalUISemanticsGrammar.g:4576:3: ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )?
int alt83=2;
int LA83_0 = input.LA(1);
if ( ((LA83_0>=RULE_STRING && LA83_0<=RULE_DECIMAL)||LA83_0==14||(LA83_0>=19 && LA83_0<=21)||LA83_0==33||LA83_0==44||(LA83_0>=60 && LA83_0<=61)||LA83_0==65||LA83_0==72||(LA83_0>=74 && LA83_0<=75)||LA83_0==78||LA83_0==80||(LA83_0>=83 && LA83_0<=85)||(LA83_0>=88 && LA83_0<=96)||LA83_0==98) ) {
alt83=1;
}
switch (alt83) {
case 1 :
// InternalUISemanticsGrammar.g:4577:4: ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )*
{
// InternalUISemanticsGrammar.g:4577:4: ( (lv_updateExpressions_9_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4578:5: (lv_updateExpressions_9_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4578:5: (lv_updateExpressions_9_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4579:6: lv_updateExpressions_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0());
}
pushFollow(FOLLOW_59);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:4596:4: (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )*
loop82:
do {
int alt82=2;
int LA82_0 = input.LA(1);
if ( (LA82_0==71) ) {
alt82=1;
}
switch (alt82) {
case 1 :
// InternalUISemanticsGrammar.g:4597:5: otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) )
{
otherlv_10=(Token)match(input,71,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0());
}
// InternalUISemanticsGrammar.g:4601:5: ( (lv_updateExpressions_11_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4602:6: (lv_updateExpressions_11_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4602:6: (lv_updateExpressions_11_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4603:7: lv_updateExpressions_11_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0());
}
pushFollow(FOLLOW_59);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop82;
}
} while (true);
}
break;
}
otherlv_12=(Token)match(input,73,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8());
}
// InternalUISemanticsGrammar.g:4626:3: ( (lv_eachExpression_13_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4627:4: (lv_eachExpression_13_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4627:4: (lv_eachExpression_13_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4628:5: lv_eachExpression_13_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getEachExpressionXExpressionParserRuleCall_9_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXBasicForLoopExpression"
// $ANTLR start "entryRuleXWhileExpression"
// InternalUISemanticsGrammar.g:4649:1: entryRuleXWhileExpression returns [EObject current=null] : iv_ruleXWhileExpression= ruleXWhileExpression EOF ;
public final EObject entryRuleXWhileExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXWhileExpression = null;
try {
// InternalUISemanticsGrammar.g:4649:57: (iv_ruleXWhileExpression= ruleXWhileExpression EOF )
// InternalUISemanticsGrammar.g:4650:2: iv_ruleXWhileExpression= ruleXWhileExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXWhileExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXWhileExpression=ruleXWhileExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXWhileExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXWhileExpression"
// $ANTLR start "ruleXWhileExpression"
// InternalUISemanticsGrammar.g:4656: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 {
// InternalUISemanticsGrammar.g:4662:2: ( ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) )
// InternalUISemanticsGrammar.g:4663:2: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) )
{
// InternalUISemanticsGrammar.g:4663:2: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) )
// InternalUISemanticsGrammar.g:4664:3: () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) )
{
// InternalUISemanticsGrammar.g:4664:3: ()
// InternalUISemanticsGrammar.g:4665:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,84,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1());
}
otherlv_2=(Token)match(input,72,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalUISemanticsGrammar.g:4679:3: ( (lv_predicate_3_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4680:4: (lv_predicate_3_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4680:4: (lv_predicate_3_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4681:5: lv_predicate_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_58);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
otherlv_4=(Token)match(input,73,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4());
}
// InternalUISemanticsGrammar.g:4702:3: ( (lv_body_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4703:4: (lv_body_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4703:4: (lv_body_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4704:5: lv_body_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXWhileExpressionAccess().getBodyXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXWhileExpression"
// $ANTLR start "entryRuleXDoWhileExpression"
// InternalUISemanticsGrammar.g:4725:1: entryRuleXDoWhileExpression returns [EObject current=null] : iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF ;
public final EObject entryRuleXDoWhileExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXDoWhileExpression = null;
try {
// InternalUISemanticsGrammar.g:4725:59: (iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF )
// InternalUISemanticsGrammar.g:4726:2: iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXDoWhileExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXDoWhileExpression=ruleXDoWhileExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXDoWhileExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXDoWhileExpression"
// $ANTLR start "ruleXDoWhileExpression"
// InternalUISemanticsGrammar.g:4732: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 {
// InternalUISemanticsGrammar.g:4738:2: ( ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) )
// InternalUISemanticsGrammar.g:4739:2: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' )
{
// InternalUISemanticsGrammar.g:4739:2: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' )
// InternalUISemanticsGrammar.g:4740:3: () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')'
{
// InternalUISemanticsGrammar.g:4740:3: ()
// InternalUISemanticsGrammar.g:4741:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,85,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1());
}
// InternalUISemanticsGrammar.g:4751:3: ( (lv_body_2_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4752:4: (lv_body_2_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4752:4: (lv_body_2_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4753:5: lv_body_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_84);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
otherlv_3=(Token)match(input,84,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3());
}
otherlv_4=(Token)match(input,72,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4());
}
// InternalUISemanticsGrammar.g:4778:3: ( (lv_predicate_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4779:4: (lv_predicate_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4779:4: (lv_predicate_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:4780:5: lv_predicate_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_58);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
otherlv_6=(Token)match(input,73,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:4805:1: entryRuleXBlockExpression returns [EObject current=null] : iv_ruleXBlockExpression= ruleXBlockExpression EOF ;
public final EObject entryRuleXBlockExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBlockExpression = null;
try {
// InternalUISemanticsGrammar.g:4805:57: (iv_ruleXBlockExpression= ruleXBlockExpression EOF )
// InternalUISemanticsGrammar.g:4806:2: iv_ruleXBlockExpression= ruleXBlockExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBlockExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXBlockExpression=ruleXBlockExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXBlockExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXBlockExpression"
// $ANTLR start "ruleXBlockExpression"
// InternalUISemanticsGrammar.g:4812: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 {
// InternalUISemanticsGrammar.g:4818:2: ( ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) )
// InternalUISemanticsGrammar.g:4819:2: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' )
{
// InternalUISemanticsGrammar.g:4819:2: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' )
// InternalUISemanticsGrammar.g:4820:3: () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}'
{
// InternalUISemanticsGrammar.g:4820:3: ()
// InternalUISemanticsGrammar.g:4821:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,14,FOLLOW_85); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1());
}
// InternalUISemanticsGrammar.g:4831:3: ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )*
loop85:
do {
int alt85=2;
int LA85_0 = input.LA(1);
if ( ((LA85_0>=RULE_STRING && LA85_0<=RULE_DECIMAL)||LA85_0==14||(LA85_0>=19 && LA85_0<=21)||LA85_0==33||LA85_0==44||(LA85_0>=60 && LA85_0<=61)||LA85_0==65||LA85_0==72||(LA85_0>=74 && LA85_0<=75)||LA85_0==78||LA85_0==80||(LA85_0>=83 && LA85_0<=96)||LA85_0==98) ) {
alt85=1;
}
switch (alt85) {
case 1 :
// InternalUISemanticsGrammar.g:4832:4: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )?
{
// InternalUISemanticsGrammar.g:4832:4: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) )
// InternalUISemanticsGrammar.g:4833:5: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration )
{
// InternalUISemanticsGrammar.g:4833:5: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration )
// InternalUISemanticsGrammar.g:4834:6: lv_expressions_2_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0());
}
pushFollow(FOLLOW_86);
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,
"org.eclipse.xtext.xbase.Xbase.XExpressionOrVarDeclaration");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:4851:4: (otherlv_3= ';' )?
int alt84=2;
int LA84_0 = input.LA(1);
if ( (LA84_0==24) ) {
alt84=1;
}
switch (alt84) {
case 1 :
// InternalUISemanticsGrammar.g:4852:5: otherlv_3= ';'
{
otherlv_3=(Token)match(input,24,FOLLOW_85); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1());
}
}
break;
}
}
break;
default :
break loop85;
}
} while (true);
otherlv_4=(Token)match(input,15,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:4866:1: entryRuleXExpressionOrVarDeclaration returns [EObject current=null] : iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF ;
public final EObject entryRuleXExpressionOrVarDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpressionOrVarDeclaration = null;
try {
// InternalUISemanticsGrammar.g:4866:68: (iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF )
// InternalUISemanticsGrammar.g:4867:2: iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionOrVarDeclarationRule());
}
pushFollow(FOLLOW_1);
iv_ruleXExpressionOrVarDeclaration=ruleXExpressionOrVarDeclaration();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXExpressionOrVarDeclaration;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXExpressionOrVarDeclaration"
// $ANTLR start "ruleXExpressionOrVarDeclaration"
// InternalUISemanticsGrammar.g:4873:1: ruleXExpressionOrVarDeclaration returns [EObject current=null] : (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 {
// InternalUISemanticsGrammar.g:4879:2: ( (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression ) )
// InternalUISemanticsGrammar.g:4880:2: (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression )
{
// InternalUISemanticsGrammar.g:4880:2: (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression )
int alt86=2;
int LA86_0 = input.LA(1);
if ( ((LA86_0>=86 && LA86_0<=87)) ) {
alt86=1;
}
else if ( ((LA86_0>=RULE_STRING && LA86_0<=RULE_DECIMAL)||LA86_0==14||(LA86_0>=19 && LA86_0<=21)||LA86_0==33||LA86_0==44||(LA86_0>=60 && LA86_0<=61)||LA86_0==65||LA86_0==72||(LA86_0>=74 && LA86_0<=75)||LA86_0==78||LA86_0==80||(LA86_0>=83 && LA86_0<=85)||(LA86_0>=88 && LA86_0<=96)||LA86_0==98) ) {
alt86=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 86, 0, input);
throw nvae;
}
switch (alt86) {
case 1 :
// InternalUISemanticsGrammar.g:4881:3: this_XVariableDeclaration_0= ruleXVariableDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionOrVarDeclarationAccess().getXVariableDeclarationParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_XVariableDeclaration_0=ruleXVariableDeclaration();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XVariableDeclaration_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:4890:3: this_XExpression_1= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionOrVarDeclarationAccess().getXExpressionParserRuleCall_1());
}
pushFollow(FOLLOW_2);
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 "entryRuleXVariableDeclaration"
// InternalUISemanticsGrammar.g:4902:1: entryRuleXVariableDeclaration returns [EObject current=null] : iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF ;
public final EObject entryRuleXVariableDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXVariableDeclaration = null;
try {
// InternalUISemanticsGrammar.g:4902:61: (iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF )
// InternalUISemanticsGrammar.g:4903:2: iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationRule());
}
pushFollow(FOLLOW_1);
iv_ruleXVariableDeclaration=ruleXVariableDeclaration();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXVariableDeclaration;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXVariableDeclaration"
// $ANTLR start "ruleXVariableDeclaration"
// InternalUISemanticsGrammar.g:4909:1: ruleXVariableDeclaration returns [EObject current=null] : ( () ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) ) | ( (lv_name_5_0= ruleValidID ) ) ) (otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) ) )? ) ;
public final EObject ruleXVariableDeclaration() throws RecognitionException {
EObject current = null;
Token lv_writeable_1_0=null;
Token otherlv_2=null;
Token otherlv_6=null;
EObject lv_type_3_0 = null;
AntlrDatatypeRuleToken lv_name_4_0 = null;
AntlrDatatypeRuleToken lv_name_5_0 = null;
EObject lv_right_7_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:4915:2: ( ( () ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) ) | ( (lv_name_5_0= ruleValidID ) ) ) (otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) ) )? ) )
// InternalUISemanticsGrammar.g:4916:2: ( () ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) ) | ( (lv_name_5_0= ruleValidID ) ) ) (otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) ) )? )
{
// InternalUISemanticsGrammar.g:4916:2: ( () ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) ) | ( (lv_name_5_0= ruleValidID ) ) ) (otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) ) )? )
// InternalUISemanticsGrammar.g:4917:3: () ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' ) ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) ) | ( (lv_name_5_0= ruleValidID ) ) ) (otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) ) )?
{
// InternalUISemanticsGrammar.g:4917:3: ()
// InternalUISemanticsGrammar.g:4918:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXVariableDeclarationAccess().getXVariableDeclarationAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:4924:3: ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' )
int alt87=2;
int LA87_0 = input.LA(1);
if ( (LA87_0==86) ) {
alt87=1;
}
else if ( (LA87_0==87) ) {
alt87=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 87, 0, input);
throw nvae;
}
switch (alt87) {
case 1 :
// InternalUISemanticsGrammar.g:4925:4: ( (lv_writeable_1_0= 'var' ) )
{
// InternalUISemanticsGrammar.g:4925:4: ( (lv_writeable_1_0= 'var' ) )
// InternalUISemanticsGrammar.g:4926:5: (lv_writeable_1_0= 'var' )
{
// InternalUISemanticsGrammar.g:4926:5: (lv_writeable_1_0= 'var' )
// InternalUISemanticsGrammar.g:4927:6: lv_writeable_1_0= 'var'
{
lv_writeable_1_0=(Token)match(input,86,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_writeable_1_0, grammarAccess.getXVariableDeclarationAccess().getWriteableVarKeyword_1_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXVariableDeclarationRule());
}
setWithLastConsumed(current, "writeable", true, "var");
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:4940:4: otherlv_2= 'val'
{
otherlv_2=(Token)match(input,87,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXVariableDeclarationAccess().getValKeyword_1_1());
}
}
break;
}
// InternalUISemanticsGrammar.g:4945:3: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) ) | ( (lv_name_5_0= ruleValidID ) ) )
int alt88=2;
int LA88_0 = input.LA(1);
if ( (LA88_0==RULE_ID) ) {
int LA88_1 = input.LA(2);
if ( (synpred29_InternalUISemanticsGrammar()) ) {
alt88=1;
}
else if ( (true) ) {
alt88=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 88, 1, input);
throw nvae;
}
}
else if ( (LA88_0==72) && (synpred29_InternalUISemanticsGrammar())) {
alt88=1;
}
else if ( (LA88_0==57) && (synpred29_InternalUISemanticsGrammar())) {
alt88=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 88, 0, input);
throw nvae;
}
switch (alt88) {
case 1 :
// InternalUISemanticsGrammar.g:4946:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) )
{
// InternalUISemanticsGrammar.g:4946:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) )
// InternalUISemanticsGrammar.g:4947:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) )
{
// InternalUISemanticsGrammar.g:4960:5: ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) )
// InternalUISemanticsGrammar.g:4961:6: ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) )
{
// InternalUISemanticsGrammar.g:4961:6: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:4962:7: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:4962:7: (lv_type_3_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:4963:8: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_0_0_0());
}
pushFollow(FOLLOW_16);
lv_type_3_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_3_0,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:4980:6: ( (lv_name_4_0= ruleValidID ) )
// InternalUISemanticsGrammar.g:4981:7: (lv_name_4_0= ruleValidID )
{
// InternalUISemanticsGrammar.g:4981:7: (lv_name_4_0= ruleValidID )
// InternalUISemanticsGrammar.g:4982:8: lv_name_4_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_0_0_1_0());
}
pushFollow(FOLLOW_87);
lv_name_4_0=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXVariableDeclarationRule());
}
set(
current,
"name",
lv_name_4_0,
"org.eclipse.xtext.xbase.Xtype.ValidID");
afterParserOrEnumRuleCall();
}
}
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:5002:4: ( (lv_name_5_0= ruleValidID ) )
{
// InternalUISemanticsGrammar.g:5002:4: ( (lv_name_5_0= ruleValidID ) )
// InternalUISemanticsGrammar.g:5003:5: (lv_name_5_0= ruleValidID )
{
// InternalUISemanticsGrammar.g:5003:5: (lv_name_5_0= ruleValidID )
// InternalUISemanticsGrammar.g:5004:6: lv_name_5_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_1_0());
}
pushFollow(FOLLOW_87);
lv_name_5_0=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXVariableDeclarationRule());
}
set(
current,
"name",
lv_name_5_0,
"org.eclipse.xtext.xbase.Xtype.ValidID");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
// InternalUISemanticsGrammar.g:5022:3: (otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) ) )?
int alt89=2;
int LA89_0 = input.LA(1);
if ( (LA89_0==38) ) {
alt89=1;
}
switch (alt89) {
case 1 :
// InternalUISemanticsGrammar.g:5023:4: otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) )
{
otherlv_6=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_3_0());
}
// InternalUISemanticsGrammar.g:5027:4: ( (lv_right_7_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:5028:5: (lv_right_7_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:5028:5: (lv_right_7_0= ruleXExpression )
// InternalUISemanticsGrammar.g:5029:6: lv_right_7_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getRightXExpressionParserRuleCall_3_1_0());
}
pushFollow(FOLLOW_2);
lv_right_7_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_7_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXVariableDeclaration"
// $ANTLR start "entryRuleJvmFormalParameter"
// InternalUISemanticsGrammar.g:5051:1: entryRuleJvmFormalParameter returns [EObject current=null] : iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF ;
public final EObject entryRuleJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmFormalParameter = null;
try {
// InternalUISemanticsGrammar.g:5051:59: (iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF )
// InternalUISemanticsGrammar.g:5052:2: iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmFormalParameterRule());
}
pushFollow(FOLLOW_1);
iv_ruleJvmFormalParameter=ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleJvmFormalParameter;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleJvmFormalParameter"
// $ANTLR start "ruleJvmFormalParameter"
// InternalUISemanticsGrammar.g:5058:1: ruleJvmFormalParameter returns [EObject current=null] : ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) ) ;
public final EObject ruleJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject lv_parameterType_0_0 = null;
AntlrDatatypeRuleToken lv_name_1_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:5064:2: ( ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) ) )
// InternalUISemanticsGrammar.g:5065:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) )
{
// InternalUISemanticsGrammar.g:5065:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) )
// InternalUISemanticsGrammar.g:5066:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) )
{
// InternalUISemanticsGrammar.g:5066:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )?
int alt90=2;
int LA90_0 = input.LA(1);
if ( (LA90_0==RULE_ID) ) {
int LA90_1 = input.LA(2);
if ( (LA90_1==RULE_ID||LA90_1==44||LA90_1==68||LA90_1==75) ) {
alt90=1;
}
}
else if ( (LA90_0==57||LA90_0==72) ) {
alt90=1;
}
switch (alt90) {
case 1 :
// InternalUISemanticsGrammar.g:5067:4: (lv_parameterType_0_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:5067:4: (lv_parameterType_0_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:5068:5: lv_parameterType_0_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0());
}
pushFollow(FOLLOW_16);
lv_parameterType_0_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_0_0,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
break;
}
// InternalUISemanticsGrammar.g:5085:3: ( (lv_name_1_0= ruleValidID ) )
// InternalUISemanticsGrammar.g:5086:4: (lv_name_1_0= ruleValidID )
{
// InternalUISemanticsGrammar.g:5086:4: (lv_name_1_0= ruleValidID )
// InternalUISemanticsGrammar.g:5087:5: lv_name_1_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_name_1_0=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getJvmFormalParameterRule());
}
set(
current,
"name",
lv_name_1_0,
"org.eclipse.xtext.xbase.Xtype.ValidID");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmFormalParameter"
// $ANTLR start "entryRuleFullJvmFormalParameter"
// InternalUISemanticsGrammar.g:5108:1: entryRuleFullJvmFormalParameter returns [EObject current=null] : iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF ;
public final EObject entryRuleFullJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject iv_ruleFullJvmFormalParameter = null;
try {
// InternalUISemanticsGrammar.g:5108:63: (iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF )
// InternalUISemanticsGrammar.g:5109:2: iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFullJvmFormalParameterRule());
}
pushFollow(FOLLOW_1);
iv_ruleFullJvmFormalParameter=ruleFullJvmFormalParameter();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleFullJvmFormalParameter;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleFullJvmFormalParameter"
// $ANTLR start "ruleFullJvmFormalParameter"
// InternalUISemanticsGrammar.g:5115:1: ruleFullJvmFormalParameter returns [EObject current=null] : ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) ) ;
public final EObject ruleFullJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject lv_parameterType_0_0 = null;
AntlrDatatypeRuleToken lv_name_1_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:5121:2: ( ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) ) )
// InternalUISemanticsGrammar.g:5122:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) )
{
// InternalUISemanticsGrammar.g:5122:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) )
// InternalUISemanticsGrammar.g:5123:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) )
{
// InternalUISemanticsGrammar.g:5123:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:5124:4: (lv_parameterType_0_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:5124:4: (lv_parameterType_0_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:5125:5: lv_parameterType_0_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0());
}
pushFollow(FOLLOW_16);
lv_parameterType_0_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_0_0,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:5142:3: ( (lv_name_1_0= ruleValidID ) )
// InternalUISemanticsGrammar.g:5143:4: (lv_name_1_0= ruleValidID )
{
// InternalUISemanticsGrammar.g:5143:4: (lv_name_1_0= ruleValidID )
// InternalUISemanticsGrammar.g:5144:5: lv_name_1_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFullJvmFormalParameterAccess().getNameValidIDParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_name_1_0=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getFullJvmFormalParameterRule());
}
set(
current,
"name",
lv_name_1_0,
"org.eclipse.xtext.xbase.Xtype.ValidID");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleFullJvmFormalParameter"
// $ANTLR start "entryRuleXFeatureCall"
// InternalUISemanticsGrammar.g:5165:1: entryRuleXFeatureCall returns [EObject current=null] : iv_ruleXFeatureCall= ruleXFeatureCall EOF ;
public final EObject entryRuleXFeatureCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXFeatureCall = null;
try {
// InternalUISemanticsGrammar.g:5165:53: (iv_ruleXFeatureCall= ruleXFeatureCall EOF )
// InternalUISemanticsGrammar.g:5166:2: iv_ruleXFeatureCall= ruleXFeatureCall EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallRule());
}
pushFollow(FOLLOW_1);
iv_ruleXFeatureCall=ruleXFeatureCall();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXFeatureCall;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXFeatureCall"
// $ANTLR start "ruleXFeatureCall"
// InternalUISemanticsGrammar.g:5172: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 {
// InternalUISemanticsGrammar.g:5178: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 ) )? ) )
// InternalUISemanticsGrammar.g:5179: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 ) )? )
{
// InternalUISemanticsGrammar.g:5179: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 ) )? )
// InternalUISemanticsGrammar.g:5180:3: () (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 ) )?
{
// InternalUISemanticsGrammar.g:5180:3: ()
// InternalUISemanticsGrammar.g:5181:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:5187:3: (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )?
int alt92=2;
int LA92_0 = input.LA(1);
if ( (LA92_0==44) ) {
alt92=1;
}
switch (alt92) {
case 1 :
// InternalUISemanticsGrammar.g:5188:4: otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>'
{
otherlv_1=(Token)match(input,44,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0());
}
// InternalUISemanticsGrammar.g:5192:4: ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:5193:5: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:5193:5: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:5194:6: lv_typeArguments_2_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_55);
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,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:5211:4: (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )*
loop91:
do {
int alt91=2;
int LA91_0 = input.LA(1);
if ( (LA91_0==71) ) {
alt91=1;
}
switch (alt91) {
case 1 :
// InternalUISemanticsGrammar.g:5212:5: otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
{
otherlv_3=(Token)match(input,71,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0());
}
// InternalUISemanticsGrammar.g:5216:5: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:5217:6: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:5217:6: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:5218:7: lv_typeArguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0());
}
pushFollow(FOLLOW_55);
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,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop91;
}
} while (true);
otherlv_5=(Token)match(input,45,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3());
}
}
break;
}
// InternalUISemanticsGrammar.g:5241:3: ( ( ruleIdOrSuper ) )
// InternalUISemanticsGrammar.g:5242:4: ( ruleIdOrSuper )
{
// InternalUISemanticsGrammar.g:5242:4: ( ruleIdOrSuper )
// InternalUISemanticsGrammar.g:5243:5: ruleIdOrSuper
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXFeatureCallRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_2_0());
}
pushFollow(FOLLOW_88);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:5257: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= ')' )?
int alt95=2;
alt95 = dfa95.predict(input);
switch (alt95) {
case 1 :
// InternalUISemanticsGrammar.g:5258:4: ( ( ( '(' ) )=> (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= ')'
{
// InternalUISemanticsGrammar.g:5258:4: ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) )
// InternalUISemanticsGrammar.g:5259:5: ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' )
{
// InternalUISemanticsGrammar.g:5263:5: (lv_explicitOperationCall_7_0= '(' )
// InternalUISemanticsGrammar.g:5264:6: lv_explicitOperationCall_7_0= '('
{
lv_explicitOperationCall_7_0=(Token)match(input,72,FOLLOW_57); 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, "(");
}
}
}
// InternalUISemanticsGrammar.g:5276:4: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )?
int alt94=3;
alt94 = dfa94.predict(input);
switch (alt94) {
case 1 :
// InternalUISemanticsGrammar.g:5277:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) )
{
// InternalUISemanticsGrammar.g:5277:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) )
// InternalUISemanticsGrammar.g:5278:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure )
{
// InternalUISemanticsGrammar.g:5303:6: (lv_featureCallArguments_8_0= ruleXShortClosure )
// InternalUISemanticsGrammar.g:5304:7: lv_featureCallArguments_8_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0());
}
pushFollow(FOLLOW_58);
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,
"org.eclipse.xtext.xbase.Xbase.XShortClosure");
afterParserOrEnumRuleCall();
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:5322:5: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* )
{
// InternalUISemanticsGrammar.g:5322:5: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* )
// InternalUISemanticsGrammar.g:5323:6: ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )*
{
// InternalUISemanticsGrammar.g:5323:6: ( (lv_featureCallArguments_9_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:5324:7: (lv_featureCallArguments_9_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:5324:7: (lv_featureCallArguments_9_0= ruleXExpression )
// InternalUISemanticsGrammar.g:5325:8: lv_featureCallArguments_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0());
}
pushFollow(FOLLOW_59);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:5342:6: (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )*
loop93:
do {
int alt93=2;
int LA93_0 = input.LA(1);
if ( (LA93_0==71) ) {
alt93=1;
}
switch (alt93) {
case 1 :
// InternalUISemanticsGrammar.g:5343:7: otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) )
{
otherlv_10=(Token)match(input,71,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0());
}
// InternalUISemanticsGrammar.g:5347:7: ( (lv_featureCallArguments_11_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:5348:8: (lv_featureCallArguments_11_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:5348:8: (lv_featureCallArguments_11_0= ruleXExpression )
// InternalUISemanticsGrammar.g:5349:9: lv_featureCallArguments_11_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0());
}
pushFollow(FOLLOW_59);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop93;
}
} while (true);
}
}
break;
}
otherlv_12=(Token)match(input,73,FOLLOW_89); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2());
}
}
break;
}
// InternalUISemanticsGrammar.g:5374:3: ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )?
int alt96=2;
alt96 = dfa96.predict(input);
switch (alt96) {
case 1 :
// InternalUISemanticsGrammar.g:5375:4: ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure )
{
// InternalUISemanticsGrammar.g:5381:4: (lv_featureCallArguments_13_0= ruleXClosure )
// InternalUISemanticsGrammar.g:5382:5: lv_featureCallArguments_13_0= ruleXClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXClosureParserRuleCall_4_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XClosure");
afterParserOrEnumRuleCall();
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXFeatureCall"
// $ANTLR start "entryRuleFeatureCallID"
// InternalUISemanticsGrammar.g:5403:1: entryRuleFeatureCallID returns [String current=null] : iv_ruleFeatureCallID= ruleFeatureCallID EOF ;
public final String entryRuleFeatureCallID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleFeatureCallID = null;
try {
// InternalUISemanticsGrammar.g:5403:53: (iv_ruleFeatureCallID= ruleFeatureCallID EOF )
// InternalUISemanticsGrammar.g:5404:2: iv_ruleFeatureCallID= ruleFeatureCallID EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFeatureCallIDRule());
}
pushFollow(FOLLOW_1);
iv_ruleFeatureCallID=ruleFeatureCallID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleFeatureCallID.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleFeatureCallID"
// $ANTLR start "ruleFeatureCallID"
// InternalUISemanticsGrammar.g:5410:1: ruleFeatureCallID returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' ) ;
public final AntlrDatatypeRuleToken ruleFeatureCallID() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
AntlrDatatypeRuleToken this_ValidID_0 = null;
enterRule();
try {
// InternalUISemanticsGrammar.g:5416:2: ( (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' ) )
// InternalUISemanticsGrammar.g:5417:2: (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' )
{
// InternalUISemanticsGrammar.g:5417:2: (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' )
int alt97=5;
switch ( input.LA(1) ) {
case RULE_ID:
{
alt97=1;
}
break;
case 33:
{
alt97=2;
}
break;
case 20:
{
alt97=3;
}
break;
case 19:
{
alt97=4;
}
break;
case 21:
{
alt97=5;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 97, 0, input);
throw nvae;
}
switch (alt97) {
case 1 :
// InternalUISemanticsGrammar.g:5418:3: this_ValidID_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFeatureCallIDAccess().getValidIDParserRuleCall_0());
}
pushFollow(FOLLOW_2);
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 :
// InternalUISemanticsGrammar.g:5429:3: kw= 'extends'
{
kw=(Token)match(input,33,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getExtendsKeyword_1());
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:5435:3: kw= 'static'
{
kw=(Token)match(input,20,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getStaticKeyword_2());
}
}
break;
case 4 :
// InternalUISemanticsGrammar.g:5441:3: kw= 'import'
{
kw=(Token)match(input,19,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getImportKeyword_3());
}
}
break;
case 5 :
// InternalUISemanticsGrammar.g:5447:3: kw= 'extension'
{
kw=(Token)match(input,21,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getExtensionKeyword_4());
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleFeatureCallID"
// $ANTLR start "entryRuleIdOrSuper"
// InternalUISemanticsGrammar.g:5456:1: entryRuleIdOrSuper returns [String current=null] : iv_ruleIdOrSuper= ruleIdOrSuper EOF ;
public final String entryRuleIdOrSuper() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleIdOrSuper = null;
try {
// InternalUISemanticsGrammar.g:5456:49: (iv_ruleIdOrSuper= ruleIdOrSuper EOF )
// InternalUISemanticsGrammar.g:5457:2: iv_ruleIdOrSuper= ruleIdOrSuper EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getIdOrSuperRule());
}
pushFollow(FOLLOW_1);
iv_ruleIdOrSuper=ruleIdOrSuper();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleIdOrSuper.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleIdOrSuper"
// $ANTLR start "ruleIdOrSuper"
// InternalUISemanticsGrammar.g:5463: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 {
// InternalUISemanticsGrammar.g:5469:2: ( (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) )
// InternalUISemanticsGrammar.g:5470:2: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' )
{
// InternalUISemanticsGrammar.g:5470:2: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' )
int alt98=2;
int LA98_0 = input.LA(1);
if ( (LA98_0==RULE_ID||(LA98_0>=19 && LA98_0<=21)||LA98_0==33) ) {
alt98=1;
}
else if ( (LA98_0==88) ) {
alt98=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 98, 0, input);
throw nvae;
}
switch (alt98) {
case 1 :
// InternalUISemanticsGrammar.g:5471:3: this_FeatureCallID_0= ruleFeatureCallID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getIdOrSuperAccess().getFeatureCallIDParserRuleCall_0());
}
pushFollow(FOLLOW_2);
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 :
// InternalUISemanticsGrammar.g:5482:3: kw= 'super'
{
kw=(Token)match(input,88,FOLLOW_2); 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 "entryRuleXConstructorCall"
// InternalUISemanticsGrammar.g:5491:1: entryRuleXConstructorCall returns [EObject current=null] : iv_ruleXConstructorCall= ruleXConstructorCall EOF ;
public final EObject entryRuleXConstructorCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXConstructorCall = null;
try {
// InternalUISemanticsGrammar.g:5491:57: (iv_ruleXConstructorCall= ruleXConstructorCall EOF )
// InternalUISemanticsGrammar.g:5492:2: iv_ruleXConstructorCall= ruleXConstructorCall EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallRule());
}
pushFollow(FOLLOW_1);
iv_ruleXConstructorCall=ruleXConstructorCall();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXConstructorCall;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXConstructorCall"
// $ANTLR start "ruleXConstructorCall"
// InternalUISemanticsGrammar.g:5498:1: ruleXConstructorCall 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 ruleXConstructorCall() 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 {
// InternalUISemanticsGrammar.g:5504: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 ) )? ) )
// InternalUISemanticsGrammar.g:5505: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 ) )? )
{
// InternalUISemanticsGrammar.g:5505: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 ) )? )
// InternalUISemanticsGrammar.g:5506:3: () 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 ) )?
{
// InternalUISemanticsGrammar.g:5506:3: ()
// InternalUISemanticsGrammar.g:5507:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXConstructorCallAccess().getXConstructorCallAction_0(),
current);
}
}
otherlv_1=(Token)match(input,89,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXConstructorCallAccess().getNewKeyword_1());
}
// InternalUISemanticsGrammar.g:5517:3: ( ( ruleQualifiedName ) )
// InternalUISemanticsGrammar.g:5518:4: ( ruleQualifiedName )
{
// InternalUISemanticsGrammar.g:5518:4: ( ruleQualifiedName )
// InternalUISemanticsGrammar.g:5519:5: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXConstructorCallRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorCrossReference_2_0());
}
pushFollow(FOLLOW_90);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:5533:3: ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )?
int alt100=2;
alt100 = dfa100.predict(input);
switch (alt100) {
case 1 :
// InternalUISemanticsGrammar.g:5534:4: ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>'
{
// InternalUISemanticsGrammar.g:5534:4: ( ( '<' )=>otherlv_3= '<' )
// InternalUISemanticsGrammar.g:5535:5: ( '<' )=>otherlv_3= '<'
{
otherlv_3=(Token)match(input,44,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXConstructorCallAccess().getLessThanSignKeyword_3_0());
}
}
// InternalUISemanticsGrammar.g:5541:4: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:5542:5: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:5542:5: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:5543:6: lv_typeArguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0());
}
pushFollow(FOLLOW_55);
lv_typeArguments_4_0=ruleJvmArgumentTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXConstructorCallRule());
}
add(
current,
"typeArguments",
lv_typeArguments_4_0,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:5560:4: (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )*
loop99:
do {
int alt99=2;
int LA99_0 = input.LA(1);
if ( (LA99_0==71) ) {
alt99=1;
}
switch (alt99) {
case 1 :
// InternalUISemanticsGrammar.g:5561:5: otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) )
{
otherlv_5=(Token)match(input,71,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXConstructorCallAccess().getCommaKeyword_3_2_0());
}
// InternalUISemanticsGrammar.g:5565:5: ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:5566:6: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:5566:6: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:5567:7: lv_typeArguments_6_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0());
}
pushFollow(FOLLOW_55);
lv_typeArguments_6_0=ruleJvmArgumentTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXConstructorCallRule());
}
add(
current,
"typeArguments",
lv_typeArguments_6_0,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop99;
}
} while (true);
otherlv_7=(Token)match(input,45,FOLLOW_88); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getXConstructorCallAccess().getGreaterThanSignKeyword_3_3());
}
}
break;
}
// InternalUISemanticsGrammar.g:5590: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 alt103=2;
alt103 = dfa103.predict(input);
switch (alt103) {
case 1 :
// InternalUISemanticsGrammar.g:5591: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= ')'
{
// InternalUISemanticsGrammar.g:5591:4: ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) )
// InternalUISemanticsGrammar.g:5592:5: ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' )
{
// InternalUISemanticsGrammar.g:5596:5: (lv_explicitConstructorCall_8_0= '(' )
// InternalUISemanticsGrammar.g:5597:6: lv_explicitConstructorCall_8_0= '('
{
lv_explicitConstructorCall_8_0=(Token)match(input,72,FOLLOW_57); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_explicitConstructorCall_8_0, grammarAccess.getXConstructorCallAccess().getExplicitConstructorCallLeftParenthesisKeyword_4_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXConstructorCallRule());
}
setWithLastConsumed(current, "explicitConstructorCall", true, "(");
}
}
}
// InternalUISemanticsGrammar.g:5609:4: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )?
int alt102=3;
alt102 = dfa102.predict(input);
switch (alt102) {
case 1 :
// InternalUISemanticsGrammar.g:5610:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) )
{
// InternalUISemanticsGrammar.g:5610:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) )
// InternalUISemanticsGrammar.g:5611:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure )
{
// InternalUISemanticsGrammar.g:5636:6: (lv_arguments_9_0= ruleXShortClosure )
// InternalUISemanticsGrammar.g:5637:7: lv_arguments_9_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0());
}
pushFollow(FOLLOW_58);
lv_arguments_9_0=ruleXShortClosure();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXConstructorCallRule());
}
add(
current,
"arguments",
lv_arguments_9_0,
"org.eclipse.xtext.xbase.Xbase.XShortClosure");
afterParserOrEnumRuleCall();
}
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:5655:5: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* )
{
// InternalUISemanticsGrammar.g:5655:5: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* )
// InternalUISemanticsGrammar.g:5656:6: ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )*
{
// InternalUISemanticsGrammar.g:5656:6: ( (lv_arguments_10_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:5657:7: (lv_arguments_10_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:5657:7: (lv_arguments_10_0= ruleXExpression )
// InternalUISemanticsGrammar.g:5658:8: lv_arguments_10_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0());
}
pushFollow(FOLLOW_59);
lv_arguments_10_0=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXConstructorCallRule());
}
add(
current,
"arguments",
lv_arguments_10_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:5675:6: (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )*
loop101:
do {
int alt101=2;
int LA101_0 = input.LA(1);
if ( (LA101_0==71) ) {
alt101=1;
}
switch (alt101) {
case 1 :
// InternalUISemanticsGrammar.g:5676:7: otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) )
{
otherlv_11=(Token)match(input,71,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXConstructorCallAccess().getCommaKeyword_4_1_1_1_0());
}
// InternalUISemanticsGrammar.g:5680:7: ( (lv_arguments_12_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:5681:8: (lv_arguments_12_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:5681:8: (lv_arguments_12_0= ruleXExpression )
// InternalUISemanticsGrammar.g:5682:9: lv_arguments_12_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0());
}
pushFollow(FOLLOW_59);
lv_arguments_12_0=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXConstructorCallRule());
}
add(
current,
"arguments",
lv_arguments_12_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop101;
}
} while (true);
}
}
break;
}
otherlv_13=(Token)match(input,73,FOLLOW_89); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXConstructorCallAccess().getRightParenthesisKeyword_4_2());
}
}
break;
}
// InternalUISemanticsGrammar.g:5707:3: ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )?
int alt104=2;
alt104 = dfa104.predict(input);
switch (alt104) {
case 1 :
// InternalUISemanticsGrammar.g:5708:4: ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure )
{
// InternalUISemanticsGrammar.g:5714:4: (lv_arguments_14_0= ruleXClosure )
// InternalUISemanticsGrammar.g:5715:5: lv_arguments_14_0= ruleXClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXClosureParserRuleCall_5_0());
}
pushFollow(FOLLOW_2);
lv_arguments_14_0=ruleXClosure();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXConstructorCallRule());
}
add(
current,
"arguments",
lv_arguments_14_0,
"org.eclipse.xtext.xbase.Xbase.XClosure");
afterParserOrEnumRuleCall();
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXConstructorCall"
// $ANTLR start "entryRuleXBooleanLiteral"
// InternalUISemanticsGrammar.g:5736:1: entryRuleXBooleanLiteral returns [EObject current=null] : iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF ;
public final EObject entryRuleXBooleanLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBooleanLiteral = null;
try {
// InternalUISemanticsGrammar.g:5736:56: (iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF )
// InternalUISemanticsGrammar.g:5737:2: iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBooleanLiteralRule());
}
pushFollow(FOLLOW_1);
iv_ruleXBooleanLiteral=ruleXBooleanLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXBooleanLiteral;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXBooleanLiteral"
// $ANTLR start "ruleXBooleanLiteral"
// InternalUISemanticsGrammar.g:5743: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 {
// InternalUISemanticsGrammar.g:5749:2: ( ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) )
// InternalUISemanticsGrammar.g:5750:2: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
{
// InternalUISemanticsGrammar.g:5750:2: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
// InternalUISemanticsGrammar.g:5751:3: () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
{
// InternalUISemanticsGrammar.g:5751:3: ()
// InternalUISemanticsGrammar.g:5752:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:5758:3: (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
int alt105=2;
int LA105_0 = input.LA(1);
if ( (LA105_0==90) ) {
alt105=1;
}
else if ( (LA105_0==91) ) {
alt105=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 105, 0, input);
throw nvae;
}
switch (alt105) {
case 1 :
// InternalUISemanticsGrammar.g:5759:4: otherlv_1= 'false'
{
otherlv_1=(Token)match(input,90,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0());
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:5764:4: ( (lv_isTrue_2_0= 'true' ) )
{
// InternalUISemanticsGrammar.g:5764:4: ( (lv_isTrue_2_0= 'true' ) )
// InternalUISemanticsGrammar.g:5765:5: (lv_isTrue_2_0= 'true' )
{
// InternalUISemanticsGrammar.g:5765:5: (lv_isTrue_2_0= 'true' )
// InternalUISemanticsGrammar.g:5766:6: lv_isTrue_2_0= 'true'
{
lv_isTrue_2_0=(Token)match(input,91,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:5783:1: entryRuleXNullLiteral returns [EObject current=null] : iv_ruleXNullLiteral= ruleXNullLiteral EOF ;
public final EObject entryRuleXNullLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXNullLiteral = null;
try {
// InternalUISemanticsGrammar.g:5783:53: (iv_ruleXNullLiteral= ruleXNullLiteral EOF )
// InternalUISemanticsGrammar.g:5784:2: iv_ruleXNullLiteral= ruleXNullLiteral EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXNullLiteralRule());
}
pushFollow(FOLLOW_1);
iv_ruleXNullLiteral=ruleXNullLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXNullLiteral;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXNullLiteral"
// $ANTLR start "ruleXNullLiteral"
// InternalUISemanticsGrammar.g:5790:1: ruleXNullLiteral returns [EObject current=null] : ( () otherlv_1= 'null' ) ;
public final EObject ruleXNullLiteral() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:5796:2: ( ( () otherlv_1= 'null' ) )
// InternalUISemanticsGrammar.g:5797:2: ( () otherlv_1= 'null' )
{
// InternalUISemanticsGrammar.g:5797:2: ( () otherlv_1= 'null' )
// InternalUISemanticsGrammar.g:5798:3: () otherlv_1= 'null'
{
// InternalUISemanticsGrammar.g:5798:3: ()
// InternalUISemanticsGrammar.g:5799:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,92,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:5813:1: entryRuleXNumberLiteral returns [EObject current=null] : iv_ruleXNumberLiteral= ruleXNumberLiteral EOF ;
public final EObject entryRuleXNumberLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXNumberLiteral = null;
try {
// InternalUISemanticsGrammar.g:5813:55: (iv_ruleXNumberLiteral= ruleXNumberLiteral EOF )
// InternalUISemanticsGrammar.g:5814:2: iv_ruleXNumberLiteral= ruleXNumberLiteral EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXNumberLiteralRule());
}
pushFollow(FOLLOW_1);
iv_ruleXNumberLiteral=ruleXNumberLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXNumberLiteral;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXNumberLiteral"
// $ANTLR start "ruleXNumberLiteral"
// InternalUISemanticsGrammar.g:5820: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 {
// InternalUISemanticsGrammar.g:5826:2: ( ( () ( (lv_value_1_0= ruleNumber ) ) ) )
// InternalUISemanticsGrammar.g:5827:2: ( () ( (lv_value_1_0= ruleNumber ) ) )
{
// InternalUISemanticsGrammar.g:5827:2: ( () ( (lv_value_1_0= ruleNumber ) ) )
// InternalUISemanticsGrammar.g:5828:3: () ( (lv_value_1_0= ruleNumber ) )
{
// InternalUISemanticsGrammar.g:5828:3: ()
// InternalUISemanticsGrammar.g:5829:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:5835:3: ( (lv_value_1_0= ruleNumber ) )
// InternalUISemanticsGrammar.g:5836:4: (lv_value_1_0= ruleNumber )
{
// InternalUISemanticsGrammar.g:5836:4: (lv_value_1_0= ruleNumber )
// InternalUISemanticsGrammar.g:5837:5: lv_value_1_0= ruleNumber
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXNumberLiteralAccess().getValueNumberParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.Number");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXNumberLiteral"
// $ANTLR start "entryRuleXStringLiteral"
// InternalUISemanticsGrammar.g:5858:1: entryRuleXStringLiteral returns [EObject current=null] : iv_ruleXStringLiteral= ruleXStringLiteral EOF ;
public final EObject entryRuleXStringLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXStringLiteral = null;
try {
// InternalUISemanticsGrammar.g:5858:55: (iv_ruleXStringLiteral= ruleXStringLiteral EOF )
// InternalUISemanticsGrammar.g:5859:2: iv_ruleXStringLiteral= ruleXStringLiteral EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXStringLiteralRule());
}
pushFollow(FOLLOW_1);
iv_ruleXStringLiteral=ruleXStringLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXStringLiteral;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXStringLiteral"
// $ANTLR start "ruleXStringLiteral"
// InternalUISemanticsGrammar.g:5865:1: ruleXStringLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= RULE_STRING ) ) ) ;
public final EObject ruleXStringLiteral() throws RecognitionException {
EObject current = null;
Token lv_value_1_0=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:5871:2: ( ( () ( (lv_value_1_0= RULE_STRING ) ) ) )
// InternalUISemanticsGrammar.g:5872:2: ( () ( (lv_value_1_0= RULE_STRING ) ) )
{
// InternalUISemanticsGrammar.g:5872:2: ( () ( (lv_value_1_0= RULE_STRING ) ) )
// InternalUISemanticsGrammar.g:5873:3: () ( (lv_value_1_0= RULE_STRING ) )
{
// InternalUISemanticsGrammar.g:5873:3: ()
// InternalUISemanticsGrammar.g:5874:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXStringLiteralAccess().getXStringLiteralAction_0(),
current);
}
}
// InternalUISemanticsGrammar.g:5880:3: ( (lv_value_1_0= RULE_STRING ) )
// InternalUISemanticsGrammar.g:5881:4: (lv_value_1_0= RULE_STRING )
{
// InternalUISemanticsGrammar.g:5881:4: (lv_value_1_0= RULE_STRING )
// InternalUISemanticsGrammar.g:5882:5: lv_value_1_0= RULE_STRING
{
lv_value_1_0=(Token)match(input,RULE_STRING,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_value_1_0, grammarAccess.getXStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXStringLiteralRule());
}
setWithLastConsumed(
current,
"value",
lv_value_1_0,
"org.eclipse.xtext.xbase.Xtype.STRING");
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXStringLiteral"
// $ANTLR start "entryRuleXTypeLiteral"
// InternalUISemanticsGrammar.g:5902:1: entryRuleXTypeLiteral returns [EObject current=null] : iv_ruleXTypeLiteral= ruleXTypeLiteral EOF ;
public final EObject entryRuleXTypeLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXTypeLiteral = null;
try {
// InternalUISemanticsGrammar.g:5902:53: (iv_ruleXTypeLiteral= ruleXTypeLiteral EOF )
// InternalUISemanticsGrammar.g:5903:2: iv_ruleXTypeLiteral= ruleXTypeLiteral EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTypeLiteralRule());
}
pushFollow(FOLLOW_1);
iv_ruleXTypeLiteral=ruleXTypeLiteral();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXTypeLiteral;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXTypeLiteral"
// $ANTLR start "ruleXTypeLiteral"
// InternalUISemanticsGrammar.g:5909: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 {
// InternalUISemanticsGrammar.g:5915:2: ( ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) )
// InternalUISemanticsGrammar.g:5916:2: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' )
{
// InternalUISemanticsGrammar.g:5916:2: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' )
// InternalUISemanticsGrammar.g:5917:3: () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')'
{
// InternalUISemanticsGrammar.g:5917:3: ()
// InternalUISemanticsGrammar.g:5918:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,93,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1());
}
otherlv_2=(Token)match(input,72,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2());
}
// InternalUISemanticsGrammar.g:5932:3: ( ( ruleQualifiedName ) )
// InternalUISemanticsGrammar.g:5933:4: ( ruleQualifiedName )
{
// InternalUISemanticsGrammar.g:5933:4: ( ruleQualifiedName )
// InternalUISemanticsGrammar.g:5934:5: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXTypeLiteralRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeCrossReference_3_0());
}
pushFollow(FOLLOW_91);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:5948:3: ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )*
loop106:
do {
int alt106=2;
int LA106_0 = input.LA(1);
if ( (LA106_0==75) ) {
alt106=1;
}
switch (alt106) {
case 1 :
// InternalUISemanticsGrammar.g:5949:4: (lv_arrayDimensions_4_0= ruleArrayBrackets )
{
// InternalUISemanticsGrammar.g:5949:4: (lv_arrayDimensions_4_0= ruleArrayBrackets )
// InternalUISemanticsGrammar.g:5950:5: lv_arrayDimensions_4_0= ruleArrayBrackets
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0());
}
pushFollow(FOLLOW_91);
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,
"org.eclipse.xtext.xbase.Xtype.ArrayBrackets");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop106;
}
} while (true);
otherlv_5=(Token)match(input,73,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:5975:1: entryRuleXThrowExpression returns [EObject current=null] : iv_ruleXThrowExpression= ruleXThrowExpression EOF ;
public final EObject entryRuleXThrowExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXThrowExpression = null;
try {
// InternalUISemanticsGrammar.g:5975:57: (iv_ruleXThrowExpression= ruleXThrowExpression EOF )
// InternalUISemanticsGrammar.g:5976:2: iv_ruleXThrowExpression= ruleXThrowExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXThrowExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXThrowExpression=ruleXThrowExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXThrowExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXThrowExpression"
// $ANTLR start "ruleXThrowExpression"
// InternalUISemanticsGrammar.g:5982: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 {
// InternalUISemanticsGrammar.g:5988:2: ( ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) )
// InternalUISemanticsGrammar.g:5989:2: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) )
{
// InternalUISemanticsGrammar.g:5989:2: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) )
// InternalUISemanticsGrammar.g:5990:3: () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) )
{
// InternalUISemanticsGrammar.g:5990:3: ()
// InternalUISemanticsGrammar.g:5991:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,94,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1());
}
// InternalUISemanticsGrammar.g:6001:3: ( (lv_expression_2_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:6002:4: (lv_expression_2_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:6002:4: (lv_expression_2_0= ruleXExpression )
// InternalUISemanticsGrammar.g:6003:5: lv_expression_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXThrowExpressionAccess().getExpressionXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXThrowExpression"
// $ANTLR start "entryRuleXReturnExpression"
// InternalUISemanticsGrammar.g:6024:1: entryRuleXReturnExpression returns [EObject current=null] : iv_ruleXReturnExpression= ruleXReturnExpression EOF ;
public final EObject entryRuleXReturnExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXReturnExpression = null;
try {
// InternalUISemanticsGrammar.g:6024:58: (iv_ruleXReturnExpression= ruleXReturnExpression EOF )
// InternalUISemanticsGrammar.g:6025:2: iv_ruleXReturnExpression= ruleXReturnExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXReturnExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXReturnExpression=ruleXReturnExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXReturnExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXReturnExpression"
// $ANTLR start "ruleXReturnExpression"
// InternalUISemanticsGrammar.g:6031:1: ruleXReturnExpression returns [EObject current=null] : ( () otherlv_1= 'return' ( ( 'extends' | 'static' | 'import' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | 'synchronized' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING )=> (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 {
// InternalUISemanticsGrammar.g:6037:2: ( ( () otherlv_1= 'return' ( ( 'extends' | 'static' | 'import' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | 'synchronized' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING )=> (lv_expression_2_0= ruleXExpression ) )? ) )
// InternalUISemanticsGrammar.g:6038:2: ( () otherlv_1= 'return' ( ( 'extends' | 'static' | 'import' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | 'synchronized' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING )=> (lv_expression_2_0= ruleXExpression ) )? )
{
// InternalUISemanticsGrammar.g:6038:2: ( () otherlv_1= 'return' ( ( 'extends' | 'static' | 'import' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | 'synchronized' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING )=> (lv_expression_2_0= ruleXExpression ) )? )
// InternalUISemanticsGrammar.g:6039:3: () otherlv_1= 'return' ( ( 'extends' | 'static' | 'import' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | 'synchronized' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING )=> (lv_expression_2_0= ruleXExpression ) )?
{
// InternalUISemanticsGrammar.g:6039:3: ()
// InternalUISemanticsGrammar.g:6040:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,95,FOLLOW_92); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1());
}
// InternalUISemanticsGrammar.g:6050:3: ( ( 'extends' | 'static' | 'import' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | 'synchronized' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING )=> (lv_expression_2_0= ruleXExpression ) )?
int alt107=2;
alt107 = dfa107.predict(input);
switch (alt107) {
case 1 :
// InternalUISemanticsGrammar.g:6051:4: ( 'extends' | 'static' | 'import' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | 'synchronized' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING )=> (lv_expression_2_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:6052:4: (lv_expression_2_0= ruleXExpression )
// InternalUISemanticsGrammar.g:6053:5: lv_expression_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXReturnExpressionAccess().getExpressionXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXReturnExpression"
// $ANTLR start "entryRuleXTryCatchFinallyExpression"
// InternalUISemanticsGrammar.g:6074:1: entryRuleXTryCatchFinallyExpression returns [EObject current=null] : iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF ;
public final EObject entryRuleXTryCatchFinallyExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXTryCatchFinallyExpression = null;
try {
// InternalUISemanticsGrammar.g:6074:67: (iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF )
// InternalUISemanticsGrammar.g:6075:2: iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXTryCatchFinallyExpression=ruleXTryCatchFinallyExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXTryCatchFinallyExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXTryCatchFinallyExpression"
// $ANTLR start "ruleXTryCatchFinallyExpression"
// InternalUISemanticsGrammar.g:6081: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 {
// InternalUISemanticsGrammar.g:6087: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 ) ) ) ) ) )
// InternalUISemanticsGrammar.g:6088: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 ) ) ) ) )
{
// InternalUISemanticsGrammar.g:6088: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 ) ) ) ) )
// InternalUISemanticsGrammar.g:6089:3: () 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 ) ) ) )
{
// InternalUISemanticsGrammar.g:6089:3: ()
// InternalUISemanticsGrammar.g:6090:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,96,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1());
}
// InternalUISemanticsGrammar.g:6100:3: ( (lv_expression_2_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:6101:4: (lv_expression_2_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:6101:4: (lv_expression_2_0= ruleXExpression )
// InternalUISemanticsGrammar.g:6102:5: lv_expression_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_93);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:6119:3: ( ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? ) | (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) ) )
int alt110=2;
int LA110_0 = input.LA(1);
if ( (LA110_0==99) ) {
alt110=1;
}
else if ( (LA110_0==97) ) {
alt110=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 110, 0, input);
throw nvae;
}
switch (alt110) {
case 1 :
// InternalUISemanticsGrammar.g:6120:4: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? )
{
// InternalUISemanticsGrammar.g:6120:4: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? )
// InternalUISemanticsGrammar.g:6121:5: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )?
{
// InternalUISemanticsGrammar.g:6121:5: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+
int cnt108=0;
loop108:
do {
int alt108=2;
int LA108_0 = input.LA(1);
if ( (LA108_0==99) ) {
int LA108_2 = input.LA(2);
if ( (synpred38_InternalUISemanticsGrammar()) ) {
alt108=1;
}
}
switch (alt108) {
case 1 :
// InternalUISemanticsGrammar.g:6122:6: ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause )
{
// InternalUISemanticsGrammar.g:6123:6: (lv_catchClauses_3_0= ruleXCatchClause )
// InternalUISemanticsGrammar.g:6124:7: lv_catchClauses_3_0= ruleXCatchClause
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0());
}
pushFollow(FOLLOW_94);
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,
"org.eclipse.xtext.xbase.Xbase.XCatchClause");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt108 >= 1 ) break loop108;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(108, input);
throw eee;
}
cnt108++;
} while (true);
// InternalUISemanticsGrammar.g:6141:5: ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )?
int alt109=2;
int LA109_0 = input.LA(1);
if ( (LA109_0==97) ) {
int LA109_1 = input.LA(2);
if ( (synpred39_InternalUISemanticsGrammar()) ) {
alt109=1;
}
}
switch (alt109) {
case 1 :
// InternalUISemanticsGrammar.g:6142:6: ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) )
{
// InternalUISemanticsGrammar.g:6142:6: ( ( 'finally' )=>otherlv_4= 'finally' )
// InternalUISemanticsGrammar.g:6143:7: ( 'finally' )=>otherlv_4= 'finally'
{
otherlv_4=(Token)match(input,97,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0());
}
}
// InternalUISemanticsGrammar.g:6149:6: ( (lv_finallyExpression_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:6150:7: (lv_finallyExpression_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:6150:7: (lv_finallyExpression_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:6151:8: lv_finallyExpression_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_0_1_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:6171:4: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) )
{
// InternalUISemanticsGrammar.g:6171:4: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) )
// InternalUISemanticsGrammar.g:6172:5: otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) )
{
otherlv_6=(Token)match(input,97,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0());
}
// InternalUISemanticsGrammar.g:6176:5: ( (lv_finallyExpression_7_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:6177:6: (lv_finallyExpression_7_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:6177:6: (lv_finallyExpression_7_0= ruleXExpression )
// InternalUISemanticsGrammar.g:6178:7: lv_finallyExpression_7_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyExpressionXExpressionParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXTryCatchFinallyExpression"
// $ANTLR start "entryRuleXSynchronizedExpression"
// InternalUISemanticsGrammar.g:6201:1: entryRuleXSynchronizedExpression returns [EObject current=null] : iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF ;
public final EObject entryRuleXSynchronizedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSynchronizedExpression = null;
try {
// InternalUISemanticsGrammar.g:6201:64: (iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF )
// InternalUISemanticsGrammar.g:6202:2: iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSynchronizedExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXSynchronizedExpression=ruleXSynchronizedExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXSynchronizedExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXSynchronizedExpression"
// $ANTLR start "ruleXSynchronizedExpression"
// InternalUISemanticsGrammar.g:6208: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 {
// InternalUISemanticsGrammar.g:6214:2: ( ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) )
// InternalUISemanticsGrammar.g:6215:2: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) )
{
// InternalUISemanticsGrammar.g:6215:2: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) )
// InternalUISemanticsGrammar.g:6216:3: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) )
{
// InternalUISemanticsGrammar.g:6216:3: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) )
// InternalUISemanticsGrammar.g:6217:4: ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' )
{
// InternalUISemanticsGrammar.g:6224:4: ( () otherlv_1= 'synchronized' otherlv_2= '(' )
// InternalUISemanticsGrammar.g:6225:5: () otherlv_1= 'synchronized' otherlv_2= '('
{
// InternalUISemanticsGrammar.g:6225:5: ()
// InternalUISemanticsGrammar.g:6226:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,98,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1());
}
otherlv_2=(Token)match(input,72,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2());
}
}
}
// InternalUISemanticsGrammar.g:6242:3: ( (lv_param_3_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:6243:4: (lv_param_3_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:6243:4: (lv_param_3_0= ruleXExpression )
// InternalUISemanticsGrammar.g:6244:5: lv_param_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_58);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
otherlv_4=(Token)match(input,73,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2());
}
// InternalUISemanticsGrammar.g:6265:3: ( (lv_expression_5_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:6266:4: (lv_expression_5_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:6266:4: (lv_expression_5_0= ruleXExpression )
// InternalUISemanticsGrammar.g:6267:5: lv_expression_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSynchronizedExpressionAccess().getExpressionXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXSynchronizedExpression"
// $ANTLR start "entryRuleXCatchClause"
// InternalUISemanticsGrammar.g:6288:1: entryRuleXCatchClause returns [EObject current=null] : iv_ruleXCatchClause= ruleXCatchClause EOF ;
public final EObject entryRuleXCatchClause() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCatchClause = null;
try {
// InternalUISemanticsGrammar.g:6288:53: (iv_ruleXCatchClause= ruleXCatchClause EOF )
// InternalUISemanticsGrammar.g:6289:2: iv_ruleXCatchClause= ruleXCatchClause EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCatchClauseRule());
}
pushFollow(FOLLOW_1);
iv_ruleXCatchClause=ruleXCatchClause();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXCatchClause;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXCatchClause"
// $ANTLR start "ruleXCatchClause"
// InternalUISemanticsGrammar.g:6295: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 {
// InternalUISemanticsGrammar.g:6301:2: ( ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) )
// InternalUISemanticsGrammar.g:6302:2: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) )
{
// InternalUISemanticsGrammar.g:6302:2: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) )
// InternalUISemanticsGrammar.g:6303:3: ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) )
{
// InternalUISemanticsGrammar.g:6303:3: ( ( 'catch' )=>otherlv_0= 'catch' )
// InternalUISemanticsGrammar.g:6304:4: ( 'catch' )=>otherlv_0= 'catch'
{
otherlv_0=(Token)match(input,99,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getXCatchClauseAccess().getCatchKeyword_0());
}
}
otherlv_1=(Token)match(input,72,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1());
}
// InternalUISemanticsGrammar.g:6314:3: ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:6315:4: (lv_declaredParam_2_0= ruleFullJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:6315:4: (lv_declaredParam_2_0= ruleFullJvmFormalParameter )
// InternalUISemanticsGrammar.g:6316:5: lv_declaredParam_2_0= ruleFullJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0());
}
pushFollow(FOLLOW_58);
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,
"org.eclipse.xtext.xbase.Xbase.FullJvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
otherlv_3=(Token)match(input,73,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3());
}
// InternalUISemanticsGrammar.g:6337:3: ( (lv_expression_4_0= ruleXExpression ) )
// InternalUISemanticsGrammar.g:6338:4: (lv_expression_4_0= ruleXExpression )
{
// InternalUISemanticsGrammar.g:6338:4: (lv_expression_4_0= ruleXExpression )
// InternalUISemanticsGrammar.g:6339:5: lv_expression_4_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCatchClauseAccess().getExpressionXExpressionParserRuleCall_4_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXCatchClause"
// $ANTLR start "entryRuleQualifiedName"
// InternalUISemanticsGrammar.g:6360:1: entryRuleQualifiedName returns [String current=null] : iv_ruleQualifiedName= ruleQualifiedName EOF ;
public final String entryRuleQualifiedName() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedName = null;
try {
// InternalUISemanticsGrammar.g:6360:53: (iv_ruleQualifiedName= ruleQualifiedName EOF )
// InternalUISemanticsGrammar.g:6361:2: iv_ruleQualifiedName= ruleQualifiedName EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameRule());
}
pushFollow(FOLLOW_1);
iv_ruleQualifiedName=ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleQualifiedName.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleQualifiedName"
// $ANTLR start "ruleQualifiedName"
// InternalUISemanticsGrammar.g:6367: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 {
// InternalUISemanticsGrammar.g:6373:2: ( (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) )
// InternalUISemanticsGrammar.g:6374:2: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* )
{
// InternalUISemanticsGrammar.g:6374:2: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* )
// InternalUISemanticsGrammar.g:6375:3: this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0());
}
pushFollow(FOLLOW_95);
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();
}
// InternalUISemanticsGrammar.g:6385:3: ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )*
loop111:
do {
int alt111=2;
int LA111_0 = input.LA(1);
if ( (LA111_0==68) ) {
int LA111_2 = input.LA(2);
if ( (LA111_2==RULE_ID) ) {
int LA111_3 = input.LA(3);
if ( (synpred42_InternalUISemanticsGrammar()) ) {
alt111=1;
}
}
}
switch (alt111) {
case 1 :
// InternalUISemanticsGrammar.g:6386:4: ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID
{
// InternalUISemanticsGrammar.g:6386:4: ( ( '.' )=>kw= '.' )
// InternalUISemanticsGrammar.g:6387:5: ( '.' )=>kw= '.'
{
kw=(Token)match(input,68,FOLLOW_16); 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(FOLLOW_95);
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 loop111;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleQualifiedName"
// $ANTLR start "entryRuleNumber"
// InternalUISemanticsGrammar.g:6409: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 {
// InternalUISemanticsGrammar.g:6411:2: (iv_ruleNumber= ruleNumber EOF )
// InternalUISemanticsGrammar.g:6412:2: iv_ruleNumber= ruleNumber EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getNumberRule());
}
pushFollow(FOLLOW_1);
iv_ruleNumber=ruleNumber();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleNumber.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
myHiddenTokenState.restore();
}
return current;
}
// $ANTLR end "entryRuleNumber"
// $ANTLR start "ruleNumber"
// InternalUISemanticsGrammar.g:6421: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 {
// InternalUISemanticsGrammar.g:6428:2: ( (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 ) )? ) ) )
// InternalUISemanticsGrammar.g:6429:2: (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 ) )? ) )
{
// InternalUISemanticsGrammar.g:6429:2: (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 alt115=2;
int LA115_0 = input.LA(1);
if ( (LA115_0==RULE_HEX) ) {
alt115=1;
}
else if ( ((LA115_0>=RULE_INT && LA115_0<=RULE_DECIMAL)) ) {
alt115=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 115, 0, input);
throw nvae;
}
switch (alt115) {
case 1 :
// InternalUISemanticsGrammar.g:6430:3: this_HEX_0= RULE_HEX
{
this_HEX_0=(Token)match(input,RULE_HEX,FOLLOW_2); 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 :
// InternalUISemanticsGrammar.g:6438:3: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? )
{
// InternalUISemanticsGrammar.g:6438:3: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? )
// InternalUISemanticsGrammar.g:6439:4: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )?
{
// InternalUISemanticsGrammar.g:6439:4: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL )
int alt112=2;
int LA112_0 = input.LA(1);
if ( (LA112_0==RULE_INT) ) {
alt112=1;
}
else if ( (LA112_0==RULE_DECIMAL) ) {
alt112=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 112, 0, input);
throw nvae;
}
switch (alt112) {
case 1 :
// InternalUISemanticsGrammar.g:6440:5: this_INT_1= RULE_INT
{
this_INT_1=(Token)match(input,RULE_INT,FOLLOW_95); 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 :
// InternalUISemanticsGrammar.g:6448:5: this_DECIMAL_2= RULE_DECIMAL
{
this_DECIMAL_2=(Token)match(input,RULE_DECIMAL,FOLLOW_95); 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;
}
// InternalUISemanticsGrammar.g:6456:4: (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )?
int alt114=2;
int LA114_0 = input.LA(1);
if ( (LA114_0==68) ) {
int LA114_1 = input.LA(2);
if ( ((LA114_1>=RULE_INT && LA114_1<=RULE_DECIMAL)) ) {
alt114=1;
}
}
switch (alt114) {
case 1 :
// InternalUISemanticsGrammar.g:6457:5: kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL )
{
kw=(Token)match(input,68,FOLLOW_96); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0());
}
// InternalUISemanticsGrammar.g:6462:5: (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL )
int alt113=2;
int LA113_0 = input.LA(1);
if ( (LA113_0==RULE_INT) ) {
alt113=1;
}
else if ( (LA113_0==RULE_DECIMAL) ) {
alt113=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 113, 0, input);
throw nvae;
}
switch (alt113) {
case 1 :
// InternalUISemanticsGrammar.g:6463:6: this_INT_4= RULE_INT
{
this_INT_4=(Token)match(input,RULE_INT,FOLLOW_2); 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 :
// InternalUISemanticsGrammar.g:6471:6: this_DECIMAL_5= RULE_DECIMAL
{
this_DECIMAL_5=(Token)match(input,RULE_DECIMAL,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:6488:1: entryRuleJvmTypeReference returns [EObject current=null] : iv_ruleJvmTypeReference= ruleJvmTypeReference EOF ;
public final EObject entryRuleJvmTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmTypeReference = null;
try {
// InternalUISemanticsGrammar.g:6488:57: (iv_ruleJvmTypeReference= ruleJvmTypeReference EOF )
// InternalUISemanticsGrammar.g:6489:2: iv_ruleJvmTypeReference= ruleJvmTypeReference EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmTypeReferenceRule());
}
pushFollow(FOLLOW_1);
iv_ruleJvmTypeReference=ruleJvmTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleJvmTypeReference;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleJvmTypeReference"
// $ANTLR start "ruleJvmTypeReference"
// InternalUISemanticsGrammar.g:6495: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 {
// InternalUISemanticsGrammar.g:6501:2: ( ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) )
// InternalUISemanticsGrammar.g:6502:2: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef )
{
// InternalUISemanticsGrammar.g:6502:2: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef )
int alt117=2;
int LA117_0 = input.LA(1);
if ( (LA117_0==RULE_ID) ) {
alt117=1;
}
else if ( (LA117_0==57||LA117_0==72) ) {
alt117=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 117, 0, input);
throw nvae;
}
switch (alt117) {
case 1 :
// InternalUISemanticsGrammar.g:6503:3: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* )
{
// InternalUISemanticsGrammar.g:6503:3: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* )
// InternalUISemanticsGrammar.g:6504:4: this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0());
}
pushFollow(FOLLOW_89);
this_JvmParameterizedTypeReference_0=ruleJvmParameterizedTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_JvmParameterizedTypeReference_0;
afterParserOrEnumRuleCall();
}
// InternalUISemanticsGrammar.g:6512:4: ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )*
loop116:
do {
int alt116=2;
int LA116_0 = input.LA(1);
if ( (LA116_0==75) ) {
int LA116_2 = input.LA(2);
if ( (LA116_2==76) ) {
int LA116_3 = input.LA(3);
if ( (synpred43_InternalUISemanticsGrammar()) ) {
alt116=1;
}
}
}
switch (alt116) {
case 1 :
// InternalUISemanticsGrammar.g:6513:5: ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets )
{
// InternalUISemanticsGrammar.g:6519:5: ( () ruleArrayBrackets )
// InternalUISemanticsGrammar.g:6520:6: () ruleArrayBrackets
{
// InternalUISemanticsGrammar.g:6520:6: ()
// InternalUISemanticsGrammar.g:6521:7:
{
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(FOLLOW_89);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop116;
}
} while (true);
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:6538:3: this_XFunctionTypeRef_3= ruleXFunctionTypeRef
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getXFunctionTypeRefParserRuleCall_1());
}
pushFollow(FOLLOW_2);
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"
// InternalUISemanticsGrammar.g:6550:1: entryRuleArrayBrackets returns [String current=null] : iv_ruleArrayBrackets= ruleArrayBrackets EOF ;
public final String entryRuleArrayBrackets() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleArrayBrackets = null;
try {
// InternalUISemanticsGrammar.g:6550:53: (iv_ruleArrayBrackets= ruleArrayBrackets EOF )
// InternalUISemanticsGrammar.g:6551:2: iv_ruleArrayBrackets= ruleArrayBrackets EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getArrayBracketsRule());
}
pushFollow(FOLLOW_1);
iv_ruleArrayBrackets=ruleArrayBrackets();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleArrayBrackets.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleArrayBrackets"
// $ANTLR start "ruleArrayBrackets"
// InternalUISemanticsGrammar.g:6557:1: ruleArrayBrackets returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '[' kw= ']' ) ;
public final AntlrDatatypeRuleToken ruleArrayBrackets() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:6563:2: ( (kw= '[' kw= ']' ) )
// InternalUISemanticsGrammar.g:6564:2: (kw= '[' kw= ']' )
{
// InternalUISemanticsGrammar.g:6564:2: (kw= '[' kw= ']' )
// InternalUISemanticsGrammar.g:6565:3: kw= '[' kw= ']'
{
kw=(Token)match(input,75,FOLLOW_69); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0());
}
kw=(Token)match(input,76,FOLLOW_2); 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"
// InternalUISemanticsGrammar.g:6579:1: entryRuleXFunctionTypeRef returns [EObject current=null] : iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF ;
public final EObject entryRuleXFunctionTypeRef() throws RecognitionException {
EObject current = null;
EObject iv_ruleXFunctionTypeRef = null;
try {
// InternalUISemanticsGrammar.g:6579:57: (iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF )
// InternalUISemanticsGrammar.g:6580:2: iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefRule());
}
pushFollow(FOLLOW_1);
iv_ruleXFunctionTypeRef=ruleXFunctionTypeRef();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXFunctionTypeRef;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXFunctionTypeRef"
// $ANTLR start "ruleXFunctionTypeRef"
// InternalUISemanticsGrammar.g:6586: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 {
// InternalUISemanticsGrammar.g:6592:2: ( ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) )
// InternalUISemanticsGrammar.g:6593:2: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) )
{
// InternalUISemanticsGrammar.g:6593:2: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) )
// InternalUISemanticsGrammar.g:6594:3: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) )
{
// InternalUISemanticsGrammar.g:6594:3: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )?
int alt120=2;
int LA120_0 = input.LA(1);
if ( (LA120_0==72) ) {
alt120=1;
}
switch (alt120) {
case 1 :
// InternalUISemanticsGrammar.g:6595:4: otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')'
{
otherlv_0=(Token)match(input,72,FOLLOW_97); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0());
}
// InternalUISemanticsGrammar.g:6599:4: ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )?
int alt119=2;
int LA119_0 = input.LA(1);
if ( (LA119_0==RULE_ID||LA119_0==57||LA119_0==72) ) {
alt119=1;
}
switch (alt119) {
case 1 :
// InternalUISemanticsGrammar.g:6600:5: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )*
{
// InternalUISemanticsGrammar.g:6600:5: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:6601:6: (lv_paramTypes_1_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:6601:6: (lv_paramTypes_1_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:6602:7: lv_paramTypes_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_59);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:6619:5: (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )*
loop118:
do {
int alt118=2;
int LA118_0 = input.LA(1);
if ( (LA118_0==71) ) {
alt118=1;
}
switch (alt118) {
case 1 :
// InternalUISemanticsGrammar.g:6620:6: otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) )
{
otherlv_2=(Token)match(input,71,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0());
}
// InternalUISemanticsGrammar.g:6624:6: ( (lv_paramTypes_3_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:6625:7: (lv_paramTypes_3_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:6625:7: (lv_paramTypes_3_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:6626:8: lv_paramTypes_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_59);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop118;
}
} while (true);
}
break;
}
otherlv_4=(Token)match(input,73,FOLLOW_98); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2());
}
}
break;
}
otherlv_5=(Token)match(input,57,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1());
}
// InternalUISemanticsGrammar.g:6654:3: ( (lv_returnType_6_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:6655:4: (lv_returnType_6_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:6655:4: (lv_returnType_6_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:6656:5: lv_returnType_6_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getReturnTypeJvmTypeReferenceParserRuleCall_2_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXFunctionTypeRef"
// $ANTLR start "entryRuleJvmParameterizedTypeReference"
// InternalUISemanticsGrammar.g:6677:1: entryRuleJvmParameterizedTypeReference returns [EObject current=null] : iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF ;
public final EObject entryRuleJvmParameterizedTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmParameterizedTypeReference = null;
try {
// InternalUISemanticsGrammar.g:6677:70: (iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF )
// InternalUISemanticsGrammar.g:6678:2: iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceRule());
}
pushFollow(FOLLOW_1);
iv_ruleJvmParameterizedTypeReference=ruleJvmParameterizedTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleJvmParameterizedTypeReference;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleJvmParameterizedTypeReference"
// $ANTLR start "ruleJvmParameterizedTypeReference"
// InternalUISemanticsGrammar.g:6684: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 {
// InternalUISemanticsGrammar.g:6690: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= '>' )? )* )? ) )
// InternalUISemanticsGrammar.g:6691: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= '>' )? )* )? )
{
// InternalUISemanticsGrammar.g:6691: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= '>' )? )* )? )
// InternalUISemanticsGrammar.g:6692:3: ( ( 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= '>' )? )* )?
{
// InternalUISemanticsGrammar.g:6692:3: ( ( ruleQualifiedName ) )
// InternalUISemanticsGrammar.g:6693:4: ( ruleQualifiedName )
{
// InternalUISemanticsGrammar.g:6693:4: ( ruleQualifiedName )
// InternalUISemanticsGrammar.g:6694:5: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getJvmParameterizedTypeReferenceRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_0_0());
}
pushFollow(FOLLOW_99);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:6708: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= '>' )? )* )?
int alt125=2;
alt125 = dfa125.predict(input);
switch (alt125) {
case 1 :
// InternalUISemanticsGrammar.g:6709: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= '>' )? )*
{
// InternalUISemanticsGrammar.g:6709:4: ( ( '<' )=>otherlv_1= '<' )
// InternalUISemanticsGrammar.g:6710:5: ( '<' )=>otherlv_1= '<'
{
otherlv_1=(Token)match(input,44,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0());
}
}
// InternalUISemanticsGrammar.g:6716:4: ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:6717:5: (lv_arguments_2_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:6717:5: (lv_arguments_2_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:6718:6: lv_arguments_2_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_55);
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,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:6735:4: (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )*
loop121:
do {
int alt121=2;
int LA121_0 = input.LA(1);
if ( (LA121_0==71) ) {
alt121=1;
}
switch (alt121) {
case 1 :
// InternalUISemanticsGrammar.g:6736:5: otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) )
{
otherlv_3=(Token)match(input,71,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0());
}
// InternalUISemanticsGrammar.g:6740:5: ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:6741:6: (lv_arguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:6741:6: (lv_arguments_4_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:6742:7: lv_arguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0());
}
pushFollow(FOLLOW_55);
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,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop121;
}
} while (true);
otherlv_5=(Token)match(input,45,FOLLOW_95); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3());
}
// InternalUISemanticsGrammar.g:6764:4: ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )*
loop124:
do {
int alt124=2;
int LA124_0 = input.LA(1);
if ( (LA124_0==68) ) {
int LA124_2 = input.LA(2);
if ( (LA124_2==RULE_ID) ) {
int LA124_3 = input.LA(3);
if ( (synpred45_InternalUISemanticsGrammar()) ) {
alt124=1;
}
}
}
switch (alt124) {
case 1 :
// InternalUISemanticsGrammar.g:6765:5: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )?
{
// InternalUISemanticsGrammar.g:6765:5: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) )
// InternalUISemanticsGrammar.g:6766:6: ( ( () '.' ) )=> ( () otherlv_7= '.' )
{
// InternalUISemanticsGrammar.g:6772:6: ( () otherlv_7= '.' )
// InternalUISemanticsGrammar.g:6773:7: () otherlv_7= '.'
{
// InternalUISemanticsGrammar.g:6773:7: ()
// InternalUISemanticsGrammar.g:6774:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0(),
current);
}
}
otherlv_7=(Token)match(input,68,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1());
}
}
}
// InternalUISemanticsGrammar.g:6786:5: ( ( ruleValidID ) )
// InternalUISemanticsGrammar.g:6787:6: ( ruleValidID )
{
// InternalUISemanticsGrammar.g:6787:6: ( ruleValidID )
// InternalUISemanticsGrammar.g:6788:7: 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(FOLLOW_100);
ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:6802:5: ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )?
int alt123=2;
alt123 = dfa123.predict(input);
switch (alt123) {
case 1 :
// InternalUISemanticsGrammar.g:6803:6: ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>'
{
// InternalUISemanticsGrammar.g:6803:6: ( ( '<' )=>otherlv_9= '<' )
// InternalUISemanticsGrammar.g:6804:7: ( '<' )=>otherlv_9= '<'
{
otherlv_9=(Token)match(input,44,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0());
}
}
// InternalUISemanticsGrammar.g:6810:6: ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:6811:7: (lv_arguments_10_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:6811:7: (lv_arguments_10_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:6812:8: lv_arguments_10_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0());
}
pushFollow(FOLLOW_55);
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,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:6829:6: (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )*
loop122:
do {
int alt122=2;
int LA122_0 = input.LA(1);
if ( (LA122_0==71) ) {
alt122=1;
}
switch (alt122) {
case 1 :
// InternalUISemanticsGrammar.g:6830:7: otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) )
{
otherlv_11=(Token)match(input,71,FOLLOW_54); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0());
}
// InternalUISemanticsGrammar.g:6834:7: ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) )
// InternalUISemanticsGrammar.g:6835:8: (lv_arguments_12_0= ruleJvmArgumentTypeReference )
{
// InternalUISemanticsGrammar.g:6835:8: (lv_arguments_12_0= ruleJvmArgumentTypeReference )
// InternalUISemanticsGrammar.g:6836:9: lv_arguments_12_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0());
}
pushFollow(FOLLOW_55);
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,
"org.eclipse.xtext.xbase.Xtype.JvmArgumentTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop122;
}
} while (true);
otherlv_13=(Token)match(input,45,FOLLOW_95); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3());
}
}
break;
}
}
break;
default :
break loop124;
}
} while (true);
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmParameterizedTypeReference"
// $ANTLR start "entryRuleJvmArgumentTypeReference"
// InternalUISemanticsGrammar.g:6865:1: entryRuleJvmArgumentTypeReference returns [EObject current=null] : iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF ;
public final EObject entryRuleJvmArgumentTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmArgumentTypeReference = null;
try {
// InternalUISemanticsGrammar.g:6865:65: (iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF )
// InternalUISemanticsGrammar.g:6866:2: iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmArgumentTypeReferenceRule());
}
pushFollow(FOLLOW_1);
iv_ruleJvmArgumentTypeReference=ruleJvmArgumentTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleJvmArgumentTypeReference;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleJvmArgumentTypeReference"
// $ANTLR start "ruleJvmArgumentTypeReference"
// InternalUISemanticsGrammar.g:6872: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 {
// InternalUISemanticsGrammar.g:6878:2: ( (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) )
// InternalUISemanticsGrammar.g:6879:2: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference )
{
// InternalUISemanticsGrammar.g:6879:2: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference )
int alt126=2;
int LA126_0 = input.LA(1);
if ( (LA126_0==RULE_ID||LA126_0==57||LA126_0==72) ) {
alt126=1;
}
else if ( (LA126_0==100) ) {
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 :
// InternalUISemanticsGrammar.g:6880:3: this_JvmTypeReference_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmTypeReferenceParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_JvmTypeReference_0=ruleJvmTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_JvmTypeReference_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:6889:3: this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmArgumentTypeReferenceAccess().getJvmWildcardTypeReferenceParserRuleCall_1());
}
pushFollow(FOLLOW_2);
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"
// InternalUISemanticsGrammar.g:6901:1: entryRuleJvmWildcardTypeReference returns [EObject current=null] : iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF ;
public final EObject entryRuleJvmWildcardTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmWildcardTypeReference = null;
try {
// InternalUISemanticsGrammar.g:6901:65: (iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF )
// InternalUISemanticsGrammar.g:6902:2: iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceRule());
}
pushFollow(FOLLOW_1);
iv_ruleJvmWildcardTypeReference=ruleJvmWildcardTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleJvmWildcardTypeReference;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleJvmWildcardTypeReference"
// $ANTLR start "ruleJvmWildcardTypeReference"
// InternalUISemanticsGrammar.g:6908: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 {
// InternalUISemanticsGrammar.g:6914:2: ( ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? ) )
// InternalUISemanticsGrammar.g:6915:2: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? )
{
// InternalUISemanticsGrammar.g:6915:2: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? )
// InternalUISemanticsGrammar.g:6916:3: () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )?
{
// InternalUISemanticsGrammar.g:6916:3: ()
// InternalUISemanticsGrammar.g:6917:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0(),
current);
}
}
otherlv_1=(Token)match(input,100,FOLLOW_101); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1());
}
// InternalUISemanticsGrammar.g:6927:3: ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )?
int alt129=3;
int LA129_0 = input.LA(1);
if ( (LA129_0==33) ) {
alt129=1;
}
else if ( (LA129_0==88) ) {
alt129=2;
}
switch (alt129) {
case 1 :
// InternalUISemanticsGrammar.g:6928:4: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* )
{
// InternalUISemanticsGrammar.g:6928:4: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* )
// InternalUISemanticsGrammar.g:6929:5: ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )*
{
// InternalUISemanticsGrammar.g:6929:5: ( (lv_constraints_2_0= ruleJvmUpperBound ) )
// InternalUISemanticsGrammar.g:6930:6: (lv_constraints_2_0= ruleJvmUpperBound )
{
// InternalUISemanticsGrammar.g:6930:6: (lv_constraints_2_0= ruleJvmUpperBound )
// InternalUISemanticsGrammar.g:6931:7: lv_constraints_2_0= ruleJvmUpperBound
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0());
}
pushFollow(FOLLOW_102);
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,
"org.eclipse.xtext.xbase.Xtype.JvmUpperBound");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:6948:5: ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )*
loop127:
do {
int alt127=2;
int LA127_0 = input.LA(1);
if ( (LA127_0==101) ) {
alt127=1;
}
switch (alt127) {
case 1 :
// InternalUISemanticsGrammar.g:6949:6: (lv_constraints_3_0= ruleJvmUpperBoundAnded )
{
// InternalUISemanticsGrammar.g:6949:6: (lv_constraints_3_0= ruleJvmUpperBoundAnded )
// InternalUISemanticsGrammar.g:6950:7: lv_constraints_3_0= ruleJvmUpperBoundAnded
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0());
}
pushFollow(FOLLOW_102);
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,
"org.eclipse.xtext.xbase.Xtype.JvmUpperBoundAnded");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop127;
}
} while (true);
}
}
break;
case 2 :
// InternalUISemanticsGrammar.g:6969:4: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* )
{
// InternalUISemanticsGrammar.g:6969:4: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* )
// InternalUISemanticsGrammar.g:6970:5: ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )*
{
// InternalUISemanticsGrammar.g:6970:5: ( (lv_constraints_4_0= ruleJvmLowerBound ) )
// InternalUISemanticsGrammar.g:6971:6: (lv_constraints_4_0= ruleJvmLowerBound )
{
// InternalUISemanticsGrammar.g:6971:6: (lv_constraints_4_0= ruleJvmLowerBound )
// InternalUISemanticsGrammar.g:6972:7: lv_constraints_4_0= ruleJvmLowerBound
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0());
}
pushFollow(FOLLOW_102);
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,
"org.eclipse.xtext.xbase.Xtype.JvmLowerBound");
afterParserOrEnumRuleCall();
}
}
}
// InternalUISemanticsGrammar.g:6989:5: ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )*
loop128:
do {
int alt128=2;
int LA128_0 = input.LA(1);
if ( (LA128_0==101) ) {
alt128=1;
}
switch (alt128) {
case 1 :
// InternalUISemanticsGrammar.g:6990:6: (lv_constraints_5_0= ruleJvmLowerBoundAnded )
{
// InternalUISemanticsGrammar.g:6990:6: (lv_constraints_5_0= ruleJvmLowerBoundAnded )
// InternalUISemanticsGrammar.g:6991:7: lv_constraints_5_0= ruleJvmLowerBoundAnded
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0());
}
pushFollow(FOLLOW_102);
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,
"org.eclipse.xtext.xbase.Xtype.JvmLowerBoundAnded");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop128;
}
} while (true);
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmWildcardTypeReference"
// $ANTLR start "entryRuleJvmUpperBound"
// InternalUISemanticsGrammar.g:7014:1: entryRuleJvmUpperBound returns [EObject current=null] : iv_ruleJvmUpperBound= ruleJvmUpperBound EOF ;
public final EObject entryRuleJvmUpperBound() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmUpperBound = null;
try {
// InternalUISemanticsGrammar.g:7014:54: (iv_ruleJvmUpperBound= ruleJvmUpperBound EOF )
// InternalUISemanticsGrammar.g:7015:2: iv_ruleJvmUpperBound= ruleJvmUpperBound EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmUpperBoundRule());
}
pushFollow(FOLLOW_1);
iv_ruleJvmUpperBound=ruleJvmUpperBound();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleJvmUpperBound;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleJvmUpperBound"
// $ANTLR start "ruleJvmUpperBound"
// InternalUISemanticsGrammar.g:7021: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 {
// InternalUISemanticsGrammar.g:7027:2: ( (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalUISemanticsGrammar.g:7028:2: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalUISemanticsGrammar.g:7028:2: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalUISemanticsGrammar.g:7029:3: otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,33,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0());
}
// InternalUISemanticsGrammar.g:7033:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:7034:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:7034:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:7035:5: lv_typeReference_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmUpperBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmUpperBound"
// $ANTLR start "entryRuleJvmUpperBoundAnded"
// InternalUISemanticsGrammar.g:7056:1: entryRuleJvmUpperBoundAnded returns [EObject current=null] : iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF ;
public final EObject entryRuleJvmUpperBoundAnded() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmUpperBoundAnded = null;
try {
// InternalUISemanticsGrammar.g:7056:59: (iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF )
// InternalUISemanticsGrammar.g:7057:2: iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmUpperBoundAndedRule());
}
pushFollow(FOLLOW_1);
iv_ruleJvmUpperBoundAnded=ruleJvmUpperBoundAnded();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleJvmUpperBoundAnded;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleJvmUpperBoundAnded"
// $ANTLR start "ruleJvmUpperBoundAnded"
// InternalUISemanticsGrammar.g:7063: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 {
// InternalUISemanticsGrammar.g:7069:2: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalUISemanticsGrammar.g:7070:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalUISemanticsGrammar.g:7070:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalUISemanticsGrammar.g:7071:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,101,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0());
}
// InternalUISemanticsGrammar.g:7075:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:7076:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:7076:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:7077:5: lv_typeReference_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmUpperBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmUpperBoundAnded"
// $ANTLR start "entryRuleJvmLowerBound"
// InternalUISemanticsGrammar.g:7098:1: entryRuleJvmLowerBound returns [EObject current=null] : iv_ruleJvmLowerBound= ruleJvmLowerBound EOF ;
public final EObject entryRuleJvmLowerBound() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmLowerBound = null;
try {
// InternalUISemanticsGrammar.g:7098:54: (iv_ruleJvmLowerBound= ruleJvmLowerBound EOF )
// InternalUISemanticsGrammar.g:7099:2: iv_ruleJvmLowerBound= ruleJvmLowerBound EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmLowerBoundRule());
}
pushFollow(FOLLOW_1);
iv_ruleJvmLowerBound=ruleJvmLowerBound();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleJvmLowerBound;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleJvmLowerBound"
// $ANTLR start "ruleJvmLowerBound"
// InternalUISemanticsGrammar.g:7105: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 {
// InternalUISemanticsGrammar.g:7111:2: ( (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalUISemanticsGrammar.g:7112:2: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalUISemanticsGrammar.g:7112:2: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalUISemanticsGrammar.g:7113:3: otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,88,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0());
}
// InternalUISemanticsGrammar.g:7117:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:7118:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:7118:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:7119:5: lv_typeReference_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmLowerBoundAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmLowerBound"
// $ANTLR start "entryRuleJvmLowerBoundAnded"
// InternalUISemanticsGrammar.g:7140:1: entryRuleJvmLowerBoundAnded returns [EObject current=null] : iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF ;
public final EObject entryRuleJvmLowerBoundAnded() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmLowerBoundAnded = null;
try {
// InternalUISemanticsGrammar.g:7140:59: (iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF )
// InternalUISemanticsGrammar.g:7141:2: iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmLowerBoundAndedRule());
}
pushFollow(FOLLOW_1);
iv_ruleJvmLowerBoundAnded=ruleJvmLowerBoundAnded();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleJvmLowerBoundAnded;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleJvmLowerBoundAnded"
// $ANTLR start "ruleJvmLowerBoundAnded"
// InternalUISemanticsGrammar.g:7147: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 {
// InternalUISemanticsGrammar.g:7153:2: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalUISemanticsGrammar.g:7154:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalUISemanticsGrammar.g:7154:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalUISemanticsGrammar.g:7155:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,101,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0());
}
// InternalUISemanticsGrammar.g:7159:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:7160:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:7160:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:7161:5: lv_typeReference_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmLowerBoundAndedAccess().getTypeReferenceJvmTypeReferenceParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
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,
"org.eclipse.xtext.xbase.Xtype.JvmTypeReference");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmLowerBoundAnded"
// $ANTLR start "entryRuleQualifiedNameWithWildcard"
// InternalUISemanticsGrammar.g:7182:1: entryRuleQualifiedNameWithWildcard returns [String current=null] : iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ;
public final String entryRuleQualifiedNameWithWildcard() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedNameWithWildcard = null;
try {
// InternalUISemanticsGrammar.g:7182:65: (iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF )
// InternalUISemanticsGrammar.g:7183:2: iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameWithWildcardRule());
}
pushFollow(FOLLOW_1);
iv_ruleQualifiedNameWithWildcard=ruleQualifiedNameWithWildcard();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleQualifiedNameWithWildcard.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleQualifiedNameWithWildcard"
// $ANTLR start "ruleQualifiedNameWithWildcard"
// InternalUISemanticsGrammar.g:7189: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 {
// InternalUISemanticsGrammar.g:7195:2: ( (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) )
// InternalUISemanticsGrammar.g:7196:2: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' )
{
// InternalUISemanticsGrammar.g:7196:2: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' )
// InternalUISemanticsGrammar.g:7197:3: this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*'
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0());
}
pushFollow(FOLLOW_103);
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,68,FOLLOW_104); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1());
}
kw=(Token)match(input,22,FOLLOW_2); 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 "entryRuleValidID"
// InternalUISemanticsGrammar.g:7221:1: entryRuleValidID returns [String current=null] : iv_ruleValidID= ruleValidID EOF ;
public final String entryRuleValidID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleValidID = null;
try {
// InternalUISemanticsGrammar.g:7221:47: (iv_ruleValidID= ruleValidID EOF )
// InternalUISemanticsGrammar.g:7222:2: iv_ruleValidID= ruleValidID EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getValidIDRule());
}
pushFollow(FOLLOW_1);
iv_ruleValidID=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleValidID.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleValidID"
// $ANTLR start "ruleValidID"
// InternalUISemanticsGrammar.g:7228:1: ruleValidID returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_ID_0= RULE_ID ;
public final AntlrDatatypeRuleToken ruleValidID() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token this_ID_0=null;
enterRule();
try {
// InternalUISemanticsGrammar.g:7234:2: (this_ID_0= RULE_ID )
// InternalUISemanticsGrammar.g:7235:2: this_ID_0= RULE_ID
{
this_ID_0=(Token)match(input,RULE_ID,FOLLOW_2); 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());
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleValidID"
// $ANTLR start "entryRuleXImportSection"
// InternalUISemanticsGrammar.g:7245:1: entryRuleXImportSection returns [EObject current=null] : iv_ruleXImportSection= ruleXImportSection EOF ;
public final EObject entryRuleXImportSection() throws RecognitionException {
EObject current = null;
EObject iv_ruleXImportSection = null;
try {
// InternalUISemanticsGrammar.g:7245:55: (iv_ruleXImportSection= ruleXImportSection EOF )
// InternalUISemanticsGrammar.g:7246:2: iv_ruleXImportSection= ruleXImportSection EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportSectionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXImportSection=ruleXImportSection();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXImportSection;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXImportSection"
// $ANTLR start "ruleXImportSection"
// InternalUISemanticsGrammar.g:7252: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 {
// InternalUISemanticsGrammar.g:7258:2: ( ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ )
// InternalUISemanticsGrammar.g:7259:2: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+
{
// InternalUISemanticsGrammar.g:7259:2: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+
int cnt130=0;
loop130:
do {
int alt130=2;
int LA130_0 = input.LA(1);
if ( (LA130_0==19||LA130_0==23) ) {
alt130=1;
}
switch (alt130) {
case 1 :
// InternalUISemanticsGrammar.g:7260:3: (lv_importDeclarations_0_0= ruleXImportDeclaration )
{
// InternalUISemanticsGrammar.g:7260:3: (lv_importDeclarations_0_0= ruleXImportDeclaration )
// InternalUISemanticsGrammar.g:7261:4: lv_importDeclarations_0_0= ruleXImportDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0());
}
pushFollow(FOLLOW_105);
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,
"org.eclipse.osbp.ecview.uisemantics.UISemanticsGrammar.XImportDeclaration");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt130 >= 1 ) break loop130;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(130, input);
throw eee;
}
cnt130++;
} while (true);
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXImportSection"
// $ANTLR start "entryRuleQualifiedNameInStaticImport"
// InternalUISemanticsGrammar.g:7281:1: entryRuleQualifiedNameInStaticImport returns [String current=null] : iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF ;
public final String entryRuleQualifiedNameInStaticImport() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedNameInStaticImport = null;
try {
// InternalUISemanticsGrammar.g:7281:67: (iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF )
// InternalUISemanticsGrammar.g:7282:2: iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameInStaticImportRule());
}
pushFollow(FOLLOW_1);
iv_ruleQualifiedNameInStaticImport=ruleQualifiedNameInStaticImport();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleQualifiedNameInStaticImport.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleQualifiedNameInStaticImport"
// $ANTLR start "ruleQualifiedNameInStaticImport"
// InternalUISemanticsGrammar.g:7288: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 {
// InternalUISemanticsGrammar.g:7294:2: ( (this_ValidID_0= ruleValidID kw= '.' )+ )
// InternalUISemanticsGrammar.g:7295:2: (this_ValidID_0= ruleValidID kw= '.' )+
{
// InternalUISemanticsGrammar.g:7295:2: (this_ValidID_0= ruleValidID kw= '.' )+
int cnt131=0;
loop131:
do {
int alt131=2;
int LA131_0 = input.LA(1);
if ( (LA131_0==RULE_ID) ) {
int LA131_2 = input.LA(2);
if ( (LA131_2==68) ) {
alt131=1;
}
}
switch (alt131) {
case 1 :
// InternalUISemanticsGrammar.g:7296:3: this_ValidID_0= ruleValidID kw= '.'
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0());
}
pushFollow(FOLLOW_103);
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,68,FOLLOW_106); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1());
}
}
break;
default :
if ( cnt131 >= 1 ) break loop131;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(131, input);
throw eee;
}
cnt131++;
} while (true);
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleQualifiedNameInStaticImport"
// $ANTLR start synpred1_InternalUISemanticsGrammar
public final void synpred1_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:1250:6: ( ( () ( ( ruleOpMultiAssign ) ) ) )
// InternalUISemanticsGrammar.g:1250:7: ( () ( ( ruleOpMultiAssign ) ) )
{
// InternalUISemanticsGrammar.g:1250:7: ( () ( ( ruleOpMultiAssign ) ) )
// InternalUISemanticsGrammar.g:1251:7: () ( ( ruleOpMultiAssign ) )
{
// InternalUISemanticsGrammar.g:1251:7: ()
// InternalUISemanticsGrammar.g:1252:7:
{
}
// InternalUISemanticsGrammar.g:1253:7: ( ( ruleOpMultiAssign ) )
// InternalUISemanticsGrammar.g:1254:8: ( ruleOpMultiAssign )
{
// InternalUISemanticsGrammar.g:1254:8: ( ruleOpMultiAssign )
// InternalUISemanticsGrammar.g:1255:9: ruleOpMultiAssign
{
pushFollow(FOLLOW_2);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred1_InternalUISemanticsGrammar
// $ANTLR start synpred2_InternalUISemanticsGrammar
public final void synpred2_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:1444:5: ( ( () ( ( ruleOpOr ) ) ) )
// InternalUISemanticsGrammar.g:1444:6: ( () ( ( ruleOpOr ) ) )
{
// InternalUISemanticsGrammar.g:1444:6: ( () ( ( ruleOpOr ) ) )
// InternalUISemanticsGrammar.g:1445:6: () ( ( ruleOpOr ) )
{
// InternalUISemanticsGrammar.g:1445:6: ()
// InternalUISemanticsGrammar.g:1446:6:
{
}
// InternalUISemanticsGrammar.g:1447:6: ( ( ruleOpOr ) )
// InternalUISemanticsGrammar.g:1448:7: ( ruleOpOr )
{
// InternalUISemanticsGrammar.g:1448:7: ( ruleOpOr )
// InternalUISemanticsGrammar.g:1449:8: ruleOpOr
{
pushFollow(FOLLOW_2);
ruleOpOr();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred2_InternalUISemanticsGrammar
// $ANTLR start synpred3_InternalUISemanticsGrammar
public final void synpred3_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:1551:5: ( ( () ( ( ruleOpAnd ) ) ) )
// InternalUISemanticsGrammar.g:1551:6: ( () ( ( ruleOpAnd ) ) )
{
// InternalUISemanticsGrammar.g:1551:6: ( () ( ( ruleOpAnd ) ) )
// InternalUISemanticsGrammar.g:1552:6: () ( ( ruleOpAnd ) )
{
// InternalUISemanticsGrammar.g:1552:6: ()
// InternalUISemanticsGrammar.g:1553:6:
{
}
// InternalUISemanticsGrammar.g:1554:6: ( ( ruleOpAnd ) )
// InternalUISemanticsGrammar.g:1555:7: ( ruleOpAnd )
{
// InternalUISemanticsGrammar.g:1555:7: ( ruleOpAnd )
// InternalUISemanticsGrammar.g:1556:8: ruleOpAnd
{
pushFollow(FOLLOW_2);
ruleOpAnd();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred3_InternalUISemanticsGrammar
// $ANTLR start synpred4_InternalUISemanticsGrammar
public final void synpred4_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:1658:5: ( ( () ( ( ruleOpEquality ) ) ) )
// InternalUISemanticsGrammar.g:1658:6: ( () ( ( ruleOpEquality ) ) )
{
// InternalUISemanticsGrammar.g:1658:6: ( () ( ( ruleOpEquality ) ) )
// InternalUISemanticsGrammar.g:1659:6: () ( ( ruleOpEquality ) )
{
// InternalUISemanticsGrammar.g:1659:6: ()
// InternalUISemanticsGrammar.g:1660:6:
{
}
// InternalUISemanticsGrammar.g:1661:6: ( ( ruleOpEquality ) )
// InternalUISemanticsGrammar.g:1662:7: ( ruleOpEquality )
{
// InternalUISemanticsGrammar.g:1662:7: ( ruleOpEquality )
// InternalUISemanticsGrammar.g:1663:8: ruleOpEquality
{
pushFollow(FOLLOW_2);
ruleOpEquality();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred4_InternalUISemanticsGrammar
// $ANTLR start synpred5_InternalUISemanticsGrammar
public final void synpred5_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:1786:6: ( ( () 'instanceof' ) )
// InternalUISemanticsGrammar.g:1786:7: ( () 'instanceof' )
{
// InternalUISemanticsGrammar.g:1786:7: ( () 'instanceof' )
// InternalUISemanticsGrammar.g:1787:7: () 'instanceof'
{
// InternalUISemanticsGrammar.g:1787:7: ()
// InternalUISemanticsGrammar.g:1788:7:
{
}
match(input,53,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred5_InternalUISemanticsGrammar
// $ANTLR start synpred6_InternalUISemanticsGrammar
public final void synpred6_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:1829:6: ( ( () ( ( ruleOpCompare ) ) ) )
// InternalUISemanticsGrammar.g:1829:7: ( () ( ( ruleOpCompare ) ) )
{
// InternalUISemanticsGrammar.g:1829:7: ( () ( ( ruleOpCompare ) ) )
// InternalUISemanticsGrammar.g:1830:7: () ( ( ruleOpCompare ) )
{
// InternalUISemanticsGrammar.g:1830:7: ()
// InternalUISemanticsGrammar.g:1831:7:
{
}
// InternalUISemanticsGrammar.g:1832:7: ( ( ruleOpCompare ) )
// InternalUISemanticsGrammar.g:1833:8: ( ruleOpCompare )
{
// InternalUISemanticsGrammar.g:1833:8: ( ruleOpCompare )
// InternalUISemanticsGrammar.g:1834:9: ruleOpCompare
{
pushFollow(FOLLOW_2);
ruleOpCompare();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred6_InternalUISemanticsGrammar
// $ANTLR start synpred7_InternalUISemanticsGrammar
public final void synpred7_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:1964:5: ( ( () ( ( ruleOpOther ) ) ) )
// InternalUISemanticsGrammar.g:1964:6: ( () ( ( ruleOpOther ) ) )
{
// InternalUISemanticsGrammar.g:1964:6: ( () ( ( ruleOpOther ) ) )
// InternalUISemanticsGrammar.g:1965:6: () ( ( ruleOpOther ) )
{
// InternalUISemanticsGrammar.g:1965:6: ()
// InternalUISemanticsGrammar.g:1966:6:
{
}
// InternalUISemanticsGrammar.g:1967:6: ( ( ruleOpOther ) )
// InternalUISemanticsGrammar.g:1968:7: ( ruleOpOther )
{
// InternalUISemanticsGrammar.g:1968:7: ( ruleOpOther )
// InternalUISemanticsGrammar.g:1969:8: ruleOpOther
{
pushFollow(FOLLOW_2);
ruleOpOther();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred7_InternalUISemanticsGrammar
// $ANTLR start synpred8_InternalUISemanticsGrammar
public final void synpred8_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2084:6: ( ( '>' '>' ) )
// InternalUISemanticsGrammar.g:2084:7: ( '>' '>' )
{
// InternalUISemanticsGrammar.g:2084:7: ( '>' '>' )
// InternalUISemanticsGrammar.g:2085:7: '>' '>'
{
match(input,45,FOLLOW_45); if (state.failed) return ;
match(input,45,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred8_InternalUISemanticsGrammar
// $ANTLR start synpred9_InternalUISemanticsGrammar
public final void synpred9_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2119:6: ( ( '<' '<' ) )
// InternalUISemanticsGrammar.g:2119:7: ( '<' '<' )
{
// InternalUISemanticsGrammar.g:2119:7: ( '<' '<' )
// InternalUISemanticsGrammar.g:2120:7: '<' '<'
{
match(input,44,FOLLOW_36); if (state.failed) return ;
match(input,44,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred9_InternalUISemanticsGrammar
// $ANTLR start synpred10_InternalUISemanticsGrammar
public final void synpred10_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2192:5: ( ( () ( ( ruleOpAdd ) ) ) )
// InternalUISemanticsGrammar.g:2192:6: ( () ( ( ruleOpAdd ) ) )
{
// InternalUISemanticsGrammar.g:2192:6: ( () ( ( ruleOpAdd ) ) )
// InternalUISemanticsGrammar.g:2193:6: () ( ( ruleOpAdd ) )
{
// InternalUISemanticsGrammar.g:2193:6: ()
// InternalUISemanticsGrammar.g:2194:6:
{
}
// InternalUISemanticsGrammar.g:2195:6: ( ( ruleOpAdd ) )
// InternalUISemanticsGrammar.g:2196:7: ( ruleOpAdd )
{
// InternalUISemanticsGrammar.g:2196:7: ( ruleOpAdd )
// InternalUISemanticsGrammar.g:2197:8: ruleOpAdd
{
pushFollow(FOLLOW_2);
ruleOpAdd();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred10_InternalUISemanticsGrammar
// $ANTLR start synpred11_InternalUISemanticsGrammar
public final void synpred11_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2307:5: ( ( () ( ( ruleOpMulti ) ) ) )
// InternalUISemanticsGrammar.g:2307:6: ( () ( ( ruleOpMulti ) ) )
{
// InternalUISemanticsGrammar.g:2307:6: ( () ( ( ruleOpMulti ) ) )
// InternalUISemanticsGrammar.g:2308:6: () ( ( ruleOpMulti ) )
{
// InternalUISemanticsGrammar.g:2308:6: ()
// InternalUISemanticsGrammar.g:2309:6:
{
}
// InternalUISemanticsGrammar.g:2310:6: ( ( ruleOpMulti ) )
// InternalUISemanticsGrammar.g:2311:7: ( ruleOpMulti )
{
// InternalUISemanticsGrammar.g:2311:7: ( ruleOpMulti )
// InternalUISemanticsGrammar.g:2312:8: ruleOpMulti
{
pushFollow(FOLLOW_2);
ruleOpMulti();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred11_InternalUISemanticsGrammar
// $ANTLR start synpred12_InternalUISemanticsGrammar
public final void synpred12_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2542:5: ( ( () 'as' ) )
// InternalUISemanticsGrammar.g:2542:6: ( () 'as' )
{
// InternalUISemanticsGrammar.g:2542:6: ( () 'as' )
// InternalUISemanticsGrammar.g:2543:6: () 'as'
{
// InternalUISemanticsGrammar.g:2543:6: ()
// InternalUISemanticsGrammar.g:2544:6:
{
}
match(input,25,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred12_InternalUISemanticsGrammar
// $ANTLR start synpred13_InternalUISemanticsGrammar
public final void synpred13_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2610:4: ( ( () ( ( ruleOpPostfix ) ) ) )
// InternalUISemanticsGrammar.g:2610:5: ( () ( ( ruleOpPostfix ) ) )
{
// InternalUISemanticsGrammar.g:2610:5: ( () ( ( ruleOpPostfix ) ) )
// InternalUISemanticsGrammar.g:2611:5: () ( ( ruleOpPostfix ) )
{
// InternalUISemanticsGrammar.g:2611:5: ()
// InternalUISemanticsGrammar.g:2612:5:
{
}
// InternalUISemanticsGrammar.g:2613:5: ( ( ruleOpPostfix ) )
// InternalUISemanticsGrammar.g:2614:6: ( ruleOpPostfix )
{
// InternalUISemanticsGrammar.g:2614:6: ( ruleOpPostfix )
// InternalUISemanticsGrammar.g:2615:7: ruleOpPostfix
{
pushFollow(FOLLOW_2);
ruleOpPostfix();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred13_InternalUISemanticsGrammar
// $ANTLR start synpred14_InternalUISemanticsGrammar
public final void synpred14_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2706:6: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )
// InternalUISemanticsGrammar.g:2706:7: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
{
// InternalUISemanticsGrammar.g:2706:7: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
// InternalUISemanticsGrammar.g:2707:7: () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign
{
// InternalUISemanticsGrammar.g:2707:7: ()
// InternalUISemanticsGrammar.g:2708:7:
{
}
// InternalUISemanticsGrammar.g:2709:7: ( '.' | ( ( '::' ) ) )
int alt132=2;
int LA132_0 = input.LA(1);
if ( (LA132_0==68) ) {
alt132=1;
}
else if ( (LA132_0==69) ) {
alt132=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 132, 0, input);
throw nvae;
}
switch (alt132) {
case 1 :
// InternalUISemanticsGrammar.g:2710:8: '.'
{
match(input,68,FOLLOW_52); if (state.failed) return ;
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2712:8: ( ( '::' ) )
{
// InternalUISemanticsGrammar.g:2712:8: ( ( '::' ) )
// InternalUISemanticsGrammar.g:2713:9: ( '::' )
{
// InternalUISemanticsGrammar.g:2713:9: ( '::' )
// InternalUISemanticsGrammar.g:2714:10: '::'
{
match(input,69,FOLLOW_52); if (state.failed) return ;
}
}
}
break;
}
// InternalUISemanticsGrammar.g:2718:7: ( ( ruleFeatureCallID ) )
// InternalUISemanticsGrammar.g:2719:8: ( ruleFeatureCallID )
{
// InternalUISemanticsGrammar.g:2719:8: ( ruleFeatureCallID )
// InternalUISemanticsGrammar.g:2720:9: ruleFeatureCallID
{
pushFollow(FOLLOW_33);
ruleFeatureCallID();
state._fsp--;
if (state.failed) return ;
}
}
pushFollow(FOLLOW_2);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return ;
}
}
}
// $ANTLR end synpred14_InternalUISemanticsGrammar
// $ANTLR start synpred15_InternalUISemanticsGrammar
public final void synpred15_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2803:6: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )
// InternalUISemanticsGrammar.g:2803:7: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) )
{
// InternalUISemanticsGrammar.g:2803:7: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) )
// InternalUISemanticsGrammar.g:2804:7: () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) )
{
// InternalUISemanticsGrammar.g:2804:7: ()
// InternalUISemanticsGrammar.g:2805:7:
{
}
// InternalUISemanticsGrammar.g:2806:7: ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) )
int alt133=3;
switch ( input.LA(1) ) {
case 68:
{
alt133=1;
}
break;
case 70:
{
alt133=2;
}
break;
case 69:
{
alt133=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 133, 0, input);
throw nvae;
}
switch (alt133) {
case 1 :
// InternalUISemanticsGrammar.g:2807:8: '.'
{
match(input,68,FOLLOW_2); if (state.failed) return ;
}
break;
case 2 :
// InternalUISemanticsGrammar.g:2809:8: ( ( '?.' ) )
{
// InternalUISemanticsGrammar.g:2809:8: ( ( '?.' ) )
// InternalUISemanticsGrammar.g:2810:9: ( '?.' )
{
// InternalUISemanticsGrammar.g:2810:9: ( '?.' )
// InternalUISemanticsGrammar.g:2811:10: '?.'
{
match(input,70,FOLLOW_2); if (state.failed) return ;
}
}
}
break;
case 3 :
// InternalUISemanticsGrammar.g:2815:8: ( ( '::' ) )
{
// InternalUISemanticsGrammar.g:2815:8: ( ( '::' ) )
// InternalUISemanticsGrammar.g:2816:9: ( '::' )
{
// InternalUISemanticsGrammar.g:2816:9: ( '::' )
// InternalUISemanticsGrammar.g:2817:10: '::'
{
match(input,69,FOLLOW_2); if (state.failed) return ;
}
}
}
break;
}
}
}
}
// $ANTLR end synpred15_InternalUISemanticsGrammar
// $ANTLR start synpred16_InternalUISemanticsGrammar
public final void synpred16_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2941:7: ( ( '(' ) )
// InternalUISemanticsGrammar.g:2941:8: ( '(' )
{
// InternalUISemanticsGrammar.g:2941:8: ( '(' )
// InternalUISemanticsGrammar.g:2942:8: '('
{
match(input,72,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred16_InternalUISemanticsGrammar
// $ANTLR start synpred17_InternalUISemanticsGrammar
public final void synpred17_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:2960:8: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalUISemanticsGrammar.g:2960:9: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalUISemanticsGrammar.g:2960:9: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalUISemanticsGrammar.g:2961:9: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalUISemanticsGrammar.g:2961:9: ()
// InternalUISemanticsGrammar.g:2962:9:
{
}
// InternalUISemanticsGrammar.g:2963:9: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt135=2;
int LA135_0 = input.LA(1);
if ( (LA135_0==RULE_ID||LA135_0==57||LA135_0==72) ) {
alt135=1;
}
switch (alt135) {
case 1 :
// InternalUISemanticsGrammar.g:2964:10: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalUISemanticsGrammar.g:2964:10: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:2965:11: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:2965:11: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:2966:12: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalUISemanticsGrammar.g:2969:10: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop134:
do {
int alt134=2;
int LA134_0 = input.LA(1);
if ( (LA134_0==71) ) {
alt134=1;
}
switch (alt134) {
case 1 :
// InternalUISemanticsGrammar.g:2970:11: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,71,FOLLOW_31); if (state.failed) return ;
// InternalUISemanticsGrammar.g:2971:11: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:2972:12: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:2972:12: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:2973:13: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop134;
}
} while (true);
}
break;
}
// InternalUISemanticsGrammar.g:2978:9: ( ( '|' ) )
// InternalUISemanticsGrammar.g:2979:10: ( '|' )
{
// InternalUISemanticsGrammar.g:2979:10: ( '|' )
// InternalUISemanticsGrammar.g:2980:11: '|'
{
match(input,77,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred17_InternalUISemanticsGrammar
// $ANTLR start synpred18_InternalUISemanticsGrammar
public final void synpred18_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:3057:6: ( ( () '[' ) )
// InternalUISemanticsGrammar.g:3057:7: ( () '[' )
{
// InternalUISemanticsGrammar.g:3057:7: ( () '[' )
// InternalUISemanticsGrammar.g:3058:7: () '['
{
// InternalUISemanticsGrammar.g:3058:7: ()
// InternalUISemanticsGrammar.g:3059:7:
{
}
match(input,75,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred18_InternalUISemanticsGrammar
// $ANTLR start synpred19_InternalUISemanticsGrammar
public final void synpred19_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:3130:4: ( ( () 'synchronized' '(' ) )
// InternalUISemanticsGrammar.g:3130:5: ( () 'synchronized' '(' )
{
// InternalUISemanticsGrammar.g:3130:5: ( () 'synchronized' '(' )
// InternalUISemanticsGrammar.g:3131:5: () 'synchronized' '('
{
// InternalUISemanticsGrammar.g:3131:5: ()
// InternalUISemanticsGrammar.g:3132:5:
{
}
match(input,98,FOLLOW_72); if (state.failed) return ;
match(input,72,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred19_InternalUISemanticsGrammar
// $ANTLR start synpred20_InternalUISemanticsGrammar
public final void synpred20_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:3175:4: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalUISemanticsGrammar.g:3175:5: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalUISemanticsGrammar.g:3175:5: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' )
// InternalUISemanticsGrammar.g:3176:5: () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':'
{
// InternalUISemanticsGrammar.g:3176:5: ()
// InternalUISemanticsGrammar.g:3177:5:
{
}
match(input,83,FOLLOW_72); if (state.failed) return ;
match(input,72,FOLLOW_31); if (state.failed) return ;
// InternalUISemanticsGrammar.g:3180:5: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:3181:6: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:3181:6: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:3182:7: ruleJvmFormalParameter
{
pushFollow(FOLLOW_26);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,32,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred20_InternalUISemanticsGrammar
// $ANTLR start synpred21_InternalUISemanticsGrammar
public final void synpred21_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:3289:4: ( ( () '[' ) )
// InternalUISemanticsGrammar.g:3289:5: ( () '[' )
{
// InternalUISemanticsGrammar.g:3289:5: ( () '[' )
// InternalUISemanticsGrammar.g:3290:5: () '['
{
// InternalUISemanticsGrammar.g:3290:5: ()
// InternalUISemanticsGrammar.g:3291:5:
{
}
match(input,75,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred21_InternalUISemanticsGrammar
// $ANTLR start synpred23_InternalUISemanticsGrammar
public final void synpred23_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:3594:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalUISemanticsGrammar.g:3594:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalUISemanticsGrammar.g:3594:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalUISemanticsGrammar.g:3595:5: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalUISemanticsGrammar.g:3595:5: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt137=2;
int LA137_0 = input.LA(1);
if ( (LA137_0==RULE_ID||LA137_0==57||LA137_0==72) ) {
alt137=1;
}
switch (alt137) {
case 1 :
// InternalUISemanticsGrammar.g:3596:6: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalUISemanticsGrammar.g:3596:6: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:3597:7: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:3597:7: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:3598:8: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalUISemanticsGrammar.g:3601:6: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop136:
do {
int alt136=2;
int LA136_0 = input.LA(1);
if ( (LA136_0==71) ) {
alt136=1;
}
switch (alt136) {
case 1 :
// InternalUISemanticsGrammar.g:3602:7: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,71,FOLLOW_31); if (state.failed) return ;
// InternalUISemanticsGrammar.g:3603:7: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:3604:8: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:3604:8: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:3605:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop136;
}
} while (true);
}
break;
}
// InternalUISemanticsGrammar.g:3610:5: ( ( '|' ) )
// InternalUISemanticsGrammar.g:3611:6: ( '|' )
{
// InternalUISemanticsGrammar.g:3611:6: ( '|' )
// InternalUISemanticsGrammar.g:3612:7: '|'
{
match(input,77,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred23_InternalUISemanticsGrammar
// $ANTLR start synpred25_InternalUISemanticsGrammar
public final void synpred25_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:4003:5: ( 'else' )
// InternalUISemanticsGrammar.g:4003:6: 'else'
{
match(input,79,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred25_InternalUISemanticsGrammar
// $ANTLR start synpred26_InternalUISemanticsGrammar
public final void synpred26_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:4062:6: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalUISemanticsGrammar.g:4062:7: ( '(' ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalUISemanticsGrammar.g:4062:7: ( '(' ( ( ruleJvmFormalParameter ) ) ':' )
// InternalUISemanticsGrammar.g:4063:7: '(' ( ( ruleJvmFormalParameter ) ) ':'
{
match(input,72,FOLLOW_31); if (state.failed) return ;
// InternalUISemanticsGrammar.g:4064:7: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:4065:8: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:4065:8: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:4066:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_26);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,32,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred26_InternalUISemanticsGrammar
// $ANTLR start synpred27_InternalUISemanticsGrammar
public final void synpred27_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:4129:6: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalUISemanticsGrammar.g:4129:7: ( ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalUISemanticsGrammar.g:4129:7: ( ( ( ruleJvmFormalParameter ) ) ':' )
// InternalUISemanticsGrammar.g:4130:7: ( ( ruleJvmFormalParameter ) ) ':'
{
// InternalUISemanticsGrammar.g:4130:7: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:4131:8: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:4131:8: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:4132:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_26);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,32,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred27_InternalUISemanticsGrammar
// $ANTLR start synpred29_InternalUISemanticsGrammar
public final void synpred29_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:4947:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )
// InternalUISemanticsGrammar.g:4947:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) )
{
// InternalUISemanticsGrammar.g:4947:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) )
// InternalUISemanticsGrammar.g:4948:6: ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) )
{
// InternalUISemanticsGrammar.g:4948:6: ( ( ruleJvmTypeReference ) )
// InternalUISemanticsGrammar.g:4949:7: ( ruleJvmTypeReference )
{
// InternalUISemanticsGrammar.g:4949:7: ( ruleJvmTypeReference )
// InternalUISemanticsGrammar.g:4950:8: ruleJvmTypeReference
{
pushFollow(FOLLOW_16);
ruleJvmTypeReference();
state._fsp--;
if (state.failed) return ;
}
}
// InternalUISemanticsGrammar.g:4953:6: ( ( ruleValidID ) )
// InternalUISemanticsGrammar.g:4954:7: ( ruleValidID )
{
// InternalUISemanticsGrammar.g:4954:7: ( ruleValidID )
// InternalUISemanticsGrammar.g:4955:8: ruleValidID
{
pushFollow(FOLLOW_2);
ruleValidID();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred29_InternalUISemanticsGrammar
// $ANTLR start synpred30_InternalUISemanticsGrammar
public final void synpred30_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:5259:5: ( ( '(' ) )
// InternalUISemanticsGrammar.g:5259:6: ( '(' )
{
// InternalUISemanticsGrammar.g:5259:6: ( '(' )
// InternalUISemanticsGrammar.g:5260:6: '('
{
match(input,72,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred30_InternalUISemanticsGrammar
// $ANTLR start synpred31_InternalUISemanticsGrammar
public final void synpred31_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:5278:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalUISemanticsGrammar.g:5278:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalUISemanticsGrammar.g:5278:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalUISemanticsGrammar.g:5279:7: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalUISemanticsGrammar.g:5279:7: ()
// InternalUISemanticsGrammar.g:5280:7:
{
}
// InternalUISemanticsGrammar.g:5281:7: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt141=2;
int LA141_0 = input.LA(1);
if ( (LA141_0==RULE_ID||LA141_0==57||LA141_0==72) ) {
alt141=1;
}
switch (alt141) {
case 1 :
// InternalUISemanticsGrammar.g:5282:8: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalUISemanticsGrammar.g:5282:8: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:5283:9: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:5283:9: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:5284:10: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalUISemanticsGrammar.g:5287:8: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop140:
do {
int alt140=2;
int LA140_0 = input.LA(1);
if ( (LA140_0==71) ) {
alt140=1;
}
switch (alt140) {
case 1 :
// InternalUISemanticsGrammar.g:5288:9: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,71,FOLLOW_31); if (state.failed) return ;
// InternalUISemanticsGrammar.g:5289:9: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:5290:10: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:5290:10: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:5291:11: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop140;
}
} while (true);
}
break;
}
// InternalUISemanticsGrammar.g:5296:7: ( ( '|' ) )
// InternalUISemanticsGrammar.g:5297:8: ( '|' )
{
// InternalUISemanticsGrammar.g:5297:8: ( '|' )
// InternalUISemanticsGrammar.g:5298:9: '|'
{
match(input,77,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred31_InternalUISemanticsGrammar
// $ANTLR start synpred32_InternalUISemanticsGrammar
public final void synpred32_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:5375:4: ( ( () '[' ) )
// InternalUISemanticsGrammar.g:5375:5: ( () '[' )
{
// InternalUISemanticsGrammar.g:5375:5: ( () '[' )
// InternalUISemanticsGrammar.g:5376:5: () '['
{
// InternalUISemanticsGrammar.g:5376:5: ()
// InternalUISemanticsGrammar.g:5377:5:
{
}
match(input,75,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred32_InternalUISemanticsGrammar
// $ANTLR start synpred33_InternalUISemanticsGrammar
public final void synpred33_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:5535:5: ( '<' )
// InternalUISemanticsGrammar.g:5535:6: '<'
{
match(input,44,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred33_InternalUISemanticsGrammar
// $ANTLR start synpred34_InternalUISemanticsGrammar
public final void synpred34_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:5592:5: ( ( '(' ) )
// InternalUISemanticsGrammar.g:5592:6: ( '(' )
{
// InternalUISemanticsGrammar.g:5592:6: ( '(' )
// InternalUISemanticsGrammar.g:5593:6: '('
{
match(input,72,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred34_InternalUISemanticsGrammar
// $ANTLR start synpred35_InternalUISemanticsGrammar
public final void synpred35_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:5611:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalUISemanticsGrammar.g:5611:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalUISemanticsGrammar.g:5611:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalUISemanticsGrammar.g:5612:7: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalUISemanticsGrammar.g:5612:7: ()
// InternalUISemanticsGrammar.g:5613:7:
{
}
// InternalUISemanticsGrammar.g:5614:7: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt143=2;
int LA143_0 = input.LA(1);
if ( (LA143_0==RULE_ID||LA143_0==57||LA143_0==72) ) {
alt143=1;
}
switch (alt143) {
case 1 :
// InternalUISemanticsGrammar.g:5615:8: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalUISemanticsGrammar.g:5615:8: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:5616:9: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:5616:9: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:5617:10: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalUISemanticsGrammar.g:5620:8: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop142:
do {
int alt142=2;
int LA142_0 = input.LA(1);
if ( (LA142_0==71) ) {
alt142=1;
}
switch (alt142) {
case 1 :
// InternalUISemanticsGrammar.g:5621:9: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,71,FOLLOW_31); if (state.failed) return ;
// InternalUISemanticsGrammar.g:5622:9: ( ( ruleJvmFormalParameter ) )
// InternalUISemanticsGrammar.g:5623:10: ( ruleJvmFormalParameter )
{
// InternalUISemanticsGrammar.g:5623:10: ( ruleJvmFormalParameter )
// InternalUISemanticsGrammar.g:5624:11: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop142;
}
} while (true);
}
break;
}
// InternalUISemanticsGrammar.g:5629:7: ( ( '|' ) )
// InternalUISemanticsGrammar.g:5630:8: ( '|' )
{
// InternalUISemanticsGrammar.g:5630:8: ( '|' )
// InternalUISemanticsGrammar.g:5631:9: '|'
{
match(input,77,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred35_InternalUISemanticsGrammar
// $ANTLR start synpred36_InternalUISemanticsGrammar
public final void synpred36_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:5708:4: ( ( () '[' ) )
// InternalUISemanticsGrammar.g:5708:5: ( () '[' )
{
// InternalUISemanticsGrammar.g:5708:5: ( () '[' )
// InternalUISemanticsGrammar.g:5709:5: () '['
{
// InternalUISemanticsGrammar.g:5709:5: ()
// InternalUISemanticsGrammar.g:5710:5:
{
}
match(input,75,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred36_InternalUISemanticsGrammar
// $ANTLR start synpred37_InternalUISemanticsGrammar
public final void synpred37_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:6051:4: ( 'extends' | 'static' | 'import' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | 'synchronized' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING )
// InternalUISemanticsGrammar.g:
{
if ( (input.LA(1)>=RULE_STRING && input.LA(1)<=RULE_DECIMAL)||input.LA(1)==14||(input.LA(1)>=19 && input.LA(1)<=21)||input.LA(1)==33||input.LA(1)==44||(input.LA(1)>=60 && input.LA(1)<=61)||input.LA(1)==65||input.LA(1)==72||(input.LA(1)>=74 && input.LA(1)<=75)||input.LA(1)==78||input.LA(1)==80||(input.LA(1)>=83 && input.LA(1)<=85)||(input.LA(1)>=88 && input.LA(1)<=96)||input.LA(1)==98 ) {
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 synpred37_InternalUISemanticsGrammar
// $ANTLR start synpred38_InternalUISemanticsGrammar
public final void synpred38_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:6122:6: ( 'catch' )
// InternalUISemanticsGrammar.g:6122:7: 'catch'
{
match(input,99,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred38_InternalUISemanticsGrammar
// $ANTLR start synpred39_InternalUISemanticsGrammar
public final void synpred39_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:6143:7: ( 'finally' )
// InternalUISemanticsGrammar.g:6143:8: 'finally'
{
match(input,97,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred39_InternalUISemanticsGrammar
// $ANTLR start synpred42_InternalUISemanticsGrammar
public final void synpred42_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:6387:5: ( '.' )
// InternalUISemanticsGrammar.g:6387:6: '.'
{
match(input,68,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred42_InternalUISemanticsGrammar
// $ANTLR start synpred43_InternalUISemanticsGrammar
public final void synpred43_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:6513:5: ( ( () ruleArrayBrackets ) )
// InternalUISemanticsGrammar.g:6513:6: ( () ruleArrayBrackets )
{
// InternalUISemanticsGrammar.g:6513:6: ( () ruleArrayBrackets )
// InternalUISemanticsGrammar.g:6514:6: () ruleArrayBrackets
{
// InternalUISemanticsGrammar.g:6514:6: ()
// InternalUISemanticsGrammar.g:6515:6:
{
}
pushFollow(FOLLOW_2);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return ;
}
}
}
// $ANTLR end synpred43_InternalUISemanticsGrammar
// $ANTLR start synpred44_InternalUISemanticsGrammar
public final void synpred44_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:6710:5: ( '<' )
// InternalUISemanticsGrammar.g:6710:6: '<'
{
match(input,44,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred44_InternalUISemanticsGrammar
// $ANTLR start synpred45_InternalUISemanticsGrammar
public final void synpred45_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:6766:6: ( ( () '.' ) )
// InternalUISemanticsGrammar.g:6766:7: ( () '.' )
{
// InternalUISemanticsGrammar.g:6766:7: ( () '.' )
// InternalUISemanticsGrammar.g:6767:7: () '.'
{
// InternalUISemanticsGrammar.g:6767:7: ()
// InternalUISemanticsGrammar.g:6768:7:
{
}
match(input,68,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred45_InternalUISemanticsGrammar
// $ANTLR start synpred46_InternalUISemanticsGrammar
public final void synpred46_InternalUISemanticsGrammar_fragment() throws RecognitionException {
// InternalUISemanticsGrammar.g:6804:7: ( '<' )
// InternalUISemanticsGrammar.g:6804:8: '<'
{
match(input,44,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred46_InternalUISemanticsGrammar
// Delegated rules
public final boolean synpred9_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred9_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred15_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred19_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred32_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred43_InternalUISemanticsGrammar_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred10_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred10_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred37_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred21_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred26_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred5_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred38_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred3_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred42_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred16_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred31_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred20_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred27_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred6_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred17_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred30_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred2_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred46_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred12_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred35_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred39_InternalUISemanticsGrammar_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred23_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred23_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred13_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred34_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred45_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred7_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred1_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred8_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred11_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred36_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred18_InternalUISemanticsGrammar_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 synpred14_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred14_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred33_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred25_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred29_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred44_InternalUISemanticsGrammar_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_InternalUISemanticsGrammar() {
state.backtracking++;
int start = input.mark();
try {
synpred4_InternalUISemanticsGrammar_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 DFA11 dfa11 = new DFA11(this);
protected DFA25 dfa25 = new DFA25(this);
protected DFA35 dfa35 = new DFA35(this);
protected DFA38 dfa38 = new DFA38(this);
protected DFA54 dfa54 = new DFA54(this);
protected DFA53 dfa53 = new DFA53(this);
protected DFA55 dfa55 = new DFA55(this);
protected DFA57 dfa57 = new DFA57(this);
protected DFA66 dfa66 = new DFA66(this);
protected DFA73 dfa73 = new DFA73(this);
protected DFA72 dfa72 = new DFA72(this);
protected DFA95 dfa95 = new DFA95(this);
protected DFA94 dfa94 = new DFA94(this);
protected DFA96 dfa96 = new DFA96(this);
protected DFA100 dfa100 = new DFA100(this);
protected DFA103 dfa103 = new DFA103(this);
protected DFA102 dfa102 = new DFA102(this);
protected DFA104 dfa104 = new DFA104(this);
protected DFA107 dfa107 = new DFA107(this);
protected DFA125 dfa125 = new DFA125(this);
protected DFA123 dfa123 = new DFA123(this);
static final String dfa_1s = "\7\uffff";
static final String dfa_2s = "\2\uffff\1\4\2\uffff\1\4\1\uffff";
static final String dfa_3s = "\1\5\1\uffff\1\15\1\5\1\uffff\1\15\1\uffff";
static final String dfa_4s = "\1\24\1\uffff\1\104\1\26\1\uffff\1\104\1\uffff";
static final String dfa_5s = "\1\uffff\1\1\2\uffff\1\2\1\uffff\1\3";
static final String dfa_6s = "\7\uffff}>";
static final String[] dfa_7s = {
"\1\2\16\uffff\1\1",
"",
"\1\4\2\uffff\1\4\2\uffff\1\4\3\uffff\1\4\2\uffff\1\4\51\uffff\1\3",
"\1\5\20\uffff\1\6",
"",
"\1\4\2\uffff\1\4\2\uffff\1\4\3\uffff\1\4\2\uffff\1\4\51\uffff\1\3",
""
};
static final short[] dfa_1 = DFA.unpackEncodedString(dfa_1s);
static final short[] dfa_2 = DFA.unpackEncodedString(dfa_2s);
static final char[] dfa_3 = DFA.unpackEncodedStringToUnsignedChars(dfa_3s);
static final char[] dfa_4 = DFA.unpackEncodedStringToUnsignedChars(dfa_4s);
static final short[] dfa_5 = DFA.unpackEncodedString(dfa_5s);
static final short[] dfa_6 = DFA.unpackEncodedString(dfa_6s);
static final short[][] dfa_7 = unpackEncodedStringArray(dfa_7s);
class DFA11 extends DFA {
public DFA11(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 11;
this.eot = dfa_1;
this.eof = dfa_2;
this.min = dfa_3;
this.max = dfa_4;
this.accept = dfa_5;
this.special = dfa_6;
this.transition = dfa_7;
}
public String getDescription() {
return "345:5: ( ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) ) | ( ( ruleQualifiedName ) ) | ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) ) )";
}
}
static final String dfa_8s = "\12\uffff";
static final String dfa_9s = "\1\10\11\uffff";
static final String dfa_10s = "\1\4\7\0\2\uffff";
static final String dfa_11s = "\1\143\7\0\2\uffff";
static final String dfa_12s = "\10\uffff\1\2\1\1";
static final String dfa_13s = "\1\uffff\1\0\1\1\1\2\1\3\1\4\1\6\1\5\2\uffff}>";
static final String[] dfa_14s = {
"\5\10\5\uffff\2\10\3\uffff\4\10\1\uffff\2\10\6\uffff\2\10\5\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\7\37\10\1\uffff\26\10",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"",
""
};
static final short[] dfa_8 = DFA.unpackEncodedString(dfa_8s);
static final short[] dfa_9 = DFA.unpackEncodedString(dfa_9s);
static final char[] dfa_10 = DFA.unpackEncodedStringToUnsignedChars(dfa_10s);
static final char[] dfa_11 = DFA.unpackEncodedStringToUnsignedChars(dfa_11s);
static final short[] dfa_12 = DFA.unpackEncodedString(dfa_12s);
static final short[] dfa_13 = DFA.unpackEncodedString(dfa_13s);
static final short[][] dfa_14 = unpackEncodedStringArray(dfa_14s);
class DFA25 extends DFA {
public DFA25(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 25;
this.eot = dfa_8;
this.eof = dfa_9;
this.min = dfa_10;
this.max = dfa_11;
this.accept = dfa_12;
this.special = dfa_13;
this.transition = dfa_14;
}
public String getDescription() {
return "1248:4: ( ( ( ( () ( ( 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 LA25_1 = input.LA(1);
int index25_1 = input.index();
input.rewind();
s = -1;
if ( (synpred1_InternalUISemanticsGrammar()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index25_1);
if ( s>=0 ) return s;
break;
case 1 :
int LA25_2 = input.LA(1);
int index25_2 = input.index();
input.rewind();
s = -1;
if ( (synpred1_InternalUISemanticsGrammar()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index25_2);
if ( s>=0 ) return s;
break;
case 2 :
int LA25_3 = input.LA(1);
int index25_3 = input.index();
input.rewind();
s = -1;
if ( (synpred1_InternalUISemanticsGrammar()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index25_3);
if ( s>=0 ) return s;
break;
case 3 :
int LA25_4 = input.LA(1);
int index25_4 = input.index();
input.rewind();
s = -1;
if ( (synpred1_InternalUISemanticsGrammar()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index25_4);
if ( s>=0 ) return s;
break;
case 4 :
int LA25_5 = input.LA(1);
int index25_5 = input.index();
input.rewind();
s = -1;
if ( (synpred1_InternalUISemanticsGrammar()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index25_5);
if ( s>=0 ) return s;
break;
case 5 :
int LA25_7 = input.LA(1);
int index25_7 = input.index();
input.rewind();
s = -1;
if ( (synpred1_InternalUISemanticsGrammar()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index25_7);
if ( s>=0 ) return s;
break;
case 6 :
int LA25_6 = input.LA(1);
int index25_6 = input.index();
input.rewind();
s = -1;
if ( (synpred1_InternalUISemanticsGrammar()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index25_6);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 25, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_15s = "\13\uffff";
static final String dfa_16s = "\1\1\12\uffff";
static final String dfa_17s = "\1\4\1\uffff\10\0\1\uffff";
static final String dfa_18s = "\1\143\1\uffff\10\0\1\uffff";
static final String dfa_19s = "\1\uffff\1\2\10\uffff\1\1";
static final String dfa_20s = "\2\uffff\1\0\1\5\1\6\1\7\1\4\1\1\1\2\1\3\1\uffff}>";
static final String[] dfa_21s = {
"\5\1\5\uffff\2\1\3\uffff\4\1\1\uffff\2\1\6\uffff\2\1\5\uffff\5\1\1\2\1\3\10\1\1\4\1\5\1\6\1\7\1\10\1\11\21\1\1\uffff\26\1",
"",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
""
};
static final short[] dfa_15 = DFA.unpackEncodedString(dfa_15s);
static final short[] dfa_16 = DFA.unpackEncodedString(dfa_16s);
static final char[] dfa_17 = DFA.unpackEncodedStringToUnsignedChars(dfa_17s);
static final char[] dfa_18 = DFA.unpackEncodedStringToUnsignedChars(dfa_18s);
static final short[] dfa_19 = DFA.unpackEncodedString(dfa_19s);
static final short[] dfa_20 = DFA.unpackEncodedString(dfa_20s);
static final short[][] dfa_21 = unpackEncodedStringArray(dfa_21s);
class DFA35 extends DFA {
public DFA35(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 35;
this.eot = dfa_15;
this.eof = dfa_16;
this.min = dfa_17;
this.max = dfa_18;
this.accept = dfa_19;
this.special = dfa_20;
this.transition = dfa_21;
}
public String getDescription() {
return "()* loopback of 1962:3: ( ( ( ( () ( ( 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 LA35_2 = input.LA(1);
int index35_2 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalUISemanticsGrammar()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index35_2);
if ( s>=0 ) return s;
break;
case 1 :
int LA35_7 = input.LA(1);
int index35_7 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalUISemanticsGrammar()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index35_7);
if ( s>=0 ) return s;
break;
case 2 :
int LA35_8 = input.LA(1);
int index35_8 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalUISemanticsGrammar()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index35_8);
if ( s>=0 ) return s;
break;
case 3 :
int LA35_9 = input.LA(1);
int index35_9 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalUISemanticsGrammar()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index35_9);
if ( s>=0 ) return s;
break;
case 4 :
int LA35_6 = input.LA(1);
int index35_6 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalUISemanticsGrammar()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index35_6);
if ( s>=0 ) return s;
break;
case 5 :
int LA35_3 = input.LA(1);
int index35_3 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalUISemanticsGrammar()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index35_3);
if ( s>=0 ) return s;
break;
case 6 :
int LA35_4 = input.LA(1);
int index35_4 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalUISemanticsGrammar()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index35_4);
if ( s>=0 ) return s;
break;
case 7 :
int LA35_5 = input.LA(1);
int index35_5 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalUISemanticsGrammar()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index35_5);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 35, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_22s = "\1\54\2\uffff\1\55\7\uffff";
static final String dfa_23s = "\1\73\2\uffff\1\70\7\uffff";
static final String dfa_24s = "\1\uffff\1\1\1\2\1\uffff\1\4\1\5\1\7\1\10\1\11\1\3\1\6";
static final String dfa_25s = "\13\uffff}>";
static final String[] dfa_26s = {
"\1\6\1\3\10\uffff\1\1\1\2\1\4\1\5\1\7\1\10",
"",
"",
"\1\12\12\uffff\1\11",
"",
"",
"",
"",
"",
"",
""
};
static final char[] dfa_22 = DFA.unpackEncodedStringToUnsignedChars(dfa_22s);
static final char[] dfa_23 = DFA.unpackEncodedStringToUnsignedChars(dfa_23s);
static final short[] dfa_24 = DFA.unpackEncodedString(dfa_24s);
static final short[] dfa_25 = DFA.unpackEncodedString(dfa_25s);
static final short[][] dfa_26 = unpackEncodedStringArray(dfa_26s);
class DFA38 extends DFA {
public DFA38(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 38;
this.eot = dfa_15;
this.eof = dfa_15;
this.min = dfa_22;
this.max = dfa_23;
this.accept = dfa_24;
this.special = dfa_25;
this.transition = dfa_26;
}
public String getDescription() {
return "2038:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )";
}
}
static final String dfa_27s = "\116\uffff";
static final String dfa_28s = "\1\2\115\uffff";
static final String dfa_29s = "\1\4\1\0\114\uffff";
static final String dfa_30s = "\1\143\1\0\114\uffff";
static final String dfa_31s = "\2\uffff\1\2\112\uffff\1\1";
static final String dfa_32s = "\1\uffff\1\0\114\uffff}>";
static final String[] dfa_33s = {
"\5\2\5\uffff\2\2\3\uffff\4\2\1\uffff\2\2\6\uffff\2\2\5\uffff\41\2\1\1\4\2\1\uffff\26\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_27 = DFA.unpackEncodedString(dfa_27s);
static final short[] dfa_28 = DFA.unpackEncodedString(dfa_28s);
static final char[] dfa_29 = DFA.unpackEncodedStringToUnsignedChars(dfa_29s);
static final char[] dfa_30 = DFA.unpackEncodedStringToUnsignedChars(dfa_30s);
static final short[] dfa_31 = DFA.unpackEncodedString(dfa_31s);
static final short[] dfa_32 = DFA.unpackEncodedString(dfa_32s);
static final short[][] dfa_33 = unpackEncodedStringArray(dfa_33s);
class DFA54 extends DFA {
public DFA54(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 54;
this.eot = dfa_27;
this.eof = dfa_28;
this.min = dfa_29;
this.max = dfa_30;
this.accept = dfa_31;
this.special = dfa_32;
this.transition = dfa_33;
}
public String getDescription() {
return "2939:5: ( ( ( ( '(' ) )=> (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 LA54_1 = input.LA(1);
int index54_1 = input.index();
input.rewind();
s = -1;
if ( (synpred16_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index54_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 54, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_34s = "\44\uffff";
static final String dfa_35s = "\1\4\2\0\41\uffff";
static final String dfa_36s = "\1\142\2\0\41\uffff";
static final String dfa_37s = "\3\uffff\2\1\1\2\35\uffff\1\3";
static final String dfa_38s = "\1\0\1\1\1\2\41\uffff}>";
static final String[] dfa_39s = {
"\1\5\1\1\3\5\5\uffff\1\5\4\uffff\3\5\13\uffff\1\5\12\uffff\1\5\14\uffff\1\3\2\uffff\2\5\3\uffff\1\5\6\uffff\1\2\1\43\2\5\1\uffff\1\4\1\5\1\uffff\1\5\2\uffff\3\5\2\uffff\11\5\1\uffff\1\5",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_34 = DFA.unpackEncodedString(dfa_34s);
static final char[] dfa_35 = DFA.unpackEncodedStringToUnsignedChars(dfa_35s);
static final char[] dfa_36 = DFA.unpackEncodedStringToUnsignedChars(dfa_36s);
static final short[] dfa_37 = DFA.unpackEncodedString(dfa_37s);
static final short[] dfa_38 = DFA.unpackEncodedString(dfa_38s);
static final short[][] dfa_39 = unpackEncodedStringArray(dfa_39s);
class DFA53 extends DFA {
public DFA53(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 53;
this.eot = dfa_34;
this.eof = dfa_34;
this.min = dfa_35;
this.max = dfa_36;
this.accept = dfa_37;
this.special = dfa_38;
this.transition = dfa_39;
}
public String getDescription() {
return "2958:6: ( ( ( ( () ( ( ( 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 LA53_0 = input.LA(1);
int index53_0 = input.index();
input.rewind();
s = -1;
if ( (LA53_0==RULE_ID) ) {s = 1;}
else if ( (LA53_0==72) ) {s = 2;}
else if ( (LA53_0==57) && (synpred17_InternalUISemanticsGrammar())) {s = 3;}
else if ( (LA53_0==77) && (synpred17_InternalUISemanticsGrammar())) {s = 4;}
else if ( (LA53_0==RULE_STRING||(LA53_0>=RULE_HEX && LA53_0<=RULE_DECIMAL)||LA53_0==14||(LA53_0>=19 && LA53_0<=21)||LA53_0==33||LA53_0==44||(LA53_0>=60 && LA53_0<=61)||LA53_0==65||(LA53_0>=74 && LA53_0<=75)||LA53_0==78||LA53_0==80||(LA53_0>=83 && LA53_0<=85)||(LA53_0>=88 && LA53_0<=96)||LA53_0==98) ) {s = 5;}
else if ( (LA53_0==73) ) {s = 35;}
input.seek(index53_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA53_1 = input.LA(1);
int index53_1 = input.index();
input.rewind();
s = -1;
if ( (synpred17_InternalUISemanticsGrammar()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index53_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA53_2 = input.LA(1);
int index53_2 = input.index();
input.rewind();
s = -1;
if ( (synpred17_InternalUISemanticsGrammar()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index53_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 53, _s, input);
error(nvae);
throw nvae;
}
}
static final String[] dfa_40s = {
"\5\2\5\uffff\2\2\3\uffff\4\2\1\uffff\2\2\6\uffff\2\2\5\uffff\44\2\1\1\1\2\1\uffff\26\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_40 = unpackEncodedStringArray(dfa_40s);
class DFA55 extends DFA {
public DFA55(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 55;
this.eot = dfa_27;
this.eof = dfa_28;
this.min = dfa_29;
this.max = dfa_30;
this.accept = dfa_31;
this.special = dfa_32;
this.transition = dfa_40;
}
public String getDescription() {
return "3056:5: ( ( ( () '[' ) )=> (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 LA55_1 = input.LA(1);
int index55_1 = input.index();
input.rewind();
s = -1;
if ( (synpred18_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index55_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 55, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_41s = "\40\uffff";
static final String dfa_42s = "\1\4\26\uffff\1\0\10\uffff";
static final String dfa_43s = "\1\142\26\uffff\1\0\10\uffff";
static final String dfa_44s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\6\uffff\1\6\11\uffff\1\7\1\uffff\1\12\1\13\1\14\1\15\1\16\1\17\1\10\1\11";
static final String dfa_45s = "\1\0\26\uffff\1\1\10\uffff}>";
static final String[] dfa_46s = {
"\1\14\1\5\3\14\5\uffff\1\2\4\uffff\3\5\13\uffff\1\5\12\uffff\1\5\33\uffff\1\35\1\uffff\2\14\2\uffff\1\26\1\uffff\1\3\2\uffff\1\27\1\30\1\31\2\uffff\1\5\1\1\4\14\1\32\1\33\1\34\1\uffff\1\4",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_41 = DFA.unpackEncodedString(dfa_41s);
static final char[] dfa_42 = DFA.unpackEncodedStringToUnsignedChars(dfa_42s);
static final char[] dfa_43 = DFA.unpackEncodedStringToUnsignedChars(dfa_43s);
static final short[] dfa_44 = DFA.unpackEncodedString(dfa_44s);
static final short[] dfa_45 = DFA.unpackEncodedString(dfa_45s);
static final short[][] dfa_46 = unpackEncodedStringArray(dfa_46s);
class DFA57 extends DFA {
public DFA57(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 57;
this.eot = dfa_41;
this.eof = dfa_41;
this.min = dfa_42;
this.max = dfa_43;
this.accept = dfa_44;
this.special = dfa_45;
this.transition = dfa_46;
}
public String getDescription() {
return "3101:2: (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 LA57_0 = input.LA(1);
int index57_0 = input.index();
input.rewind();
s = -1;
if ( (LA57_0==89) ) {s = 1;}
else if ( (LA57_0==14) ) {s = 2;}
else if ( (LA57_0==80) ) {s = 3;}
else if ( (LA57_0==98) && (synpred19_InternalUISemanticsGrammar())) {s = 4;}
else if ( (LA57_0==RULE_ID||(LA57_0>=19 && LA57_0<=21)||LA57_0==33||LA57_0==44||LA57_0==88) ) {s = 5;}
else if ( (LA57_0==RULE_STRING||(LA57_0>=RULE_HEX && LA57_0<=RULE_DECIMAL)||(LA57_0>=74 && LA57_0<=75)||(LA57_0>=90 && LA57_0<=93)) ) {s = 12;}
else if ( (LA57_0==78) ) {s = 22;}
else if ( (LA57_0==83) ) {s = 23;}
else if ( (LA57_0==84) ) {s = 24;}
else if ( (LA57_0==85) ) {s = 25;}
else if ( (LA57_0==94) ) {s = 26;}
else if ( (LA57_0==95) ) {s = 27;}
else if ( (LA57_0==96) ) {s = 28;}
else if ( (LA57_0==72) ) {s = 29;}
input.seek(index57_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA57_23 = input.LA(1);
int index57_23 = input.index();
input.rewind();
s = -1;
if ( (synpred20_InternalUISemanticsGrammar()) ) {s = 30;}
else if ( (true) ) {s = 31;}
input.seek(index57_23);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 57, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_47s = "\46\uffff";
static final String dfa_48s = "\1\4\2\0\43\uffff";
static final String dfa_49s = "\1\142\2\0\43\uffff";
static final String dfa_50s = "\3\uffff\2\1\1\2\40\uffff";
static final String dfa_51s = "\1\0\1\1\1\2\43\uffff}>";
static final String[] dfa_52s = {
"\1\5\1\1\3\5\5\uffff\1\5\4\uffff\3\5\13\uffff\1\5\12\uffff\1\5\14\uffff\1\3\2\uffff\2\5\3\uffff\1\5\6\uffff\1\2\1\uffff\3\5\1\4\1\5\1\uffff\1\5\2\uffff\16\5\1\uffff\1\5",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_47 = DFA.unpackEncodedString(dfa_47s);
static final char[] dfa_48 = DFA.unpackEncodedStringToUnsignedChars(dfa_48s);
static final char[] dfa_49 = DFA.unpackEncodedStringToUnsignedChars(dfa_49s);
static final short[] dfa_50 = DFA.unpackEncodedString(dfa_50s);
static final short[] dfa_51 = DFA.unpackEncodedString(dfa_51s);
static final short[][] dfa_52 = unpackEncodedStringArray(dfa_52s);
class DFA66 extends DFA {
public DFA66(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 66;
this.eot = dfa_47;
this.eof = dfa_47;
this.min = dfa_48;
this.max = dfa_49;
this.accept = dfa_50;
this.special = dfa_51;
this.transition = dfa_52;
}
public String getDescription() {
return "3593: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 LA66_0 = input.LA(1);
int index66_0 = input.index();
input.rewind();
s = -1;
if ( (LA66_0==RULE_ID) ) {s = 1;}
else if ( (LA66_0==72) ) {s = 2;}
else if ( (LA66_0==57) && (synpred23_InternalUISemanticsGrammar())) {s = 3;}
else if ( (LA66_0==77) && (synpred23_InternalUISemanticsGrammar())) {s = 4;}
else if ( (LA66_0==RULE_STRING||(LA66_0>=RULE_HEX && LA66_0<=RULE_DECIMAL)||LA66_0==14||(LA66_0>=19 && LA66_0<=21)||LA66_0==33||LA66_0==44||(LA66_0>=60 && LA66_0<=61)||LA66_0==65||(LA66_0>=74 && LA66_0<=76)||LA66_0==78||LA66_0==80||(LA66_0>=83 && LA66_0<=96)||LA66_0==98) ) {s = 5;}
input.seek(index66_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA66_1 = input.LA(1);
int index66_1 = input.index();
input.rewind();
s = -1;
if ( (synpred23_InternalUISemanticsGrammar()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index66_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA66_2 = input.LA(1);
int index66_2 = input.index();
input.rewind();
s = -1;
if ( (synpred23_InternalUISemanticsGrammar()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index66_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 66, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_53s = "\43\uffff";
static final String dfa_54s = "\1\4\1\0\41\uffff";
static final String dfa_55s = "\1\142\1\0\41\uffff";
static final String dfa_56s = "\2\uffff\1\2\37\uffff\1\1";
static final String dfa_57s = "\1\uffff\1\0\41\uffff}>";
static final String[] dfa_58s = {
"\5\2\5\uffff\1\2\4\uffff\3\2\13\uffff\1\2\12\uffff\1\2\14\uffff\1\2\2\uffff\2\2\3\uffff\1\2\6\uffff\1\1\1\uffff\2\2\2\uffff\1\2\1\uffff\1\2\2\uffff\3\2\2\uffff\11\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_53 = DFA.unpackEncodedString(dfa_53s);
static final char[] dfa_54 = DFA.unpackEncodedStringToUnsignedChars(dfa_54s);
static final char[] dfa_55 = DFA.unpackEncodedStringToUnsignedChars(dfa_55s);
static final short[] dfa_56 = DFA.unpackEncodedString(dfa_56s);
static final short[] dfa_57 = DFA.unpackEncodedString(dfa_57s);
static final short[][] dfa_58 = unpackEncodedStringArray(dfa_58s);
class DFA73 extends DFA {
public DFA73(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 73;
this.eot = dfa_53;
this.eof = dfa_53;
this.min = dfa_54;
this.max = dfa_55;
this.accept = dfa_56;
this.special = dfa_57;
this.transition = dfa_58;
}
public String getDescription() {
return "4059:3: ( ( ( ( ( '(' ( ( 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= ruleXExpression ) ) ) )";
}
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
TokenStream input = (TokenStream)_input;
int _s = s;
switch ( s ) {
case 0 :
int LA73_1 = input.LA(1);
int index73_1 = input.index();
input.rewind();
s = -1;
if ( (synpred26_InternalUISemanticsGrammar()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index73_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 73, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_59s = "\42\uffff";
static final String dfa_60s = "\1\4\2\0\37\uffff";
static final String dfa_61s = "\1\142\2\0\37\uffff";
static final String dfa_62s = "\3\uffff\1\1\1\2\35\uffff";
static final String dfa_63s = "\1\0\1\1\1\2\37\uffff}>";
static final String[] dfa_64s = {
"\1\4\1\1\3\4\5\uffff\1\4\4\uffff\3\4\13\uffff\1\4\12\uffff\1\4\14\uffff\1\3\2\uffff\2\4\3\uffff\1\4\6\uffff\1\2\1\uffff\2\4\2\uffff\1\4\1\uffff\1\4\2\uffff\3\4\2\uffff\11\4\1\uffff\1\4",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_59 = DFA.unpackEncodedString(dfa_59s);
static final char[] dfa_60 = DFA.unpackEncodedStringToUnsignedChars(dfa_60s);
static final char[] dfa_61 = DFA.unpackEncodedStringToUnsignedChars(dfa_61s);
static final short[] dfa_62 = DFA.unpackEncodedString(dfa_62s);
static final short[] dfa_63 = DFA.unpackEncodedString(dfa_63s);
static final short[][] dfa_64 = unpackEncodedStringArray(dfa_64s);
class DFA72 extends DFA {
public DFA72(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 72;
this.eot = dfa_59;
this.eof = dfa_59;
this.min = dfa_60;
this.max = dfa_61;
this.accept = dfa_62;
this.special = dfa_63;
this.transition = dfa_64;
}
public String getDescription() {
return "4128:5: ( ( ( ( ( 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 LA72_0 = input.LA(1);
int index72_0 = input.index();
input.rewind();
s = -1;
if ( (LA72_0==RULE_ID) ) {s = 1;}
else if ( (LA72_0==72) ) {s = 2;}
else if ( (LA72_0==57) && (synpred27_InternalUISemanticsGrammar())) {s = 3;}
else if ( (LA72_0==RULE_STRING||(LA72_0>=RULE_HEX && LA72_0<=RULE_DECIMAL)||LA72_0==14||(LA72_0>=19 && LA72_0<=21)||LA72_0==33||LA72_0==44||(LA72_0>=60 && LA72_0<=61)||LA72_0==65||(LA72_0>=74 && LA72_0<=75)||LA72_0==78||LA72_0==80||(LA72_0>=83 && LA72_0<=85)||(LA72_0>=88 && LA72_0<=96)||LA72_0==98) ) {s = 4;}
input.seek(index72_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA72_1 = input.LA(1);
int index72_1 = input.index();
input.rewind();
s = -1;
if ( (synpred27_InternalUISemanticsGrammar()) ) {s = 3;}
else if ( (true) ) {s = 4;}
input.seek(index72_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA72_2 = input.LA(1);
int index72_2 = input.index();
input.rewind();
s = -1;
if ( (synpred27_InternalUISemanticsGrammar()) ) {s = 3;}
else if ( (true) ) {s = 4;}
input.seek(index72_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 72, _s, input);
error(nvae);
throw nvae;
}
}
class DFA95 extends DFA {
public DFA95(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 95;
this.eot = dfa_27;
this.eof = dfa_28;
this.min = dfa_29;
this.max = dfa_30;
this.accept = dfa_31;
this.special = dfa_32;
this.transition = dfa_33;
}
public String getDescription() {
return "5257: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= ')' )?";
}
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
TokenStream input = (TokenStream)_input;
int _s = s;
switch ( s ) {
case 0 :
int LA95_1 = input.LA(1);
int index95_1 = input.index();
input.rewind();
s = -1;
if ( (synpred30_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index95_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 95, _s, input);
error(nvae);
throw nvae;
}
}
class DFA94 extends DFA {
public DFA94(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 94;
this.eot = dfa_34;
this.eof = dfa_34;
this.min = dfa_35;
this.max = dfa_36;
this.accept = dfa_37;
this.special = dfa_38;
this.transition = dfa_39;
}
public String getDescription() {
return "5276:4: ( ( ( ( () ( ( ( 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 LA94_0 = input.LA(1);
int index94_0 = input.index();
input.rewind();
s = -1;
if ( (LA94_0==RULE_ID) ) {s = 1;}
else if ( (LA94_0==72) ) {s = 2;}
else if ( (LA94_0==57) && (synpred31_InternalUISemanticsGrammar())) {s = 3;}
else if ( (LA94_0==77) && (synpred31_InternalUISemanticsGrammar())) {s = 4;}
else if ( (LA94_0==RULE_STRING||(LA94_0>=RULE_HEX && LA94_0<=RULE_DECIMAL)||LA94_0==14||(LA94_0>=19 && LA94_0<=21)||LA94_0==33||LA94_0==44||(LA94_0>=60 && LA94_0<=61)||LA94_0==65||(LA94_0>=74 && LA94_0<=75)||LA94_0==78||LA94_0==80||(LA94_0>=83 && LA94_0<=85)||(LA94_0>=88 && LA94_0<=96)||LA94_0==98) ) {s = 5;}
else if ( (LA94_0==73) ) {s = 35;}
input.seek(index94_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA94_1 = input.LA(1);
int index94_1 = input.index();
input.rewind();
s = -1;
if ( (synpred31_InternalUISemanticsGrammar()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index94_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA94_2 = input.LA(1);
int index94_2 = input.index();
input.rewind();
s = -1;
if ( (synpred31_InternalUISemanticsGrammar()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index94_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 94, _s, input);
error(nvae);
throw nvae;
}
}
class DFA96 extends DFA {
public DFA96(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 96;
this.eot = dfa_27;
this.eof = dfa_28;
this.min = dfa_29;
this.max = dfa_30;
this.accept = dfa_31;
this.special = dfa_32;
this.transition = dfa_40;
}
public String getDescription() {
return "5374: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 LA96_1 = input.LA(1);
int index96_1 = input.index();
input.rewind();
s = -1;
if ( (synpred32_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index96_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 96, _s, input);
error(nvae);
throw nvae;
}
}
static final String[] dfa_65s = {
"\5\2\5\uffff\2\2\3\uffff\4\2\1\uffff\2\2\6\uffff\2\2\5\uffff\5\2\1\1\40\2\1\uffff\26\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_65 = unpackEncodedStringArray(dfa_65s);
class DFA100 extends DFA {
public DFA100(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 100;
this.eot = dfa_27;
this.eof = dfa_28;
this.min = dfa_29;
this.max = dfa_30;
this.accept = dfa_31;
this.special = dfa_32;
this.transition = dfa_65;
}
public String getDescription() {
return "5533:3: ( ( ( '<' )=>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 LA100_1 = input.LA(1);
int index100_1 = input.index();
input.rewind();
s = -1;
if ( (synpred33_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index100_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 100, _s, input);
error(nvae);
throw nvae;
}
}
class DFA103 extends DFA {
public DFA103(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 103;
this.eot = dfa_27;
this.eof = dfa_28;
this.min = dfa_29;
this.max = dfa_30;
this.accept = dfa_31;
this.special = dfa_32;
this.transition = dfa_33;
}
public String getDescription() {
return "5590: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 LA103_1 = input.LA(1);
int index103_1 = input.index();
input.rewind();
s = -1;
if ( (synpred34_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index103_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 103, _s, input);
error(nvae);
throw nvae;
}
}
class DFA102 extends DFA {
public DFA102(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 102;
this.eot = dfa_34;
this.eof = dfa_34;
this.min = dfa_35;
this.max = dfa_36;
this.accept = dfa_37;
this.special = dfa_38;
this.transition = dfa_39;
}
public String getDescription() {
return "5609:4: ( ( ( ( () ( ( ( 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 LA102_0 = input.LA(1);
int index102_0 = input.index();
input.rewind();
s = -1;
if ( (LA102_0==RULE_ID) ) {s = 1;}
else if ( (LA102_0==72) ) {s = 2;}
else if ( (LA102_0==57) && (synpred35_InternalUISemanticsGrammar())) {s = 3;}
else if ( (LA102_0==77) && (synpred35_InternalUISemanticsGrammar())) {s = 4;}
else if ( (LA102_0==RULE_STRING||(LA102_0>=RULE_HEX && LA102_0<=RULE_DECIMAL)||LA102_0==14||(LA102_0>=19 && LA102_0<=21)||LA102_0==33||LA102_0==44||(LA102_0>=60 && LA102_0<=61)||LA102_0==65||(LA102_0>=74 && LA102_0<=75)||LA102_0==78||LA102_0==80||(LA102_0>=83 && LA102_0<=85)||(LA102_0>=88 && LA102_0<=96)||LA102_0==98) ) {s = 5;}
else if ( (LA102_0==73) ) {s = 35;}
input.seek(index102_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA102_1 = input.LA(1);
int index102_1 = input.index();
input.rewind();
s = -1;
if ( (synpred35_InternalUISemanticsGrammar()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index102_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA102_2 = input.LA(1);
int index102_2 = input.index();
input.rewind();
s = -1;
if ( (synpred35_InternalUISemanticsGrammar()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index102_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 102, _s, input);
error(nvae);
throw nvae;
}
}
class DFA104 extends DFA {
public DFA104(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 104;
this.eot = dfa_27;
this.eof = dfa_28;
this.min = dfa_29;
this.max = dfa_30;
this.accept = dfa_31;
this.special = dfa_32;
this.transition = dfa_40;
}
public String getDescription() {
return "5707: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 LA104_1 = input.LA(1);
int index104_1 = input.index();
input.rewind();
s = -1;
if ( (synpred36_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index104_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 104, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_66s = "\1\41\115\uffff";
static final String dfa_67s = "\1\4\40\0\55\uffff";
static final String dfa_68s = "\1\143\40\0\55\uffff";
static final String dfa_69s = "\41\uffff\1\2\53\uffff\1\1";
static final String dfa_70s = "\1\uffff\1\0\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15\1\16\1\17\1\20\1\21\1\22\1\23\1\24\1\25\1\26\1\27\1\30\1\31\1\32\1\33\1\34\1\35\1\36\1\37\55\uffff}>";
static final String[] dfa_71s = {
"\1\27\1\1\1\23\1\24\1\25\5\uffff\1\12\1\41\3\uffff\1\4\1\3\1\5\1\41\1\uffff\2\41\6\uffff\1\41\1\2\5\uffff\5\41\1\15\17\41\1\10\1\7\3\41\1\6\6\41\1\40\1\41\1\17\1\20\1\41\1\uffff\1\31\1\41\1\13\2\41\1\32\1\33\1\34\2\41\1\16\1\11\1\21\1\22\1\26\1\30\1\35\1\36\1\37\1\41\1\14\1\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",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_66 = DFA.unpackEncodedString(dfa_66s);
static final char[] dfa_67 = DFA.unpackEncodedStringToUnsignedChars(dfa_67s);
static final char[] dfa_68 = DFA.unpackEncodedStringToUnsignedChars(dfa_68s);
static final short[] dfa_69 = DFA.unpackEncodedString(dfa_69s);
static final short[] dfa_70 = DFA.unpackEncodedString(dfa_70s);
static final short[][] dfa_71 = unpackEncodedStringArray(dfa_71s);
class DFA107 extends DFA {
public DFA107(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 107;
this.eot = dfa_27;
this.eof = dfa_66;
this.min = dfa_67;
this.max = dfa_68;
this.accept = dfa_69;
this.special = dfa_70;
this.transition = dfa_71;
}
public String getDescription() {
return "6050:3: ( ( 'extends' | 'static' | 'import' | 'extension' | '!' | '-' | '+' | 'new' | '{' | 'switch' | 'synchronized' | '<' | 'super' | '#' | '[' | 'false' | 'true' | 'null' | 'typeof' | 'if' | 'for' | 'while' | 'do' | 'throw' | 'return' | 'try' | '(' | RULE_ID | RULE_HEX | RULE_INT | RULE_DECIMAL | RULE_STRING )=> (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 LA107_1 = input.LA(1);
int index107_1 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_1);
if ( s>=0 ) return s;
break;
case 1 :
int LA107_2 = input.LA(1);
int index107_2 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_2);
if ( s>=0 ) return s;
break;
case 2 :
int LA107_3 = input.LA(1);
int index107_3 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_3);
if ( s>=0 ) return s;
break;
case 3 :
int LA107_4 = input.LA(1);
int index107_4 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_4);
if ( s>=0 ) return s;
break;
case 4 :
int LA107_5 = input.LA(1);
int index107_5 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_5);
if ( s>=0 ) return s;
break;
case 5 :
int LA107_6 = input.LA(1);
int index107_6 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_6);
if ( s>=0 ) return s;
break;
case 6 :
int LA107_7 = input.LA(1);
int index107_7 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_7);
if ( s>=0 ) return s;
break;
case 7 :
int LA107_8 = input.LA(1);
int index107_8 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_8);
if ( s>=0 ) return s;
break;
case 8 :
int LA107_9 = input.LA(1);
int index107_9 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_9);
if ( s>=0 ) return s;
break;
case 9 :
int LA107_10 = input.LA(1);
int index107_10 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_10);
if ( s>=0 ) return s;
break;
case 10 :
int LA107_11 = input.LA(1);
int index107_11 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_11);
if ( s>=0 ) return s;
break;
case 11 :
int LA107_12 = input.LA(1);
int index107_12 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_12);
if ( s>=0 ) return s;
break;
case 12 :
int LA107_13 = input.LA(1);
int index107_13 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_13);
if ( s>=0 ) return s;
break;
case 13 :
int LA107_14 = input.LA(1);
int index107_14 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_14);
if ( s>=0 ) return s;
break;
case 14 :
int LA107_15 = input.LA(1);
int index107_15 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_15);
if ( s>=0 ) return s;
break;
case 15 :
int LA107_16 = input.LA(1);
int index107_16 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_16);
if ( s>=0 ) return s;
break;
case 16 :
int LA107_17 = input.LA(1);
int index107_17 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_17);
if ( s>=0 ) return s;
break;
case 17 :
int LA107_18 = input.LA(1);
int index107_18 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_18);
if ( s>=0 ) return s;
break;
case 18 :
int LA107_19 = input.LA(1);
int index107_19 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_19);
if ( s>=0 ) return s;
break;
case 19 :
int LA107_20 = input.LA(1);
int index107_20 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_20);
if ( s>=0 ) return s;
break;
case 20 :
int LA107_21 = input.LA(1);
int index107_21 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_21);
if ( s>=0 ) return s;
break;
case 21 :
int LA107_22 = input.LA(1);
int index107_22 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_22);
if ( s>=0 ) return s;
break;
case 22 :
int LA107_23 = input.LA(1);
int index107_23 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_23);
if ( s>=0 ) return s;
break;
case 23 :
int LA107_24 = input.LA(1);
int index107_24 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_24);
if ( s>=0 ) return s;
break;
case 24 :
int LA107_25 = input.LA(1);
int index107_25 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_25);
if ( s>=0 ) return s;
break;
case 25 :
int LA107_26 = input.LA(1);
int index107_26 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_26);
if ( s>=0 ) return s;
break;
case 26 :
int LA107_27 = input.LA(1);
int index107_27 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_27);
if ( s>=0 ) return s;
break;
case 27 :
int LA107_28 = input.LA(1);
int index107_28 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_28);
if ( s>=0 ) return s;
break;
case 28 :
int LA107_29 = input.LA(1);
int index107_29 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_29);
if ( s>=0 ) return s;
break;
case 29 :
int LA107_30 = input.LA(1);
int index107_30 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_30);
if ( s>=0 ) return s;
break;
case 30 :
int LA107_31 = input.LA(1);
int index107_31 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_31);
if ( s>=0 ) return s;
break;
case 31 :
int LA107_32 = input.LA(1);
int index107_32 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalUISemanticsGrammar()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index107_32);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 107, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_72s = "\123\uffff";
static final String dfa_73s = "\1\2\122\uffff";
static final String dfa_74s = "\1\4\1\0\121\uffff";
static final String dfa_75s = "\1\145\1\0\121\uffff";
static final String dfa_76s = "\2\uffff\1\2\117\uffff\1\1";
static final String dfa_77s = "\1\uffff\1\0\121\uffff}>";
static final String[] dfa_78s = {
"\5\2\5\uffff\2\2\3\uffff\4\2\1\uffff\2\2\6\uffff\6\2\1\uffff\5\2\1\1\40\2\1\uffff\26\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_72 = DFA.unpackEncodedString(dfa_72s);
static final short[] dfa_73 = DFA.unpackEncodedString(dfa_73s);
static final char[] dfa_74 = DFA.unpackEncodedStringToUnsignedChars(dfa_74s);
static final char[] dfa_75 = DFA.unpackEncodedStringToUnsignedChars(dfa_75s);
static final short[] dfa_76 = DFA.unpackEncodedString(dfa_76s);
static final short[] dfa_77 = DFA.unpackEncodedString(dfa_77s);
static final short[][] dfa_78 = unpackEncodedStringArray(dfa_78s);
class DFA125 extends DFA {
public DFA125(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 125;
this.eot = dfa_72;
this.eof = dfa_73;
this.min = dfa_74;
this.max = dfa_75;
this.accept = dfa_76;
this.special = dfa_77;
this.transition = dfa_78;
}
public String getDescription() {
return "6708: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= '>' )? )* )?";
}
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
TokenStream input = (TokenStream)_input;
int _s = s;
switch ( s ) {
case 0 :
int LA125_1 = input.LA(1);
int index125_1 = input.index();
input.rewind();
s = -1;
if ( (synpred44_InternalUISemanticsGrammar()) ) {s = 82;}
else if ( (true) ) {s = 2;}
input.seek(index125_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 125, _s, input);
error(nvae);
throw nvae;
}
}
class DFA123 extends DFA {
public DFA123(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 123;
this.eot = dfa_72;
this.eof = dfa_73;
this.min = dfa_74;
this.max = dfa_75;
this.accept = dfa_76;
this.special = dfa_77;
this.transition = dfa_78;
}
public String getDescription() {
return "6802:5: ( ( ( '<' )=>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 LA123_1 = input.LA(1);
int index123_1 = input.index();
input.rewind();
s = -1;
if ( (synpred46_InternalUISemanticsGrammar()) ) {s = 82;}
else if ( (true) ) {s = 2;}
input.seek(index123_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 123, _s, input);
error(nvae);
throw nvae;
}
}
public static final BitSet FOLLOW_1 = new BitSet(new long[]{0x0000000000000000L});
public static final BitSet FOLLOW_2 = new BitSet(new long[]{0x0000000000000002L});
public static final BitSet FOLLOW_3 = new BitSet(new long[]{0x0000000004012002L});
public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0000000000004000L});
public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0000000000008020L});
public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000004010002L});
public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000004000002L});
public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000060002L});
public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000000010L});
public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000040002L});
public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000100020L});
public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000000200020L});
public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000000400020L});
public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000001000002L});
public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000002000000L});
public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000000000000020L});
public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x00000000B8008000L});
public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000038008000L});
public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000001E00008000L});
public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000000008000L});
public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000030008000L});
public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000001000008000L});
public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000020008000L});
public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000040008000L});
public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000000040000002L});
public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000100000000L});
public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000001C00000002L});
public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000001000000002L});
public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000001800000000L});
public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000001000000000L});
public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0200000000000020L,0x0000000000000100L});
public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000002000000002L});
public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000004000000000L});
public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x30001002003841F0L,0x00000005FF394D02L});
public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x00003F8000000002L});
public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0000100000000000L});
public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000600000000000L});
public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000400000000000L});
public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0000800000000002L});
public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0001000000000002L});
public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x001E000000000002L});
public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0020700000000002L});
public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0FC0300000000002L});
public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0100000000000000L});
public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000200000000000L});
public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0200100000000000L});
public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x3000000000000002L});
public static final BitSet FOLLOW_48 = new BitSet(new long[]{0xC000000000400002L,0x0000000000000001L});
public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000000002000002L});
public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0000000000000002L,0x000000000000000CL});
public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000070L});
public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000000200380020L});
public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000100200380020L,0x0000000001000000L});
public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0200000000000020L,0x0000001000000100L});
public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000200000000000L,0x0000000000000080L});
public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000970L});
public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x32001002003841F0L,0x00000005FF396F02L});
public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000200L});
public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000280L});
public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000870L});
public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x300010020038C1F0L,0x00000005FF394D02L});
public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0000000000008000L,0x0000000000000080L});
public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000800L});
public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x30001002003841F0L,0x00000005FF395D02L});
public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001080L});
public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x32001002003841F0L,0x00000005FFF97D02L});
public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002080L});
public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x30001002003841F0L,0x00000005FFF95D02L});
public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L});
public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x30001002013841F2L,0x00000005FFF94D02L});
public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x30001002003841F2L,0x00000005FFF94D02L});
public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000100L});
public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000000002L,0x0000000000008000L});
public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x32001002003841F0L,0x00000005FF394D02L});
public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0200000100008020L,0x0000000000060180L});
public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0000000100000000L,0x0000000000040080L});
public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0000000100000000L,0x0000000000000080L});
public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x30001002013841F0L,0x00000005FFF94D02L});
public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x0000000001000000L,0x0000000000000080L});
public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x30001002003841F0L,0x00000005FFF94D02L});
public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x30001002013841F0L,0x00000005FF394D02L});
public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0000000001000000L});
public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x30001002003841F0L,0x00000005FF394F02L});
public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L});
public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x300010020038C1F0L,0x00000005FFF94D02L});
public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x300010020138C1F0L,0x00000005FFF94D02L});
public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000004000000002L});
public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000900L});
public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000800L});
public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000100000000002L,0x0000000000000900L});
public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000A00L});
public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x30001002003841F2L,0x00000005FF394D02L});
public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0000000000000000L,0x0000000A00000000L});
public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0000000000000002L,0x0000000A00000000L});
public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000010L});
public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000000000000180L});
public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x0200000000000020L,0x0000000000000300L});
public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x0200000000000000L});
public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0000100000000002L});
public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0000100000000002L,0x0000000000000010L});
public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000200000002L,0x0000000001000000L});
public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000000000002L,0x0000002000000000L});
public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000010L});
public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0000000000400000L});
public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000000880002L});
public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000000022L});
}