blob: c7bb3aaad671598e14dbc2a723c4f711ed84f8d2 [file] [log] [blame]
package org.eclipse.osbp.xtext.action.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.emf.common.util.Enumerator;
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.xtext.action.services.ActionDSLGrammarAccess;
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, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
* generated by Xtext 2.11.0
*
*/
@SuppressWarnings("all")
public class InternalActionDSLParser extends AbstractInternalAntlrParser {
public static final String[] tokenNames = new String[] {
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_ID", "RULE_STRING", "RULE_HEX", "RULE_INT", "RULE_DECIMAL", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'package'", "'noCommandProvider'", "'{'", "'}'", "'command'", "'describedBy'", "'keyBinding'", "'toolbar'", "'items'", "'spacer'", "'item'", "'icon'", "'state'", "'taskAction'", "'selectWorkloadAction'", "'dialogAction'", "'reportAction'", "'chartAction'", "'workflowAction'", "'datainterchangeAction'", "'filterOn'", "'userinterfaceAction'", "'tableAction'", "'functionalAction'", "'group'", "'canExecute'", "'executeImmediate'", "'messageCategory'", "'onFailMessage'", "'onSuccessMessage'", "'executeLater'", "'onStartedMessage'", "'.'", "'import'", "'static'", "'extension'", "'*'", "'ns'", "';'", "'@'", "'('", "','", "')'", "'='", "'#'", "'['", "']'", "'+='", "'-='", "'*='", "'/='", "'%='", "'<'", "'>'", "'>='", "'||'", "'&&'", "'=='", "'!='", "'==='", "'!=='", "'instanceof'", "'->'", "'..<'", "'..'", "'=>'", "'<>'", "'?:'", "'+'", "'-'", "'**'", "'/'", "'%'", "'!'", "'as'", "'++'", "'--'", "'::'", "'?.'", "'|'", "'if'", "'else'", "'switch'", "':'", "'default'", "'case'", "'for'", "'while'", "'do'", "'var'", "'val'", "'extends'", "'super'", "'new'", "'false'", "'true'", "'null'", "'typeof'", "'throw'", "'return'", "'try'", "'finally'", "'synchronized'", "'catch'", "'?'", "'&'", "'Claim'", "'Start'", "'Stop'", "'Release'", "'Suspend'", "'Resume'", "'Skip'", "'Complete'", "'Delegate'", "'Forward'", "'Fail'", "'Register'", "'Remove'", "'Activate'", "'Exit'", "'RemoveAll'", "'AddAll'", "'New'", "'Save'", "'Delete'", "'Cancel'", "'SaveAndNew'", "'SaveAsNew'", "'PrintOnServer'", "'Download'", "'Import'", "'Export'", "'NextPart'", "'PreviousPart'", "'NextPerspective'", "'PreviousPerspective'", "'Info'", "'MDXQuery'", "'ExportExcel'", "'ExportCsv'", "'ExportPDF'"
};
public static final int T__144=144;
public static final int T__143=143;
public static final int T__146=146;
public static final int RULE_HEX=6;
public static final int T__50=50;
public static final int T__145=145;
public static final int T__140=140;
public static final int T__142=142;
public static final int T__141=141;
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__137=137;
public static final int T__52=52;
public static final int T__136=136;
public static final int T__53=53;
public static final int T__139=139;
public static final int T__54=54;
public static final int T__138=138;
public static final int T__133=133;
public static final int T__132=132;
public static final int T__60=60;
public static final int T__135=135;
public static final int T__61=61;
public static final int T__134=134;
public static final int RULE_ID=4;
public static final int T__131=131;
public static final int T__130=130;
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__129=129;
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__126=126;
public static final int T__63=63;
public static final int T__125=125;
public static final int T__64=64;
public static final int T__128=128;
public static final int T__65=65;
public static final int T__127=127;
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__154=154;
public static final int T__151=151;
public static final int T__150=150;
public static final int T__153=153;
public static final int T__152=152;
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__148=148;
public static final int T__41=41;
public static final int T__147=147;
public static final int T__42=42;
public static final int T__43=43;
public static final int T__149=149;
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__102=102;
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__122=122;
public static final int T__70=70;
public static final int T__121=121;
public static final int T__71=71;
public static final int T__124=124;
public static final int T__72=72;
public static final int T__123=123;
public static final int T__120=120;
public static final int RULE_STRING=5;
public static final int RULE_SL_COMMENT=10;
public static final int T__77=77;
public static final int T__119=119;
public static final int T__78=78;
public static final int T__118=118;
public static final int T__79=79;
public static final int T__73=73;
public static final int T__115=115;
public static final int EOF=-1;
public static final int T__74=74;
public static final int T__114=114;
public static final int T__75=75;
public static final int T__117=117;
public static final int T__76=76;
public static final int T__116=116;
public static final int T__80=80;
public static final int T__111=111;
public static final int T__81=81;
public static final int T__110=110;
public static final int T__82=82;
public static final int T__113=113;
public static final int T__83=83;
public static final int T__112=112;
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__108=108;
public static final int T__89=89;
public static final int T__107=107;
public static final int T__109=109;
public static final int T__84=84;
public static final int T__104=104;
public static final int T__85=85;
public static final int T__103=103;
public static final int T__86=86;
public static final int T__106=106;
public static final int T__87=87;
public static final int T__105=105;
// delegates
// delegators
public InternalActionDSLParser(TokenStream input) {
this(input, new RecognizerSharedState());
}
public InternalActionDSLParser(TokenStream input, RecognizerSharedState state) {
super(input, state);
}
public String[] getTokenNames() { return InternalActionDSLParser.tokenNames; }
public String getGrammarFileName() { return "InternalActionDSL.g"; }
private ActionDSLGrammarAccess grammarAccess;
public InternalActionDSLParser(TokenStream input, ActionDSLGrammarAccess grammarAccess) {
this(input);
this.grammarAccess = grammarAccess;
registerRules(grammarAccess.getGrammar());
}
@Override
protected String getFirstRuleName() {
return "ActionModel";
}
@Override
protected ActionDSLGrammarAccess getGrammarAccess() {
return grammarAccess;
}
// $ANTLR start "entryRuleActionModel"
// InternalActionDSL.g:80:1: entryRuleActionModel returns [EObject current=null] : iv_ruleActionModel= ruleActionModel EOF ;
public final EObject entryRuleActionModel() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionModel = null;
try {
// InternalActionDSL.g:80:52: (iv_ruleActionModel= ruleActionModel EOF )
// InternalActionDSL.g:81:2: iv_ruleActionModel= ruleActionModel EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionModelRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionModel=ruleActionModel();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionModel;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionModel"
// $ANTLR start "ruleActionModel"
// InternalActionDSL.g:87:1: ruleActionModel returns [EObject current=null] : ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleActionPackage ) )* ) ;
public final EObject ruleActionModel() throws RecognitionException {
EObject current = null;
EObject lv_importSection_0_0 = null;
EObject lv_packages_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:93:2: ( ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleActionPackage ) )* ) )
// InternalActionDSL.g:94:2: ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleActionPackage ) )* )
{
// InternalActionDSL.g:94:2: ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleActionPackage ) )* )
// InternalActionDSL.g:95:3: ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleActionPackage ) )*
{
// InternalActionDSL.g:95:3: ( (lv_importSection_0_0= ruleXImportSection ) )?
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0==46) ) {
alt1=1;
}
switch (alt1) {
case 1 :
// InternalActionDSL.g:96:4: (lv_importSection_0_0= ruleXImportSection )
{
// InternalActionDSL.g:96:4: (lv_importSection_0_0= ruleXImportSection )
// InternalActionDSL.g:97:5: lv_importSection_0_0= ruleXImportSection
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionModelAccess().getImportSectionXImportSectionParserRuleCall_0_0());
}
pushFollow(FOLLOW_3);
lv_importSection_0_0=ruleXImportSection();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionModelRule());
}
set(
current,
"importSection",
lv_importSection_0_0,
"org.eclipse.xtext.xbase.Xtype.XImportSection");
afterParserOrEnumRuleCall();
}
}
}
break;
}
// InternalActionDSL.g:114:3: ( (lv_packages_1_0= ruleActionPackage ) )*
loop2:
do {
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0==13) ) {
alt2=1;
}
switch (alt2) {
case 1 :
// InternalActionDSL.g:115:4: (lv_packages_1_0= ruleActionPackage )
{
// InternalActionDSL.g:115:4: (lv_packages_1_0= ruleActionPackage )
// InternalActionDSL.g:116:5: lv_packages_1_0= ruleActionPackage
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionModelAccess().getPackagesActionPackageParserRuleCall_1_0());
}
pushFollow(FOLLOW_3);
lv_packages_1_0=ruleActionPackage();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionModelRule());
}
add(
current,
"packages",
lv_packages_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.ActionPackage");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop2;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionModel"
// $ANTLR start "entryRuleActionPackage"
// InternalActionDSL.g:137:1: entryRuleActionPackage returns [EObject current=null] : iv_ruleActionPackage= ruleActionPackage EOF ;
public final EObject entryRuleActionPackage() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionPackage = null;
try {
// InternalActionDSL.g:137:54: (iv_ruleActionPackage= ruleActionPackage EOF )
// InternalActionDSL.g:138:2: iv_ruleActionPackage= ruleActionPackage EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionPackageRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionPackage=ruleActionPackage();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionPackage;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionPackage"
// $ANTLR start "ruleActionPackage"
// InternalActionDSL.g:144:1: ruleActionPackage returns [EObject current=null] : ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) ( (lv_withouCommandProvider_3_0= 'noCommandProvider' ) )? (otherlv_4= '{' ( (lv_commands_5_0= ruleActionCommand ) )* ( (lv_toolbars_6_0= ruleActionToolbar ) )* otherlv_7= '}' )? ) ;
public final EObject ruleActionPackage() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token lv_withouCommandProvider_3_0=null;
Token otherlv_4=null;
Token otherlv_7=null;
AntlrDatatypeRuleToken lv_name_2_0 = null;
EObject lv_commands_5_0 = null;
EObject lv_toolbars_6_0 = null;
enterRule();
try {
// InternalActionDSL.g:150:2: ( ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) ( (lv_withouCommandProvider_3_0= 'noCommandProvider' ) )? (otherlv_4= '{' ( (lv_commands_5_0= ruleActionCommand ) )* ( (lv_toolbars_6_0= ruleActionToolbar ) )* otherlv_7= '}' )? ) )
// InternalActionDSL.g:151:2: ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) ( (lv_withouCommandProvider_3_0= 'noCommandProvider' ) )? (otherlv_4= '{' ( (lv_commands_5_0= ruleActionCommand ) )* ( (lv_toolbars_6_0= ruleActionToolbar ) )* otherlv_7= '}' )? )
{
// InternalActionDSL.g:151:2: ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) ( (lv_withouCommandProvider_3_0= 'noCommandProvider' ) )? (otherlv_4= '{' ( (lv_commands_5_0= ruleActionCommand ) )* ( (lv_toolbars_6_0= ruleActionToolbar ) )* otherlv_7= '}' )? )
// InternalActionDSL.g:152:3: () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) ( (lv_withouCommandProvider_3_0= 'noCommandProvider' ) )? (otherlv_4= '{' ( (lv_commands_5_0= ruleActionCommand ) )* ( (lv_toolbars_6_0= ruleActionToolbar ) )* otherlv_7= '}' )?
{
// InternalActionDSL.g:152:3: ()
// InternalActionDSL.g:153:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getActionPackageAccess().getActionPackageAction_0(),
current);
}
}
otherlv_1=(Token)match(input,13,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getActionPackageAccess().getPackageKeyword_1());
}
// InternalActionDSL.g:163:3: ( (lv_name_2_0= ruleQualifiedName ) )
// InternalActionDSL.g:164:4: (lv_name_2_0= ruleQualifiedName )
{
// InternalActionDSL.g:164:4: (lv_name_2_0= ruleQualifiedName )
// InternalActionDSL.g:165:5: lv_name_2_0= ruleQualifiedName
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionPackageAccess().getNameQualifiedNameParserRuleCall_2_0());
}
pushFollow(FOLLOW_5);
lv_name_2_0=ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionPackageRule());
}
set(
current,
"name",
lv_name_2_0,
"org.eclipse.xtext.xbase.Xbase.QualifiedName");
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:182:3: ( (lv_withouCommandProvider_3_0= 'noCommandProvider' ) )?
int alt3=2;
int LA3_0 = input.LA(1);
if ( (LA3_0==14) ) {
alt3=1;
}
switch (alt3) {
case 1 :
// InternalActionDSL.g:183:4: (lv_withouCommandProvider_3_0= 'noCommandProvider' )
{
// InternalActionDSL.g:183:4: (lv_withouCommandProvider_3_0= 'noCommandProvider' )
// InternalActionDSL.g:184:5: lv_withouCommandProvider_3_0= 'noCommandProvider'
{
lv_withouCommandProvider_3_0=(Token)match(input,14,FOLLOW_6); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_withouCommandProvider_3_0, grammarAccess.getActionPackageAccess().getWithouCommandProviderNoCommandProviderKeyword_3_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionPackageRule());
}
setWithLastConsumed(current, "withouCommandProvider", true, "noCommandProvider");
}
}
}
break;
}
// InternalActionDSL.g:196:3: (otherlv_4= '{' ( (lv_commands_5_0= ruleActionCommand ) )* ( (lv_toolbars_6_0= ruleActionToolbar ) )* otherlv_7= '}' )?
int alt6=2;
int LA6_0 = input.LA(1);
if ( (LA6_0==15) ) {
alt6=1;
}
switch (alt6) {
case 1 :
// InternalActionDSL.g:197:4: otherlv_4= '{' ( (lv_commands_5_0= ruleActionCommand ) )* ( (lv_toolbars_6_0= ruleActionToolbar ) )* otherlv_7= '}'
{
otherlv_4=(Token)match(input,15,FOLLOW_7); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getActionPackageAccess().getLeftCurlyBracketKeyword_4_0());
}
// InternalActionDSL.g:201:4: ( (lv_commands_5_0= ruleActionCommand ) )*
loop4:
do {
int alt4=2;
int LA4_0 = input.LA(1);
if ( (LA4_0==17) ) {
alt4=1;
}
switch (alt4) {
case 1 :
// InternalActionDSL.g:202:5: (lv_commands_5_0= ruleActionCommand )
{
// InternalActionDSL.g:202:5: (lv_commands_5_0= ruleActionCommand )
// InternalActionDSL.g:203:6: lv_commands_5_0= ruleActionCommand
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionPackageAccess().getCommandsActionCommandParserRuleCall_4_1_0());
}
pushFollow(FOLLOW_7);
lv_commands_5_0=ruleActionCommand();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionPackageRule());
}
add(
current,
"commands",
lv_commands_5_0,
"org.eclipse.osbp.xtext.action.ActionDSL.ActionCommand");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop4;
}
} while (true);
// InternalActionDSL.g:220:4: ( (lv_toolbars_6_0= ruleActionToolbar ) )*
loop5:
do {
int alt5=2;
int LA5_0 = input.LA(1);
if ( (LA5_0==20) ) {
alt5=1;
}
switch (alt5) {
case 1 :
// InternalActionDSL.g:221:5: (lv_toolbars_6_0= ruleActionToolbar )
{
// InternalActionDSL.g:221:5: (lv_toolbars_6_0= ruleActionToolbar )
// InternalActionDSL.g:222:6: lv_toolbars_6_0= ruleActionToolbar
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionPackageAccess().getToolbarsActionToolbarParserRuleCall_4_2_0());
}
pushFollow(FOLLOW_8);
lv_toolbars_6_0=ruleActionToolbar();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionPackageRule());
}
add(
current,
"toolbars",
lv_toolbars_6_0,
"org.eclipse.osbp.xtext.action.ActionDSL.ActionToolbar");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop5;
}
} while (true);
otherlv_7=(Token)match(input,16,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getActionPackageAccess().getRightCurlyBracketKeyword_4_3());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionPackage"
// $ANTLR start "entryRuleActionCommand"
// InternalActionDSL.g:248:1: entryRuleActionCommand returns [EObject current=null] : iv_ruleActionCommand= ruleActionCommand EOF ;
public final EObject entryRuleActionCommand() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionCommand = null;
try {
// InternalActionDSL.g:248:54: (iv_ruleActionCommand= ruleActionCommand EOF )
// InternalActionDSL.g:249:2: iv_ruleActionCommand= ruleActionCommand EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionCommandRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionCommand=ruleActionCommand();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionCommand;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionCommand"
// $ANTLR start "ruleActionCommand"
// InternalActionDSL.g:255:1: ruleActionCommand returns [EObject current=null] : ( () otherlv_1= 'command' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_hasDescription_3_0= 'describedBy' ) ) ( (lv_description_4_0= ruleTRANSLATABLESTRING ) ) )? ( ( (lv_hasKeyBinding_5_0= 'keyBinding' ) ) ( (lv_keyBinding_6_0= RULE_STRING ) ) )? ( (lv_actionType_7_0= ruleActionType ) ) ) ;
public final EObject ruleActionCommand() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token lv_name_2_0=null;
Token lv_hasDescription_3_0=null;
Token lv_hasKeyBinding_5_0=null;
Token lv_keyBinding_6_0=null;
AntlrDatatypeRuleToken lv_description_4_0 = null;
EObject lv_actionType_7_0 = null;
enterRule();
try {
// InternalActionDSL.g:261:2: ( ( () otherlv_1= 'command' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_hasDescription_3_0= 'describedBy' ) ) ( (lv_description_4_0= ruleTRANSLATABLESTRING ) ) )? ( ( (lv_hasKeyBinding_5_0= 'keyBinding' ) ) ( (lv_keyBinding_6_0= RULE_STRING ) ) )? ( (lv_actionType_7_0= ruleActionType ) ) ) )
// InternalActionDSL.g:262:2: ( () otherlv_1= 'command' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_hasDescription_3_0= 'describedBy' ) ) ( (lv_description_4_0= ruleTRANSLATABLESTRING ) ) )? ( ( (lv_hasKeyBinding_5_0= 'keyBinding' ) ) ( (lv_keyBinding_6_0= RULE_STRING ) ) )? ( (lv_actionType_7_0= ruleActionType ) ) )
{
// InternalActionDSL.g:262:2: ( () otherlv_1= 'command' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_hasDescription_3_0= 'describedBy' ) ) ( (lv_description_4_0= ruleTRANSLATABLESTRING ) ) )? ( ( (lv_hasKeyBinding_5_0= 'keyBinding' ) ) ( (lv_keyBinding_6_0= RULE_STRING ) ) )? ( (lv_actionType_7_0= ruleActionType ) ) )
// InternalActionDSL.g:263:3: () otherlv_1= 'command' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_hasDescription_3_0= 'describedBy' ) ) ( (lv_description_4_0= ruleTRANSLATABLESTRING ) ) )? ( ( (lv_hasKeyBinding_5_0= 'keyBinding' ) ) ( (lv_keyBinding_6_0= RULE_STRING ) ) )? ( (lv_actionType_7_0= ruleActionType ) )
{
// InternalActionDSL.g:263:3: ()
// InternalActionDSL.g:264:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getActionCommandAccess().getActionCommandAction_0(),
current);
}
}
otherlv_1=(Token)match(input,17,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getActionCommandAccess().getCommandKeyword_1());
}
// InternalActionDSL.g:274:3: ( (lv_name_2_0= RULE_ID ) )
// InternalActionDSL.g:275:4: (lv_name_2_0= RULE_ID )
{
// InternalActionDSL.g:275:4: (lv_name_2_0= RULE_ID )
// InternalActionDSL.g:276:5: lv_name_2_0= RULE_ID
{
lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_9); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_name_2_0, grammarAccess.getActionCommandAccess().getNameIDTerminalRuleCall_2_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionCommandRule());
}
setWithLastConsumed(
current,
"name",
lv_name_2_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
// InternalActionDSL.g:292:3: ( ( (lv_hasDescription_3_0= 'describedBy' ) ) ( (lv_description_4_0= ruleTRANSLATABLESTRING ) ) )?
int alt7=2;
int LA7_0 = input.LA(1);
if ( (LA7_0==18) ) {
alt7=1;
}
switch (alt7) {
case 1 :
// InternalActionDSL.g:293:4: ( (lv_hasDescription_3_0= 'describedBy' ) ) ( (lv_description_4_0= ruleTRANSLATABLESTRING ) )
{
// InternalActionDSL.g:293:4: ( (lv_hasDescription_3_0= 'describedBy' ) )
// InternalActionDSL.g:294:5: (lv_hasDescription_3_0= 'describedBy' )
{
// InternalActionDSL.g:294:5: (lv_hasDescription_3_0= 'describedBy' )
// InternalActionDSL.g:295:6: lv_hasDescription_3_0= 'describedBy'
{
lv_hasDescription_3_0=(Token)match(input,18,FOLLOW_10); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_hasDescription_3_0, grammarAccess.getActionCommandAccess().getHasDescriptionDescribedByKeyword_3_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionCommandRule());
}
setWithLastConsumed(current, "hasDescription", true, "describedBy");
}
}
}
// InternalActionDSL.g:307:4: ( (lv_description_4_0= ruleTRANSLATABLESTRING ) )
// InternalActionDSL.g:308:5: (lv_description_4_0= ruleTRANSLATABLESTRING )
{
// InternalActionDSL.g:308:5: (lv_description_4_0= ruleTRANSLATABLESTRING )
// InternalActionDSL.g:309:6: lv_description_4_0= ruleTRANSLATABLESTRING
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionCommandAccess().getDescriptionTRANSLATABLESTRINGParserRuleCall_3_1_0());
}
pushFollow(FOLLOW_9);
lv_description_4_0=ruleTRANSLATABLESTRING();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionCommandRule());
}
set(
current,
"description",
lv_description_4_0,
"org.eclipse.osbp.xtext.action.ActionDSL.TRANSLATABLESTRING");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
// InternalActionDSL.g:327:3: ( ( (lv_hasKeyBinding_5_0= 'keyBinding' ) ) ( (lv_keyBinding_6_0= RULE_STRING ) ) )?
int alt8=2;
int LA8_0 = input.LA(1);
if ( (LA8_0==19) ) {
alt8=1;
}
switch (alt8) {
case 1 :
// InternalActionDSL.g:328:4: ( (lv_hasKeyBinding_5_0= 'keyBinding' ) ) ( (lv_keyBinding_6_0= RULE_STRING ) )
{
// InternalActionDSL.g:328:4: ( (lv_hasKeyBinding_5_0= 'keyBinding' ) )
// InternalActionDSL.g:329:5: (lv_hasKeyBinding_5_0= 'keyBinding' )
{
// InternalActionDSL.g:329:5: (lv_hasKeyBinding_5_0= 'keyBinding' )
// InternalActionDSL.g:330:6: lv_hasKeyBinding_5_0= 'keyBinding'
{
lv_hasKeyBinding_5_0=(Token)match(input,19,FOLLOW_10); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_hasKeyBinding_5_0, grammarAccess.getActionCommandAccess().getHasKeyBindingKeyBindingKeyword_4_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionCommandRule());
}
setWithLastConsumed(current, "hasKeyBinding", true, "keyBinding");
}
}
}
// InternalActionDSL.g:342:4: ( (lv_keyBinding_6_0= RULE_STRING ) )
// InternalActionDSL.g:343:5: (lv_keyBinding_6_0= RULE_STRING )
{
// InternalActionDSL.g:343:5: (lv_keyBinding_6_0= RULE_STRING )
// InternalActionDSL.g:344:6: lv_keyBinding_6_0= RULE_STRING
{
lv_keyBinding_6_0=(Token)match(input,RULE_STRING,FOLLOW_9); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_keyBinding_6_0, grammarAccess.getActionCommandAccess().getKeyBindingSTRINGTerminalRuleCall_4_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionCommandRule());
}
setWithLastConsumed(
current,
"keyBinding",
lv_keyBinding_6_0,
"org.eclipse.xtext.xbase.Xtype.STRING");
}
}
}
}
break;
}
// InternalActionDSL.g:361:3: ( (lv_actionType_7_0= ruleActionType ) )
// InternalActionDSL.g:362:4: (lv_actionType_7_0= ruleActionType )
{
// InternalActionDSL.g:362:4: (lv_actionType_7_0= ruleActionType )
// InternalActionDSL.g:363:5: lv_actionType_7_0= ruleActionType
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionCommandAccess().getActionTypeActionTypeParserRuleCall_5_0());
}
pushFollow(FOLLOW_2);
lv_actionType_7_0=ruleActionType();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionCommandRule());
}
set(
current,
"actionType",
lv_actionType_7_0,
"org.eclipse.osbp.xtext.action.ActionDSL.ActionType");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionCommand"
// $ANTLR start "entryRuleActionToolbar"
// InternalActionDSL.g:384:1: entryRuleActionToolbar returns [EObject current=null] : iv_ruleActionToolbar= ruleActionToolbar EOF ;
public final EObject entryRuleActionToolbar() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionToolbar = null;
try {
// InternalActionDSL.g:384:54: (iv_ruleActionToolbar= ruleActionToolbar EOF )
// InternalActionDSL.g:385:2: iv_ruleActionToolbar= ruleActionToolbar EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionToolbarRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionToolbar=ruleActionToolbar();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionToolbar;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionToolbar"
// $ANTLR start "ruleActionToolbar"
// InternalActionDSL.g:391:1: ruleActionToolbar returns [EObject current=null] : ( () otherlv_1= 'toolbar' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? (otherlv_5= 'items' otherlv_6= '{' ( (lv_actions_7_0= ruleActionToolbarItem ) )* otherlv_8= '}' )? ) ;
public final EObject ruleActionToolbar() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token lv_name_2_0=null;
Token lv_description_3_0=null;
Token otherlv_5=null;
Token otherlv_6=null;
Token otherlv_8=null;
AntlrDatatypeRuleToken lv_descriptionValue_4_0 = null;
EObject lv_actions_7_0 = null;
enterRule();
try {
// InternalActionDSL.g:397:2: ( ( () otherlv_1= 'toolbar' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? (otherlv_5= 'items' otherlv_6= '{' ( (lv_actions_7_0= ruleActionToolbarItem ) )* otherlv_8= '}' )? ) )
// InternalActionDSL.g:398:2: ( () otherlv_1= 'toolbar' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? (otherlv_5= 'items' otherlv_6= '{' ( (lv_actions_7_0= ruleActionToolbarItem ) )* otherlv_8= '}' )? )
{
// InternalActionDSL.g:398:2: ( () otherlv_1= 'toolbar' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? (otherlv_5= 'items' otherlv_6= '{' ( (lv_actions_7_0= ruleActionToolbarItem ) )* otherlv_8= '}' )? )
// InternalActionDSL.g:399:3: () otherlv_1= 'toolbar' ( (lv_name_2_0= RULE_ID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? (otherlv_5= 'items' otherlv_6= '{' ( (lv_actions_7_0= ruleActionToolbarItem ) )* otherlv_8= '}' )?
{
// InternalActionDSL.g:399:3: ()
// InternalActionDSL.g:400:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getActionToolbarAccess().getActionToolbarAction_0(),
current);
}
}
otherlv_1=(Token)match(input,20,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getActionToolbarAccess().getToolbarKeyword_1());
}
// InternalActionDSL.g:410:3: ( (lv_name_2_0= RULE_ID ) )
// InternalActionDSL.g:411:4: (lv_name_2_0= RULE_ID )
{
// InternalActionDSL.g:411:4: (lv_name_2_0= RULE_ID )
// InternalActionDSL.g:412:5: lv_name_2_0= RULE_ID
{
lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_11); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_name_2_0, grammarAccess.getActionToolbarAccess().getNameIDTerminalRuleCall_2_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionToolbarRule());
}
setWithLastConsumed(
current,
"name",
lv_name_2_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
// InternalActionDSL.g:428:3: ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )?
int alt9=2;
int LA9_0 = input.LA(1);
if ( (LA9_0==18) ) {
alt9=1;
}
switch (alt9) {
case 1 :
// InternalActionDSL.g:429:4: ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) )
{
// InternalActionDSL.g:429:4: ( (lv_description_3_0= 'describedBy' ) )
// InternalActionDSL.g:430:5: (lv_description_3_0= 'describedBy' )
{
// InternalActionDSL.g:430:5: (lv_description_3_0= 'describedBy' )
// InternalActionDSL.g:431:6: lv_description_3_0= 'describedBy'
{
lv_description_3_0=(Token)match(input,18,FOLLOW_10); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_description_3_0, grammarAccess.getActionToolbarAccess().getDescriptionDescribedByKeyword_3_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionToolbarRule());
}
setWithLastConsumed(current, "description", true, "describedBy");
}
}
}
// InternalActionDSL.g:443:4: ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) )
// InternalActionDSL.g:444:5: (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING )
{
// InternalActionDSL.g:444:5: (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING )
// InternalActionDSL.g:445:6: lv_descriptionValue_4_0= ruleTRANSLATABLESTRING
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionToolbarAccess().getDescriptionValueTRANSLATABLESTRINGParserRuleCall_3_1_0());
}
pushFollow(FOLLOW_12);
lv_descriptionValue_4_0=ruleTRANSLATABLESTRING();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionToolbarRule());
}
set(
current,
"descriptionValue",
lv_descriptionValue_4_0,
"org.eclipse.osbp.xtext.action.ActionDSL.TRANSLATABLESTRING");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
// InternalActionDSL.g:463:3: (otherlv_5= 'items' otherlv_6= '{' ( (lv_actions_7_0= ruleActionToolbarItem ) )* otherlv_8= '}' )?
int alt11=2;
int LA11_0 = input.LA(1);
if ( (LA11_0==21) ) {
alt11=1;
}
switch (alt11) {
case 1 :
// InternalActionDSL.g:464:4: otherlv_5= 'items' otherlv_6= '{' ( (lv_actions_7_0= ruleActionToolbarItem ) )* otherlv_8= '}'
{
otherlv_5=(Token)match(input,21,FOLLOW_13); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getActionToolbarAccess().getItemsKeyword_4_0());
}
otherlv_6=(Token)match(input,15,FOLLOW_14); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getActionToolbarAccess().getLeftCurlyBracketKeyword_4_1());
}
// InternalActionDSL.g:472:4: ( (lv_actions_7_0= ruleActionToolbarItem ) )*
loop10:
do {
int alt10=2;
int LA10_0 = input.LA(1);
if ( ((LA10_0>=22 && LA10_0<=23)||LA10_0==25) ) {
alt10=1;
}
switch (alt10) {
case 1 :
// InternalActionDSL.g:473:5: (lv_actions_7_0= ruleActionToolbarItem )
{
// InternalActionDSL.g:473:5: (lv_actions_7_0= ruleActionToolbarItem )
// InternalActionDSL.g:474:6: lv_actions_7_0= ruleActionToolbarItem
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionToolbarAccess().getActionsActionToolbarItemParserRuleCall_4_2_0());
}
pushFollow(FOLLOW_14);
lv_actions_7_0=ruleActionToolbarItem();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionToolbarRule());
}
add(
current,
"actions",
lv_actions_7_0,
"org.eclipse.osbp.xtext.action.ActionDSL.ActionToolbarItem");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop10;
}
} while (true);
otherlv_8=(Token)match(input,16,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getActionToolbarAccess().getRightCurlyBracketKeyword_4_3());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionToolbar"
// $ANTLR start "entryRuleActionToolbarItem"
// InternalActionDSL.g:500:1: entryRuleActionToolbarItem returns [EObject current=null] : iv_ruleActionToolbarItem= ruleActionToolbarItem EOF ;
public final EObject entryRuleActionToolbarItem() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionToolbarItem = null;
try {
// InternalActionDSL.g:500:58: (iv_ruleActionToolbarItem= ruleActionToolbarItem EOF )
// InternalActionDSL.g:501:2: iv_ruleActionToolbarItem= ruleActionToolbarItem EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionToolbarItemRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionToolbarItem=ruleActionToolbarItem();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionToolbarItem;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionToolbarItem"
// $ANTLR start "ruleActionToolbarItem"
// InternalActionDSL.g:507:1: ruleActionToolbarItem returns [EObject current=null] : (this_ActionButton_0= ruleActionButton | this_ActionSpacer_1= ruleActionSpacer | this_ActionState_2= ruleActionState ) ;
public final EObject ruleActionToolbarItem() throws RecognitionException {
EObject current = null;
EObject this_ActionButton_0 = null;
EObject this_ActionSpacer_1 = null;
EObject this_ActionState_2 = null;
enterRule();
try {
// InternalActionDSL.g:513:2: ( (this_ActionButton_0= ruleActionButton | this_ActionSpacer_1= ruleActionSpacer | this_ActionState_2= ruleActionState ) )
// InternalActionDSL.g:514:2: (this_ActionButton_0= ruleActionButton | this_ActionSpacer_1= ruleActionSpacer | this_ActionState_2= ruleActionState )
{
// InternalActionDSL.g:514:2: (this_ActionButton_0= ruleActionButton | this_ActionSpacer_1= ruleActionSpacer | this_ActionState_2= ruleActionState )
int alt12=3;
switch ( input.LA(1) ) {
case 23:
{
alt12=1;
}
break;
case 22:
{
alt12=2;
}
break;
case 25:
{
alt12=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 12, 0, input);
throw nvae;
}
switch (alt12) {
case 1 :
// InternalActionDSL.g:515:3: this_ActionButton_0= ruleActionButton
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionToolbarItemAccess().getActionButtonParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_ActionButton_0=ruleActionButton();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionButton_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalActionDSL.g:524:3: this_ActionSpacer_1= ruleActionSpacer
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionToolbarItemAccess().getActionSpacerParserRuleCall_1());
}
pushFollow(FOLLOW_2);
this_ActionSpacer_1=ruleActionSpacer();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionSpacer_1;
afterParserOrEnumRuleCall();
}
}
break;
case 3 :
// InternalActionDSL.g:533:3: this_ActionState_2= ruleActionState
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionToolbarItemAccess().getActionStateParserRuleCall_2());
}
pushFollow(FOLLOW_2);
this_ActionState_2=ruleActionState();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionState_2;
afterParserOrEnumRuleCall();
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionToolbarItem"
// $ANTLR start "entryRuleActionSpacer"
// InternalActionDSL.g:545:1: entryRuleActionSpacer returns [EObject current=null] : iv_ruleActionSpacer= ruleActionSpacer EOF ;
public final EObject entryRuleActionSpacer() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionSpacer = null;
try {
// InternalActionDSL.g:545:53: (iv_ruleActionSpacer= ruleActionSpacer EOF )
// InternalActionDSL.g:546:2: iv_ruleActionSpacer= ruleActionSpacer EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionSpacerRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionSpacer=ruleActionSpacer();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionSpacer;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionSpacer"
// $ANTLR start "ruleActionSpacer"
// InternalActionDSL.g:552:1: ruleActionSpacer returns [EObject current=null] : ( () otherlv_1= 'spacer' ) ;
public final EObject ruleActionSpacer() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
enterRule();
try {
// InternalActionDSL.g:558:2: ( ( () otherlv_1= 'spacer' ) )
// InternalActionDSL.g:559:2: ( () otherlv_1= 'spacer' )
{
// InternalActionDSL.g:559:2: ( () otherlv_1= 'spacer' )
// InternalActionDSL.g:560:3: () otherlv_1= 'spacer'
{
// InternalActionDSL.g:560:3: ()
// InternalActionDSL.g:561:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getActionSpacerAccess().getActionSpacerAction_0(),
current);
}
}
otherlv_1=(Token)match(input,22,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getActionSpacerAccess().getSpacerKeyword_1());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionSpacer"
// $ANTLR start "entryRuleActionButton"
// InternalActionDSL.g:575:1: entryRuleActionButton returns [EObject current=null] : iv_ruleActionButton= ruleActionButton EOF ;
public final EObject entryRuleActionButton() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionButton = null;
try {
// InternalActionDSL.g:575:53: (iv_ruleActionButton= ruleActionButton EOF )
// InternalActionDSL.g:576:2: iv_ruleActionButton= ruleActionButton EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionButtonRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionButton=ruleActionButton();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionButton;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionButton"
// $ANTLR start "ruleActionButton"
// InternalActionDSL.g:582:1: ruleActionButton returns [EObject current=null] : ( () otherlv_1= 'item' ( (lv_name_2_0= ruleTRANSLATABLEID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? otherlv_5= 'command' ( (otherlv_6= RULE_ID ) ) (otherlv_7= 'icon' ( (lv_iconURI_8_0= RULE_STRING ) ) )? ) ;
public final EObject ruleActionButton() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token lv_description_3_0=null;
Token otherlv_5=null;
Token otherlv_6=null;
Token otherlv_7=null;
Token lv_iconURI_8_0=null;
AntlrDatatypeRuleToken lv_name_2_0 = null;
AntlrDatatypeRuleToken lv_descriptionValue_4_0 = null;
enterRule();
try {
// InternalActionDSL.g:588:2: ( ( () otherlv_1= 'item' ( (lv_name_2_0= ruleTRANSLATABLEID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? otherlv_5= 'command' ( (otherlv_6= RULE_ID ) ) (otherlv_7= 'icon' ( (lv_iconURI_8_0= RULE_STRING ) ) )? ) )
// InternalActionDSL.g:589:2: ( () otherlv_1= 'item' ( (lv_name_2_0= ruleTRANSLATABLEID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? otherlv_5= 'command' ( (otherlv_6= RULE_ID ) ) (otherlv_7= 'icon' ( (lv_iconURI_8_0= RULE_STRING ) ) )? )
{
// InternalActionDSL.g:589:2: ( () otherlv_1= 'item' ( (lv_name_2_0= ruleTRANSLATABLEID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? otherlv_5= 'command' ( (otherlv_6= RULE_ID ) ) (otherlv_7= 'icon' ( (lv_iconURI_8_0= RULE_STRING ) ) )? )
// InternalActionDSL.g:590:3: () otherlv_1= 'item' ( (lv_name_2_0= ruleTRANSLATABLEID ) ) ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )? otherlv_5= 'command' ( (otherlv_6= RULE_ID ) ) (otherlv_7= 'icon' ( (lv_iconURI_8_0= RULE_STRING ) ) )?
{
// InternalActionDSL.g:590:3: ()
// InternalActionDSL.g:591:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getActionButtonAccess().getActionButtonAction_0(),
current);
}
}
otherlv_1=(Token)match(input,23,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getActionButtonAccess().getItemKeyword_1());
}
// InternalActionDSL.g:601:3: ( (lv_name_2_0= ruleTRANSLATABLEID ) )
// InternalActionDSL.g:602:4: (lv_name_2_0= ruleTRANSLATABLEID )
{
// InternalActionDSL.g:602:4: (lv_name_2_0= ruleTRANSLATABLEID )
// InternalActionDSL.g:603:5: lv_name_2_0= ruleTRANSLATABLEID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionButtonAccess().getNameTRANSLATABLEIDParserRuleCall_2_0());
}
pushFollow(FOLLOW_15);
lv_name_2_0=ruleTRANSLATABLEID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionButtonRule());
}
set(
current,
"name",
lv_name_2_0,
"org.eclipse.osbp.xtext.action.ActionDSL.TRANSLATABLEID");
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:620:3: ( ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) ) )?
int alt13=2;
int LA13_0 = input.LA(1);
if ( (LA13_0==18) ) {
alt13=1;
}
switch (alt13) {
case 1 :
// InternalActionDSL.g:621:4: ( (lv_description_3_0= 'describedBy' ) ) ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) )
{
// InternalActionDSL.g:621:4: ( (lv_description_3_0= 'describedBy' ) )
// InternalActionDSL.g:622:5: (lv_description_3_0= 'describedBy' )
{
// InternalActionDSL.g:622:5: (lv_description_3_0= 'describedBy' )
// InternalActionDSL.g:623:6: lv_description_3_0= 'describedBy'
{
lv_description_3_0=(Token)match(input,18,FOLLOW_10); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_description_3_0, grammarAccess.getActionButtonAccess().getDescriptionDescribedByKeyword_3_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionButtonRule());
}
setWithLastConsumed(current, "description", true, "describedBy");
}
}
}
// InternalActionDSL.g:635:4: ( (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING ) )
// InternalActionDSL.g:636:5: (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING )
{
// InternalActionDSL.g:636:5: (lv_descriptionValue_4_0= ruleTRANSLATABLESTRING )
// InternalActionDSL.g:637:6: lv_descriptionValue_4_0= ruleTRANSLATABLESTRING
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionButtonAccess().getDescriptionValueTRANSLATABLESTRINGParserRuleCall_3_1_0());
}
pushFollow(FOLLOW_16);
lv_descriptionValue_4_0=ruleTRANSLATABLESTRING();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionButtonRule());
}
set(
current,
"descriptionValue",
lv_descriptionValue_4_0,
"org.eclipse.osbp.xtext.action.ActionDSL.TRANSLATABLESTRING");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
otherlv_5=(Token)match(input,17,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getActionButtonAccess().getCommandKeyword_4());
}
// InternalActionDSL.g:659:3: ( (otherlv_6= RULE_ID ) )
// InternalActionDSL.g:660:4: (otherlv_6= RULE_ID )
{
// InternalActionDSL.g:660:4: (otherlv_6= RULE_ID )
// InternalActionDSL.g:661:5: otherlv_6= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionButtonRule());
}
}
otherlv_6=(Token)match(input,RULE_ID,FOLLOW_17); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getActionButtonAccess().getCommandActionCommandCrossReference_5_0());
}
}
}
// InternalActionDSL.g:672:3: (otherlv_7= 'icon' ( (lv_iconURI_8_0= RULE_STRING ) ) )?
int alt14=2;
int LA14_0 = input.LA(1);
if ( (LA14_0==24) ) {
alt14=1;
}
switch (alt14) {
case 1 :
// InternalActionDSL.g:673:4: otherlv_7= 'icon' ( (lv_iconURI_8_0= RULE_STRING ) )
{
otherlv_7=(Token)match(input,24,FOLLOW_10); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getActionButtonAccess().getIconKeyword_6_0());
}
// InternalActionDSL.g:677:4: ( (lv_iconURI_8_0= RULE_STRING ) )
// InternalActionDSL.g:678:5: (lv_iconURI_8_0= RULE_STRING )
{
// InternalActionDSL.g:678:5: (lv_iconURI_8_0= RULE_STRING )
// InternalActionDSL.g:679:6: lv_iconURI_8_0= RULE_STRING
{
lv_iconURI_8_0=(Token)match(input,RULE_STRING,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_iconURI_8_0, grammarAccess.getActionButtonAccess().getIconURISTRINGTerminalRuleCall_6_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionButtonRule());
}
setWithLastConsumed(
current,
"iconURI",
lv_iconURI_8_0,
"org.eclipse.xtext.xbase.Xtype.STRING");
}
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionButton"
// $ANTLR start "entryRuleActionState"
// InternalActionDSL.g:700:1: entryRuleActionState returns [EObject current=null] : iv_ruleActionState= ruleActionState EOF ;
public final EObject entryRuleActionState() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionState = null;
try {
// InternalActionDSL.g:700:52: (iv_ruleActionState= ruleActionState EOF )
// InternalActionDSL.g:701:2: iv_ruleActionState= ruleActionState EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionStateRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionState=ruleActionState();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionState;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionState"
// $ANTLR start "ruleActionState"
// InternalActionDSL.g:707:1: ruleActionState returns [EObject current=null] : ( () otherlv_1= 'state' ) ;
public final EObject ruleActionState() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
enterRule();
try {
// InternalActionDSL.g:713:2: ( ( () otherlv_1= 'state' ) )
// InternalActionDSL.g:714:2: ( () otherlv_1= 'state' )
{
// InternalActionDSL.g:714:2: ( () otherlv_1= 'state' )
// InternalActionDSL.g:715:3: () otherlv_1= 'state'
{
// InternalActionDSL.g:715:3: ()
// InternalActionDSL.g:716:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getActionStateAccess().getActionStateAction_0(),
current);
}
}
otherlv_1=(Token)match(input,25,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getActionStateAccess().getStateKeyword_1());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionState"
// $ANTLR start "entryRuleActionType"
// InternalActionDSL.g:730:1: entryRuleActionType returns [EObject current=null] : iv_ruleActionType= ruleActionType EOF ;
public final EObject entryRuleActionType() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionType = null;
try {
// InternalActionDSL.g:730:51: (iv_ruleActionType= ruleActionType EOF )
// InternalActionDSL.g:731:2: iv_ruleActionType= ruleActionType EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionType=ruleActionType();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionType;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionType"
// $ANTLR start "ruleActionType"
// InternalActionDSL.g:737:1: ruleActionType returns [EObject current=null] : (this_ActionTask_0= ruleActionTask | this_ActionSelectWorkload_1= ruleActionSelectWorkload | this_ActionDialog_2= ruleActionDialog | this_ActionReport_3= ruleActionReport | this_ActionChart_4= ruleActionChart | this_ActionWorkflow_5= ruleActionWorkflow | this_ActionFunction_6= ruleActionFunction | this_ActionDatainterchange_7= ruleActionDatainterchange | this_ActionUI_8= ruleActionUI | this_ActionTable_9= ruleActionTable ) ;
public final EObject ruleActionType() throws RecognitionException {
EObject current = null;
EObject this_ActionTask_0 = null;
EObject this_ActionSelectWorkload_1 = null;
EObject this_ActionDialog_2 = null;
EObject this_ActionReport_3 = null;
EObject this_ActionChart_4 = null;
EObject this_ActionWorkflow_5 = null;
EObject this_ActionFunction_6 = null;
EObject this_ActionDatainterchange_7 = null;
EObject this_ActionUI_8 = null;
EObject this_ActionTable_9 = null;
enterRule();
try {
// InternalActionDSL.g:743:2: ( (this_ActionTask_0= ruleActionTask | this_ActionSelectWorkload_1= ruleActionSelectWorkload | this_ActionDialog_2= ruleActionDialog | this_ActionReport_3= ruleActionReport | this_ActionChart_4= ruleActionChart | this_ActionWorkflow_5= ruleActionWorkflow | this_ActionFunction_6= ruleActionFunction | this_ActionDatainterchange_7= ruleActionDatainterchange | this_ActionUI_8= ruleActionUI | this_ActionTable_9= ruleActionTable ) )
// InternalActionDSL.g:744:2: (this_ActionTask_0= ruleActionTask | this_ActionSelectWorkload_1= ruleActionSelectWorkload | this_ActionDialog_2= ruleActionDialog | this_ActionReport_3= ruleActionReport | this_ActionChart_4= ruleActionChart | this_ActionWorkflow_5= ruleActionWorkflow | this_ActionFunction_6= ruleActionFunction | this_ActionDatainterchange_7= ruleActionDatainterchange | this_ActionUI_8= ruleActionUI | this_ActionTable_9= ruleActionTable )
{
// InternalActionDSL.g:744:2: (this_ActionTask_0= ruleActionTask | this_ActionSelectWorkload_1= ruleActionSelectWorkload | this_ActionDialog_2= ruleActionDialog | this_ActionReport_3= ruleActionReport | this_ActionChart_4= ruleActionChart | this_ActionWorkflow_5= ruleActionWorkflow | this_ActionFunction_6= ruleActionFunction | this_ActionDatainterchange_7= ruleActionDatainterchange | this_ActionUI_8= ruleActionUI | this_ActionTable_9= ruleActionTable )
int alt15=10;
switch ( input.LA(1) ) {
case 26:
{
alt15=1;
}
break;
case 27:
{
alt15=2;
}
break;
case 28:
{
alt15=3;
}
break;
case 29:
{
alt15=4;
}
break;
case 30:
{
alt15=5;
}
break;
case 31:
{
alt15=6;
}
break;
case 36:
{
alt15=7;
}
break;
case 32:
{
alt15=8;
}
break;
case 34:
{
alt15=9;
}
break;
case 35:
{
alt15=10;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 15, 0, input);
throw nvae;
}
switch (alt15) {
case 1 :
// InternalActionDSL.g:745:3: this_ActionTask_0= ruleActionTask
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionTaskParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_ActionTask_0=ruleActionTask();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionTask_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalActionDSL.g:754:3: this_ActionSelectWorkload_1= ruleActionSelectWorkload
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionSelectWorkloadParserRuleCall_1());
}
pushFollow(FOLLOW_2);
this_ActionSelectWorkload_1=ruleActionSelectWorkload();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionSelectWorkload_1;
afterParserOrEnumRuleCall();
}
}
break;
case 3 :
// InternalActionDSL.g:763:3: this_ActionDialog_2= ruleActionDialog
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionDialogParserRuleCall_2());
}
pushFollow(FOLLOW_2);
this_ActionDialog_2=ruleActionDialog();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionDialog_2;
afterParserOrEnumRuleCall();
}
}
break;
case 4 :
// InternalActionDSL.g:772:3: this_ActionReport_3= ruleActionReport
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionReportParserRuleCall_3());
}
pushFollow(FOLLOW_2);
this_ActionReport_3=ruleActionReport();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionReport_3;
afterParserOrEnumRuleCall();
}
}
break;
case 5 :
// InternalActionDSL.g:781:3: this_ActionChart_4= ruleActionChart
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionChartParserRuleCall_4());
}
pushFollow(FOLLOW_2);
this_ActionChart_4=ruleActionChart();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionChart_4;
afterParserOrEnumRuleCall();
}
}
break;
case 6 :
// InternalActionDSL.g:790:3: this_ActionWorkflow_5= ruleActionWorkflow
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionWorkflowParserRuleCall_5());
}
pushFollow(FOLLOW_2);
this_ActionWorkflow_5=ruleActionWorkflow();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionWorkflow_5;
afterParserOrEnumRuleCall();
}
}
break;
case 7 :
// InternalActionDSL.g:799:3: this_ActionFunction_6= ruleActionFunction
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionFunctionParserRuleCall_6());
}
pushFollow(FOLLOW_2);
this_ActionFunction_6=ruleActionFunction();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionFunction_6;
afterParserOrEnumRuleCall();
}
}
break;
case 8 :
// InternalActionDSL.g:808:3: this_ActionDatainterchange_7= ruleActionDatainterchange
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionDatainterchangeParserRuleCall_7());
}
pushFollow(FOLLOW_2);
this_ActionDatainterchange_7=ruleActionDatainterchange();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionDatainterchange_7;
afterParserOrEnumRuleCall();
}
}
break;
case 9 :
// InternalActionDSL.g:817:3: this_ActionUI_8= ruleActionUI
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionUIParserRuleCall_8());
}
pushFollow(FOLLOW_2);
this_ActionUI_8=ruleActionUI();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionUI_8;
afterParserOrEnumRuleCall();
}
}
break;
case 10 :
// InternalActionDSL.g:826:3: this_ActionTable_9= ruleActionTable
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTypeAccess().getActionTableParserRuleCall_9());
}
pushFollow(FOLLOW_2);
this_ActionTable_9=ruleActionTable();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_ActionTable_9;
afterParserOrEnumRuleCall();
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionType"
// $ANTLR start "entryRuleActionTask"
// InternalActionDSL.g:838:1: entryRuleActionTask returns [EObject current=null] : iv_ruleActionTask= ruleActionTask EOF ;
public final EObject entryRuleActionTask() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionTask = null;
try {
// InternalActionDSL.g:838:51: (iv_ruleActionTask= ruleActionTask EOF )
// InternalActionDSL.g:839:2: iv_ruleActionTask= ruleActionTask EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTaskRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionTask=ruleActionTask();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionTask;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionTask"
// $ANTLR start "ruleActionTask"
// InternalActionDSL.g:845:1: ruleActionTask returns [EObject current=null] : (otherlv_0= 'taskAction' ( (lv_action_1_0= ruleTaskActionEnum ) ) ) ;
public final EObject ruleActionTask() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Enumerator lv_action_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:851:2: ( (otherlv_0= 'taskAction' ( (lv_action_1_0= ruleTaskActionEnum ) ) ) )
// InternalActionDSL.g:852:2: (otherlv_0= 'taskAction' ( (lv_action_1_0= ruleTaskActionEnum ) ) )
{
// InternalActionDSL.g:852:2: (otherlv_0= 'taskAction' ( (lv_action_1_0= ruleTaskActionEnum ) ) )
// InternalActionDSL.g:853:3: otherlv_0= 'taskAction' ( (lv_action_1_0= ruleTaskActionEnum ) )
{
otherlv_0=(Token)match(input,26,FOLLOW_18); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionTaskAccess().getTaskActionKeyword_0());
}
// InternalActionDSL.g:857:3: ( (lv_action_1_0= ruleTaskActionEnum ) )
// InternalActionDSL.g:858:4: (lv_action_1_0= ruleTaskActionEnum )
{
// InternalActionDSL.g:858:4: (lv_action_1_0= ruleTaskActionEnum )
// InternalActionDSL.g:859:5: lv_action_1_0= ruleTaskActionEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTaskAccess().getActionTaskActionEnumEnumRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_action_1_0=ruleTaskActionEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionTaskRule());
}
set(
current,
"action",
lv_action_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.TaskActionEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionTask"
// $ANTLR start "entryRuleActionSelectWorkload"
// InternalActionDSL.g:880:1: entryRuleActionSelectWorkload returns [EObject current=null] : iv_ruleActionSelectWorkload= ruleActionSelectWorkload EOF ;
public final EObject entryRuleActionSelectWorkload() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionSelectWorkload = null;
try {
// InternalActionDSL.g:880:61: (iv_ruleActionSelectWorkload= ruleActionSelectWorkload EOF )
// InternalActionDSL.g:881:2: iv_ruleActionSelectWorkload= ruleActionSelectWorkload EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionSelectWorkloadRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionSelectWorkload=ruleActionSelectWorkload();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionSelectWorkload;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionSelectWorkload"
// $ANTLR start "ruleActionSelectWorkload"
// InternalActionDSL.g:887:1: ruleActionSelectWorkload returns [EObject current=null] : (otherlv_0= 'selectWorkloadAction' ( (lv_action_1_0= ruleSelectWorkloadActionEnum ) ) ) ;
public final EObject ruleActionSelectWorkload() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Enumerator lv_action_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:893:2: ( (otherlv_0= 'selectWorkloadAction' ( (lv_action_1_0= ruleSelectWorkloadActionEnum ) ) ) )
// InternalActionDSL.g:894:2: (otherlv_0= 'selectWorkloadAction' ( (lv_action_1_0= ruleSelectWorkloadActionEnum ) ) )
{
// InternalActionDSL.g:894:2: (otherlv_0= 'selectWorkloadAction' ( (lv_action_1_0= ruleSelectWorkloadActionEnum ) ) )
// InternalActionDSL.g:895:3: otherlv_0= 'selectWorkloadAction' ( (lv_action_1_0= ruleSelectWorkloadActionEnum ) )
{
otherlv_0=(Token)match(input,27,FOLLOW_19); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionSelectWorkloadAccess().getSelectWorkloadActionKeyword_0());
}
// InternalActionDSL.g:899:3: ( (lv_action_1_0= ruleSelectWorkloadActionEnum ) )
// InternalActionDSL.g:900:4: (lv_action_1_0= ruleSelectWorkloadActionEnum )
{
// InternalActionDSL.g:900:4: (lv_action_1_0= ruleSelectWorkloadActionEnum )
// InternalActionDSL.g:901:5: lv_action_1_0= ruleSelectWorkloadActionEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionSelectWorkloadAccess().getActionSelectWorkloadActionEnumEnumRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_action_1_0=ruleSelectWorkloadActionEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionSelectWorkloadRule());
}
set(
current,
"action",
lv_action_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.SelectWorkloadActionEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionSelectWorkload"
// $ANTLR start "entryRuleActionDialog"
// InternalActionDSL.g:922:1: entryRuleActionDialog returns [EObject current=null] : iv_ruleActionDialog= ruleActionDialog EOF ;
public final EObject entryRuleActionDialog() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionDialog = null;
try {
// InternalActionDSL.g:922:53: (iv_ruleActionDialog= ruleActionDialog EOF )
// InternalActionDSL.g:923:2: iv_ruleActionDialog= ruleActionDialog EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionDialogRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionDialog=ruleActionDialog();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionDialog;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionDialog"
// $ANTLR start "ruleActionDialog"
// InternalActionDSL.g:929:1: ruleActionDialog returns [EObject current=null] : (otherlv_0= 'dialogAction' ( (lv_action_1_0= ruleDialogActionEnum ) ) ) ;
public final EObject ruleActionDialog() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Enumerator lv_action_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:935:2: ( (otherlv_0= 'dialogAction' ( (lv_action_1_0= ruleDialogActionEnum ) ) ) )
// InternalActionDSL.g:936:2: (otherlv_0= 'dialogAction' ( (lv_action_1_0= ruleDialogActionEnum ) ) )
{
// InternalActionDSL.g:936:2: (otherlv_0= 'dialogAction' ( (lv_action_1_0= ruleDialogActionEnum ) ) )
// InternalActionDSL.g:937:3: otherlv_0= 'dialogAction' ( (lv_action_1_0= ruleDialogActionEnum ) )
{
otherlv_0=(Token)match(input,28,FOLLOW_20); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionDialogAccess().getDialogActionKeyword_0());
}
// InternalActionDSL.g:941:3: ( (lv_action_1_0= ruleDialogActionEnum ) )
// InternalActionDSL.g:942:4: (lv_action_1_0= ruleDialogActionEnum )
{
// InternalActionDSL.g:942:4: (lv_action_1_0= ruleDialogActionEnum )
// InternalActionDSL.g:943:5: lv_action_1_0= ruleDialogActionEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionDialogAccess().getActionDialogActionEnumEnumRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_action_1_0=ruleDialogActionEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionDialogRule());
}
set(
current,
"action",
lv_action_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.DialogActionEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionDialog"
// $ANTLR start "entryRuleActionReport"
// InternalActionDSL.g:964:1: entryRuleActionReport returns [EObject current=null] : iv_ruleActionReport= ruleActionReport EOF ;
public final EObject entryRuleActionReport() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionReport = null;
try {
// InternalActionDSL.g:964:53: (iv_ruleActionReport= ruleActionReport EOF )
// InternalActionDSL.g:965:2: iv_ruleActionReport= ruleActionReport EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionReportRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionReport=ruleActionReport();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionReport;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionReport"
// $ANTLR start "ruleActionReport"
// InternalActionDSL.g:971:1: ruleActionReport returns [EObject current=null] : (otherlv_0= 'reportAction' ( (lv_action_1_0= ruleReportActionEnum ) ) ) ;
public final EObject ruleActionReport() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Enumerator lv_action_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:977:2: ( (otherlv_0= 'reportAction' ( (lv_action_1_0= ruleReportActionEnum ) ) ) )
// InternalActionDSL.g:978:2: (otherlv_0= 'reportAction' ( (lv_action_1_0= ruleReportActionEnum ) ) )
{
// InternalActionDSL.g:978:2: (otherlv_0= 'reportAction' ( (lv_action_1_0= ruleReportActionEnum ) ) )
// InternalActionDSL.g:979:3: otherlv_0= 'reportAction' ( (lv_action_1_0= ruleReportActionEnum ) )
{
otherlv_0=(Token)match(input,29,FOLLOW_21); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionReportAccess().getReportActionKeyword_0());
}
// InternalActionDSL.g:983:3: ( (lv_action_1_0= ruleReportActionEnum ) )
// InternalActionDSL.g:984:4: (lv_action_1_0= ruleReportActionEnum )
{
// InternalActionDSL.g:984:4: (lv_action_1_0= ruleReportActionEnum )
// InternalActionDSL.g:985:5: lv_action_1_0= ruleReportActionEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionReportAccess().getActionReportActionEnumEnumRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_action_1_0=ruleReportActionEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionReportRule());
}
set(
current,
"action",
lv_action_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.ReportActionEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionReport"
// $ANTLR start "entryRuleActionChart"
// InternalActionDSL.g:1006:1: entryRuleActionChart returns [EObject current=null] : iv_ruleActionChart= ruleActionChart EOF ;
public final EObject entryRuleActionChart() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionChart = null;
try {
// InternalActionDSL.g:1006:52: (iv_ruleActionChart= ruleActionChart EOF )
// InternalActionDSL.g:1007:2: iv_ruleActionChart= ruleActionChart EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionChartRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionChart=ruleActionChart();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionChart;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionChart"
// $ANTLR start "ruleActionChart"
// InternalActionDSL.g:1013:1: ruleActionChart returns [EObject current=null] : (otherlv_0= 'chartAction' ( (lv_action_1_0= ruleChartActionEnum ) ) ) ;
public final EObject ruleActionChart() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Enumerator lv_action_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:1019:2: ( (otherlv_0= 'chartAction' ( (lv_action_1_0= ruleChartActionEnum ) ) ) )
// InternalActionDSL.g:1020:2: (otherlv_0= 'chartAction' ( (lv_action_1_0= ruleChartActionEnum ) ) )
{
// InternalActionDSL.g:1020:2: (otherlv_0= 'chartAction' ( (lv_action_1_0= ruleChartActionEnum ) ) )
// InternalActionDSL.g:1021:3: otherlv_0= 'chartAction' ( (lv_action_1_0= ruleChartActionEnum ) )
{
otherlv_0=(Token)match(input,30,FOLLOW_22); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionChartAccess().getChartActionKeyword_0());
}
// InternalActionDSL.g:1025:3: ( (lv_action_1_0= ruleChartActionEnum ) )
// InternalActionDSL.g:1026:4: (lv_action_1_0= ruleChartActionEnum )
{
// InternalActionDSL.g:1026:4: (lv_action_1_0= ruleChartActionEnum )
// InternalActionDSL.g:1027:5: lv_action_1_0= ruleChartActionEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionChartAccess().getActionChartActionEnumEnumRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_action_1_0=ruleChartActionEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionChartRule());
}
set(
current,
"action",
lv_action_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.ChartActionEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionChart"
// $ANTLR start "entryRuleActionWorkflow"
// InternalActionDSL.g:1048:1: entryRuleActionWorkflow returns [EObject current=null] : iv_ruleActionWorkflow= ruleActionWorkflow EOF ;
public final EObject entryRuleActionWorkflow() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionWorkflow = null;
try {
// InternalActionDSL.g:1048:55: (iv_ruleActionWorkflow= ruleActionWorkflow EOF )
// InternalActionDSL.g:1049:2: iv_ruleActionWorkflow= ruleActionWorkflow EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionWorkflowRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionWorkflow=ruleActionWorkflow();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionWorkflow;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionWorkflow"
// $ANTLR start "ruleActionWorkflow"
// InternalActionDSL.g:1055:1: ruleActionWorkflow returns [EObject current=null] : (otherlv_0= 'workflowAction' ( (lv_action_1_0= ruleWorkflowActionEnum ) ) ) ;
public final EObject ruleActionWorkflow() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Enumerator lv_action_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:1061:2: ( (otherlv_0= 'workflowAction' ( (lv_action_1_0= ruleWorkflowActionEnum ) ) ) )
// InternalActionDSL.g:1062:2: (otherlv_0= 'workflowAction' ( (lv_action_1_0= ruleWorkflowActionEnum ) ) )
{
// InternalActionDSL.g:1062:2: (otherlv_0= 'workflowAction' ( (lv_action_1_0= ruleWorkflowActionEnum ) ) )
// InternalActionDSL.g:1063:3: otherlv_0= 'workflowAction' ( (lv_action_1_0= ruleWorkflowActionEnum ) )
{
otherlv_0=(Token)match(input,31,FOLLOW_23); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionWorkflowAccess().getWorkflowActionKeyword_0());
}
// InternalActionDSL.g:1067:3: ( (lv_action_1_0= ruleWorkflowActionEnum ) )
// InternalActionDSL.g:1068:4: (lv_action_1_0= ruleWorkflowActionEnum )
{
// InternalActionDSL.g:1068:4: (lv_action_1_0= ruleWorkflowActionEnum )
// InternalActionDSL.g:1069:5: lv_action_1_0= ruleWorkflowActionEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionWorkflowAccess().getActionWorkflowActionEnumEnumRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_action_1_0=ruleWorkflowActionEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionWorkflowRule());
}
set(
current,
"action",
lv_action_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.WorkflowActionEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionWorkflow"
// $ANTLR start "entryRuleActionDatainterchange"
// InternalActionDSL.g:1090:1: entryRuleActionDatainterchange returns [EObject current=null] : iv_ruleActionDatainterchange= ruleActionDatainterchange EOF ;
public final EObject entryRuleActionDatainterchange() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionDatainterchange = null;
try {
// InternalActionDSL.g:1090:62: (iv_ruleActionDatainterchange= ruleActionDatainterchange EOF )
// InternalActionDSL.g:1091:2: iv_ruleActionDatainterchange= ruleActionDatainterchange EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionDatainterchangeRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionDatainterchange=ruleActionDatainterchange();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionDatainterchange;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionDatainterchange"
// $ANTLR start "ruleActionDatainterchange"
// InternalActionDSL.g:1097:1: ruleActionDatainterchange returns [EObject current=null] : (otherlv_0= 'datainterchangeAction' ( (lv_action_1_0= ruleDatainterchangeActionEnum ) ) ( ( ruleFQN ) ) ( (lv_hasfilter_3_0= 'filterOn' ) )? ) ;
public final EObject ruleActionDatainterchange() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token lv_hasfilter_3_0=null;
Enumerator lv_action_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:1103:2: ( (otherlv_0= 'datainterchangeAction' ( (lv_action_1_0= ruleDatainterchangeActionEnum ) ) ( ( ruleFQN ) ) ( (lv_hasfilter_3_0= 'filterOn' ) )? ) )
// InternalActionDSL.g:1104:2: (otherlv_0= 'datainterchangeAction' ( (lv_action_1_0= ruleDatainterchangeActionEnum ) ) ( ( ruleFQN ) ) ( (lv_hasfilter_3_0= 'filterOn' ) )? )
{
// InternalActionDSL.g:1104:2: (otherlv_0= 'datainterchangeAction' ( (lv_action_1_0= ruleDatainterchangeActionEnum ) ) ( ( ruleFQN ) ) ( (lv_hasfilter_3_0= 'filterOn' ) )? )
// InternalActionDSL.g:1105:3: otherlv_0= 'datainterchangeAction' ( (lv_action_1_0= ruleDatainterchangeActionEnum ) ) ( ( ruleFQN ) ) ( (lv_hasfilter_3_0= 'filterOn' ) )?
{
otherlv_0=(Token)match(input,32,FOLLOW_24); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionDatainterchangeAccess().getDatainterchangeActionKeyword_0());
}
// InternalActionDSL.g:1109:3: ( (lv_action_1_0= ruleDatainterchangeActionEnum ) )
// InternalActionDSL.g:1110:4: (lv_action_1_0= ruleDatainterchangeActionEnum )
{
// InternalActionDSL.g:1110:4: (lv_action_1_0= ruleDatainterchangeActionEnum )
// InternalActionDSL.g:1111:5: lv_action_1_0= ruleDatainterchangeActionEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionDatainterchangeAccess().getActionDatainterchangeActionEnumEnumRuleCall_1_0());
}
pushFollow(FOLLOW_4);
lv_action_1_0=ruleDatainterchangeActionEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionDatainterchangeRule());
}
set(
current,
"action",
lv_action_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.DatainterchangeActionEnum");
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:1128:3: ( ( ruleFQN ) )
// InternalActionDSL.g:1129:4: ( ruleFQN )
{
// InternalActionDSL.g:1129:4: ( ruleFQN )
// InternalActionDSL.g:1130:5: ruleFQN
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionDatainterchangeRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionDatainterchangeAccess().getDataRefDataInterchangeCrossReference_2_0());
}
pushFollow(FOLLOW_25);
ruleFQN();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:1144:3: ( (lv_hasfilter_3_0= 'filterOn' ) )?
int alt16=2;
int LA16_0 = input.LA(1);
if ( (LA16_0==33) ) {
alt16=1;
}
switch (alt16) {
case 1 :
// InternalActionDSL.g:1145:4: (lv_hasfilter_3_0= 'filterOn' )
{
// InternalActionDSL.g:1145:4: (lv_hasfilter_3_0= 'filterOn' )
// InternalActionDSL.g:1146:5: lv_hasfilter_3_0= 'filterOn'
{
lv_hasfilter_3_0=(Token)match(input,33,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_hasfilter_3_0, grammarAccess.getActionDatainterchangeAccess().getHasfilterFilterOnKeyword_3_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionDatainterchangeRule());
}
setWithLastConsumed(current, "hasfilter", true, "filterOn");
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionDatainterchange"
// $ANTLR start "entryRuleActionUI"
// InternalActionDSL.g:1162:1: entryRuleActionUI returns [EObject current=null] : iv_ruleActionUI= ruleActionUI EOF ;
public final EObject entryRuleActionUI() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionUI = null;
try {
// InternalActionDSL.g:1162:49: (iv_ruleActionUI= ruleActionUI EOF )
// InternalActionDSL.g:1163:2: iv_ruleActionUI= ruleActionUI EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionUIRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionUI=ruleActionUI();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionUI;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionUI"
// $ANTLR start "ruleActionUI"
// InternalActionDSL.g:1169:1: ruleActionUI returns [EObject current=null] : (otherlv_0= 'userinterfaceAction' ( (lv_action_1_0= ruleUIActionEnum ) ) ) ;
public final EObject ruleActionUI() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Enumerator lv_action_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:1175:2: ( (otherlv_0= 'userinterfaceAction' ( (lv_action_1_0= ruleUIActionEnum ) ) ) )
// InternalActionDSL.g:1176:2: (otherlv_0= 'userinterfaceAction' ( (lv_action_1_0= ruleUIActionEnum ) ) )
{
// InternalActionDSL.g:1176:2: (otherlv_0= 'userinterfaceAction' ( (lv_action_1_0= ruleUIActionEnum ) ) )
// InternalActionDSL.g:1177:3: otherlv_0= 'userinterfaceAction' ( (lv_action_1_0= ruleUIActionEnum ) )
{
otherlv_0=(Token)match(input,34,FOLLOW_26); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionUIAccess().getUserinterfaceActionKeyword_0());
}
// InternalActionDSL.g:1181:3: ( (lv_action_1_0= ruleUIActionEnum ) )
// InternalActionDSL.g:1182:4: (lv_action_1_0= ruleUIActionEnum )
{
// InternalActionDSL.g:1182:4: (lv_action_1_0= ruleUIActionEnum )
// InternalActionDSL.g:1183:5: lv_action_1_0= ruleUIActionEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionUIAccess().getActionUIActionEnumEnumRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_action_1_0=ruleUIActionEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionUIRule());
}
set(
current,
"action",
lv_action_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.UIActionEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionUI"
// $ANTLR start "entryRuleActionTable"
// InternalActionDSL.g:1204:1: entryRuleActionTable returns [EObject current=null] : iv_ruleActionTable= ruleActionTable EOF ;
public final EObject entryRuleActionTable() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionTable = null;
try {
// InternalActionDSL.g:1204:52: (iv_ruleActionTable= ruleActionTable EOF )
// InternalActionDSL.g:1205:2: iv_ruleActionTable= ruleActionTable EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTableRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionTable=ruleActionTable();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionTable;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionTable"
// $ANTLR start "ruleActionTable"
// InternalActionDSL.g:1211:1: ruleActionTable returns [EObject current=null] : (otherlv_0= 'tableAction' ( (lv_action_1_0= ruleTableActionEnum ) ) ) ;
public final EObject ruleActionTable() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Enumerator lv_action_1_0 = null;
enterRule();
try {
// InternalActionDSL.g:1217:2: ( (otherlv_0= 'tableAction' ( (lv_action_1_0= ruleTableActionEnum ) ) ) )
// InternalActionDSL.g:1218:2: (otherlv_0= 'tableAction' ( (lv_action_1_0= ruleTableActionEnum ) ) )
{
// InternalActionDSL.g:1218:2: (otherlv_0= 'tableAction' ( (lv_action_1_0= ruleTableActionEnum ) ) )
// InternalActionDSL.g:1219:3: otherlv_0= 'tableAction' ( (lv_action_1_0= ruleTableActionEnum ) )
{
otherlv_0=(Token)match(input,35,FOLLOW_27); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionTableAccess().getTableActionKeyword_0());
}
// InternalActionDSL.g:1223:3: ( (lv_action_1_0= ruleTableActionEnum ) )
// InternalActionDSL.g:1224:4: (lv_action_1_0= ruleTableActionEnum )
{
// InternalActionDSL.g:1224:4: (lv_action_1_0= ruleTableActionEnum )
// InternalActionDSL.g:1225:5: lv_action_1_0= ruleTableActionEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionTableAccess().getActionTableActionEnumEnumRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_action_1_0=ruleTableActionEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getActionTableRule());
}
set(
current,
"action",
lv_action_1_0,
"org.eclipse.osbp.xtext.action.ActionDSL.TableActionEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionTable"
// $ANTLR start "entryRuleActionFunction"
// InternalActionDSL.g:1246:1: entryRuleActionFunction returns [EObject current=null] : iv_ruleActionFunction= ruleActionFunction EOF ;
public final EObject entryRuleActionFunction() throws RecognitionException {
EObject current = null;
EObject iv_ruleActionFunction = null;
try {
// InternalActionDSL.g:1246:55: (iv_ruleActionFunction= ruleActionFunction EOF )
// InternalActionDSL.g:1247:2: iv_ruleActionFunction= ruleActionFunction EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getActionFunctionRule());
}
pushFollow(FOLLOW_1);
iv_ruleActionFunction=ruleActionFunction();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleActionFunction;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleActionFunction"
// $ANTLR start "ruleActionFunction"
// InternalActionDSL.g:1253:1: ruleActionFunction returns [EObject current=null] : (otherlv_0= 'functionalAction' otherlv_1= 'group' ( (otherlv_2= RULE_ID ) ) otherlv_3= 'canExecute' ( (otherlv_4= RULE_ID ) ) ( ( ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) ) ( (otherlv_6= RULE_ID ) ) ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )? ) | ( ( (lv_hasExecuteLater_13_0= 'executeLater' ) ) ( (otherlv_14= RULE_ID ) ) ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )? ) ) ) ;
public final EObject ruleActionFunction() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_3=null;
Token otherlv_4=null;
Token lv_hasExecuteImmediate_5_0=null;
Token otherlv_6=null;
Token lv_hasMessage_7_0=null;
Token otherlv_8=null;
Token otherlv_9=null;
Token otherlv_10=null;
Token lv_hasSuccessMessage_11_0=null;
Token otherlv_12=null;
Token lv_hasExecuteLater_13_0=null;
Token otherlv_14=null;
Token lv_hasStartedMessage_15_0=null;
Token otherlv_16=null;
Token otherlv_17=null;
Token otherlv_18=null;
enterRule();
try {
// InternalActionDSL.g:1259:2: ( (otherlv_0= 'functionalAction' otherlv_1= 'group' ( (otherlv_2= RULE_ID ) ) otherlv_3= 'canExecute' ( (otherlv_4= RULE_ID ) ) ( ( ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) ) ( (otherlv_6= RULE_ID ) ) ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )? ) | ( ( (lv_hasExecuteLater_13_0= 'executeLater' ) ) ( (otherlv_14= RULE_ID ) ) ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )? ) ) ) )
// InternalActionDSL.g:1260:2: (otherlv_0= 'functionalAction' otherlv_1= 'group' ( (otherlv_2= RULE_ID ) ) otherlv_3= 'canExecute' ( (otherlv_4= RULE_ID ) ) ( ( ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) ) ( (otherlv_6= RULE_ID ) ) ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )? ) | ( ( (lv_hasExecuteLater_13_0= 'executeLater' ) ) ( (otherlv_14= RULE_ID ) ) ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )? ) ) )
{
// InternalActionDSL.g:1260:2: (otherlv_0= 'functionalAction' otherlv_1= 'group' ( (otherlv_2= RULE_ID ) ) otherlv_3= 'canExecute' ( (otherlv_4= RULE_ID ) ) ( ( ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) ) ( (otherlv_6= RULE_ID ) ) ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )? ) | ( ( (lv_hasExecuteLater_13_0= 'executeLater' ) ) ( (otherlv_14= RULE_ID ) ) ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )? ) ) )
// InternalActionDSL.g:1261:3: otherlv_0= 'functionalAction' otherlv_1= 'group' ( (otherlv_2= RULE_ID ) ) otherlv_3= 'canExecute' ( (otherlv_4= RULE_ID ) ) ( ( ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) ) ( (otherlv_6= RULE_ID ) ) ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )? ) | ( ( (lv_hasExecuteLater_13_0= 'executeLater' ) ) ( (otherlv_14= RULE_ID ) ) ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )? ) )
{
otherlv_0=(Token)match(input,36,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getActionFunctionAccess().getFunctionalActionKeyword_0());
}
otherlv_1=(Token)match(input,37,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getActionFunctionAccess().getGroupKeyword_1());
}
// InternalActionDSL.g:1269:3: ( (otherlv_2= RULE_ID ) )
// InternalActionDSL.g:1270:4: (otherlv_2= RULE_ID )
{
// InternalActionDSL.g:1270:4: (otherlv_2= RULE_ID )
// InternalActionDSL.g:1271:5: otherlv_2= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
}
otherlv_2=(Token)match(input,RULE_ID,FOLLOW_29); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getActionFunctionAccess().getActionGroupFunctionLibraryActionGroupCrossReference_2_0());
}
}
}
otherlv_3=(Token)match(input,38,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getActionFunctionAccess().getCanExecuteKeyword_3());
}
// InternalActionDSL.g:1286:3: ( (otherlv_4= RULE_ID ) )
// InternalActionDSL.g:1287:4: (otherlv_4= RULE_ID )
{
// InternalActionDSL.g:1287:4: (otherlv_4= RULE_ID )
// InternalActionDSL.g:1288:5: otherlv_4= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
}
otherlv_4=(Token)match(input,RULE_ID,FOLLOW_30); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getActionFunctionAccess().getCanExecuteFunctionLibraryCanExecuteCrossReference_4_0());
}
}
}
// InternalActionDSL.g:1299:3: ( ( ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) ) ( (otherlv_6= RULE_ID ) ) ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )? ) | ( ( (lv_hasExecuteLater_13_0= 'executeLater' ) ) ( (otherlv_14= RULE_ID ) ) ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )? ) )
int alt20=2;
int LA20_0 = input.LA(1);
if ( (LA20_0==39) ) {
alt20=1;
}
else if ( (LA20_0==43) ) {
alt20=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 20, 0, input);
throw nvae;
}
switch (alt20) {
case 1 :
// InternalActionDSL.g:1300:4: ( ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) ) ( (otherlv_6= RULE_ID ) ) ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )? )
{
// InternalActionDSL.g:1300:4: ( ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) ) ( (otherlv_6= RULE_ID ) ) ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )? )
// InternalActionDSL.g:1301:5: ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) ) ( (otherlv_6= RULE_ID ) ) ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )?
{
// InternalActionDSL.g:1301:5: ( (lv_hasExecuteImmediate_5_0= 'executeImmediate' ) )
// InternalActionDSL.g:1302:6: (lv_hasExecuteImmediate_5_0= 'executeImmediate' )
{
// InternalActionDSL.g:1302:6: (lv_hasExecuteImmediate_5_0= 'executeImmediate' )
// InternalActionDSL.g:1303:7: lv_hasExecuteImmediate_5_0= 'executeImmediate'
{
lv_hasExecuteImmediate_5_0=(Token)match(input,39,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_hasExecuteImmediate_5_0, grammarAccess.getActionFunctionAccess().getHasExecuteImmediateExecuteImmediateKeyword_5_0_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
setWithLastConsumed(current, "hasExecuteImmediate", true, "executeImmediate");
}
}
}
// InternalActionDSL.g:1315:5: ( (otherlv_6= RULE_ID ) )
// InternalActionDSL.g:1316:6: (otherlv_6= RULE_ID )
{
// InternalActionDSL.g:1316:6: (otherlv_6= RULE_ID )
// InternalActionDSL.g:1317:7: otherlv_6= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
}
otherlv_6=(Token)match(input,RULE_ID,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getActionFunctionAccess().getExecuteImmediateFunctionLibraryExecuteCrossReference_5_0_1_0());
}
}
}
// InternalActionDSL.g:1328:5: ( ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )? )?
int alt18=2;
int LA18_0 = input.LA(1);
if ( (LA18_0==40) ) {
alt18=1;
}
switch (alt18) {
case 1 :
// InternalActionDSL.g:1329:6: ( (lv_hasMessage_7_0= 'messageCategory' ) ) ( (otherlv_8= RULE_ID ) ) otherlv_9= 'onFailMessage' ( (otherlv_10= RULE_ID ) ) ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )?
{
// InternalActionDSL.g:1329:6: ( (lv_hasMessage_7_0= 'messageCategory' ) )
// InternalActionDSL.g:1330:7: (lv_hasMessage_7_0= 'messageCategory' )
{
// InternalActionDSL.g:1330:7: (lv_hasMessage_7_0= 'messageCategory' )
// InternalActionDSL.g:1331:8: lv_hasMessage_7_0= 'messageCategory'
{
lv_hasMessage_7_0=(Token)match(input,40,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_hasMessage_7_0, grammarAccess.getActionFunctionAccess().getHasMessageMessageCategoryKeyword_5_0_2_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
setWithLastConsumed(current, "hasMessage", true, "messageCategory");
}
}
}
// InternalActionDSL.g:1343:6: ( (otherlv_8= RULE_ID ) )
// InternalActionDSL.g:1344:7: (otherlv_8= RULE_ID )
{
// InternalActionDSL.g:1344:7: (otherlv_8= RULE_ID )
// InternalActionDSL.g:1345:8: otherlv_8= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
}
otherlv_8=(Token)match(input,RULE_ID,FOLLOW_32); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getActionFunctionAccess().getMessageCategoryMessageCategoryCrossReference_5_0_2_1_0());
}
}
}
otherlv_9=(Token)match(input,41,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getActionFunctionAccess().getOnFailMessageKeyword_5_0_2_2());
}
// InternalActionDSL.g:1360:6: ( (otherlv_10= RULE_ID ) )
// InternalActionDSL.g:1361:7: (otherlv_10= RULE_ID )
{
// InternalActionDSL.g:1361:7: (otherlv_10= RULE_ID )
// InternalActionDSL.g:1362:8: otherlv_10= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
}
otherlv_10=(Token)match(input,RULE_ID,FOLLOW_33); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getActionFunctionAccess().getOnFailMessageMessageItemCrossReference_5_0_2_3_0());
}
}
}
// InternalActionDSL.g:1373:6: ( ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) ) )?
int alt17=2;
int LA17_0 = input.LA(1);
if ( (LA17_0==42) ) {
alt17=1;
}
switch (alt17) {
case 1 :
// InternalActionDSL.g:1374:7: ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) ) ( (otherlv_12= RULE_ID ) )
{
// InternalActionDSL.g:1374:7: ( (lv_hasSuccessMessage_11_0= 'onSuccessMessage' ) )
// InternalActionDSL.g:1375:8: (lv_hasSuccessMessage_11_0= 'onSuccessMessage' )
{
// InternalActionDSL.g:1375:8: (lv_hasSuccessMessage_11_0= 'onSuccessMessage' )
// InternalActionDSL.g:1376:9: lv_hasSuccessMessage_11_0= 'onSuccessMessage'
{
lv_hasSuccessMessage_11_0=(Token)match(input,42,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_hasSuccessMessage_11_0, grammarAccess.getActionFunctionAccess().getHasSuccessMessageOnSuccessMessageKeyword_5_0_2_4_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
setWithLastConsumed(current, "hasSuccessMessage", true, "onSuccessMessage");
}
}
}
// InternalActionDSL.g:1388:7: ( (otherlv_12= RULE_ID ) )
// InternalActionDSL.g:1389:8: (otherlv_12= RULE_ID )
{
// InternalActionDSL.g:1389:8: (otherlv_12= RULE_ID )
// InternalActionDSL.g:1390:9: otherlv_12= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
}
otherlv_12=(Token)match(input,RULE_ID,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getActionFunctionAccess().getOnSuccessMessageMessageItemCrossReference_5_0_2_4_1_0());
}
}
}
}
break;
}
}
break;
}
}
}
break;
case 2 :
// InternalActionDSL.g:1405:4: ( ( (lv_hasExecuteLater_13_0= 'executeLater' ) ) ( (otherlv_14= RULE_ID ) ) ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )? )
{
// InternalActionDSL.g:1405:4: ( ( (lv_hasExecuteLater_13_0= 'executeLater' ) ) ( (otherlv_14= RULE_ID ) ) ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )? )
// InternalActionDSL.g:1406:5: ( (lv_hasExecuteLater_13_0= 'executeLater' ) ) ( (otherlv_14= RULE_ID ) ) ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )?
{
// InternalActionDSL.g:1406:5: ( (lv_hasExecuteLater_13_0= 'executeLater' ) )
// InternalActionDSL.g:1407:6: (lv_hasExecuteLater_13_0= 'executeLater' )
{
// InternalActionDSL.g:1407:6: (lv_hasExecuteLater_13_0= 'executeLater' )
// InternalActionDSL.g:1408:7: lv_hasExecuteLater_13_0= 'executeLater'
{
lv_hasExecuteLater_13_0=(Token)match(input,43,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_hasExecuteLater_13_0, grammarAccess.getActionFunctionAccess().getHasExecuteLaterExecuteLaterKeyword_5_1_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
setWithLastConsumed(current, "hasExecuteLater", true, "executeLater");
}
}
}
// InternalActionDSL.g:1420:5: ( (otherlv_14= RULE_ID ) )
// InternalActionDSL.g:1421:6: (otherlv_14= RULE_ID )
{
// InternalActionDSL.g:1421:6: (otherlv_14= RULE_ID )
// InternalActionDSL.g:1422:7: otherlv_14= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
}
otherlv_14=(Token)match(input,RULE_ID,FOLLOW_31); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_14, grammarAccess.getActionFunctionAccess().getExecuteLaterFunctionLibraryExecuteCrossReference_5_1_1_0());
}
}
}
// InternalActionDSL.g:1433:5: ( ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) ) )?
int alt19=2;
int LA19_0 = input.LA(1);
if ( (LA19_0==40) ) {
alt19=1;
}
switch (alt19) {
case 1 :
// InternalActionDSL.g:1434:6: ( (lv_hasStartedMessage_15_0= 'messageCategory' ) ) ( (otherlv_16= RULE_ID ) ) otherlv_17= 'onStartedMessage' ( (otherlv_18= RULE_ID ) )
{
// InternalActionDSL.g:1434:6: ( (lv_hasStartedMessage_15_0= 'messageCategory' ) )
// InternalActionDSL.g:1435:7: (lv_hasStartedMessage_15_0= 'messageCategory' )
{
// InternalActionDSL.g:1435:7: (lv_hasStartedMessage_15_0= 'messageCategory' )
// InternalActionDSL.g:1436:8: lv_hasStartedMessage_15_0= 'messageCategory'
{
lv_hasStartedMessage_15_0=(Token)match(input,40,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_hasStartedMessage_15_0, grammarAccess.getActionFunctionAccess().getHasStartedMessageMessageCategoryKeyword_5_1_2_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
setWithLastConsumed(current, "hasStartedMessage", true, "messageCategory");
}
}
}
// InternalActionDSL.g:1448:6: ( (otherlv_16= RULE_ID ) )
// InternalActionDSL.g:1449:7: (otherlv_16= RULE_ID )
{
// InternalActionDSL.g:1449:7: (otherlv_16= RULE_ID )
// InternalActionDSL.g:1450:8: otherlv_16= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
}
otherlv_16=(Token)match(input,RULE_ID,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_16, grammarAccess.getActionFunctionAccess().getMessageCategoryMessageCategoryCrossReference_5_1_2_1_0());
}
}
}
otherlv_17=(Token)match(input,44,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_17, grammarAccess.getActionFunctionAccess().getOnStartedMessageKeyword_5_1_2_2());
}
// InternalActionDSL.g:1465:6: ( (otherlv_18= RULE_ID ) )
// InternalActionDSL.g:1466:7: (otherlv_18= RULE_ID )
{
// InternalActionDSL.g:1466:7: (otherlv_18= RULE_ID )
// InternalActionDSL.g:1467:8: otherlv_18= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getActionFunctionRule());
}
}
otherlv_18=(Token)match(input,RULE_ID,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_18, grammarAccess.getActionFunctionAccess().getOnStartedMessageMessageItemCrossReference_5_1_2_3_0());
}
}
}
}
break;
}
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleActionFunction"
// $ANTLR start "entryRuleTRANSLATABLEID"
// InternalActionDSL.g:1485:1: entryRuleTRANSLATABLEID returns [String current=null] : iv_ruleTRANSLATABLEID= ruleTRANSLATABLEID EOF ;
public final String entryRuleTRANSLATABLEID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleTRANSLATABLEID = null;
try {
// InternalActionDSL.g:1485:54: (iv_ruleTRANSLATABLEID= ruleTRANSLATABLEID EOF )
// InternalActionDSL.g:1486:2: iv_ruleTRANSLATABLEID= ruleTRANSLATABLEID EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getTRANSLATABLEIDRule());
}
pushFollow(FOLLOW_1);
iv_ruleTRANSLATABLEID=ruleTRANSLATABLEID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleTRANSLATABLEID.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleTRANSLATABLEID"
// $ANTLR start "ruleTRANSLATABLEID"
// InternalActionDSL.g:1492:1: ruleTRANSLATABLEID returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_ID_0= RULE_ID ;
public final AntlrDatatypeRuleToken ruleTRANSLATABLEID() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token this_ID_0=null;
enterRule();
try {
// InternalActionDSL.g:1498:2: (this_ID_0= RULE_ID )
// InternalActionDSL.g:1499: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.getTRANSLATABLEIDAccess().getIDTerminalRuleCall());
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleTRANSLATABLEID"
// $ANTLR start "entryRuleTRANSLATABLESTRING"
// InternalActionDSL.g:1509:1: entryRuleTRANSLATABLESTRING returns [String current=null] : iv_ruleTRANSLATABLESTRING= ruleTRANSLATABLESTRING EOF ;
public final String entryRuleTRANSLATABLESTRING() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleTRANSLATABLESTRING = null;
try {
// InternalActionDSL.g:1509:58: (iv_ruleTRANSLATABLESTRING= ruleTRANSLATABLESTRING EOF )
// InternalActionDSL.g:1510:2: iv_ruleTRANSLATABLESTRING= ruleTRANSLATABLESTRING EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getTRANSLATABLESTRINGRule());
}
pushFollow(FOLLOW_1);
iv_ruleTRANSLATABLESTRING=ruleTRANSLATABLESTRING();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleTRANSLATABLESTRING.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleTRANSLATABLESTRING"
// $ANTLR start "ruleTRANSLATABLESTRING"
// InternalActionDSL.g:1516:1: ruleTRANSLATABLESTRING returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_STRING_0= RULE_STRING ;
public final AntlrDatatypeRuleToken ruleTRANSLATABLESTRING() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token this_STRING_0=null;
enterRule();
try {
// InternalActionDSL.g:1522:2: (this_STRING_0= RULE_STRING )
// InternalActionDSL.g:1523:2: this_STRING_0= RULE_STRING
{
this_STRING_0=(Token)match(input,RULE_STRING,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_STRING_0);
}
if ( state.backtracking==0 ) {
newLeafNode(this_STRING_0, grammarAccess.getTRANSLATABLESTRINGAccess().getSTRINGTerminalRuleCall());
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleTRANSLATABLESTRING"
// $ANTLR start "entryRuleFQN"
// InternalActionDSL.g:1533:1: entryRuleFQN returns [String current=null] : iv_ruleFQN= ruleFQN EOF ;
public final String entryRuleFQN() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleFQN = null;
try {
// InternalActionDSL.g:1533:43: (iv_ruleFQN= ruleFQN EOF )
// InternalActionDSL.g:1534:2: iv_ruleFQN= ruleFQN EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFQNRule());
}
pushFollow(FOLLOW_1);
iv_ruleFQN=ruleFQN();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleFQN.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleFQN"
// $ANTLR start "ruleFQN"
// InternalActionDSL.g:1540:1: ruleFQN returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) ;
public final AntlrDatatypeRuleToken ruleFQN() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token this_ID_0=null;
Token kw=null;
Token this_ID_2=null;
enterRule();
try {
// InternalActionDSL.g:1546:2: ( (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) )
// InternalActionDSL.g:1547:2: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* )
{
// InternalActionDSL.g:1547:2: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* )
// InternalActionDSL.g:1548:3: this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )*
{
this_ID_0=(Token)match(input,RULE_ID,FOLLOW_35); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_ID_0);
}
if ( state.backtracking==0 ) {
newLeafNode(this_ID_0, grammarAccess.getFQNAccess().getIDTerminalRuleCall_0());
}
// InternalActionDSL.g:1555:3: (kw= '.' this_ID_2= RULE_ID )*
loop21:
do {
int alt21=2;
int LA21_0 = input.LA(1);
if ( (LA21_0==45) ) {
alt21=1;
}
switch (alt21) {
case 1 :
// InternalActionDSL.g:1556:4: kw= '.' this_ID_2= RULE_ID
{
kw=(Token)match(input,45,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFQNAccess().getFullStopKeyword_1_0());
}
this_ID_2=(Token)match(input,RULE_ID,FOLLOW_35); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_ID_2);
}
if ( state.backtracking==0 ) {
newLeafNode(this_ID_2, grammarAccess.getFQNAccess().getIDTerminalRuleCall_1_1());
}
}
break;
default :
break loop21;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleFQN"
// $ANTLR start "entryRuleXImportDeclaration"
// InternalActionDSL.g:1573:1: entryRuleXImportDeclaration returns [EObject current=null] : iv_ruleXImportDeclaration= ruleXImportDeclaration EOF ;
public final EObject entryRuleXImportDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXImportDeclaration = null;
try {
// InternalActionDSL.g:1573:59: (iv_ruleXImportDeclaration= ruleXImportDeclaration EOF )
// InternalActionDSL.g:1574: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"
// InternalActionDSL.g:1580: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 ) ) | ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) ) ) (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 lv_fqnImport_9_0=null;
Token otherlv_11=null;
AntlrDatatypeRuleToken lv_memberName_6_0 = null;
AntlrDatatypeRuleToken lv_importedNamespace_8_0 = null;
AntlrDatatypeRuleToken lv_importedFullyQualifiedName_10_0 = null;
enterRule();
try {
// InternalActionDSL.g:1586: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 ) ) | ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) ) ) (otherlv_11= ';' )? ) )
// InternalActionDSL.g:1587: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 ) ) | ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) ) ) (otherlv_11= ';' )? )
{
// InternalActionDSL.g:1587: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 ) ) | ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) ) ) (otherlv_11= ';' )? )
// InternalActionDSL.g:1588: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 ) ) | ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) ) ) (otherlv_11= ';' )?
{
// InternalActionDSL.g:1588:3: ()
// InternalActionDSL.g:1589:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXImportDeclarationAccess().getOXImportDeclarationAction_0(),
current);
}
}
otherlv_1=(Token)match(input,46,FOLLOW_36); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXImportDeclarationAccess().getImportKeyword_1());
}
// InternalActionDSL.g:1599:3: ( ( ( (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 ) ) | ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) ) )
int alt24=4;
alt24 = dfa24.predict(input);
switch (alt24) {
case 1 :
// InternalActionDSL.g:1600:4: ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) )
{
// InternalActionDSL.g:1600:4: ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) )
// InternalActionDSL.g:1601:5: ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) )
{
// InternalActionDSL.g:1601:5: ( (lv_static_2_0= 'static' ) )
// InternalActionDSL.g:1602:6: (lv_static_2_0= 'static' )
{
// InternalActionDSL.g:1602:6: (lv_static_2_0= 'static' )
// InternalActionDSL.g:1603:7: lv_static_2_0= 'static'
{
lv_static_2_0=(Token)match(input,47,FOLLOW_37); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_static_2_0, grammarAccess.getXImportDeclarationAccess().getStaticStaticKeyword_2_0_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
setWithLastConsumed(current, "static", true, "static");
}
}
}
// InternalActionDSL.g:1615:5: ( (lv_extension_3_0= 'extension' ) )?
int alt22=2;
int LA22_0 = input.LA(1);
if ( (LA22_0==48) ) {
alt22=1;
}
switch (alt22) {
case 1 :
// InternalActionDSL.g:1616:6: (lv_extension_3_0= 'extension' )
{
// InternalActionDSL.g:1616:6: (lv_extension_3_0= 'extension' )
// InternalActionDSL.g:1617:7: lv_extension_3_0= 'extension'
{
lv_extension_3_0=(Token)match(input,48,FOLLOW_37); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_extension_3_0, grammarAccess.getXImportDeclarationAccess().getExtensionExtensionKeyword_2_0_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
setWithLastConsumed(current, "extension", true, "extension");
}
}
}
break;
}
// InternalActionDSL.g:1629:5: ( ( ruleQualifiedNameInStaticImport ) )
// InternalActionDSL.g:1630:6: ( ruleQualifiedNameInStaticImport )
{
// InternalActionDSL.g:1630:6: ( ruleQualifiedNameInStaticImport )
// InternalActionDSL.g:1631:7: ruleQualifiedNameInStaticImport
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_2_0_2_0());
}
pushFollow(FOLLOW_38);
ruleQualifiedNameInStaticImport();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:1645:5: ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) )
int alt23=2;
int LA23_0 = input.LA(1);
if ( (LA23_0==49) ) {
alt23=1;
}
else if ( (LA23_0==RULE_ID) ) {
alt23=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 23, 0, input);
throw nvae;
}
switch (alt23) {
case 1 :
// InternalActionDSL.g:1646:6: ( (lv_wildcard_5_0= '*' ) )
{
// InternalActionDSL.g:1646:6: ( (lv_wildcard_5_0= '*' ) )
// InternalActionDSL.g:1647:7: (lv_wildcard_5_0= '*' )
{
// InternalActionDSL.g:1647:7: (lv_wildcard_5_0= '*' )
// InternalActionDSL.g:1648:8: lv_wildcard_5_0= '*'
{
lv_wildcard_5_0=(Token)match(input,49,FOLLOW_39); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_wildcard_5_0, grammarAccess.getXImportDeclarationAccess().getWildcardAsteriskKeyword_2_0_3_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
setWithLastConsumed(current, "wildcard", true, "*");
}
}
}
}
break;
case 2 :
// InternalActionDSL.g:1661:6: ( (lv_memberName_6_0= ruleValidID ) )
{
// InternalActionDSL.g:1661:6: ( (lv_memberName_6_0= ruleValidID ) )
// InternalActionDSL.g:1662:7: (lv_memberName_6_0= ruleValidID )
{
// InternalActionDSL.g:1662:7: (lv_memberName_6_0= ruleValidID )
// InternalActionDSL.g:1663:8: lv_memberName_6_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_2_0_3_1_0());
}
pushFollow(FOLLOW_39);
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 :
// InternalActionDSL.g:1683:4: ( ( ruleQualifiedName ) )
{
// InternalActionDSL.g:1683:4: ( ( ruleQualifiedName ) )
// InternalActionDSL.g:1684:5: ( ruleQualifiedName )
{
// InternalActionDSL.g:1684:5: ( ruleQualifiedName )
// InternalActionDSL.g:1685:6: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedTypeJvmDeclaredTypeCrossReference_2_1_0());
}
pushFollow(FOLLOW_39);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
break;
case 3 :
// InternalActionDSL.g:1700:4: ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) )
{
// InternalActionDSL.g:1700:4: ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) )
// InternalActionDSL.g:1701:5: (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard )
{
// InternalActionDSL.g:1701:5: (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard )
// InternalActionDSL.g:1702:6: lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_2_2_0());
}
pushFollow(FOLLOW_39);
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;
case 4 :
// InternalActionDSL.g:1720:4: ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) )
{
// InternalActionDSL.g:1720:4: ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) )
// InternalActionDSL.g:1721:5: ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) )
{
// InternalActionDSL.g:1721:5: ( (lv_fqnImport_9_0= 'ns' ) )
// InternalActionDSL.g:1722:6: (lv_fqnImport_9_0= 'ns' )
{
// InternalActionDSL.g:1722:6: (lv_fqnImport_9_0= 'ns' )
// InternalActionDSL.g:1723:7: lv_fqnImport_9_0= 'ns'
{
lv_fqnImport_9_0=(Token)match(input,50,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_fqnImport_9_0, grammarAccess.getXImportDeclarationAccess().getFqnImportNsKeyword_2_3_0_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXImportDeclarationRule());
}
setWithLastConsumed(current, "fqnImport", true, "ns");
}
}
}
// InternalActionDSL.g:1735:5: ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) )
// InternalActionDSL.g:1736:6: (lv_importedFullyQualifiedName_10_0= ruleQualifiedName )
{
// InternalActionDSL.g:1736:6: (lv_importedFullyQualifiedName_10_0= ruleQualifiedName )
// InternalActionDSL.g:1737:7: lv_importedFullyQualifiedName_10_0= ruleQualifiedName
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedFullyQualifiedNameQualifiedNameParserRuleCall_2_3_1_0());
}
pushFollow(FOLLOW_39);
lv_importedFullyQualifiedName_10_0=ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXImportDeclarationRule());
}
set(
current,
"importedFullyQualifiedName",
lv_importedFullyQualifiedName_10_0,
"org.eclipse.xtext.xbase.Xbase.QualifiedName");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
}
// InternalActionDSL.g:1756:3: (otherlv_11= ';' )?
int alt25=2;
int LA25_0 = input.LA(1);
if ( (LA25_0==51) ) {
alt25=1;
}
switch (alt25) {
case 1 :
// InternalActionDSL.g:1757:4: otherlv_11= ';'
{
otherlv_11=(Token)match(input,51,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXImportDeclarationAccess().getSemicolonKeyword_3());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXImportDeclaration"
// $ANTLR start "entryRuleXAnnotation"
// InternalActionDSL.g:1766:1: entryRuleXAnnotation returns [EObject current=null] : iv_ruleXAnnotation= ruleXAnnotation EOF ;
public final EObject entryRuleXAnnotation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotation = null;
try {
// InternalActionDSL.g:1766:52: (iv_ruleXAnnotation= ruleXAnnotation EOF )
// InternalActionDSL.g:1767:2: iv_ruleXAnnotation= ruleXAnnotation EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationRule());
}
pushFollow(FOLLOW_1);
iv_ruleXAnnotation=ruleXAnnotation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXAnnotation;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXAnnotation"
// $ANTLR start "ruleXAnnotation"
// InternalActionDSL.g:1773:1: ruleXAnnotation returns [EObject current=null] : ( () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? ) ;
public final EObject ruleXAnnotation() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_3=null;
Token otherlv_5=null;
Token otherlv_8=null;
EObject lv_elementValuePairs_4_0 = null;
EObject lv_elementValuePairs_6_0 = null;
EObject lv_value_7_0 = null;
enterRule();
try {
// InternalActionDSL.g:1779:2: ( ( () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? ) )
// InternalActionDSL.g:1780:2: ( () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? )
{
// InternalActionDSL.g:1780:2: ( () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )? )
// InternalActionDSL.g:1781:3: () otherlv_1= '@' ( ( ruleQualifiedName ) ) ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )?
{
// InternalActionDSL.g:1781:3: ()
// InternalActionDSL.g:1782:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAnnotationAccess().getXAnnotationAction_0(),
current);
}
}
otherlv_1=(Token)match(input,52,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationAccess().getCommercialAtKeyword_1());
}
// InternalActionDSL.g:1792:3: ( ( ruleQualifiedName ) )
// InternalActionDSL.g:1793:4: ( ruleQualifiedName )
{
// InternalActionDSL.g:1793:4: ( ruleQualifiedName )
// InternalActionDSL.g:1794:5: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXAnnotationRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getAnnotationTypeJvmAnnotationTypeCrossReference_2_0());
}
pushFollow(FOLLOW_40);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:1808:3: ( ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')' )?
int alt28=2;
int LA28_0 = input.LA(1);
if ( (LA28_0==53) && (synpred1_InternalActionDSL())) {
alt28=1;
}
switch (alt28) {
case 1 :
// InternalActionDSL.g:1809:4: ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')'
{
// InternalActionDSL.g:1809:4: ( ( '(' )=>otherlv_3= '(' )
// InternalActionDSL.g:1810:5: ( '(' )=>otherlv_3= '('
{
otherlv_3=(Token)match(input,53,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXAnnotationAccess().getLeftParenthesisKeyword_3_0());
}
}
// InternalActionDSL.g:1816:4: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )?
int alt27=3;
alt27 = dfa27.predict(input);
switch (alt27) {
case 1 :
// InternalActionDSL.g:1817:5: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* )
{
// InternalActionDSL.g:1817:5: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* )
// InternalActionDSL.g:1818:6: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )*
{
// InternalActionDSL.g:1818:6: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) )
// InternalActionDSL.g:1819:7: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair )
{
// InternalActionDSL.g:1828:7: (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair )
// InternalActionDSL.g:1829:8: lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_0_0());
}
pushFollow(FOLLOW_42);
lv_elementValuePairs_4_0=ruleXAnnotationElementValuePair();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXAnnotationRule());
}
add(
current,
"elementValuePairs",
lv_elementValuePairs_4_0,
"org.eclipse.xtext.xbase.annotations.XbaseWithAnnotations.XAnnotationElementValuePair");
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:1846:6: (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )*
loop26:
do {
int alt26=2;
int LA26_0 = input.LA(1);
if ( (LA26_0==54) ) {
alt26=1;
}
switch (alt26) {
case 1 :
// InternalActionDSL.g:1847:7: otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) )
{
otherlv_5=(Token)match(input,54,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXAnnotationAccess().getCommaKeyword_3_1_0_1_0());
}
// InternalActionDSL.g:1851:7: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) )
// InternalActionDSL.g:1852:8: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair )
{
// InternalActionDSL.g:1861:8: (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair )
// InternalActionDSL.g:1862:9: lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_1_1_0());
}
pushFollow(FOLLOW_42);
lv_elementValuePairs_6_0=ruleXAnnotationElementValuePair();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXAnnotationRule());
}
add(
current,
"elementValuePairs",
lv_elementValuePairs_6_0,
"org.eclipse.xtext.xbase.annotations.XbaseWithAnnotations.XAnnotationElementValuePair");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop26;
}
} while (true);
}
}
break;
case 2 :
// InternalActionDSL.g:1882:5: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) )
{
// InternalActionDSL.g:1882:5: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) )
// InternalActionDSL.g:1883:6: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList )
{
// InternalActionDSL.g:1883:6: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList )
// InternalActionDSL.g:1884:7: lv_value_7_0= ruleXAnnotationElementValueOrCommaList
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getValueXAnnotationElementValueOrCommaListParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_43);
lv_value_7_0=ruleXAnnotationElementValueOrCommaList();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXAnnotationRule());
}
set(
current,
"value",
lv_value_7_0,
"org.eclipse.xtext.xbase.annotations.XbaseWithAnnotations.XAnnotationElementValueOrCommaList");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
otherlv_8=(Token)match(input,55,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXAnnotationAccess().getRightParenthesisKeyword_3_2());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAnnotation"
// $ANTLR start "entryRuleXAnnotationElementValuePair"
// InternalActionDSL.g:1911:1: entryRuleXAnnotationElementValuePair returns [EObject current=null] : iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF ;
public final EObject entryRuleXAnnotationElementValuePair() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationElementValuePair = null;
try {
// InternalActionDSL.g:1911:68: (iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF )
// InternalActionDSL.g:1912:2: iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValuePairRule());
}
pushFollow(FOLLOW_1);
iv_ruleXAnnotationElementValuePair=ruleXAnnotationElementValuePair();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXAnnotationElementValuePair;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXAnnotationElementValuePair"
// $ANTLR start "ruleXAnnotationElementValuePair"
// InternalActionDSL.g:1918:1: ruleXAnnotationElementValuePair returns [EObject current=null] : ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) ;
public final EObject ruleXAnnotationElementValuePair() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
EObject lv_value_2_0 = null;
enterRule();
try {
// InternalActionDSL.g:1924:2: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) )
// InternalActionDSL.g:1925:2: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) )
{
// InternalActionDSL.g:1925:2: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) )
// InternalActionDSL.g:1926:3: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) )
{
// InternalActionDSL.g:1926:3: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) )
// InternalActionDSL.g:1927:4: ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' )
{
// InternalActionDSL.g:1936:4: ( ( ( ruleValidID ) ) otherlv_1= '=' )
// InternalActionDSL.g:1937:5: ( ( ruleValidID ) ) otherlv_1= '='
{
// InternalActionDSL.g:1937:5: ( ( ruleValidID ) )
// InternalActionDSL.g:1938:6: ( ruleValidID )
{
// InternalActionDSL.g:1938:6: ( ruleValidID )
// InternalActionDSL.g:1939:7: ruleValidID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXAnnotationElementValuePairRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValuePairAccess().getElementJvmOperationCrossReference_0_0_0_0());
}
pushFollow(FOLLOW_44);
ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
otherlv_1=(Token)match(input,56,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValuePairAccess().getEqualsSignKeyword_0_0_1());
}
}
}
// InternalActionDSL.g:1959:3: ( (lv_value_2_0= ruleXAnnotationElementValue ) )
// InternalActionDSL.g:1960:4: (lv_value_2_0= ruleXAnnotationElementValue )
{
// InternalActionDSL.g:1960:4: (lv_value_2_0= ruleXAnnotationElementValue )
// InternalActionDSL.g:1961:5: lv_value_2_0= ruleXAnnotationElementValue
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValuePairAccess().getValueXAnnotationElementValueParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_value_2_0=ruleXAnnotationElementValue();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXAnnotationElementValuePairRule());
}
set(
current,
"value",
lv_value_2_0,
"org.eclipse.xtext.xbase.annotations.XbaseWithAnnotations.XAnnotationElementValue");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAnnotationElementValuePair"
// $ANTLR start "entryRuleXAnnotationElementValueOrCommaList"
// InternalActionDSL.g:1982:1: entryRuleXAnnotationElementValueOrCommaList returns [EObject current=null] : iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF ;
public final EObject entryRuleXAnnotationElementValueOrCommaList() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationElementValueOrCommaList = null;
try {
// InternalActionDSL.g:1982:75: (iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF )
// InternalActionDSL.g:1983:2: iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListRule());
}
pushFollow(FOLLOW_1);
iv_ruleXAnnotationElementValueOrCommaList=ruleXAnnotationElementValueOrCommaList();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXAnnotationElementValueOrCommaList;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXAnnotationElementValueOrCommaList"
// $ANTLR start "ruleXAnnotationElementValueOrCommaList"
// InternalActionDSL.g:1989:1: ruleXAnnotationElementValueOrCommaList returns [EObject current=null] : ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) ) ;
public final EObject ruleXAnnotationElementValueOrCommaList() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_4=null;
Token otherlv_6=null;
Token otherlv_9=null;
EObject lv_elements_3_0 = null;
EObject lv_elements_5_0 = null;
EObject this_XAnnotationOrExpression_7 = null;
EObject lv_elements_10_0 = null;
enterRule();
try {
// InternalActionDSL.g:1995:2: ( ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) ) )
// InternalActionDSL.g:1996:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) )
{
// InternalActionDSL.g:1996:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) )
int alt33=2;
alt33 = dfa33.predict(input);
switch (alt33) {
case 1 :
// InternalActionDSL.g:1997:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
{
// InternalActionDSL.g:1997:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
// InternalActionDSL.g:1998:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']'
{
// InternalActionDSL.g:1998:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) )
// InternalActionDSL.g:1999:5: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' )
{
// InternalActionDSL.g:2006:5: ( () otherlv_1= '#' otherlv_2= '[' )
// InternalActionDSL.g:2007:6: () otherlv_1= '#' otherlv_2= '['
{
// InternalActionDSL.g:2007:6: ()
// InternalActionDSL.g:2008:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralAction_0_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,57,FOLLOW_46); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getNumberSignKeyword_0_0_0_1());
}
otherlv_2=(Token)match(input,58,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getLeftSquareBracketKeyword_0_0_0_2());
}
}
}
// InternalActionDSL.g:2024:4: ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )?
int alt30=2;
int LA30_0 = input.LA(1);
if ( ((LA30_0>=RULE_ID && LA30_0<=RULE_DECIMAL)||LA30_0==15||(LA30_0>=46 && LA30_0<=48)||(LA30_0>=52 && LA30_0<=53)||(LA30_0>=57 && LA30_0<=58)||LA30_0==65||(LA30_0>=81 && LA30_0<=82)||LA30_0==86||LA30_0==93||LA30_0==95||(LA30_0>=99 && LA30_0<=101)||(LA30_0>=104 && LA30_0<=113)||LA30_0==115) ) {
alt30=1;
}
switch (alt30) {
case 1 :
// InternalActionDSL.g:2025:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
{
// InternalActionDSL.g:2025:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) )
// InternalActionDSL.g:2026:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
{
// InternalActionDSL.g:2026:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
// InternalActionDSL.g:2027:7: lv_elements_3_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_48);
lv_elements_3_0=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXAnnotationElementValueOrCommaListRule());
}
add(
current,
"elements",
lv_elements_3_0,
"org.eclipse.xtext.xbase.annotations.XbaseWithAnnotations.XAnnotationOrExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:2044:5: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
loop29:
do {
int alt29=2;
int LA29_0 = input.LA(1);
if ( (LA29_0==54) ) {
alt29=1;
}
switch (alt29) {
case 1 :
// InternalActionDSL.g:2045:6: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
{
otherlv_4=(Token)match(input,54,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_0_1_1_0());
}
// InternalActionDSL.g:2049:6: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
// InternalActionDSL.g:2050:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
{
// InternalActionDSL.g:2050:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
// InternalActionDSL.g:2051:8: lv_elements_5_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_48);
lv_elements_5_0=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXAnnotationElementValueOrCommaListRule());
}
add(
current,
"elements",
lv_elements_5_0,
"org.eclipse.xtext.xbase.annotations.XbaseWithAnnotations.XAnnotationOrExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop29;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,59,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getRightSquareBracketKeyword_0_2());
}
}
}
break;
case 2 :
// InternalActionDSL.g:2076:3: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? )
{
// InternalActionDSL.g:2076:3: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? )
// InternalActionDSL.g:2077:4: this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXAnnotationOrExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_49);
this_XAnnotationOrExpression_7=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAnnotationOrExpression_7;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:2085:4: ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )?
int alt32=2;
int LA32_0 = input.LA(1);
if ( (LA32_0==54) ) {
alt32=1;
}
switch (alt32) {
case 1 :
// InternalActionDSL.g:2086:5: () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+
{
// InternalActionDSL.g:2086:5: ()
// InternalActionDSL.g:2087:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndAdd(
grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralElementsAction_1_1_0(),
current);
}
}
// InternalActionDSL.g:2093:5: (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+
int cnt31=0;
loop31:
do {
int alt31=2;
int LA31_0 = input.LA(1);
if ( (LA31_0==54) ) {
alt31=1;
}
switch (alt31) {
case 1 :
// InternalActionDSL.g:2094:6: otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) )
{
otherlv_9=(Token)match(input,54,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_1_1_1_0());
}
// InternalActionDSL.g:2098:6: ( (lv_elements_10_0= ruleXAnnotationOrExpression ) )
// InternalActionDSL.g:2099:7: (lv_elements_10_0= ruleXAnnotationOrExpression )
{
// InternalActionDSL.g:2099:7: (lv_elements_10_0= ruleXAnnotationOrExpression )
// InternalActionDSL.g:2100:8: lv_elements_10_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_1_1_1_1_0());
}
pushFollow(FOLLOW_49);
lv_elements_10_0=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXAnnotationElementValueOrCommaListRule());
}
add(
current,
"elements",
lv_elements_10_0,
"org.eclipse.xtext.xbase.annotations.XbaseWithAnnotations.XAnnotationOrExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
if ( cnt31 >= 1 ) break loop31;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(31, input);
throw eee;
}
cnt31++;
} while (true);
}
break;
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAnnotationElementValueOrCommaList"
// $ANTLR start "entryRuleXAnnotationElementValue"
// InternalActionDSL.g:2124:1: entryRuleXAnnotationElementValue returns [EObject current=null] : iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF ;
public final EObject entryRuleXAnnotationElementValue() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationElementValue = null;
try {
// InternalActionDSL.g:2124:64: (iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF )
// InternalActionDSL.g:2125:2: iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueRule());
}
pushFollow(FOLLOW_1);
iv_ruleXAnnotationElementValue=ruleXAnnotationElementValue();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXAnnotationElementValue;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXAnnotationElementValue"
// $ANTLR start "ruleXAnnotationElementValue"
// InternalActionDSL.g:2131:1: ruleXAnnotationElementValue returns [EObject current=null] : ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ) ;
public final EObject ruleXAnnotationElementValue() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_4=null;
Token otherlv_6=null;
EObject lv_elements_3_0 = null;
EObject lv_elements_5_0 = null;
EObject this_XAnnotationOrExpression_7 = null;
enterRule();
try {
// InternalActionDSL.g:2137:2: ( ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ) )
// InternalActionDSL.g:2138:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression )
{
// InternalActionDSL.g:2138:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression )
int alt36=2;
alt36 = dfa36.predict(input);
switch (alt36) {
case 1 :
// InternalActionDSL.g:2139:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
{
// InternalActionDSL.g:2139:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
// InternalActionDSL.g:2140:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']'
{
// InternalActionDSL.g:2140:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) )
// InternalActionDSL.g:2141:5: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' )
{
// InternalActionDSL.g:2148:5: ( () otherlv_1= '#' otherlv_2= '[' )
// InternalActionDSL.g:2149:6: () otherlv_1= '#' otherlv_2= '['
{
// InternalActionDSL.g:2149:6: ()
// InternalActionDSL.g:2150:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAnnotationElementValueAccess().getXListLiteralAction_0_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,57,FOLLOW_46); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueAccess().getNumberSignKeyword_0_0_0_1());
}
otherlv_2=(Token)match(input,58,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueAccess().getLeftSquareBracketKeyword_0_0_0_2());
}
}
}
// InternalActionDSL.g:2166:4: ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )?
int alt35=2;
int LA35_0 = input.LA(1);
if ( ((LA35_0>=RULE_ID && LA35_0<=RULE_DECIMAL)||LA35_0==15||(LA35_0>=46 && LA35_0<=48)||(LA35_0>=52 && LA35_0<=53)||(LA35_0>=57 && LA35_0<=58)||LA35_0==65||(LA35_0>=81 && LA35_0<=82)||LA35_0==86||LA35_0==93||LA35_0==95||(LA35_0>=99 && LA35_0<=101)||(LA35_0>=104 && LA35_0<=113)||LA35_0==115) ) {
alt35=1;
}
switch (alt35) {
case 1 :
// InternalActionDSL.g:2167:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
{
// InternalActionDSL.g:2167:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) )
// InternalActionDSL.g:2168:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
{
// InternalActionDSL.g:2168:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
// InternalActionDSL.g:2169:7: lv_elements_3_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_48);
lv_elements_3_0=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXAnnotationElementValueRule());
}
add(
current,
"elements",
lv_elements_3_0,
"org.eclipse.xtext.xbase.annotations.XbaseWithAnnotations.XAnnotationOrExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:2186:5: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
loop34:
do {
int alt34=2;
int LA34_0 = input.LA(1);
if ( (LA34_0==54) ) {
alt34=1;
}
switch (alt34) {
case 1 :
// InternalActionDSL.g:2187:6: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
{
otherlv_4=(Token)match(input,54,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueAccess().getCommaKeyword_0_1_1_0());
}
// InternalActionDSL.g:2191:6: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
// InternalActionDSL.g:2192:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
{
// InternalActionDSL.g:2192:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
// InternalActionDSL.g:2193:8: lv_elements_5_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_48);
lv_elements_5_0=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXAnnotationElementValueRule());
}
add(
current,
"elements",
lv_elements_5_0,
"org.eclipse.xtext.xbase.annotations.XbaseWithAnnotations.XAnnotationOrExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop34;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,59,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueAccess().getRightSquareBracketKeyword_0_2());
}
}
}
break;
case 2 :
// InternalActionDSL.g:2218:3: this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getXAnnotationOrExpressionParserRuleCall_1());
}
pushFollow(FOLLOW_2);
this_XAnnotationOrExpression_7=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAnnotationOrExpression_7;
afterParserOrEnumRuleCall();
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAnnotationElementValue"
// $ANTLR start "entryRuleXAnnotationOrExpression"
// InternalActionDSL.g:2230:1: entryRuleXAnnotationOrExpression returns [EObject current=null] : iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF ;
public final EObject entryRuleXAnnotationOrExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationOrExpression = null;
try {
// InternalActionDSL.g:2230:64: (iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF )
// InternalActionDSL.g:2231:2: iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationOrExpressionRule());
}
pushFollow(FOLLOW_1);
iv_ruleXAnnotationOrExpression=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleXAnnotationOrExpression;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleXAnnotationOrExpression"
// $ANTLR start "ruleXAnnotationOrExpression"
// InternalActionDSL.g:2237:1: ruleXAnnotationOrExpression returns [EObject current=null] : (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) ;
public final EObject ruleXAnnotationOrExpression() throws RecognitionException {
EObject current = null;
EObject this_XAnnotation_0 = null;
EObject this_XExpression_1 = null;
enterRule();
try {
// InternalActionDSL.g:2243:2: ( (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) )
// InternalActionDSL.g:2244:2: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression )
{
// InternalActionDSL.g:2244:2: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression )
int alt37=2;
int LA37_0 = input.LA(1);
if ( (LA37_0==52) ) {
alt37=1;
}
else if ( ((LA37_0>=RULE_ID && LA37_0<=RULE_DECIMAL)||LA37_0==15||(LA37_0>=46 && LA37_0<=48)||LA37_0==53||(LA37_0>=57 && LA37_0<=58)||LA37_0==65||(LA37_0>=81 && LA37_0<=82)||LA37_0==86||LA37_0==93||LA37_0==95||(LA37_0>=99 && LA37_0<=101)||(LA37_0>=104 && LA37_0<=113)||LA37_0==115) ) {
alt37=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 0, input);
throw nvae;
}
switch (alt37) {
case 1 :
// InternalActionDSL.g:2245:3: this_XAnnotation_0= ruleXAnnotation
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationOrExpressionAccess().getXAnnotationParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_XAnnotation_0=ruleXAnnotation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAnnotation_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalActionDSL.g:2254:3: this_XExpression_1= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationOrExpressionAccess().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 "ruleXAnnotationOrExpression"
// $ANTLR start "entryRuleXExpression"
// InternalActionDSL.g:2266:1: entryRuleXExpression returns [EObject current=null] : iv_ruleXExpression= ruleXExpression EOF ;
public final EObject entryRuleXExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpression = null;
try {
// InternalActionDSL.g:2266:52: (iv_ruleXExpression= ruleXExpression EOF )
// InternalActionDSL.g:2267: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"
// InternalActionDSL.g:2273: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 {
// InternalActionDSL.g:2279:2: (this_XAssignment_0= ruleXAssignment )
// InternalActionDSL.g:2280: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"
// InternalActionDSL.g:2291:1: entryRuleXAssignment returns [EObject current=null] : iv_ruleXAssignment= ruleXAssignment EOF ;
public final EObject entryRuleXAssignment() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAssignment = null;
try {
// InternalActionDSL.g:2291:52: (iv_ruleXAssignment= ruleXAssignment EOF )
// InternalActionDSL.g:2292: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"
// InternalActionDSL.g:2298: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 {
// InternalActionDSL.g:2304:2: ( ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) )
// InternalActionDSL.g:2305:2: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )
{
// InternalActionDSL.g:2305:2: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )
int alt39=2;
switch ( input.LA(1) ) {
case RULE_ID:
{
int LA39_1 = input.LA(2);
if ( (LA39_1==56) ) {
alt39=1;
}
else if ( (LA39_1==EOF||(LA39_1>=RULE_ID && LA39_1<=RULE_DECIMAL)||(LA39_1>=15 && LA39_1<=16)||(LA39_1>=45 && LA39_1<=49)||LA39_1==51||(LA39_1>=53 && LA39_1<=55)||(LA39_1>=57 && LA39_1<=91)||(LA39_1>=93 && LA39_1<=116)) ) {
alt39=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 39, 1, input);
throw nvae;
}
}
break;
case 104:
{
int LA39_2 = input.LA(2);
if ( (LA39_2==EOF||(LA39_2>=RULE_ID && LA39_2<=RULE_DECIMAL)||(LA39_2>=15 && LA39_2<=16)||(LA39_2>=45 && LA39_2<=49)||LA39_2==51||(LA39_2>=53 && LA39_2<=55)||(LA39_2>=57 && LA39_2<=91)||(LA39_2>=93 && LA39_2<=116)) ) {
alt39=2;
}
else if ( (LA39_2==56) ) {
alt39=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 39, 2, input);
throw nvae;
}
}
break;
case 47:
{
int LA39_3 = input.LA(2);
if ( (LA39_3==EOF||(LA39_3>=RULE_ID && LA39_3<=RULE_DECIMAL)||(LA39_3>=15 && LA39_3<=16)||(LA39_3>=45 && LA39_3<=49)||LA39_3==51||(LA39_3>=53 && LA39_3<=55)||(LA39_3>=57 && LA39_3<=91)||(LA39_3>=93 && LA39_3<=116)) ) {
alt39=2;
}
else if ( (LA39_3==56) ) {
alt39=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 39, 3, input);
throw nvae;
}
}
break;
case 46:
{
int LA39_4 = input.LA(2);
if ( (LA39_4==56) ) {
alt39=1;
}
else if ( (LA39_4==EOF||(LA39_4>=RULE_ID && LA39_4<=RULE_DECIMAL)||(LA39_4>=15 && LA39_4<=16)||(LA39_4>=45 && LA39_4<=49)||LA39_4==51||(LA39_4>=53 && LA39_4<=55)||(LA39_4>=57 && LA39_4<=91)||(LA39_4>=93 && LA39_4<=116)) ) {
alt39=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 39, 4, input);
throw nvae;
}
}
break;
case 48:
{
int LA39_5 = input.LA(2);
if ( (LA39_5==EOF||(LA39_5>=RULE_ID && LA39_5<=RULE_DECIMAL)||(LA39_5>=15 && LA39_5<=16)||(LA39_5>=45 && LA39_5<=49)||LA39_5==51||(LA39_5>=53 && LA39_5<=55)||(LA39_5>=57 && LA39_5<=91)||(LA39_5>=93 && LA39_5<=116)) ) {
alt39=2;
}
else if ( (LA39_5==56) ) {
alt39=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 39, 5, input);
throw nvae;
}
}
break;
case RULE_STRING:
case RULE_HEX:
case RULE_INT:
case RULE_DECIMAL:
case 15:
case 53:
case 57:
case 58:
case 65:
case 81:
case 82:
case 86:
case 93:
case 95:
case 99:
case 100:
case 101:
case 105:
case 106:
case 107:
case 108:
case 109:
case 110:
case 111:
case 112:
case 113:
case 115:
{
alt39=2;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 39, 0, input);
throw nvae;
}
switch (alt39) {
case 1 :
// InternalActionDSL.g:2306:3: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) )
{
// InternalActionDSL.g:2306:3: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) )
// InternalActionDSL.g:2307:4: () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) )
{
// InternalActionDSL.g:2307:4: ()
// InternalActionDSL.g:2308:5:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0(),
current);
}
}
// InternalActionDSL.g:2314:4: ( ( ruleFeatureCallID ) )
// InternalActionDSL.g:2315:5: ( ruleFeatureCallID )
{
// InternalActionDSL.g:2315:5: ( ruleFeatureCallID )
// InternalActionDSL.g:2316: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_44);
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_45);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:2337:4: ( (lv_value_3_0= ruleXAssignment ) )
// InternalActionDSL.g:2338:5: (lv_value_3_0= ruleXAssignment )
{
// InternalActionDSL.g:2338:5: (lv_value_3_0= ruleXAssignment )
// InternalActionDSL.g:2339: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 :
// InternalActionDSL.g:2358:3: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? )
{
// InternalActionDSL.g:2358:3: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? )
// InternalActionDSL.g:2359:4: this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getXOrExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_50);
this_XOrExpression_4=ruleXOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XOrExpression_4;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:2367:4: ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )?
int alt38=2;
alt38 = dfa38.predict(input);
switch (alt38) {
case 1 :
// InternalActionDSL.g:2368:5: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) )
{
// InternalActionDSL.g:2368:5: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) )
// InternalActionDSL.g:2369:6: ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) )
{
// InternalActionDSL.g:2379:6: ( () ( ( ruleOpMultiAssign ) ) )
// InternalActionDSL.g:2380:7: () ( ( ruleOpMultiAssign ) )
{
// InternalActionDSL.g:2380:7: ()
// InternalActionDSL.g:2381:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(),
current);
}
}
// InternalActionDSL.g:2387:7: ( ( ruleOpMultiAssign ) )
// InternalActionDSL.g:2388:8: ( ruleOpMultiAssign )
{
// InternalActionDSL.g:2388:8: ( ruleOpMultiAssign )
// InternalActionDSL.g:2389: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_45);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalActionDSL.g:2405:5: ( (lv_rightOperand_7_0= ruleXAssignment ) )
// InternalActionDSL.g:2406:6: (lv_rightOperand_7_0= ruleXAssignment )
{
// InternalActionDSL.g:2406:6: (lv_rightOperand_7_0= ruleXAssignment )
// InternalActionDSL.g:2407: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"
// InternalActionDSL.g:2430:1: entryRuleOpSingleAssign returns [String current=null] : iv_ruleOpSingleAssign= ruleOpSingleAssign EOF ;
public final String entryRuleOpSingleAssign() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpSingleAssign = null;
try {
// InternalActionDSL.g:2430:54: (iv_ruleOpSingleAssign= ruleOpSingleAssign EOF )
// InternalActionDSL.g:2431: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"
// InternalActionDSL.g:2437:1: ruleOpSingleAssign returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '=' ;
public final AntlrDatatypeRuleToken ruleOpSingleAssign() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalActionDSL.g:2443:2: (kw= '=' )
// InternalActionDSL.g:2444:2: kw= '='
{
kw=(Token)match(input,56,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"
// InternalActionDSL.g:2452:1: entryRuleOpMultiAssign returns [String current=null] : iv_ruleOpMultiAssign= ruleOpMultiAssign EOF ;
public final String entryRuleOpMultiAssign() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpMultiAssign = null;
try {
// InternalActionDSL.g:2452:53: (iv_ruleOpMultiAssign= ruleOpMultiAssign EOF )
// InternalActionDSL.g:2453: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"
// InternalActionDSL.g:2459: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 {
// InternalActionDSL.g:2465:2: ( (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) )
// InternalActionDSL.g:2466:2: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) )
{
// InternalActionDSL.g:2466:2: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) )
int alt41=7;
switch ( input.LA(1) ) {
case 60:
{
alt41=1;
}
break;
case 61:
{
alt41=2;
}
break;
case 62:
{
alt41=3;
}
break;
case 63:
{
alt41=4;
}
break;
case 64:
{
alt41=5;
}
break;
case 65:
{
alt41=6;
}
break;
case 66:
{
alt41=7;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 41, 0, input);
throw nvae;
}
switch (alt41) {
case 1 :
// InternalActionDSL.g:2467:3: kw= '+='
{
kw=(Token)match(input,60,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalActionDSL.g:2473:3: kw= '-='
{
kw=(Token)match(input,61,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1());
}
}
break;
case 3 :
// InternalActionDSL.g:2479:3: kw= '*='
{
kw=(Token)match(input,62,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2());
}
}
break;
case 4 :
// InternalActionDSL.g:2485:3: kw= '/='
{
kw=(Token)match(input,63,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3());
}
}
break;
case 5 :
// InternalActionDSL.g:2491:3: kw= '%='
{
kw=(Token)match(input,64,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4());
}
}
break;
case 6 :
// InternalActionDSL.g:2497:3: (kw= '<' kw= '<' kw= '=' )
{
// InternalActionDSL.g:2497:3: (kw= '<' kw= '<' kw= '=' )
// InternalActionDSL.g:2498:4: kw= '<' kw= '<' kw= '='
{
kw=(Token)match(input,65,FOLLOW_51); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0());
}
kw=(Token)match(input,65,FOLLOW_44); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1());
}
kw=(Token)match(input,56,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2());
}
}
}
break;
case 7 :
// InternalActionDSL.g:2515:3: (kw= '>' (kw= '>' )? kw= '>=' )
{
// InternalActionDSL.g:2515:3: (kw= '>' (kw= '>' )? kw= '>=' )
// InternalActionDSL.g:2516:4: kw= '>' (kw= '>' )? kw= '>='
{
kw=(Token)match(input,66,FOLLOW_52); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0());
}
// InternalActionDSL.g:2521:4: (kw= '>' )?
int alt40=2;
int LA40_0 = input.LA(1);
if ( (LA40_0==66) ) {
alt40=1;
}
switch (alt40) {
case 1 :
// InternalActionDSL.g:2522:5: kw= '>'
{
kw=(Token)match(input,66,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1());
}
}
break;
}
kw=(Token)match(input,67,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"
// InternalActionDSL.g:2538:1: entryRuleXOrExpression returns [EObject current=null] : iv_ruleXOrExpression= ruleXOrExpression EOF ;
public final EObject entryRuleXOrExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXOrExpression = null;
try {
// InternalActionDSL.g:2538:54: (iv_ruleXOrExpression= ruleXOrExpression EOF )
// InternalActionDSL.g:2539: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"
// InternalActionDSL.g:2545: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 {
// InternalActionDSL.g:2551:2: ( (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) )
// InternalActionDSL.g:2552:2: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* )
{
// InternalActionDSL.g:2552:2: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* )
// InternalActionDSL.g:2553:3: this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionAccess().getXAndExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_54);
this_XAndExpression_0=ruleXAndExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAndExpression_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:2561:3: ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )*
loop42:
do {
int alt42=2;
int LA42_0 = input.LA(1);
if ( (LA42_0==68) ) {
int LA42_2 = input.LA(2);
if ( (synpred8_InternalActionDSL()) ) {
alt42=1;
}
}
switch (alt42) {
case 1 :
// InternalActionDSL.g:2562:4: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) )
{
// InternalActionDSL.g:2562:4: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) )
// InternalActionDSL.g:2563:5: ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) )
{
// InternalActionDSL.g:2573:5: ( () ( ( ruleOpOr ) ) )
// InternalActionDSL.g:2574:6: () ( ( ruleOpOr ) )
{
// InternalActionDSL.g:2574:6: ()
// InternalActionDSL.g:2575:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalActionDSL.g:2581:6: ( ( ruleOpOr ) )
// InternalActionDSL.g:2582:7: ( ruleOpOr )
{
// InternalActionDSL.g:2582:7: ( ruleOpOr )
// InternalActionDSL.g:2583: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_45);
ruleOpOr();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalActionDSL.g:2599:4: ( (lv_rightOperand_3_0= ruleXAndExpression ) )
// InternalActionDSL.g:2600:5: (lv_rightOperand_3_0= ruleXAndExpression )
{
// InternalActionDSL.g:2600:5: (lv_rightOperand_3_0= ruleXAndExpression )
// InternalActionDSL.g:2601:6: lv_rightOperand_3_0= ruleXAndExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_54);
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 loop42;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXOrExpression"
// $ANTLR start "entryRuleOpOr"
// InternalActionDSL.g:2623:1: entryRuleOpOr returns [String current=null] : iv_ruleOpOr= ruleOpOr EOF ;
public final String entryRuleOpOr() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpOr = null;
try {
// InternalActionDSL.g:2623:44: (iv_ruleOpOr= ruleOpOr EOF )
// InternalActionDSL.g:2624: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"
// InternalActionDSL.g:2630:1: ruleOpOr returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '||' ;
public final AntlrDatatypeRuleToken ruleOpOr() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalActionDSL.g:2636:2: (kw= '||' )
// InternalActionDSL.g:2637:2: kw= '||'
{
kw=(Token)match(input,68,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"
// InternalActionDSL.g:2645:1: entryRuleXAndExpression returns [EObject current=null] : iv_ruleXAndExpression= ruleXAndExpression EOF ;
public final EObject entryRuleXAndExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAndExpression = null;
try {
// InternalActionDSL.g:2645:55: (iv_ruleXAndExpression= ruleXAndExpression EOF )
// InternalActionDSL.g:2646: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"
// InternalActionDSL.g:2652: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 {
// InternalActionDSL.g:2658:2: ( (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) )
// InternalActionDSL.g:2659:2: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* )
{
// InternalActionDSL.g:2659:2: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* )
// InternalActionDSL.g:2660:3: this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionAccess().getXEqualityExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_55);
this_XEqualityExpression_0=ruleXEqualityExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XEqualityExpression_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:2668:3: ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )*
loop43:
do {
int alt43=2;
int LA43_0 = input.LA(1);
if ( (LA43_0==69) ) {
int LA43_2 = input.LA(2);
if ( (synpred9_InternalActionDSL()) ) {
alt43=1;
}
}
switch (alt43) {
case 1 :
// InternalActionDSL.g:2669:4: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) )
{
// InternalActionDSL.g:2669:4: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) )
// InternalActionDSL.g:2670:5: ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) )
{
// InternalActionDSL.g:2680:5: ( () ( ( ruleOpAnd ) ) )
// InternalActionDSL.g:2681:6: () ( ( ruleOpAnd ) )
{
// InternalActionDSL.g:2681:6: ()
// InternalActionDSL.g:2682:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalActionDSL.g:2688:6: ( ( ruleOpAnd ) )
// InternalActionDSL.g:2689:7: ( ruleOpAnd )
{
// InternalActionDSL.g:2689:7: ( ruleOpAnd )
// InternalActionDSL.g:2690: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_45);
ruleOpAnd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalActionDSL.g:2706:4: ( (lv_rightOperand_3_0= ruleXEqualityExpression ) )
// InternalActionDSL.g:2707:5: (lv_rightOperand_3_0= ruleXEqualityExpression )
{
// InternalActionDSL.g:2707:5: (lv_rightOperand_3_0= ruleXEqualityExpression )
// InternalActionDSL.g:2708:6: lv_rightOperand_3_0= ruleXEqualityExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_55);
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 loop43;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAndExpression"
// $ANTLR start "entryRuleOpAnd"
// InternalActionDSL.g:2730:1: entryRuleOpAnd returns [String current=null] : iv_ruleOpAnd= ruleOpAnd EOF ;
public final String entryRuleOpAnd() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpAnd = null;
try {
// InternalActionDSL.g:2730:45: (iv_ruleOpAnd= ruleOpAnd EOF )
// InternalActionDSL.g:2731: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"
// InternalActionDSL.g:2737:1: ruleOpAnd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '&&' ;
public final AntlrDatatypeRuleToken ruleOpAnd() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalActionDSL.g:2743:2: (kw= '&&' )
// InternalActionDSL.g:2744:2: kw= '&&'
{
kw=(Token)match(input,69,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"
// InternalActionDSL.g:2752:1: entryRuleXEqualityExpression returns [EObject current=null] : iv_ruleXEqualityExpression= ruleXEqualityExpression EOF ;
public final EObject entryRuleXEqualityExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXEqualityExpression = null;
try {
// InternalActionDSL.g:2752:60: (iv_ruleXEqualityExpression= ruleXEqualityExpression EOF )
// InternalActionDSL.g:2753: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"
// InternalActionDSL.g:2759: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 {
// InternalActionDSL.g:2765:2: ( (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) )
// InternalActionDSL.g:2766:2: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* )
{
// InternalActionDSL.g:2766:2: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* )
// InternalActionDSL.g:2767:3: this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getXRelationalExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_56);
this_XRelationalExpression_0=ruleXRelationalExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XRelationalExpression_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:2775:3: ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )*
loop44:
do {
int alt44=2;
switch ( input.LA(1) ) {
case 70:
{
int LA44_2 = input.LA(2);
if ( (synpred10_InternalActionDSL()) ) {
alt44=1;
}
}
break;
case 71:
{
int LA44_3 = input.LA(2);
if ( (synpred10_InternalActionDSL()) ) {
alt44=1;
}
}
break;
case 72:
{
int LA44_4 = input.LA(2);
if ( (synpred10_InternalActionDSL()) ) {
alt44=1;
}
}
break;
case 73:
{
int LA44_5 = input.LA(2);
if ( (synpred10_InternalActionDSL()) ) {
alt44=1;
}
}
break;
}
switch (alt44) {
case 1 :
// InternalActionDSL.g:2776:4: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) )
{
// InternalActionDSL.g:2776:4: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) )
// InternalActionDSL.g:2777:5: ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) )
{
// InternalActionDSL.g:2787:5: ( () ( ( ruleOpEquality ) ) )
// InternalActionDSL.g:2788:6: () ( ( ruleOpEquality ) )
{
// InternalActionDSL.g:2788:6: ()
// InternalActionDSL.g:2789:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalActionDSL.g:2795:6: ( ( ruleOpEquality ) )
// InternalActionDSL.g:2796:7: ( ruleOpEquality )
{
// InternalActionDSL.g:2796:7: ( ruleOpEquality )
// InternalActionDSL.g:2797: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_45);
ruleOpEquality();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalActionDSL.g:2813:4: ( (lv_rightOperand_3_0= ruleXRelationalExpression ) )
// InternalActionDSL.g:2814:5: (lv_rightOperand_3_0= ruleXRelationalExpression )
{
// InternalActionDSL.g:2814:5: (lv_rightOperand_3_0= ruleXRelationalExpression )
// InternalActionDSL.g:2815:6: lv_rightOperand_3_0= ruleXRelationalExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_56);
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 loop44;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXEqualityExpression"
// $ANTLR start "entryRuleOpEquality"
// InternalActionDSL.g:2837:1: entryRuleOpEquality returns [String current=null] : iv_ruleOpEquality= ruleOpEquality EOF ;
public final String entryRuleOpEquality() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpEquality = null;
try {
// InternalActionDSL.g:2837:50: (iv_ruleOpEquality= ruleOpEquality EOF )
// InternalActionDSL.g:2838: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"
// InternalActionDSL.g:2844: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 {
// InternalActionDSL.g:2850:2: ( (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) )
// InternalActionDSL.g:2851:2: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' )
{
// InternalActionDSL.g:2851:2: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' )
int alt45=4;
switch ( input.LA(1) ) {
case 70:
{
alt45=1;
}
break;
case 71:
{
alt45=2;
}
break;
case 72:
{
alt45=3;
}
break;
case 73:
{
alt45=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 45, 0, input);
throw nvae;
}
switch (alt45) {
case 1 :
// InternalActionDSL.g:2852:3: kw= '=='
{
kw=(Token)match(input,70,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalActionDSL.g:2858:3: kw= '!='
{
kw=(Token)match(input,71,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1());
}
}
break;
case 3 :
// InternalActionDSL.g:2864:3: kw= '==='
{
kw=(Token)match(input,72,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2());
}
}
break;
case 4 :
// InternalActionDSL.g:2870:3: kw= '!=='
{
kw=(Token)match(input,73,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"
// InternalActionDSL.g:2879:1: entryRuleXRelationalExpression returns [EObject current=null] : iv_ruleXRelationalExpression= ruleXRelationalExpression EOF ;
public final EObject entryRuleXRelationalExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXRelationalExpression = null;
try {
// InternalActionDSL.g:2879:62: (iv_ruleXRelationalExpression= ruleXRelationalExpression EOF )
// InternalActionDSL.g:2880: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"
// InternalActionDSL.g:2886: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 {
// InternalActionDSL.g:2892:2: ( (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* ) )
// InternalActionDSL.g:2893:2: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* )
{
// InternalActionDSL.g:2893:2: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* )
// InternalActionDSL.g:2894: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_57);
this_XOtherOperatorExpression_0=ruleXOtherOperatorExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XOtherOperatorExpression_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:2902:3: ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )*
loop46:
do {
int alt46=3;
switch ( input.LA(1) ) {
case 65:
{
int LA46_2 = input.LA(2);
if ( (synpred12_InternalActionDSL()) ) {
alt46=2;
}
}
break;
case 66:
{
int LA46_3 = input.LA(2);
if ( (synpred12_InternalActionDSL()) ) {
alt46=2;
}
}
break;
case 74:
{
int LA46_4 = input.LA(2);
if ( (synpred11_InternalActionDSL()) ) {
alt46=1;
}
}
break;
case 67:
{
int LA46_5 = input.LA(2);
if ( (synpred12_InternalActionDSL()) ) {
alt46=2;
}
}
break;
}
switch (alt46) {
case 1 :
// InternalActionDSL.g:2903:4: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )
{
// InternalActionDSL.g:2903:4: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )
// InternalActionDSL.g:2904:5: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) )
{
// InternalActionDSL.g:2904:5: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) )
// InternalActionDSL.g:2905:6: ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' )
{
// InternalActionDSL.g:2911:6: ( () otherlv_2= 'instanceof' )
// InternalActionDSL.g:2912:7: () otherlv_2= 'instanceof'
{
// InternalActionDSL.g:2912:7: ()
// InternalActionDSL.g:2913:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_0_0_0_0(),
current);
}
}
otherlv_2=(Token)match(input,74,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_0_0_0_1());
}
}
}
// InternalActionDSL.g:2925:5: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:2926:6: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:2926:6: (lv_type_3_0= ruleJvmTypeReference )
// InternalActionDSL.g:2927:7: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_1_0());
}
pushFollow(FOLLOW_57);
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 :
// InternalActionDSL.g:2946:4: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) )
{
// InternalActionDSL.g:2946:4: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) )
// InternalActionDSL.g:2947:5: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) )
{
// InternalActionDSL.g:2947:5: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) )
// InternalActionDSL.g:2948:6: ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) )
{
// InternalActionDSL.g:2958:6: ( () ( ( ruleOpCompare ) ) )
// InternalActionDSL.g:2959:7: () ( ( ruleOpCompare ) )
{
// InternalActionDSL.g:2959:7: ()
// InternalActionDSL.g:2960:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(),
current);
}
}
// InternalActionDSL.g:2966:7: ( ( ruleOpCompare ) )
// InternalActionDSL.g:2967:8: ( ruleOpCompare )
{
// InternalActionDSL.g:2967:8: ( ruleOpCompare )
// InternalActionDSL.g:2968: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_45);
ruleOpCompare();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalActionDSL.g:2984:5: ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) )
// InternalActionDSL.g:2985:6: (lv_rightOperand_6_0= ruleXOtherOperatorExpression )
{
// InternalActionDSL.g:2985:6: (lv_rightOperand_6_0= ruleXOtherOperatorExpression )
// InternalActionDSL.g:2986:7: lv_rightOperand_6_0= ruleXOtherOperatorExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0());
}
pushFollow(FOLLOW_57);
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 loop46;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXRelationalExpression"
// $ANTLR start "entryRuleOpCompare"
// InternalActionDSL.g:3009:1: entryRuleOpCompare returns [String current=null] : iv_ruleOpCompare= ruleOpCompare EOF ;
public final String entryRuleOpCompare() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpCompare = null;
try {
// InternalActionDSL.g:3009:49: (iv_ruleOpCompare= ruleOpCompare EOF )
// InternalActionDSL.g:3010: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"
// InternalActionDSL.g:3016: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 {
// InternalActionDSL.g:3022:2: ( (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) )
// InternalActionDSL.g:3023:2: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' )
{
// InternalActionDSL.g:3023:2: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' )
int alt47=4;
switch ( input.LA(1) ) {
case 67:
{
alt47=1;
}
break;
case 65:
{
int LA47_2 = input.LA(2);
if ( (LA47_2==EOF||(LA47_2>=RULE_ID && LA47_2<=RULE_DECIMAL)||LA47_2==15||(LA47_2>=46 && LA47_2<=48)||LA47_2==53||(LA47_2>=57 && LA47_2<=58)||LA47_2==65||(LA47_2>=81 && LA47_2<=82)||LA47_2==86||LA47_2==93||LA47_2==95||(LA47_2>=99 && LA47_2<=101)||(LA47_2>=104 && LA47_2<=113)||LA47_2==115) ) {
alt47=4;
}
else if ( (LA47_2==56) ) {
alt47=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 47, 2, input);
throw nvae;
}
}
break;
case 66:
{
alt47=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 47, 0, input);
throw nvae;
}
switch (alt47) {
case 1 :
// InternalActionDSL.g:3024:3: kw= '>='
{
kw=(Token)match(input,67,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalActionDSL.g:3030:3: (kw= '<' kw= '=' )
{
// InternalActionDSL.g:3030:3: (kw= '<' kw= '=' )
// InternalActionDSL.g:3031:4: kw= '<' kw= '='
{
kw=(Token)match(input,65,FOLLOW_44); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0());
}
kw=(Token)match(input,56,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1());
}
}
}
break;
case 3 :
// InternalActionDSL.g:3043:3: kw= '>'
{
kw=(Token)match(input,66,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2());
}
}
break;
case 4 :
// InternalActionDSL.g:3049:3: kw= '<'
{
kw=(Token)match(input,65,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"
// InternalActionDSL.g:3058:1: entryRuleXOtherOperatorExpression returns [EObject current=null] : iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF ;
public final EObject entryRuleXOtherOperatorExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXOtherOperatorExpression = null;
try {
// InternalActionDSL.g:3058:65: (iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF )
// InternalActionDSL.g:3059: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"
// InternalActionDSL.g:3065: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 {
// InternalActionDSL.g:3071:2: ( (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) )
// InternalActionDSL.g:3072:2: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* )
{
// InternalActionDSL.g:3072:2: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* )
// InternalActionDSL.g:3073:3: this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getXAdditiveExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_59);
this_XAdditiveExpression_0=ruleXAdditiveExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAdditiveExpression_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:3081:3: ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )*
loop48:
do {
int alt48=2;
alt48 = dfa48.predict(input);
switch (alt48) {
case 1 :
// InternalActionDSL.g:3082:4: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) )
{
// InternalActionDSL.g:3082:4: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) )
// InternalActionDSL.g:3083:5: ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) )
{
// InternalActionDSL.g:3093:5: ( () ( ( ruleOpOther ) ) )
// InternalActionDSL.g:3094:6: () ( ( ruleOpOther ) )
{
// InternalActionDSL.g:3094:6: ()
// InternalActionDSL.g:3095:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalActionDSL.g:3101:6: ( ( ruleOpOther ) )
// InternalActionDSL.g:3102:7: ( ruleOpOther )
{
// InternalActionDSL.g:3102:7: ( ruleOpOther )
// InternalActionDSL.g:3103: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_45);
ruleOpOther();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalActionDSL.g:3119:4: ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) )
// InternalActionDSL.g:3120:5: (lv_rightOperand_3_0= ruleXAdditiveExpression )
{
// InternalActionDSL.g:3120:5: (lv_rightOperand_3_0= ruleXAdditiveExpression )
// InternalActionDSL.g:3121:6: lv_rightOperand_3_0= ruleXAdditiveExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_59);
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 loop48;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXOtherOperatorExpression"
// $ANTLR start "entryRuleOpOther"
// InternalActionDSL.g:3143:1: entryRuleOpOther returns [String current=null] : iv_ruleOpOther= ruleOpOther EOF ;
public final String entryRuleOpOther() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpOther = null;
try {
// InternalActionDSL.g:3143:47: (iv_ruleOpOther= ruleOpOther EOF )
// InternalActionDSL.g:3144: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"
// InternalActionDSL.g:3150: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 {
// InternalActionDSL.g:3156:2: ( (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) )
// InternalActionDSL.g:3157:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )
{
// InternalActionDSL.g:3157:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )
int alt51=9;
alt51 = dfa51.predict(input);
switch (alt51) {
case 1 :
// InternalActionDSL.g:3158:3: kw= '->'
{
kw=(Token)match(input,75,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0());
}
}
break;
case 2 :
// InternalActionDSL.g:3164:3: kw= '..<'
{
kw=(Token)match(input,76,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1());
}
}
break;
case 3 :
// InternalActionDSL.g:3170:3: (kw= '>' kw= '..' )
{
// InternalActionDSL.g:3170:3: (kw= '>' kw= '..' )
// InternalActionDSL.g:3171:4: kw= '>' kw= '..'
{
kw=(Token)match(input,66,FOLLOW_60); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0());
}
kw=(Token)match(input,77,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1());
}
}
}
break;
case 4 :
// InternalActionDSL.g:3183:3: kw= '..'
{
kw=(Token)match(input,77,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3());
}
}
break;
case 5 :
// InternalActionDSL.g:3189:3: kw= '=>'
{
kw=(Token)match(input,78,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4());
}
}
break;
case 6 :
// InternalActionDSL.g:3195:3: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) )
{
// InternalActionDSL.g:3195:3: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) )
// InternalActionDSL.g:3196:4: kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' )
{
kw=(Token)match(input,66,FOLLOW_61); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0());
}
// InternalActionDSL.g:3201:4: ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' )
int alt49=2;
int LA49_0 = input.LA(1);
if ( (LA49_0==66) ) {
int LA49_1 = input.LA(2);
if ( (LA49_1==66) && (synpred14_InternalActionDSL())) {
alt49=1;
}
else if ( (LA49_1==EOF||(LA49_1>=RULE_ID && LA49_1<=RULE_DECIMAL)||LA49_1==15||(LA49_1>=46 && LA49_1<=48)||LA49_1==53||(LA49_1>=57 && LA49_1<=58)||LA49_1==65||(LA49_1>=81 && LA49_1<=82)||LA49_1==86||LA49_1==93||LA49_1==95||(LA49_1>=99 && LA49_1<=101)||(LA49_1>=104 && LA49_1<=113)||LA49_1==115) ) {
alt49=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 49, 1, input);
throw nvae;
}
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 49, 0, input);
throw nvae;
}
switch (alt49) {
case 1 :
// InternalActionDSL.g:3202:5: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) )
{
// InternalActionDSL.g:3202:5: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) )
// InternalActionDSL.g:3203:6: ( ( '>' '>' ) )=> (kw= '>' kw= '>' )
{
// InternalActionDSL.g:3208:6: (kw= '>' kw= '>' )
// InternalActionDSL.g:3209:7: kw= '>' kw= '>'
{
kw=(Token)match(input,66,FOLLOW_61); 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,66,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 :
// InternalActionDSL.g:3222:5: kw= '>'
{
kw=(Token)match(input,66,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 :
// InternalActionDSL.g:3230:3: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) )
{
// InternalActionDSL.g:3230:3: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) )
// InternalActionDSL.g:3231:4: kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' )
{
kw=(Token)match(input,65,FOLLOW_62); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0());
}
// InternalActionDSL.g:3236:4: ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' )
int alt50=3;
int LA50_0 = input.LA(1);
if ( (LA50_0==65) ) {
int LA50_1 = input.LA(2);
if ( (synpred15_InternalActionDSL()) ) {
alt50=1;
}
else if ( (true) ) {
alt50=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 50, 1, input);
throw nvae;
}
}
else if ( (LA50_0==78) ) {
alt50=3;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 50, 0, input);
throw nvae;
}
switch (alt50) {
case 1 :
// InternalActionDSL.g:3237:5: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) )
{
// InternalActionDSL.g:3237:5: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) )
// InternalActionDSL.g:3238:6: ( ( '<' '<' ) )=> (kw= '<' kw= '<' )
{
// InternalActionDSL.g:3243:6: (kw= '<' kw= '<' )
// InternalActionDSL.g:3244:7: kw= '<' kw= '<'
{
kw=(Token)match(input,65,FOLLOW_51); 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,65,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 :
// InternalActionDSL.g:3257:5: kw= '<'
{
kw=(Token)match(input,65,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 :
// InternalActionDSL.g:3263:5: kw= '=>'
{
kw=(Token)match(input,78,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 :
// InternalActionDSL.g:3271:3: kw= '<>'
{
kw=(Token)match(input,79,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7());
}
}
break;
case 9 :
// InternalActionDSL.g:3277:3: kw= '?:'
{
kw=(Token)match(input,80,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"
// InternalActionDSL.g:3286:1: entryRuleXAdditiveExpression returns [EObject current=null] : iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF ;
public final EObject entryRuleXAdditiveExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAdditiveExpression = null;
try {
// InternalActionDSL.g:3286:60: (iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF )
// InternalActionDSL.g:3287: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"
// InternalActionDSL.g:3293: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 {
// InternalActionDSL.g:3299:2: ( (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) )
// InternalActionDSL.g:3300:2: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* )
{
// InternalActionDSL.g:3300:2: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* )
// InternalActionDSL.g:3301:3: this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getXMultiplicativeExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_63);
this_XMultiplicativeExpression_0=ruleXMultiplicativeExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XMultiplicativeExpression_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:3309:3: ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )*
loop52:
do {
int alt52=2;
int LA52_0 = input.LA(1);
if ( (LA52_0==81) ) {
int LA52_2 = input.LA(2);
if ( (synpred16_InternalActionDSL()) ) {
alt52=1;
}
}
else if ( (LA52_0==82) ) {
int LA52_3 = input.LA(2);
if ( (synpred16_InternalActionDSL()) ) {
alt52=1;
}
}
switch (alt52) {
case 1 :
// InternalActionDSL.g:3310:4: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) )
{
// InternalActionDSL.g:3310:4: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) )
// InternalActionDSL.g:3311:5: ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) )
{
// InternalActionDSL.g:3321:5: ( () ( ( ruleOpAdd ) ) )
// InternalActionDSL.g:3322:6: () ( ( ruleOpAdd ) )
{
// InternalActionDSL.g:3322:6: ()
// InternalActionDSL.g:3323:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalActionDSL.g:3329:6: ( ( ruleOpAdd ) )
// InternalActionDSL.g:3330:7: ( ruleOpAdd )
{
// InternalActionDSL.g:3330:7: ( ruleOpAdd )
// InternalActionDSL.g:3331: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_45);
ruleOpAdd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalActionDSL.g:3347:4: ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) )
// InternalActionDSL.g:3348:5: (lv_rightOperand_3_0= ruleXMultiplicativeExpression )
{
// InternalActionDSL.g:3348:5: (lv_rightOperand_3_0= ruleXMultiplicativeExpression )
// InternalActionDSL.g:3349:6: lv_rightOperand_3_0= ruleXMultiplicativeExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_63);
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 loop52;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAdditiveExpression"
// $ANTLR start "entryRuleOpAdd"
// InternalActionDSL.g:3371:1: entryRuleOpAdd returns [String current=null] : iv_ruleOpAdd= ruleOpAdd EOF ;
public final String entryRuleOpAdd() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpAdd = null;
try {
// InternalActionDSL.g:3371:45: (iv_ruleOpAdd= ruleOpAdd EOF )
// InternalActionDSL.g:3372: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"
// InternalActionDSL.g:3378:1: ruleOpAdd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '+' | kw= '-' ) ;
public final AntlrDatatypeRuleToken ruleOpAdd() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalActionDSL.g:3384:2: ( (kw= '+' | kw= '-' ) )
// InternalActionDSL.g:3385:2: (kw= '+' | kw= '-' )
{
// InternalActionDSL.g:3385:2: (kw= '+' | kw= '-' )
int alt53=2;
int LA53_0 = input.LA(1);
if ( (LA53_0==81) ) {
alt53=1;
}
else if ( (LA53_0==82) ) {
alt53=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 53, 0, input);
throw nvae;
}
switch (alt53) {
case 1 :
// InternalActionDSL.g:3386:3: kw= '+'
{
kw=(Token)match(input,81,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpAddAccess().getPlusSignKeyword_0());
}
}
break;
case 2 :
// InternalActionDSL.g:3392:3: kw= '-'
{
kw=(Token)match(input,82,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"
// InternalActionDSL.g:3401:1: entryRuleXMultiplicativeExpression returns [EObject current=null] : iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF ;
public final EObject entryRuleXMultiplicativeExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXMultiplicativeExpression = null;
try {
// InternalActionDSL.g:3401:66: (iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF )
// InternalActionDSL.g:3402: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"
// InternalActionDSL.g:3408: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 {
// InternalActionDSL.g:3414:2: ( (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) )
// InternalActionDSL.g:3415:2: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* )
{
// InternalActionDSL.g:3415:2: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* )
// InternalActionDSL.g:3416:3: this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getXUnaryOperationParserRuleCall_0());
}
pushFollow(FOLLOW_64);
this_XUnaryOperation_0=ruleXUnaryOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XUnaryOperation_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:3424:3: ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )*
loop54:
do {
int alt54=2;
switch ( input.LA(1) ) {
case 49:
{
int LA54_2 = input.LA(2);
if ( (synpred17_InternalActionDSL()) ) {
alt54=1;
}
}
break;
case 83:
{
int LA54_3 = input.LA(2);
if ( (synpred17_InternalActionDSL()) ) {
alt54=1;
}
}
break;
case 84:
{
int LA54_4 = input.LA(2);
if ( (synpred17_InternalActionDSL()) ) {
alt54=1;
}
}
break;
case 85:
{
int LA54_5 = input.LA(2);
if ( (synpred17_InternalActionDSL()) ) {
alt54=1;
}
}
break;
}
switch (alt54) {
case 1 :
// InternalActionDSL.g:3425:4: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) )
{
// InternalActionDSL.g:3425:4: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) )
// InternalActionDSL.g:3426:5: ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) )
{
// InternalActionDSL.g:3436:5: ( () ( ( ruleOpMulti ) ) )
// InternalActionDSL.g:3437:6: () ( ( ruleOpMulti ) )
{
// InternalActionDSL.g:3437:6: ()
// InternalActionDSL.g:3438:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalActionDSL.g:3444:6: ( ( ruleOpMulti ) )
// InternalActionDSL.g:3445:7: ( ruleOpMulti )
{
// InternalActionDSL.g:3445:7: ( ruleOpMulti )
// InternalActionDSL.g:3446: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_45);
ruleOpMulti();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalActionDSL.g:3462:4: ( (lv_rightOperand_3_0= ruleXUnaryOperation ) )
// InternalActionDSL.g:3463:5: (lv_rightOperand_3_0= ruleXUnaryOperation )
{
// InternalActionDSL.g:3463:5: (lv_rightOperand_3_0= ruleXUnaryOperation )
// InternalActionDSL.g:3464:6: lv_rightOperand_3_0= ruleXUnaryOperation
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_64);
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 loop54;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXMultiplicativeExpression"
// $ANTLR start "entryRuleOpMulti"
// InternalActionDSL.g:3486:1: entryRuleOpMulti returns [String current=null] : iv_ruleOpMulti= ruleOpMulti EOF ;
public final String entryRuleOpMulti() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpMulti = null;
try {
// InternalActionDSL.g:3486:47: (iv_ruleOpMulti= ruleOpMulti EOF )
// InternalActionDSL.g:3487: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"
// InternalActionDSL.g:3493: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 {
// InternalActionDSL.g:3499:2: ( (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) )
// InternalActionDSL.g:3500:2: (kw= '*' | kw= '**' | kw= '/' | kw= '%' )
{
// InternalActionDSL.g:3500:2: (kw= '*' | kw= '**' | kw= '/' | kw= '%' )
int alt55=4;
switch ( input.LA(1) ) {
case 49:
{
alt55=1;
}
break;
case 83:
{
alt55=2;
}
break;
case 84:
{
alt55=3;
}
break;
case 85:
{
alt55=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 55, 0, input);
throw nvae;
}
switch (alt55) {
case 1 :
// InternalActionDSL.g:3501:3: kw= '*'
{
kw=(Token)match(input,49,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskKeyword_0());
}
}
break;
case 2 :
// InternalActionDSL.g:3507:3: kw= '**'
{
kw=(Token)match(input,83,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1());
}
}
break;
case 3 :
// InternalActionDSL.g:3513:3: kw= '/'
{
kw=(Token)match(input,84,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getSolidusKeyword_2());
}
}
break;
case 4 :
// InternalActionDSL.g:3519:3: kw= '%'
{
kw=(Token)match(input,85,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"
// InternalActionDSL.g:3528:1: entryRuleXUnaryOperation returns [EObject current=null] : iv_ruleXUnaryOperation= ruleXUnaryOperation EOF ;
public final EObject entryRuleXUnaryOperation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXUnaryOperation = null;
try {
// InternalActionDSL.g:3528:56: (iv_ruleXUnaryOperation= ruleXUnaryOperation EOF )
// InternalActionDSL.g:3529: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"
// InternalActionDSL.g:3535: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 {
// InternalActionDSL.g:3541:2: ( ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) )
// InternalActionDSL.g:3542:2: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression )
{
// InternalActionDSL.g:3542:2: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression )
int alt56=2;
int LA56_0 = input.LA(1);
if ( ((LA56_0>=81 && LA56_0<=82)||LA56_0==86) ) {
alt56=1;
}
else if ( ((LA56_0>=RULE_ID && LA56_0<=RULE_DECIMAL)||LA56_0==15||(LA56_0>=46 && LA56_0<=48)||LA56_0==53||(LA56_0>=57 && LA56_0<=58)||LA56_0==65||LA56_0==93||LA56_0==95||(LA56_0>=99 && LA56_0<=101)||(LA56_0>=104 && LA56_0<=113)||LA56_0==115) ) {
alt56=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 56, 0, input);
throw nvae;
}
switch (alt56) {
case 1 :
// InternalActionDSL.g:3543:3: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) )
{
// InternalActionDSL.g:3543:3: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) )
// InternalActionDSL.g:3544:4: () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) )
{
// InternalActionDSL.g:3544:4: ()
// InternalActionDSL.g:3545:5:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0(),
current);
}
}
// InternalActionDSL.g:3551:4: ( ( ruleOpUnary ) )
// InternalActionDSL.g:3552:5: ( ruleOpUnary )
{
// InternalActionDSL.g:3552:5: ( ruleOpUnary )
// InternalActionDSL.g:3553: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_45);
ruleOpUnary();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:3567:4: ( (lv_operand_2_0= ruleXUnaryOperation ) )
// InternalActionDSL.g:3568:5: (lv_operand_2_0= ruleXUnaryOperation )
{
// InternalActionDSL.g:3568:5: (lv_operand_2_0= ruleXUnaryOperation )
// InternalActionDSL.g:3569: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 :
// InternalActionDSL.g:3588: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"
// InternalActionDSL.g:3600:1: entryRuleOpUnary returns [String current=null] : iv_ruleOpUnary= ruleOpUnary EOF ;
public final String entryRuleOpUnary() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpUnary = null;
try {
// InternalActionDSL.g:3600:47: (iv_ruleOpUnary= ruleOpUnary EOF )
// InternalActionDSL.g:3601: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"
// InternalActionDSL.g:3607: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 {
// InternalActionDSL.g:3613:2: ( (kw= '!' | kw= '-' | kw= '+' ) )
// InternalActionDSL.g:3614:2: (kw= '!' | kw= '-' | kw= '+' )
{
// InternalActionDSL.g:3614:2: (kw= '!' | kw= '-' | kw= '+' )
int alt57=3;
switch ( input.LA(1) ) {
case 86:
{
alt57=1;
}
break;
case 82:
{
alt57=2;
}
break;
case 81:
{
alt57=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 57, 0, input);
throw nvae;
}
switch (alt57) {
case 1 :
// InternalActionDSL.g:3615:3: kw= '!'
{
kw=(Token)match(input,86,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0());
}
}
break;
case 2 :
// InternalActionDSL.g:3621:3: kw= '-'
{
kw=(Token)match(input,82,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1());
}
}
break;
case 3 :
// InternalActionDSL.g:3627:3: kw= '+'
{
kw=(Token)match(input,81,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"
// InternalActionDSL.g:3636:1: entryRuleXCastedExpression returns [EObject current=null] : iv_ruleXCastedExpression= ruleXCastedExpression EOF ;
public final EObject entryRuleXCastedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCastedExpression = null;
try {
// InternalActionDSL.g:3636:58: (iv_ruleXCastedExpression= ruleXCastedExpression EOF )
// InternalActionDSL.g:3637: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"
// InternalActionDSL.g:3643: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 {
// InternalActionDSL.g:3649:2: ( (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) )
// InternalActionDSL.g:3650:2: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* )
{
// InternalActionDSL.g:3650:2: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* )
// InternalActionDSL.g:3651: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_65);
this_XPostfixOperation_0=ruleXPostfixOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XPostfixOperation_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:3659:3: ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )*
loop58:
do {
int alt58=2;
int LA58_0 = input.LA(1);
if ( (LA58_0==87) ) {
int LA58_2 = input.LA(2);
if ( (synpred18_InternalActionDSL()) ) {
alt58=1;
}
}
switch (alt58) {
case 1 :
// InternalActionDSL.g:3660:4: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) )
{
// InternalActionDSL.g:3660:4: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) )
// InternalActionDSL.g:3661:5: ( ( () 'as' ) )=> ( () otherlv_2= 'as' )
{
// InternalActionDSL.g:3667:5: ( () otherlv_2= 'as' )
// InternalActionDSL.g:3668:6: () otherlv_2= 'as'
{
// InternalActionDSL.g:3668:6: ()
// InternalActionDSL.g:3669:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0(),
current);
}
}
otherlv_2=(Token)match(input,87,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1());
}
}
}
// InternalActionDSL.g:3681:4: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:3682:5: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:3682:5: (lv_type_3_0= ruleJvmTypeReference )
// InternalActionDSL.g:3683:6: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_65);
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 loop58;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXCastedExpression"
// $ANTLR start "entryRuleXPostfixOperation"
// InternalActionDSL.g:3705:1: entryRuleXPostfixOperation returns [EObject current=null] : iv_ruleXPostfixOperation= ruleXPostfixOperation EOF ;
public final EObject entryRuleXPostfixOperation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXPostfixOperation = null;
try {
// InternalActionDSL.g:3705:58: (iv_ruleXPostfixOperation= ruleXPostfixOperation EOF )
// InternalActionDSL.g:3706: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"
// InternalActionDSL.g:3712: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 {
// InternalActionDSL.g:3718:2: ( (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) )
// InternalActionDSL.g:3719:2: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? )
{
// InternalActionDSL.g:3719:2: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? )
// InternalActionDSL.g:3720:3: this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0());
}
pushFollow(FOLLOW_66);
this_XMemberFeatureCall_0=ruleXMemberFeatureCall();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XMemberFeatureCall_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:3728:3: ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )?
int alt59=2;
int LA59_0 = input.LA(1);
if ( (LA59_0==88) ) {
int LA59_1 = input.LA(2);
if ( (synpred19_InternalActionDSL()) ) {
alt59=1;
}
}
else if ( (LA59_0==89) ) {
int LA59_2 = input.LA(2);
if ( (synpred19_InternalActionDSL()) ) {
alt59=1;
}
}
switch (alt59) {
case 1 :
// InternalActionDSL.g:3729:4: ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) )
{
// InternalActionDSL.g:3739:4: ( () ( ( ruleOpPostfix ) ) )
// InternalActionDSL.g:3740:5: () ( ( ruleOpPostfix ) )
{
// InternalActionDSL.g:3740:5: ()
// InternalActionDSL.g:3741:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0(),
current);
}
}
// InternalActionDSL.g:3747:5: ( ( ruleOpPostfix ) )
// InternalActionDSL.g:3748:6: ( ruleOpPostfix )
{
// InternalActionDSL.g:3748:6: ( ruleOpPostfix )
// InternalActionDSL.g:3749: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"
// InternalActionDSL.g:3769:1: entryRuleOpPostfix returns [String current=null] : iv_ruleOpPostfix= ruleOpPostfix EOF ;
public final String entryRuleOpPostfix() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpPostfix = null;
try {
// InternalActionDSL.g:3769:49: (iv_ruleOpPostfix= ruleOpPostfix EOF )
// InternalActionDSL.g:3770: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"
// InternalActionDSL.g:3776:1: ruleOpPostfix returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '++' | kw= '--' ) ;
public final AntlrDatatypeRuleToken ruleOpPostfix() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalActionDSL.g:3782:2: ( (kw= '++' | kw= '--' ) )
// InternalActionDSL.g:3783:2: (kw= '++' | kw= '--' )
{
// InternalActionDSL.g:3783:2: (kw= '++' | kw= '--' )
int alt60=2;
int LA60_0 = input.LA(1);
if ( (LA60_0==88) ) {
alt60=1;
}
else if ( (LA60_0==89) ) {
alt60=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 60, 0, input);
throw nvae;
}
switch (alt60) {
case 1 :
// InternalActionDSL.g:3784:3: kw= '++'
{
kw=(Token)match(input,88,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0());
}
}
break;
case 2 :
// InternalActionDSL.g:3790:3: kw= '--'
{
kw=(Token)match(input,89,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"
// InternalActionDSL.g:3799:1: entryRuleXMemberFeatureCall returns [EObject current=null] : iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF ;
public final EObject entryRuleXMemberFeatureCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXMemberFeatureCall = null;
try {
// InternalActionDSL.g:3799:59: (iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF )
// InternalActionDSL.g:3800: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"
// InternalActionDSL.g:3806: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 {
// InternalActionDSL.g:3812: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 ) )? ) )* ) )
// InternalActionDSL.g:3813: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 ) )? ) )* )
{
// InternalActionDSL.g:3813: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 ) )? ) )* )
// InternalActionDSL.g:3814: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_67);
this_XPrimaryExpression_0=ruleXPrimaryExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XPrimaryExpression_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:3822: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 ) )? ) )*
loop69:
do {
int alt69=3;
switch ( input.LA(1) ) {
case 45:
{
int LA69_2 = input.LA(2);
if ( (synpred20_InternalActionDSL()) ) {
alt69=1;
}
else if ( (synpred21_InternalActionDSL()) ) {
alt69=2;
}
}
break;
case 90:
{
int LA69_3 = input.LA(2);
if ( (synpred20_InternalActionDSL()) ) {
alt69=1;
}
else if ( (synpred21_InternalActionDSL()) ) {
alt69=2;
}
}
break;
case 91:
{
int LA69_4 = input.LA(2);
if ( (synpred21_InternalActionDSL()) ) {
alt69=2;
}
}
break;
}
switch (alt69) {
case 1 :
// InternalActionDSL.g:3823:4: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) )
{
// InternalActionDSL.g:3823:4: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) )
// InternalActionDSL.g:3824:5: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) )
{
// InternalActionDSL.g:3824:5: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )
// InternalActionDSL.g:3825:6: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
{
// InternalActionDSL.g:3845:6: ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
// InternalActionDSL.g:3846:7: () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign
{
// InternalActionDSL.g:3846:7: ()
// InternalActionDSL.g:3847:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0(),
current);
}
}
// InternalActionDSL.g:3853:7: (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) )
int alt61=2;
int LA61_0 = input.LA(1);
if ( (LA61_0==45) ) {
alt61=1;
}
else if ( (LA61_0==90) ) {
alt61=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 61, 0, input);
throw nvae;
}
switch (alt61) {
case 1 :
// InternalActionDSL.g:3854:8: otherlv_2= '.'
{
otherlv_2=(Token)match(input,45,FOLLOW_68); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0());
}
}
break;
case 2 :
// InternalActionDSL.g:3859:8: ( (lv_explicitStatic_3_0= '::' ) )
{
// InternalActionDSL.g:3859:8: ( (lv_explicitStatic_3_0= '::' ) )
// InternalActionDSL.g:3860:9: (lv_explicitStatic_3_0= '::' )
{
// InternalActionDSL.g:3860:9: (lv_explicitStatic_3_0= '::' )
// InternalActionDSL.g:3861:10: lv_explicitStatic_3_0= '::'
{
lv_explicitStatic_3_0=(Token)match(input,90,FOLLOW_68); 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;
}
// InternalActionDSL.g:3874:7: ( ( ruleFeatureCallID ) )
// InternalActionDSL.g:3875:8: ( ruleFeatureCallID )
{
// InternalActionDSL.g:3875:8: ( ruleFeatureCallID )
// InternalActionDSL.g:3876: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_44);
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_45);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:3899:5: ( (lv_value_6_0= ruleXAssignment ) )
// InternalActionDSL.g:3900:6: (lv_value_6_0= ruleXAssignment )
{
// InternalActionDSL.g:3900:6: (lv_value_6_0= ruleXAssignment )
// InternalActionDSL.g:3901:7: lv_value_6_0= ruleXAssignment
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0());
}
pushFollow(FOLLOW_67);
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 :
// InternalActionDSL.g:3920: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 ) )? )
{
// InternalActionDSL.g:3920: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 ) )? )
// InternalActionDSL.g:3921: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 ) )?
{
// InternalActionDSL.g:3921:5: ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) )
// InternalActionDSL.g:3922:6: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) )
{
// InternalActionDSL.g:3942:6: ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) )
// InternalActionDSL.g:3943:7: () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) )
{
// InternalActionDSL.g:3943:7: ()
// InternalActionDSL.g:3944:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0(),
current);
}
}
// InternalActionDSL.g:3950:7: (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) )
int alt62=3;
switch ( input.LA(1) ) {
case 45:
{
alt62=1;
}
break;
case 91:
{
alt62=2;
}
break;
case 90:
{
alt62=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 62, 0, input);
throw nvae;
}
switch (alt62) {
case 1 :
// InternalActionDSL.g:3951:8: otherlv_8= '.'
{
otherlv_8=(Token)match(input,45,FOLLOW_69); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_1_0_0_1_0());
}
}
break;
case 2 :
// InternalActionDSL.g:3956:8: ( (lv_nullSafe_9_0= '?.' ) )
{
// InternalActionDSL.g:3956:8: ( (lv_nullSafe_9_0= '?.' ) )
// InternalActionDSL.g:3957:9: (lv_nullSafe_9_0= '?.' )
{
// InternalActionDSL.g:3957:9: (lv_nullSafe_9_0= '?.' )
// InternalActionDSL.g:3958:10: lv_nullSafe_9_0= '?.'
{
lv_nullSafe_9_0=(Token)match(input,91,FOLLOW_69); 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 :
// InternalActionDSL.g:3971:8: ( (lv_explicitStatic_10_0= '::' ) )
{
// InternalActionDSL.g:3971:8: ( (lv_explicitStatic_10_0= '::' ) )
// InternalActionDSL.g:3972:9: (lv_explicitStatic_10_0= '::' )
{
// InternalActionDSL.g:3972:9: (lv_explicitStatic_10_0= '::' )
// InternalActionDSL.g:3973:10: lv_explicitStatic_10_0= '::'
{
lv_explicitStatic_10_0=(Token)match(input,90,FOLLOW_69); 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;
}
}
}
// InternalActionDSL.g:3988:5: (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )?
int alt64=2;
int LA64_0 = input.LA(1);
if ( (LA64_0==65) ) {
alt64=1;
}
switch (alt64) {
case 1 :
// InternalActionDSL.g:3989:6: otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>'
{
otherlv_11=(Token)match(input,65,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0());
}
// InternalActionDSL.g:3993:6: ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:3994:7: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:3994:7: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:3995:8: lv_typeArguments_12_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0());
}
pushFollow(FOLLOW_71);
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();
}
}
}
// InternalActionDSL.g:4012:6: (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )*
loop63:
do {
int alt63=2;
int LA63_0 = input.LA(1);
if ( (LA63_0==54) ) {
alt63=1;
}
switch (alt63) {
case 1 :
// InternalActionDSL.g:4013:7: otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) )
{
otherlv_13=(Token)match(input,54,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0());
}
// InternalActionDSL.g:4017:7: ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:4018:8: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:4018:8: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:4019:9: lv_typeArguments_14_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0());
}
pushFollow(FOLLOW_71);
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 loop63;
}
} while (true);
otherlv_15=(Token)match(input,66,FOLLOW_69); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_15, grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3());
}
}
break;
}
// InternalActionDSL.g:4042:5: ( ( ruleIdOrSuper ) )
// InternalActionDSL.g:4043:6: ( ruleIdOrSuper )
{
// InternalActionDSL.g:4043:6: ( ruleIdOrSuper )
// InternalActionDSL.g:4044: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_72);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:4058: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 alt67=2;
alt67 = dfa67.predict(input);
switch (alt67) {
case 1 :
// InternalActionDSL.g:4059: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= ')'
{
// InternalActionDSL.g:4059:6: ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) )
// InternalActionDSL.g:4060:7: ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' )
{
// InternalActionDSL.g:4064:7: (lv_explicitOperationCall_17_0= '(' )
// InternalActionDSL.g:4065:8: lv_explicitOperationCall_17_0= '('
{
lv_explicitOperationCall_17_0=(Token)match(input,53,FOLLOW_73); 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, "(");
}
}
}
// InternalActionDSL.g:4077:6: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )?
int alt66=3;
alt66 = dfa66.predict(input);
switch (alt66) {
case 1 :
// InternalActionDSL.g:4078:7: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) )
{
// InternalActionDSL.g:4078:7: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) )
// InternalActionDSL.g:4079:8: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure )
{
// InternalActionDSL.g:4104:8: (lv_memberCallArguments_18_0= ruleXShortClosure )
// InternalActionDSL.g:4105:9: lv_memberCallArguments_18_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0());
}
pushFollow(FOLLOW_43);
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 :
// InternalActionDSL.g:4123:7: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* )
{
// InternalActionDSL.g:4123:7: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* )
// InternalActionDSL.g:4124:8: ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )*
{
// InternalActionDSL.g:4124:8: ( (lv_memberCallArguments_19_0= ruleXExpression ) )
// InternalActionDSL.g:4125:9: (lv_memberCallArguments_19_0= ruleXExpression )
{
// InternalActionDSL.g:4125:9: (lv_memberCallArguments_19_0= ruleXExpression )
// InternalActionDSL.g:4126:10: lv_memberCallArguments_19_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0());
}
pushFollow(FOLLOW_42);
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();
}
}
}
// InternalActionDSL.g:4143:8: (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )*
loop65:
do {
int alt65=2;
int LA65_0 = input.LA(1);
if ( (LA65_0==54) ) {
alt65=1;
}
switch (alt65) {
case 1 :
// InternalActionDSL.g:4144:9: otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) )
{
otherlv_20=(Token)match(input,54,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_20, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0());
}
// InternalActionDSL.g:4148:9: ( (lv_memberCallArguments_21_0= ruleXExpression ) )
// InternalActionDSL.g:4149:10: (lv_memberCallArguments_21_0= ruleXExpression )
{
// InternalActionDSL.g:4149:10: (lv_memberCallArguments_21_0= ruleXExpression )
// InternalActionDSL.g:4150:11: lv_memberCallArguments_21_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0());
}
pushFollow(FOLLOW_42);
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 loop65;
}
} while (true);
}
}
break;
}
otherlv_22=(Token)match(input,55,FOLLOW_74); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_22, grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2());
}
}
break;
}
// InternalActionDSL.g:4175:5: ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )?
int alt68=2;
alt68 = dfa68.predict(input);
switch (alt68) {
case 1 :
// InternalActionDSL.g:4176:6: ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure )
{
// InternalActionDSL.g:4182:6: (lv_memberCallArguments_23_0= ruleXClosure )
// InternalActionDSL.g:4183:7: lv_memberCallArguments_23_0= ruleXClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0());
}
pushFollow(FOLLOW_67);
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 loop69;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXMemberFeatureCall"
// $ANTLR start "entryRuleXPrimaryExpression"
// InternalActionDSL.g:4206:1: entryRuleXPrimaryExpression returns [EObject current=null] : iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF ;
public final EObject entryRuleXPrimaryExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXPrimaryExpression = null;
try {
// InternalActionDSL.g:4206:59: (iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF )
// InternalActionDSL.g:4207: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"
// InternalActionDSL.g:4213: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 {
// InternalActionDSL.g:4219: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 ) )
// InternalActionDSL.g:4220: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 )
{
// InternalActionDSL.g:4220: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 alt70=15;
alt70 = dfa70.predict(input);
switch (alt70) {
case 1 :
// InternalActionDSL.g:4221: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 :
// InternalActionDSL.g:4230: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 :
// InternalActionDSL.g:4239: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 :
// InternalActionDSL.g:4248:3: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression )
{
// InternalActionDSL.g:4248:3: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression )
// InternalActionDSL.g:4249: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 :
// InternalActionDSL.g:4266: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 :
// InternalActionDSL.g:4275: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 :
// InternalActionDSL.g:4284: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 :
// InternalActionDSL.g:4293:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression )
{
// InternalActionDSL.g:4293:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression )
// InternalActionDSL.g:4294: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 :
// InternalActionDSL.g:4317: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 :
// InternalActionDSL.g:4326: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 :
// InternalActionDSL.g:4335: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 :
// InternalActionDSL.g:4344: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 :
// InternalActionDSL.g:4353: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 :
// InternalActionDSL.g:4362: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 :
// InternalActionDSL.g:4371: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"
// InternalActionDSL.g:4383:1: entryRuleXLiteral returns [EObject current=null] : iv_ruleXLiteral= ruleXLiteral EOF ;
public final EObject entryRuleXLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXLiteral = null;
try {
// InternalActionDSL.g:4383:49: (iv_ruleXLiteral= ruleXLiteral EOF )
// InternalActionDSL.g:4384: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"
// InternalActionDSL.g:4390: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 {
// InternalActionDSL.g:4396: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 ) )
// InternalActionDSL.g:4397: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 )
{
// InternalActionDSL.g:4397: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 alt71=7;
int LA71_0 = input.LA(1);
if ( (LA71_0==57) ) {
alt71=1;
}
else if ( (LA71_0==58) && (synpred27_InternalActionDSL())) {
alt71=2;
}
else if ( ((LA71_0>=107 && LA71_0<=108)) ) {
alt71=3;
}
else if ( ((LA71_0>=RULE_HEX && LA71_0<=RULE_DECIMAL)) ) {
alt71=4;
}
else if ( (LA71_0==109) ) {
alt71=5;
}
else if ( (LA71_0==RULE_STRING) ) {
alt71=6;
}
else if ( (LA71_0==110) ) {
alt71=7;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 71, 0, input);
throw nvae;
}
switch (alt71) {
case 1 :
// InternalActionDSL.g:4398: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 :
// InternalActionDSL.g:4407:3: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure )
{
// InternalActionDSL.g:4407:3: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure )
// InternalActionDSL.g:4408: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 :
// InternalActionDSL.g:4424: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 :
// InternalActionDSL.g:4433: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 :
// InternalActionDSL.g:4442: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 :
// InternalActionDSL.g:4451: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 :
// InternalActionDSL.g:4460: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"
// InternalActionDSL.g:4472:1: entryRuleXCollectionLiteral returns [EObject current=null] : iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF ;
public final EObject entryRuleXCollectionLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCollectionLiteral = null;
try {
// InternalActionDSL.g:4472:59: (iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF )
// InternalActionDSL.g:4473: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"
// InternalActionDSL.g:4479: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 {
// InternalActionDSL.g:4485:2: ( (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) )
// InternalActionDSL.g:4486:2: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral )
{
// InternalActionDSL.g:4486:2: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral )
int alt72=2;
int LA72_0 = input.LA(1);
if ( (LA72_0==57) ) {
int LA72_1 = input.LA(2);
if ( (LA72_1==58) ) {
alt72=2;
}
else if ( (LA72_1==15) ) {
alt72=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 72, 1, input);
throw nvae;
}
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 72, 0, input);
throw nvae;
}
switch (alt72) {
case 1 :
// InternalActionDSL.g:4487: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 :
// InternalActionDSL.g:4496: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"
// InternalActionDSL.g:4508:1: entryRuleXSetLiteral returns [EObject current=null] : iv_ruleXSetLiteral= ruleXSetLiteral EOF ;
public final EObject entryRuleXSetLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSetLiteral = null;
try {
// InternalActionDSL.g:4508:52: (iv_ruleXSetLiteral= ruleXSetLiteral EOF )
// InternalActionDSL.g:4509: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"
// InternalActionDSL.g:4515: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 {
// InternalActionDSL.g:4521:2: ( ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) )
// InternalActionDSL.g:4522:2: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' )
{
// InternalActionDSL.g:4522:2: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' )
// InternalActionDSL.g:4523:3: () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}'
{
// InternalActionDSL.g:4523:3: ()
// InternalActionDSL.g:4524:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,57,FOLLOW_13); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1());
}
otherlv_2=(Token)match(input,15,FOLLOW_75); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2());
}
// InternalActionDSL.g:4538:3: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )?
int alt74=2;
int LA74_0 = input.LA(1);
if ( ((LA74_0>=RULE_ID && LA74_0<=RULE_DECIMAL)||LA74_0==15||(LA74_0>=46 && LA74_0<=48)||LA74_0==53||(LA74_0>=57 && LA74_0<=58)||LA74_0==65||(LA74_0>=81 && LA74_0<=82)||LA74_0==86||LA74_0==93||LA74_0==95||(LA74_0>=99 && LA74_0<=101)||(LA74_0>=104 && LA74_0<=113)||LA74_0==115) ) {
alt74=1;
}
switch (alt74) {
case 1 :
// InternalActionDSL.g:4539:4: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
{
// InternalActionDSL.g:4539:4: ( (lv_elements_3_0= ruleXExpression ) )
// InternalActionDSL.g:4540:5: (lv_elements_3_0= ruleXExpression )
{
// InternalActionDSL.g:4540:5: (lv_elements_3_0= ruleXExpression )
// InternalActionDSL.g:4541:6: lv_elements_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_76);
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();
}
}
}
// InternalActionDSL.g:4558:4: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
loop73:
do {
int alt73=2;
int LA73_0 = input.LA(1);
if ( (LA73_0==54) ) {
alt73=1;
}
switch (alt73) {
case 1 :
// InternalActionDSL.g:4559:5: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,54,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0());
}
// InternalActionDSL.g:4563:5: ( (lv_elements_5_0= ruleXExpression ) )
// InternalActionDSL.g:4564:6: (lv_elements_5_0= ruleXExpression )
{
// InternalActionDSL.g:4564:6: (lv_elements_5_0= ruleXExpression )
// InternalActionDSL.g:4565:7: lv_elements_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_76);
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 loop73;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,16,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"
// InternalActionDSL.g:4592:1: entryRuleXListLiteral returns [EObject current=null] : iv_ruleXListLiteral= ruleXListLiteral EOF ;
public final EObject entryRuleXListLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXListLiteral = null;
try {
// InternalActionDSL.g:4592:53: (iv_ruleXListLiteral= ruleXListLiteral EOF )
// InternalActionDSL.g:4593: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"
// InternalActionDSL.g:4599: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 {
// InternalActionDSL.g:4605:2: ( ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) )
// InternalActionDSL.g:4606:2: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' )
{
// InternalActionDSL.g:4606:2: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' )
// InternalActionDSL.g:4607:3: () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']'
{
// InternalActionDSL.g:4607:3: ()
// InternalActionDSL.g:4608:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXListLiteralAccess().getXListLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,57,FOLLOW_46); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1());
}
otherlv_2=(Token)match(input,58,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2());
}
// InternalActionDSL.g:4622:3: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )?
int alt76=2;
int LA76_0 = input.LA(1);
if ( ((LA76_0>=RULE_ID && LA76_0<=RULE_DECIMAL)||LA76_0==15||(LA76_0>=46 && LA76_0<=48)||LA76_0==53||(LA76_0>=57 && LA76_0<=58)||LA76_0==65||(LA76_0>=81 && LA76_0<=82)||LA76_0==86||LA76_0==93||LA76_0==95||(LA76_0>=99 && LA76_0<=101)||(LA76_0>=104 && LA76_0<=113)||LA76_0==115) ) {
alt76=1;
}
switch (alt76) {
case 1 :
// InternalActionDSL.g:4623:4: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
{
// InternalActionDSL.g:4623:4: ( (lv_elements_3_0= ruleXExpression ) )
// InternalActionDSL.g:4624:5: (lv_elements_3_0= ruleXExpression )
{
// InternalActionDSL.g:4624:5: (lv_elements_3_0= ruleXExpression )
// InternalActionDSL.g:4625:6: lv_elements_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_48);
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();
}
}
}
// InternalActionDSL.g:4642:4: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
loop75:
do {
int alt75=2;
int LA75_0 = input.LA(1);
if ( (LA75_0==54) ) {
alt75=1;
}
switch (alt75) {
case 1 :
// InternalActionDSL.g:4643:5: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,54,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0());
}
// InternalActionDSL.g:4647:5: ( (lv_elements_5_0= ruleXExpression ) )
// InternalActionDSL.g:4648:6: (lv_elements_5_0= ruleXExpression )
{
// InternalActionDSL.g:4648:6: (lv_elements_5_0= ruleXExpression )
// InternalActionDSL.g:4649:7: lv_elements_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_48);
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 loop75;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,59,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"
// InternalActionDSL.g:4676:1: entryRuleXClosure returns [EObject current=null] : iv_ruleXClosure= ruleXClosure EOF ;
public final EObject entryRuleXClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXClosure = null;
try {
// InternalActionDSL.g:4676:49: (iv_ruleXClosure= ruleXClosure EOF )
// InternalActionDSL.g:4677: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"
// InternalActionDSL.g:4683: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 {
// InternalActionDSL.g:4689: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= ']' ) )
// InternalActionDSL.g:4690: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= ']' )
{
// InternalActionDSL.g:4690: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= ']' )
// InternalActionDSL.g:4691: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= ']'
{
// InternalActionDSL.g:4691:3: ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) )
// InternalActionDSL.g:4692:4: ( ( () '[' ) )=> ( () otherlv_1= '[' )
{
// InternalActionDSL.g:4698:4: ( () otherlv_1= '[' )
// InternalActionDSL.g:4699:5: () otherlv_1= '['
{
// InternalActionDSL.g:4699:5: ()
// InternalActionDSL.g:4700:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXClosureAccess().getXClosureAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,58,FOLLOW_77); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1());
}
}
}
// InternalActionDSL.g:4712:3: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )?
int alt79=2;
alt79 = dfa79.predict(input);
switch (alt79) {
case 1 :
// InternalActionDSL.g:4713:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) )
{
// InternalActionDSL.g:4736:4: ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) )
// InternalActionDSL.g:4737:5: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) )
{
// InternalActionDSL.g:4737:5: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )?
int alt78=2;
int LA78_0 = input.LA(1);
if ( (LA78_0==RULE_ID||LA78_0==53||LA78_0==78) ) {
alt78=1;
}
switch (alt78) {
case 1 :
// InternalActionDSL.g:4738:6: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )*
{
// InternalActionDSL.g:4738:6: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) )
// InternalActionDSL.g:4739:7: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter )
{
// InternalActionDSL.g:4739:7: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter )
// InternalActionDSL.g:4740:8: lv_declaredFormalParameters_2_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0());
}
pushFollow(FOLLOW_78);
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();
}
}
}
// InternalActionDSL.g:4757:6: (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )*
loop77:
do {
int alt77=2;
int LA77_0 = input.LA(1);
if ( (LA77_0==54) ) {
alt77=1;
}
switch (alt77) {
case 1 :
// InternalActionDSL.g:4758:7: otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) )
{
otherlv_3=(Token)match(input,54,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0());
}
// InternalActionDSL.g:4762:7: ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) )
// InternalActionDSL.g:4763:8: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter )
{
// InternalActionDSL.g:4763:8: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter )
// InternalActionDSL.g:4764:9: lv_declaredFormalParameters_4_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0());
}
pushFollow(FOLLOW_78);
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 loop77;
}
} while (true);
}
break;
}
// InternalActionDSL.g:4783:5: ( (lv_explicitSyntax_5_0= '|' ) )
// InternalActionDSL.g:4784:6: (lv_explicitSyntax_5_0= '|' )
{
// InternalActionDSL.g:4784:6: (lv_explicitSyntax_5_0= '|' )
// InternalActionDSL.g:4785:7: lv_explicitSyntax_5_0= '|'
{
lv_explicitSyntax_5_0=(Token)match(input,92,FOLLOW_79); 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;
}
// InternalActionDSL.g:4799:3: ( (lv_expression_6_0= ruleXExpressionInClosure ) )
// InternalActionDSL.g:4800:4: (lv_expression_6_0= ruleXExpressionInClosure )
{
// InternalActionDSL.g:4800:4: (lv_expression_6_0= ruleXExpressionInClosure )
// InternalActionDSL.g:4801:5: lv_expression_6_0= ruleXExpressionInClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0());
}
pushFollow(FOLLOW_80);
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,59,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"
// InternalActionDSL.g:4826:1: entryRuleXExpressionInClosure returns [EObject current=null] : iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF ;
public final EObject entryRuleXExpressionInClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpressionInClosure = null;
try {
// InternalActionDSL.g:4826:61: (iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF )
// InternalActionDSL.g:4827: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"
// InternalActionDSL.g:4833: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 {
// InternalActionDSL.g:4839:2: ( ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) )
// InternalActionDSL.g:4840:2: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* )
{
// InternalActionDSL.g:4840:2: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* )
// InternalActionDSL.g:4841:3: () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )*
{
// InternalActionDSL.g:4841:3: ()
// InternalActionDSL.g:4842:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0(),
current);
}
}
// InternalActionDSL.g:4848:3: ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )*
loop81:
do {
int alt81=2;
int LA81_0 = input.LA(1);
if ( ((LA81_0>=RULE_ID && LA81_0<=RULE_DECIMAL)||LA81_0==15||(LA81_0>=46 && LA81_0<=48)||LA81_0==53||(LA81_0>=57 && LA81_0<=58)||LA81_0==65||(LA81_0>=81 && LA81_0<=82)||LA81_0==86||LA81_0==93||LA81_0==95||(LA81_0>=99 && LA81_0<=113)||LA81_0==115) ) {
alt81=1;
}
switch (alt81) {
case 1 :
// InternalActionDSL.g:4849:4: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )?
{
// InternalActionDSL.g:4849:4: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) )
// InternalActionDSL.g:4850:5: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration )
{
// InternalActionDSL.g:4850:5: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration )
// InternalActionDSL.g:4851:6: lv_expressions_1_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0());
}
pushFollow(FOLLOW_81);
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();
}
}
}
// InternalActionDSL.g:4868:4: (otherlv_2= ';' )?
int alt80=2;
int LA80_0 = input.LA(1);
if ( (LA80_0==51) ) {
alt80=1;
}
switch (alt80) {
case 1 :
// InternalActionDSL.g:4869:5: otherlv_2= ';'
{
otherlv_2=(Token)match(input,51,FOLLOW_82); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1());
}
}
break;
}
}
break;
default :
break loop81;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXExpressionInClosure"
// $ANTLR start "entryRuleXShortClosure"
// InternalActionDSL.g:4879:1: entryRuleXShortClosure returns [EObject current=null] : iv_ruleXShortClosure= ruleXShortClosure EOF ;
public final EObject entryRuleXShortClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXShortClosure = null;
try {
// InternalActionDSL.g:4879:54: (iv_ruleXShortClosure= ruleXShortClosure EOF )
// InternalActionDSL.g:4880: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"
// InternalActionDSL.g:4886: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 {
// InternalActionDSL.g:4892:2: ( ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) ) )
// InternalActionDSL.g:4893:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) )
{
// InternalActionDSL.g:4893:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) )
// InternalActionDSL.g:4894:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) )
{
// InternalActionDSL.g:4894:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) )
// InternalActionDSL.g:4895:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) )
{
// InternalActionDSL.g:4920:4: ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) )
// InternalActionDSL.g:4921:5: () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) )
{
// InternalActionDSL.g:4921:5: ()
// InternalActionDSL.g:4922:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0(),
current);
}
}
// InternalActionDSL.g:4928:5: ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )?
int alt83=2;
int LA83_0 = input.LA(1);
if ( (LA83_0==RULE_ID||LA83_0==53||LA83_0==78) ) {
alt83=1;
}
switch (alt83) {
case 1 :
// InternalActionDSL.g:4929:6: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )*
{
// InternalActionDSL.g:4929:6: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) )
// InternalActionDSL.g:4930:7: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter )
{
// InternalActionDSL.g:4930:7: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter )
// InternalActionDSL.g:4931:8: lv_declaredFormalParameters_1_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0());
}
pushFollow(FOLLOW_78);
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();
}
}
}
// InternalActionDSL.g:4948:6: (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )*
loop82:
do {
int alt82=2;
int LA82_0 = input.LA(1);
if ( (LA82_0==54) ) {
alt82=1;
}
switch (alt82) {
case 1 :
// InternalActionDSL.g:4949:7: otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) )
{
otherlv_2=(Token)match(input,54,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0());
}
// InternalActionDSL.g:4953:7: ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) )
// InternalActionDSL.g:4954:8: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter )
{
// InternalActionDSL.g:4954:8: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter )
// InternalActionDSL.g:4955:9: lv_declaredFormalParameters_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0());
}
pushFollow(FOLLOW_78);
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 loop82;
}
} while (true);
}
break;
}
// InternalActionDSL.g:4974:5: ( (lv_explicitSyntax_4_0= '|' ) )
// InternalActionDSL.g:4975:6: (lv_explicitSyntax_4_0= '|' )
{
// InternalActionDSL.g:4975:6: (lv_explicitSyntax_4_0= '|' )
// InternalActionDSL.g:4976:7: lv_explicitSyntax_4_0= '|'
{
lv_explicitSyntax_4_0=(Token)match(input,92,FOLLOW_45); 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, "|");
}
}
}
}
}
// InternalActionDSL.g:4990:3: ( (lv_expression_5_0= ruleXExpression ) )
// InternalActionDSL.g:4991:4: (lv_expression_5_0= ruleXExpression )
{
// InternalActionDSL.g:4991:4: (lv_expression_5_0= ruleXExpression )
// InternalActionDSL.g:4992: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"
// InternalActionDSL.g:5013:1: entryRuleXParenthesizedExpression returns [EObject current=null] : iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF ;
public final EObject entryRuleXParenthesizedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXParenthesizedExpression = null;
try {
// InternalActionDSL.g:5013:65: (iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF )
// InternalActionDSL.g:5014: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"
// InternalActionDSL.g:5020: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 {
// InternalActionDSL.g:5026:2: ( (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) )
// InternalActionDSL.g:5027:2: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' )
{
// InternalActionDSL.g:5027:2: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' )
// InternalActionDSL.g:5028:3: otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')'
{
otherlv_0=(Token)match(input,53,FOLLOW_45); 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_43);
this_XExpression_1=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XExpression_1;
afterParserOrEnumRuleCall();
}
otherlv_2=(Token)match(input,55,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"
// InternalActionDSL.g:5048:1: entryRuleXIfExpression returns [EObject current=null] : iv_ruleXIfExpression= ruleXIfExpression EOF ;
public final EObject entryRuleXIfExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXIfExpression = null;
try {
// InternalActionDSL.g:5048:54: (iv_ruleXIfExpression= ruleXIfExpression EOF )
// InternalActionDSL.g:5049: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"
// InternalActionDSL.g:5055: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 {
// InternalActionDSL.g:5061: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 ) ) )? ) )
// InternalActionDSL.g:5062: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 ) ) )? )
{
// InternalActionDSL.g:5062: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 ) ) )? )
// InternalActionDSL.g:5063: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 ) ) )?
{
// InternalActionDSL.g:5063:3: ()
// InternalActionDSL.g:5064:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,93,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXIfExpressionAccess().getIfKeyword_1());
}
otherlv_2=(Token)match(input,53,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalActionDSL.g:5078:3: ( (lv_if_3_0= ruleXExpression ) )
// InternalActionDSL.g:5079:4: (lv_if_3_0= ruleXExpression )
{
// InternalActionDSL.g:5079:4: (lv_if_3_0= ruleXExpression )
// InternalActionDSL.g:5080:5: lv_if_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_43);
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,55,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4());
}
// InternalActionDSL.g:5101:3: ( (lv_then_5_0= ruleXExpression ) )
// InternalActionDSL.g:5102:4: (lv_then_5_0= ruleXExpression )
{
// InternalActionDSL.g:5102:4: (lv_then_5_0= ruleXExpression )
// InternalActionDSL.g:5103:5: lv_then_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_84);
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();
}
}
}
// InternalActionDSL.g:5120:3: ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )?
int alt84=2;
int LA84_0 = input.LA(1);
if ( (LA84_0==94) ) {
int LA84_1 = input.LA(2);
if ( (synpred31_InternalActionDSL()) ) {
alt84=1;
}
}
switch (alt84) {
case 1 :
// InternalActionDSL.g:5121:4: ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) )
{
// InternalActionDSL.g:5121:4: ( ( 'else' )=>otherlv_6= 'else' )
// InternalActionDSL.g:5122:5: ( 'else' )=>otherlv_6= 'else'
{
otherlv_6=(Token)match(input,94,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0());
}
}
// InternalActionDSL.g:5128:4: ( (lv_else_7_0= ruleXExpression ) )
// InternalActionDSL.g:5129:5: (lv_else_7_0= ruleXExpression )
{
// InternalActionDSL.g:5129:5: (lv_else_7_0= ruleXExpression )
// InternalActionDSL.g:5130: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"
// InternalActionDSL.g:5152:1: entryRuleXSwitchExpression returns [EObject current=null] : iv_ruleXSwitchExpression= ruleXSwitchExpression EOF ;
public final EObject entryRuleXSwitchExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSwitchExpression = null;
try {
// InternalActionDSL.g:5152:58: (iv_ruleXSwitchExpression= ruleXSwitchExpression EOF )
// InternalActionDSL.g:5153: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"
// InternalActionDSL.g:5159: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 {
// InternalActionDSL.g:5165: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= '}' ) )
// InternalActionDSL.g:5166: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= '}' )
{
// InternalActionDSL.g:5166: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= '}' )
// InternalActionDSL.g:5167: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= '}'
{
// InternalActionDSL.g:5167:3: ()
// InternalActionDSL.g:5168:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,95,FOLLOW_85); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1());
}
// InternalActionDSL.g:5178: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 alt86=2;
alt86 = dfa86.predict(input);
switch (alt86) {
case 1 :
// InternalActionDSL.g:5179:4: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' )
{
// InternalActionDSL.g:5179:4: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' )
// InternalActionDSL.g:5180:5: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')'
{
// InternalActionDSL.g:5180:5: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) )
// InternalActionDSL.g:5181:6: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
{
// InternalActionDSL.g:5191:6: (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
// InternalActionDSL.g:5192:7: otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':'
{
otherlv_2=(Token)match(input,53,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0());
}
// InternalActionDSL.g:5196:7: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) )
// InternalActionDSL.g:5197:8: (lv_declaredParam_3_0= ruleJvmFormalParameter )
{
// InternalActionDSL.g:5197:8: (lv_declaredParam_3_0= ruleJvmFormalParameter )
// InternalActionDSL.g:5198:9: lv_declaredParam_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0_0_0_1_0());
}
pushFollow(FOLLOW_86);
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,96,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2());
}
}
}
// InternalActionDSL.g:5221:5: ( (lv_switch_5_0= ruleXExpression ) )
// InternalActionDSL.g:5222:6: (lv_switch_5_0= ruleXExpression )
{
// InternalActionDSL.g:5222:6: (lv_switch_5_0= ruleXExpression )
// InternalActionDSL.g:5223:7: lv_switch_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0());
}
pushFollow(FOLLOW_43);
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,55,FOLLOW_13); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2());
}
}
}
break;
case 2 :
// InternalActionDSL.g:5246:4: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) ) )
{
// InternalActionDSL.g:5246:4: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) ) )
// InternalActionDSL.g:5247:5: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) )
{
// InternalActionDSL.g:5247:5: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )?
int alt85=2;
alt85 = dfa85.predict(input);
switch (alt85) {
case 1 :
// InternalActionDSL.g:5248:6: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' )
{
// InternalActionDSL.g:5257:6: ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' )
// InternalActionDSL.g:5258:7: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':'
{
// InternalActionDSL.g:5258:7: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) )
// InternalActionDSL.g:5259:8: (lv_declaredParam_7_0= ruleJvmFormalParameter )
{
// InternalActionDSL.g:5259:8: (lv_declaredParam_7_0= ruleJvmFormalParameter )
// InternalActionDSL.g:5260:9: lv_declaredParam_7_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_1_0_0_0_0());
}
pushFollow(FOLLOW_86);
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,96,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1());
}
}
}
break;
}
// InternalActionDSL.g:5283:5: ( (lv_switch_9_0= ruleXExpression ) )
// InternalActionDSL.g:5284:6: (lv_switch_9_0= ruleXExpression )
{
// InternalActionDSL.g:5284:6: (lv_switch_9_0= ruleXExpression )
// InternalActionDSL.g:5285:7: lv_switch_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_1_1_0());
}
pushFollow(FOLLOW_13);
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,15,FOLLOW_87); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3());
}
// InternalActionDSL.g:5308:3: ( (lv_cases_11_0= ruleXCasePart ) )*
loop87:
do {
int alt87=2;
int LA87_0 = input.LA(1);
if ( (LA87_0==RULE_ID||(LA87_0>=53 && LA87_0<=54)||LA87_0==78||LA87_0==96||LA87_0==98) ) {
alt87=1;
}
switch (alt87) {
case 1 :
// InternalActionDSL.g:5309:4: (lv_cases_11_0= ruleXCasePart )
{
// InternalActionDSL.g:5309:4: (lv_cases_11_0= ruleXCasePart )
// InternalActionDSL.g:5310:5: lv_cases_11_0= ruleXCasePart
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0());
}
pushFollow(FOLLOW_87);
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 loop87;
}
} while (true);
// InternalActionDSL.g:5327:3: (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )?
int alt88=2;
int LA88_0 = input.LA(1);
if ( (LA88_0==97) ) {
alt88=1;
}
switch (alt88) {
case 1 :
// InternalActionDSL.g:5328:4: otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) )
{
otherlv_12=(Token)match(input,97,FOLLOW_86); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0());
}
otherlv_13=(Token)match(input,96,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1());
}
// InternalActionDSL.g:5336:4: ( (lv_default_14_0= ruleXExpression ) )
// InternalActionDSL.g:5337:5: (lv_default_14_0= ruleXExpression )
{
// InternalActionDSL.g:5337:5: (lv_default_14_0= ruleXExpression )
// InternalActionDSL.g:5338:6: lv_default_14_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0());
}
pushFollow(FOLLOW_88);
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,16,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"
// InternalActionDSL.g:5364:1: entryRuleXCasePart returns [EObject current=null] : iv_ruleXCasePart= ruleXCasePart EOF ;
public final EObject entryRuleXCasePart() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCasePart = null;
try {
// InternalActionDSL.g:5364:50: (iv_ruleXCasePart= ruleXCasePart EOF )
// InternalActionDSL.g:5365: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"
// InternalActionDSL.g:5371: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 {
// InternalActionDSL.g:5377: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= ',' ) ) ) ) )
// InternalActionDSL.g:5378: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= ',' ) ) ) )
{
// InternalActionDSL.g:5378: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= ',' ) ) ) )
// InternalActionDSL.g:5379: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= ',' ) ) )
{
// InternalActionDSL.g:5379:3: ()
// InternalActionDSL.g:5380:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXCasePartAccess().getXCasePartAction_0(),
current);
}
}
// InternalActionDSL.g:5386:3: ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )?
int alt89=2;
int LA89_0 = input.LA(1);
if ( (LA89_0==RULE_ID||LA89_0==53||LA89_0==78) ) {
alt89=1;
}
switch (alt89) {
case 1 :
// InternalActionDSL.g:5387:4: (lv_typeGuard_1_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:5387:4: (lv_typeGuard_1_0= ruleJvmTypeReference )
// InternalActionDSL.g:5388:5: lv_typeGuard_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0());
}
pushFollow(FOLLOW_89);
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;
}
// InternalActionDSL.g:5405:3: (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )?
int alt90=2;
int LA90_0 = input.LA(1);
if ( (LA90_0==98) ) {
alt90=1;
}
switch (alt90) {
case 1 :
// InternalActionDSL.g:5406:4: otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) )
{
otherlv_2=(Token)match(input,98,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXCasePartAccess().getCaseKeyword_2_0());
}
// InternalActionDSL.g:5410:4: ( (lv_case_3_0= ruleXExpression ) )
// InternalActionDSL.g:5411:5: (lv_case_3_0= ruleXExpression )
{
// InternalActionDSL.g:5411:5: (lv_case_3_0= ruleXExpression )
// InternalActionDSL.g:5412:6: lv_case_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0());
}
pushFollow(FOLLOW_90);
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;
}
// InternalActionDSL.g:5430:3: ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) )
int alt91=2;
int LA91_0 = input.LA(1);
if ( (LA91_0==96) ) {
alt91=1;
}
else if ( (LA91_0==54) ) {
alt91=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 91, 0, input);
throw nvae;
}
switch (alt91) {
case 1 :
// InternalActionDSL.g:5431:4: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) )
{
// InternalActionDSL.g:5431:4: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) )
// InternalActionDSL.g:5432:5: otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,96,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0());
}
// InternalActionDSL.g:5436:5: ( (lv_then_5_0= ruleXExpression ) )
// InternalActionDSL.g:5437:6: (lv_then_5_0= ruleXExpression )
{
// InternalActionDSL.g:5437:6: (lv_then_5_0= ruleXExpression )
// InternalActionDSL.g:5438: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 :
// InternalActionDSL.g:5457:4: ( (lv_fallThrough_6_0= ',' ) )
{
// InternalActionDSL.g:5457:4: ( (lv_fallThrough_6_0= ',' ) )
// InternalActionDSL.g:5458:5: (lv_fallThrough_6_0= ',' )
{
// InternalActionDSL.g:5458:5: (lv_fallThrough_6_0= ',' )
// InternalActionDSL.g:5459:6: lv_fallThrough_6_0= ','
{
lv_fallThrough_6_0=(Token)match(input,54,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"
// InternalActionDSL.g:5476:1: entryRuleXForLoopExpression returns [EObject current=null] : iv_ruleXForLoopExpression= ruleXForLoopExpression EOF ;
public final EObject entryRuleXForLoopExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXForLoopExpression = null;
try {
// InternalActionDSL.g:5476:59: (iv_ruleXForLoopExpression= ruleXForLoopExpression EOF )
// InternalActionDSL.g:5477: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"
// InternalActionDSL.g:5483: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 {
// InternalActionDSL.g:5489: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 ) ) ) )
// InternalActionDSL.g:5490: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 ) ) )
{
// InternalActionDSL.g:5490: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 ) ) )
// InternalActionDSL.g:5491: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 ) )
{
// InternalActionDSL.g:5491:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) )
// InternalActionDSL.g:5492:4: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
{
// InternalActionDSL.g:5505:4: ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
// InternalActionDSL.g:5506:5: () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':'
{
// InternalActionDSL.g:5506:5: ()
// InternalActionDSL.g:5507:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,99,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1());
}
otherlv_2=(Token)match(input,53,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2());
}
// InternalActionDSL.g:5521:5: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) )
// InternalActionDSL.g:5522:6: (lv_declaredParam_3_0= ruleJvmFormalParameter )
{
// InternalActionDSL.g:5522:6: (lv_declaredParam_3_0= ruleJvmFormalParameter )
// InternalActionDSL.g:5523:7: lv_declaredParam_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0());
}
pushFollow(FOLLOW_86);
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,96,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4());
}
}
}
// InternalActionDSL.g:5546:3: ( (lv_forExpression_5_0= ruleXExpression ) )
// InternalActionDSL.g:5547:4: (lv_forExpression_5_0= ruleXExpression )
{
// InternalActionDSL.g:5547:4: (lv_forExpression_5_0= ruleXExpression )
// InternalActionDSL.g:5548:5: lv_forExpression_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_43);
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,55,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2());
}
// InternalActionDSL.g:5569:3: ( (lv_eachExpression_7_0= ruleXExpression ) )
// InternalActionDSL.g:5570:4: (lv_eachExpression_7_0= ruleXExpression )
{
// InternalActionDSL.g:5570:4: (lv_eachExpression_7_0= ruleXExpression )
// InternalActionDSL.g:5571: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"
// InternalActionDSL.g:5592:1: entryRuleXBasicForLoopExpression returns [EObject current=null] : iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF ;
public final EObject entryRuleXBasicForLoopExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBasicForLoopExpression = null;
try {
// InternalActionDSL.g:5592:64: (iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF )
// InternalActionDSL.g:5593: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"
// InternalActionDSL.g:5599: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 {
// InternalActionDSL.g:5605: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 ) ) ) )
// InternalActionDSL.g:5606: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 ) ) )
{
// InternalActionDSL.g:5606: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 ) ) )
// InternalActionDSL.g:5607: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 ) )
{
// InternalActionDSL.g:5607:3: ()
// InternalActionDSL.g:5608:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,99,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1());
}
otherlv_2=(Token)match(input,53,FOLLOW_91); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalActionDSL.g:5622:3: ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )?
int alt93=2;
int LA93_0 = input.LA(1);
if ( ((LA93_0>=RULE_ID && LA93_0<=RULE_DECIMAL)||LA93_0==15||(LA93_0>=46 && LA93_0<=48)||LA93_0==53||(LA93_0>=57 && LA93_0<=58)||LA93_0==65||(LA93_0>=81 && LA93_0<=82)||LA93_0==86||LA93_0==93||LA93_0==95||(LA93_0>=99 && LA93_0<=113)||LA93_0==115) ) {
alt93=1;
}
switch (alt93) {
case 1 :
// InternalActionDSL.g:5623:4: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )*
{
// InternalActionDSL.g:5623:4: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) )
// InternalActionDSL.g:5624:5: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration )
{
// InternalActionDSL.g:5624:5: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration )
// InternalActionDSL.g:5625:6: lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_92);
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();
}
}
}
// InternalActionDSL.g:5642:4: (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )*
loop92:
do {
int alt92=2;
int LA92_0 = input.LA(1);
if ( (LA92_0==54) ) {
alt92=1;
}
switch (alt92) {
case 1 :
// InternalActionDSL.g:5643:5: otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) )
{
otherlv_4=(Token)match(input,54,FOLLOW_93); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0());
}
// InternalActionDSL.g:5647:5: ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) )
// InternalActionDSL.g:5648:6: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration )
{
// InternalActionDSL.g:5648:6: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration )
// InternalActionDSL.g:5649:7: lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_92);
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 loop92;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,51,FOLLOW_94); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4());
}
// InternalActionDSL.g:5672:3: ( (lv_expression_7_0= ruleXExpression ) )?
int alt94=2;
int LA94_0 = input.LA(1);
if ( ((LA94_0>=RULE_ID && LA94_0<=RULE_DECIMAL)||LA94_0==15||(LA94_0>=46 && LA94_0<=48)||LA94_0==53||(LA94_0>=57 && LA94_0<=58)||LA94_0==65||(LA94_0>=81 && LA94_0<=82)||LA94_0==86||LA94_0==93||LA94_0==95||(LA94_0>=99 && LA94_0<=101)||(LA94_0>=104 && LA94_0<=113)||LA94_0==115) ) {
alt94=1;
}
switch (alt94) {
case 1 :
// InternalActionDSL.g:5673:4: (lv_expression_7_0= ruleXExpression )
{
// InternalActionDSL.g:5673:4: (lv_expression_7_0= ruleXExpression )
// InternalActionDSL.g:5674:5: lv_expression_7_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_95);
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,51,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6());
}
// InternalActionDSL.g:5695:3: ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )?
int alt96=2;
int LA96_0 = input.LA(1);
if ( ((LA96_0>=RULE_ID && LA96_0<=RULE_DECIMAL)||LA96_0==15||(LA96_0>=46 && LA96_0<=48)||LA96_0==53||(LA96_0>=57 && LA96_0<=58)||LA96_0==65||(LA96_0>=81 && LA96_0<=82)||LA96_0==86||LA96_0==93||LA96_0==95||(LA96_0>=99 && LA96_0<=101)||(LA96_0>=104 && LA96_0<=113)||LA96_0==115) ) {
alt96=1;
}
switch (alt96) {
case 1 :
// InternalActionDSL.g:5696:4: ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )*
{
// InternalActionDSL.g:5696:4: ( (lv_updateExpressions_9_0= ruleXExpression ) )
// InternalActionDSL.g:5697:5: (lv_updateExpressions_9_0= ruleXExpression )
{
// InternalActionDSL.g:5697:5: (lv_updateExpressions_9_0= ruleXExpression )
// InternalActionDSL.g:5698:6: lv_updateExpressions_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0());
}
pushFollow(FOLLOW_42);
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();
}
}
}
// InternalActionDSL.g:5715:4: (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )*
loop95:
do {
int alt95=2;
int LA95_0 = input.LA(1);
if ( (LA95_0==54) ) {
alt95=1;
}
switch (alt95) {
case 1 :
// InternalActionDSL.g:5716:5: otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) )
{
otherlv_10=(Token)match(input,54,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0());
}
// InternalActionDSL.g:5720:5: ( (lv_updateExpressions_11_0= ruleXExpression ) )
// InternalActionDSL.g:5721:6: (lv_updateExpressions_11_0= ruleXExpression )
{
// InternalActionDSL.g:5721:6: (lv_updateExpressions_11_0= ruleXExpression )
// InternalActionDSL.g:5722:7: lv_updateExpressions_11_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0());
}
pushFollow(FOLLOW_42);
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 loop95;
}
} while (true);
}
break;
}
otherlv_12=(Token)match(input,55,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8());
}
// InternalActionDSL.g:5745:3: ( (lv_eachExpression_13_0= ruleXExpression ) )
// InternalActionDSL.g:5746:4: (lv_eachExpression_13_0= ruleXExpression )
{
// InternalActionDSL.g:5746:4: (lv_eachExpression_13_0= ruleXExpression )
// InternalActionDSL.g:5747: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"
// InternalActionDSL.g:5768:1: entryRuleXWhileExpression returns [EObject current=null] : iv_ruleXWhileExpression= ruleXWhileExpression EOF ;
public final EObject entryRuleXWhileExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXWhileExpression = null;
try {
// InternalActionDSL.g:5768:57: (iv_ruleXWhileExpression= ruleXWhileExpression EOF )
// InternalActionDSL.g:5769: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"
// InternalActionDSL.g:5775: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 {
// InternalActionDSL.g:5781:2: ( ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) )
// InternalActionDSL.g:5782:2: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) )
{
// InternalActionDSL.g:5782:2: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) )
// InternalActionDSL.g:5783:3: () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) )
{
// InternalActionDSL.g:5783:3: ()
// InternalActionDSL.g:5784:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,100,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1());
}
otherlv_2=(Token)match(input,53,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalActionDSL.g:5798:3: ( (lv_predicate_3_0= ruleXExpression ) )
// InternalActionDSL.g:5799:4: (lv_predicate_3_0= ruleXExpression )
{
// InternalActionDSL.g:5799:4: (lv_predicate_3_0= ruleXExpression )
// InternalActionDSL.g:5800:5: lv_predicate_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_43);
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,55,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4());
}
// InternalActionDSL.g:5821:3: ( (lv_body_5_0= ruleXExpression ) )
// InternalActionDSL.g:5822:4: (lv_body_5_0= ruleXExpression )
{
// InternalActionDSL.g:5822:4: (lv_body_5_0= ruleXExpression )
// InternalActionDSL.g:5823: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"
// InternalActionDSL.g:5844:1: entryRuleXDoWhileExpression returns [EObject current=null] : iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF ;
public final EObject entryRuleXDoWhileExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXDoWhileExpression = null;
try {
// InternalActionDSL.g:5844:59: (iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF )
// InternalActionDSL.g:5845: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"
// InternalActionDSL.g:5851: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 {
// InternalActionDSL.g:5857:2: ( ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) )
// InternalActionDSL.g:5858:2: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' )
{
// InternalActionDSL.g:5858:2: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' )
// InternalActionDSL.g:5859:3: () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')'
{
// InternalActionDSL.g:5859:3: ()
// InternalActionDSL.g:5860:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,101,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1());
}
// InternalActionDSL.g:5870:3: ( (lv_body_2_0= ruleXExpression ) )
// InternalActionDSL.g:5871:4: (lv_body_2_0= ruleXExpression )
{
// InternalActionDSL.g:5871:4: (lv_body_2_0= ruleXExpression )
// InternalActionDSL.g:5872:5: lv_body_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_96);
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,100,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3());
}
otherlv_4=(Token)match(input,53,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4());
}
// InternalActionDSL.g:5897:3: ( (lv_predicate_5_0= ruleXExpression ) )
// InternalActionDSL.g:5898:4: (lv_predicate_5_0= ruleXExpression )
{
// InternalActionDSL.g:5898:4: (lv_predicate_5_0= ruleXExpression )
// InternalActionDSL.g:5899:5: lv_predicate_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_43);
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,55,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"
// InternalActionDSL.g:5924:1: entryRuleXBlockExpression returns [EObject current=null] : iv_ruleXBlockExpression= ruleXBlockExpression EOF ;
public final EObject entryRuleXBlockExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBlockExpression = null;
try {
// InternalActionDSL.g:5924:57: (iv_ruleXBlockExpression= ruleXBlockExpression EOF )
// InternalActionDSL.g:5925: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"
// InternalActionDSL.g:5931: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 {
// InternalActionDSL.g:5937:2: ( ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) )
// InternalActionDSL.g:5938:2: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' )
{
// InternalActionDSL.g:5938:2: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' )
// InternalActionDSL.g:5939:3: () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}'
{
// InternalActionDSL.g:5939:3: ()
// InternalActionDSL.g:5940:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,15,FOLLOW_97); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1());
}
// InternalActionDSL.g:5950:3: ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )*
loop98:
do {
int alt98=2;
int LA98_0 = input.LA(1);
if ( ((LA98_0>=RULE_ID && LA98_0<=RULE_DECIMAL)||LA98_0==15||(LA98_0>=46 && LA98_0<=48)||LA98_0==53||(LA98_0>=57 && LA98_0<=58)||LA98_0==65||(LA98_0>=81 && LA98_0<=82)||LA98_0==86||LA98_0==93||LA98_0==95||(LA98_0>=99 && LA98_0<=113)||LA98_0==115) ) {
alt98=1;
}
switch (alt98) {
case 1 :
// InternalActionDSL.g:5951:4: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )?
{
// InternalActionDSL.g:5951:4: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) )
// InternalActionDSL.g:5952:5: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration )
{
// InternalActionDSL.g:5952:5: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration )
// InternalActionDSL.g:5953:6: lv_expressions_2_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0());
}
pushFollow(FOLLOW_98);
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();
}
}
}
// InternalActionDSL.g:5970:4: (otherlv_3= ';' )?
int alt97=2;
int LA97_0 = input.LA(1);
if ( (LA97_0==51) ) {
alt97=1;
}
switch (alt97) {
case 1 :
// InternalActionDSL.g:5971:5: otherlv_3= ';'
{
otherlv_3=(Token)match(input,51,FOLLOW_97); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1());
}
}
break;
}
}
break;
default :
break loop98;
}
} while (true);
otherlv_4=(Token)match(input,16,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"
// InternalActionDSL.g:5985:1: entryRuleXExpressionOrVarDeclaration returns [EObject current=null] : iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF ;
public final EObject entryRuleXExpressionOrVarDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpressionOrVarDeclaration = null;
try {
// InternalActionDSL.g:5985:68: (iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF )
// InternalActionDSL.g:5986: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"
// InternalActionDSL.g:5992: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 {
// InternalActionDSL.g:5998:2: ( (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression ) )
// InternalActionDSL.g:5999:2: (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression )
{
// InternalActionDSL.g:5999:2: (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression )
int alt99=2;
int LA99_0 = input.LA(1);
if ( ((LA99_0>=102 && LA99_0<=103)) ) {
alt99=1;
}
else if ( ((LA99_0>=RULE_ID && LA99_0<=RULE_DECIMAL)||LA99_0==15||(LA99_0>=46 && LA99_0<=48)||LA99_0==53||(LA99_0>=57 && LA99_0<=58)||LA99_0==65||(LA99_0>=81 && LA99_0<=82)||LA99_0==86||LA99_0==93||LA99_0==95||(LA99_0>=99 && LA99_0<=101)||(LA99_0>=104 && LA99_0<=113)||LA99_0==115) ) {
alt99=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 99, 0, input);
throw nvae;
}
switch (alt99) {
case 1 :
// InternalActionDSL.g:6000: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 :
// InternalActionDSL.g:6009: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"
// InternalActionDSL.g:6021:1: entryRuleXVariableDeclaration returns [EObject current=null] : iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF ;
public final EObject entryRuleXVariableDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXVariableDeclaration = null;
try {
// InternalActionDSL.g:6021:61: (iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF )
// InternalActionDSL.g:6022: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"
// InternalActionDSL.g:6028: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 {
// InternalActionDSL.g:6034: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 ) ) )? ) )
// InternalActionDSL.g:6035: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 ) ) )? )
{
// InternalActionDSL.g:6035: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 ) ) )? )
// InternalActionDSL.g:6036: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 ) ) )?
{
// InternalActionDSL.g:6036:3: ()
// InternalActionDSL.g:6037:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXVariableDeclarationAccess().getXVariableDeclarationAction_0(),
current);
}
}
// InternalActionDSL.g:6043:3: ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' )
int alt100=2;
int LA100_0 = input.LA(1);
if ( (LA100_0==102) ) {
alt100=1;
}
else if ( (LA100_0==103) ) {
alt100=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 100, 0, input);
throw nvae;
}
switch (alt100) {
case 1 :
// InternalActionDSL.g:6044:4: ( (lv_writeable_1_0= 'var' ) )
{
// InternalActionDSL.g:6044:4: ( (lv_writeable_1_0= 'var' ) )
// InternalActionDSL.g:6045:5: (lv_writeable_1_0= 'var' )
{
// InternalActionDSL.g:6045:5: (lv_writeable_1_0= 'var' )
// InternalActionDSL.g:6046:6: lv_writeable_1_0= 'var'
{
lv_writeable_1_0=(Token)match(input,102,FOLLOW_58); 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 :
// InternalActionDSL.g:6059:4: otherlv_2= 'val'
{
otherlv_2=(Token)match(input,103,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXVariableDeclarationAccess().getValKeyword_1_1());
}
}
break;
}
// InternalActionDSL.g:6064:3: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) ) | ( (lv_name_5_0= ruleValidID ) ) )
int alt101=2;
int LA101_0 = input.LA(1);
if ( (LA101_0==RULE_ID) ) {
int LA101_1 = input.LA(2);
if ( (synpred35_InternalActionDSL()) ) {
alt101=1;
}
else if ( (true) ) {
alt101=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 101, 1, input);
throw nvae;
}
}
else if ( (LA101_0==53) && (synpred35_InternalActionDSL())) {
alt101=1;
}
else if ( (LA101_0==78) && (synpred35_InternalActionDSL())) {
alt101=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 101, 0, input);
throw nvae;
}
switch (alt101) {
case 1 :
// InternalActionDSL.g:6065:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) )
{
// InternalActionDSL.g:6065:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) )
// InternalActionDSL.g:6066:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) )
{
// InternalActionDSL.g:6079:5: ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) )
// InternalActionDSL.g:6080:6: ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) )
{
// InternalActionDSL.g:6080:6: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:6081:7: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:6081:7: (lv_type_3_0= ruleJvmTypeReference )
// InternalActionDSL.g:6082:8: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getTypeJvmTypeReferenceParserRuleCall_2_0_0_0_0());
}
pushFollow(FOLLOW_4);
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();
}
}
}
// InternalActionDSL.g:6099:6: ( (lv_name_4_0= ruleValidID ) )
// InternalActionDSL.g:6100:7: (lv_name_4_0= ruleValidID )
{
// InternalActionDSL.g:6100:7: (lv_name_4_0= ruleValidID )
// InternalActionDSL.g:6101:8: lv_name_4_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_0_0_1_0());
}
pushFollow(FOLLOW_99);
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 :
// InternalActionDSL.g:6121:4: ( (lv_name_5_0= ruleValidID ) )
{
// InternalActionDSL.g:6121:4: ( (lv_name_5_0= ruleValidID ) )
// InternalActionDSL.g:6122:5: (lv_name_5_0= ruleValidID )
{
// InternalActionDSL.g:6122:5: (lv_name_5_0= ruleValidID )
// InternalActionDSL.g:6123:6: lv_name_5_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_1_0());
}
pushFollow(FOLLOW_99);
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;
}
// InternalActionDSL.g:6141:3: (otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) ) )?
int alt102=2;
int LA102_0 = input.LA(1);
if ( (LA102_0==56) ) {
alt102=1;
}
switch (alt102) {
case 1 :
// InternalActionDSL.g:6142:4: otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) )
{
otherlv_6=(Token)match(input,56,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_3_0());
}
// InternalActionDSL.g:6146:4: ( (lv_right_7_0= ruleXExpression ) )
// InternalActionDSL.g:6147:5: (lv_right_7_0= ruleXExpression )
{
// InternalActionDSL.g:6147:5: (lv_right_7_0= ruleXExpression )
// InternalActionDSL.g:6148: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"
// InternalActionDSL.g:6170:1: entryRuleJvmFormalParameter returns [EObject current=null] : iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF ;
public final EObject entryRuleJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmFormalParameter = null;
try {
// InternalActionDSL.g:6170:59: (iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF )
// InternalActionDSL.g:6171: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"
// InternalActionDSL.g:6177: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 {
// InternalActionDSL.g:6183:2: ( ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) ) )
// InternalActionDSL.g:6184:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) )
{
// InternalActionDSL.g:6184:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) )
// InternalActionDSL.g:6185:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) )
{
// InternalActionDSL.g:6185:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )?
int alt103=2;
int LA103_0 = input.LA(1);
if ( (LA103_0==RULE_ID) ) {
int LA103_1 = input.LA(2);
if ( (LA103_1==RULE_ID||LA103_1==45||LA103_1==58||LA103_1==65) ) {
alt103=1;
}
}
else if ( (LA103_0==53||LA103_0==78) ) {
alt103=1;
}
switch (alt103) {
case 1 :
// InternalActionDSL.g:6186:4: (lv_parameterType_0_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:6186:4: (lv_parameterType_0_0= ruleJvmTypeReference )
// InternalActionDSL.g:6187:5: lv_parameterType_0_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0());
}
pushFollow(FOLLOW_4);
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;
}
// InternalActionDSL.g:6204:3: ( (lv_name_1_0= ruleValidID ) )
// InternalActionDSL.g:6205:4: (lv_name_1_0= ruleValidID )
{
// InternalActionDSL.g:6205:4: (lv_name_1_0= ruleValidID )
// InternalActionDSL.g:6206: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"
// InternalActionDSL.g:6227:1: entryRuleFullJvmFormalParameter returns [EObject current=null] : iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF ;
public final EObject entryRuleFullJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject iv_ruleFullJvmFormalParameter = null;
try {
// InternalActionDSL.g:6227:63: (iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF )
// InternalActionDSL.g:6228: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"
// InternalActionDSL.g:6234: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 {
// InternalActionDSL.g:6240:2: ( ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) ) )
// InternalActionDSL.g:6241:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) )
{
// InternalActionDSL.g:6241:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) )
// InternalActionDSL.g:6242:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) )
{
// InternalActionDSL.g:6242:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:6243:4: (lv_parameterType_0_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:6243:4: (lv_parameterType_0_0= ruleJvmTypeReference )
// InternalActionDSL.g:6244:5: lv_parameterType_0_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFullJvmFormalParameterAccess().getParameterTypeJvmTypeReferenceParserRuleCall_0_0());
}
pushFollow(FOLLOW_4);
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();
}
}
}
// InternalActionDSL.g:6261:3: ( (lv_name_1_0= ruleValidID ) )
// InternalActionDSL.g:6262:4: (lv_name_1_0= ruleValidID )
{
// InternalActionDSL.g:6262:4: (lv_name_1_0= ruleValidID )
// InternalActionDSL.g:6263: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"
// InternalActionDSL.g:6284:1: entryRuleXFeatureCall returns [EObject current=null] : iv_ruleXFeatureCall= ruleXFeatureCall EOF ;
public final EObject entryRuleXFeatureCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXFeatureCall = null;
try {
// InternalActionDSL.g:6284:53: (iv_ruleXFeatureCall= ruleXFeatureCall EOF )
// InternalActionDSL.g:6285: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"
// InternalActionDSL.g:6291: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 {
// InternalActionDSL.g:6297: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 ) )? ) )
// InternalActionDSL.g:6298: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 ) )? )
{
// InternalActionDSL.g:6298: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 ) )? )
// InternalActionDSL.g:6299: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 ) )?
{
// InternalActionDSL.g:6299:3: ()
// InternalActionDSL.g:6300:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0(),
current);
}
}
// InternalActionDSL.g:6306:3: (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )?
int alt105=2;
int LA105_0 = input.LA(1);
if ( (LA105_0==65) ) {
alt105=1;
}
switch (alt105) {
case 1 :
// InternalActionDSL.g:6307:4: otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>'
{
otherlv_1=(Token)match(input,65,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0());
}
// InternalActionDSL.g:6311:4: ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:6312:5: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:6312:5: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:6313:6: lv_typeArguments_2_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_71);
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();
}
}
}
// InternalActionDSL.g:6330:4: (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )*
loop104:
do {
int alt104=2;
int LA104_0 = input.LA(1);
if ( (LA104_0==54) ) {
alt104=1;
}
switch (alt104) {
case 1 :
// InternalActionDSL.g:6331:5: otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
{
otherlv_3=(Token)match(input,54,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0());
}
// InternalActionDSL.g:6335:5: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:6336:6: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:6336:6: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:6337:7: lv_typeArguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0());
}
pushFollow(FOLLOW_71);
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 loop104;
}
} while (true);
otherlv_5=(Token)match(input,66,FOLLOW_69); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3());
}
}
break;
}
// InternalActionDSL.g:6360:3: ( ( ruleIdOrSuper ) )
// InternalActionDSL.g:6361:4: ( ruleIdOrSuper )
{
// InternalActionDSL.g:6361:4: ( ruleIdOrSuper )
// InternalActionDSL.g:6362: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_100);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:6376: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 alt108=2;
alt108 = dfa108.predict(input);
switch (alt108) {
case 1 :
// InternalActionDSL.g:6377: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= ')'
{
// InternalActionDSL.g:6377:4: ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) )
// InternalActionDSL.g:6378:5: ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' )
{
// InternalActionDSL.g:6382:5: (lv_explicitOperationCall_7_0= '(' )
// InternalActionDSL.g:6383:6: lv_explicitOperationCall_7_0= '('
{
lv_explicitOperationCall_7_0=(Token)match(input,53,FOLLOW_73); 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, "(");
}
}
}
// InternalActionDSL.g:6395:4: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )?
int alt107=3;
alt107 = dfa107.predict(input);
switch (alt107) {
case 1 :
// InternalActionDSL.g:6396:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) )
{
// InternalActionDSL.g:6396:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) )
// InternalActionDSL.g:6397:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure )
{
// InternalActionDSL.g:6422:6: (lv_featureCallArguments_8_0= ruleXShortClosure )
// InternalActionDSL.g:6423:7: lv_featureCallArguments_8_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0());
}
pushFollow(FOLLOW_43);
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 :
// InternalActionDSL.g:6441:5: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* )
{
// InternalActionDSL.g:6441:5: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* )
// InternalActionDSL.g:6442:6: ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )*
{
// InternalActionDSL.g:6442:6: ( (lv_featureCallArguments_9_0= ruleXExpression ) )
// InternalActionDSL.g:6443:7: (lv_featureCallArguments_9_0= ruleXExpression )
{
// InternalActionDSL.g:6443:7: (lv_featureCallArguments_9_0= ruleXExpression )
// InternalActionDSL.g:6444:8: lv_featureCallArguments_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0());
}
pushFollow(FOLLOW_42);
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();
}
}
}
// InternalActionDSL.g:6461:6: (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )*
loop106:
do {
int alt106=2;
int LA106_0 = input.LA(1);
if ( (LA106_0==54) ) {
alt106=1;
}
switch (alt106) {
case 1 :
// InternalActionDSL.g:6462:7: otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) )
{
otherlv_10=(Token)match(input,54,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0());
}
// InternalActionDSL.g:6466:7: ( (lv_featureCallArguments_11_0= ruleXExpression ) )
// InternalActionDSL.g:6467:8: (lv_featureCallArguments_11_0= ruleXExpression )
{
// InternalActionDSL.g:6467:8: (lv_featureCallArguments_11_0= ruleXExpression )
// InternalActionDSL.g:6468:9: lv_featureCallArguments_11_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0());
}
pushFollow(FOLLOW_42);
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 loop106;
}
} while (true);
}
}
break;
}
otherlv_12=(Token)match(input,55,FOLLOW_101); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2());
}
}
break;
}
// InternalActionDSL.g:6493:3: ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )?
int alt109=2;
alt109 = dfa109.predict(input);
switch (alt109) {
case 1 :
// InternalActionDSL.g:6494:4: ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure )
{
// InternalActionDSL.g:6500:4: (lv_featureCallArguments_13_0= ruleXClosure )
// InternalActionDSL.g:6501: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"
// InternalActionDSL.g:6522:1: entryRuleFeatureCallID returns [String current=null] : iv_ruleFeatureCallID= ruleFeatureCallID EOF ;
public final String entryRuleFeatureCallID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleFeatureCallID = null;
try {
// InternalActionDSL.g:6522:53: (iv_ruleFeatureCallID= ruleFeatureCallID EOF )
// InternalActionDSL.g:6523: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"
// InternalActionDSL.g:6529: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 {
// InternalActionDSL.g:6535:2: ( (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' ) )
// InternalActionDSL.g:6536:2: (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' )
{
// InternalActionDSL.g:6536:2: (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' )
int alt110=5;
switch ( input.LA(1) ) {
case RULE_ID:
{
alt110=1;
}
break;
case 104:
{
alt110=2;
}
break;
case 47:
{
alt110=3;
}
break;
case 46:
{
alt110=4;
}
break;
case 48:
{
alt110=5;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 110, 0, input);
throw nvae;
}
switch (alt110) {
case 1 :
// InternalActionDSL.g:6537: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 :
// InternalActionDSL.g:6548:3: kw= 'extends'
{
kw=(Token)match(input,104,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getExtendsKeyword_1());
}
}
break;
case 3 :
// InternalActionDSL.g:6554:3: kw= 'static'
{
kw=(Token)match(input,47,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getStaticKeyword_2());
}
}
break;
case 4 :
// InternalActionDSL.g:6560:3: kw= 'import'
{
kw=(Token)match(input,46,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getImportKeyword_3());
}
}
break;
case 5 :
// InternalActionDSL.g:6566:3: kw= 'extension'
{
kw=(Token)match(input,48,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"
// InternalActionDSL.g:6575:1: entryRuleIdOrSuper returns [String current=null] : iv_ruleIdOrSuper= ruleIdOrSuper EOF ;
public final String entryRuleIdOrSuper() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleIdOrSuper = null;
try {
// InternalActionDSL.g:6575:49: (iv_ruleIdOrSuper= ruleIdOrSuper EOF )
// InternalActionDSL.g:6576: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"
// InternalActionDSL.g:6582: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 {
// InternalActionDSL.g:6588:2: ( (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) )
// InternalActionDSL.g:6589:2: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' )
{
// InternalActionDSL.g:6589:2: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' )
int alt111=2;
int LA111_0 = input.LA(1);
if ( (LA111_0==RULE_ID||(LA111_0>=46 && LA111_0<=48)||LA111_0==104) ) {
alt111=1;
}
else if ( (LA111_0==105) ) {
alt111=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 111, 0, input);
throw nvae;
}
switch (alt111) {
case 1 :
// InternalActionDSL.g:6590: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 :
// InternalActionDSL.g:6601:3: kw= 'super'
{
kw=(Token)match(input,105,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"
// InternalActionDSL.g:6610:1: entryRuleXConstructorCall returns [EObject current=null] : iv_ruleXConstructorCall= ruleXConstructorCall EOF ;
public final EObject entryRuleXConstructorCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXConstructorCall = null;
try {
// InternalActionDSL.g:6610:57: (iv_ruleXConstructorCall= ruleXConstructorCall EOF )
// InternalActionDSL.g:6611: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"
// InternalActionDSL.g:6617: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 {
// InternalActionDSL.g:6623: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 ) )? ) )
// InternalActionDSL.g:6624: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 ) )? )
{
// InternalActionDSL.g:6624: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 ) )? )
// InternalActionDSL.g:6625: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 ) )?
{
// InternalActionDSL.g:6625:3: ()
// InternalActionDSL.g:6626:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXConstructorCallAccess().getXConstructorCallAction_0(),
current);
}
}
otherlv_1=(Token)match(input,106,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXConstructorCallAccess().getNewKeyword_1());
}
// InternalActionDSL.g:6636:3: ( ( ruleQualifiedName ) )
// InternalActionDSL.g:6637:4: ( ruleQualifiedName )
{
// InternalActionDSL.g:6637:4: ( ruleQualifiedName )
// InternalActionDSL.g:6638: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_102);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:6652:3: ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )?
int alt113=2;
alt113 = dfa113.predict(input);
switch (alt113) {
case 1 :
// InternalActionDSL.g:6653:4: ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>'
{
// InternalActionDSL.g:6653:4: ( ( '<' )=>otherlv_3= '<' )
// InternalActionDSL.g:6654:5: ( '<' )=>otherlv_3= '<'
{
otherlv_3=(Token)match(input,65,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXConstructorCallAccess().getLessThanSignKeyword_3_0());
}
}
// InternalActionDSL.g:6660:4: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:6661:5: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:6661:5: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:6662:6: lv_typeArguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0());
}
pushFollow(FOLLOW_71);
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();
}
}
}
// InternalActionDSL.g:6679:4: (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )*
loop112:
do {
int alt112=2;
int LA112_0 = input.LA(1);
if ( (LA112_0==54) ) {
alt112=1;
}
switch (alt112) {
case 1 :
// InternalActionDSL.g:6680:5: otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) )
{
otherlv_5=(Token)match(input,54,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXConstructorCallAccess().getCommaKeyword_3_2_0());
}
// InternalActionDSL.g:6684:5: ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:6685:6: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:6685:6: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:6686:7: lv_typeArguments_6_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0());
}
pushFollow(FOLLOW_71);
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 loop112;
}
} while (true);
otherlv_7=(Token)match(input,66,FOLLOW_100); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getXConstructorCallAccess().getGreaterThanSignKeyword_3_3());
}
}
break;
}
// InternalActionDSL.g:6709: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 alt116=2;
alt116 = dfa116.predict(input);
switch (alt116) {
case 1 :
// InternalActionDSL.g:6710: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= ')'
{
// InternalActionDSL.g:6710:4: ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) )
// InternalActionDSL.g:6711:5: ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' )
{
// InternalActionDSL.g:6715:5: (lv_explicitConstructorCall_8_0= '(' )
// InternalActionDSL.g:6716:6: lv_explicitConstructorCall_8_0= '('
{
lv_explicitConstructorCall_8_0=(Token)match(input,53,FOLLOW_73); 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, "(");
}
}
}
// InternalActionDSL.g:6728:4: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )?
int alt115=3;
alt115 = dfa115.predict(input);
switch (alt115) {
case 1 :
// InternalActionDSL.g:6729:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) )
{
// InternalActionDSL.g:6729:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) )
// InternalActionDSL.g:6730:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure )
{
// InternalActionDSL.g:6755:6: (lv_arguments_9_0= ruleXShortClosure )
// InternalActionDSL.g:6756:7: lv_arguments_9_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0());
}
pushFollow(FOLLOW_43);
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 :
// InternalActionDSL.g:6774:5: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* )
{
// InternalActionDSL.g:6774:5: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* )
// InternalActionDSL.g:6775:6: ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )*
{
// InternalActionDSL.g:6775:6: ( (lv_arguments_10_0= ruleXExpression ) )
// InternalActionDSL.g:6776:7: (lv_arguments_10_0= ruleXExpression )
{
// InternalActionDSL.g:6776:7: (lv_arguments_10_0= ruleXExpression )
// InternalActionDSL.g:6777:8: lv_arguments_10_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0());
}
pushFollow(FOLLOW_42);
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();
}
}
}
// InternalActionDSL.g:6794:6: (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )*
loop114:
do {
int alt114=2;
int LA114_0 = input.LA(1);
if ( (LA114_0==54) ) {
alt114=1;
}
switch (alt114) {
case 1 :
// InternalActionDSL.g:6795:7: otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) )
{
otherlv_11=(Token)match(input,54,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXConstructorCallAccess().getCommaKeyword_4_1_1_1_0());
}
// InternalActionDSL.g:6799:7: ( (lv_arguments_12_0= ruleXExpression ) )
// InternalActionDSL.g:6800:8: (lv_arguments_12_0= ruleXExpression )
{
// InternalActionDSL.g:6800:8: (lv_arguments_12_0= ruleXExpression )
// InternalActionDSL.g:6801:9: lv_arguments_12_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0());
}
pushFollow(FOLLOW_42);
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 loop114;
}
} while (true);
}
}
break;
}
otherlv_13=(Token)match(input,55,FOLLOW_101); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXConstructorCallAccess().getRightParenthesisKeyword_4_2());
}
}
break;
}
// InternalActionDSL.g:6826:3: ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )?
int alt117=2;
alt117 = dfa117.predict(input);
switch (alt117) {
case 1 :
// InternalActionDSL.g:6827:4: ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure )
{
// InternalActionDSL.g:6833:4: (lv_arguments_14_0= ruleXClosure )
// InternalActionDSL.g:6834: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"
// InternalActionDSL.g:6855:1: entryRuleXBooleanLiteral returns [EObject current=null] : iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF ;
public final EObject entryRuleXBooleanLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBooleanLiteral = null;
try {
// InternalActionDSL.g:6855:56: (iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF )
// InternalActionDSL.g:6856: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"
// InternalActionDSL.g:6862: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 {
// InternalActionDSL.g:6868:2: ( ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) )
// InternalActionDSL.g:6869:2: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
{
// InternalActionDSL.g:6869:2: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
// InternalActionDSL.g:6870:3: () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
{
// InternalActionDSL.g:6870:3: ()
// InternalActionDSL.g:6871:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0(),
current);
}
}
// InternalActionDSL.g:6877:3: (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
int alt118=2;
int LA118_0 = input.LA(1);
if ( (LA118_0==107) ) {
alt118=1;
}
else if ( (LA118_0==108) ) {
alt118=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 118, 0, input);
throw nvae;
}
switch (alt118) {
case 1 :
// InternalActionDSL.g:6878:4: otherlv_1= 'false'
{
otherlv_1=(Token)match(input,107,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0());
}
}
break;
case 2 :
// InternalActionDSL.g:6883:4: ( (lv_isTrue_2_0= 'true' ) )
{
// InternalActionDSL.g:6883:4: ( (lv_isTrue_2_0= 'true' ) )
// InternalActionDSL.g:6884:5: (lv_isTrue_2_0= 'true' )
{
// InternalActionDSL.g:6884:5: (lv_isTrue_2_0= 'true' )
// InternalActionDSL.g:6885:6: lv_isTrue_2_0= 'true'
{
lv_isTrue_2_0=(Token)match(input,108,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"
// InternalActionDSL.g:6902:1: entryRuleXNullLiteral returns [EObject current=null] : iv_ruleXNullLiteral= ruleXNullLiteral EOF ;
public final EObject entryRuleXNullLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXNullLiteral = null;
try {
// InternalActionDSL.g:6902:53: (iv_ruleXNullLiteral= ruleXNullLiteral EOF )
// InternalActionDSL.g:6903: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"
// InternalActionDSL.g:6909:1: ruleXNullLiteral returns [EObject current=null] : ( () otherlv_1= 'null' ) ;
public final EObject ruleXNullLiteral() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
enterRule();
try {
// InternalActionDSL.g:6915:2: ( ( () otherlv_1= 'null' ) )
// InternalActionDSL.g:6916:2: ( () otherlv_1= 'null' )
{
// InternalActionDSL.g:6916:2: ( () otherlv_1= 'null' )
// InternalActionDSL.g:6917:3: () otherlv_1= 'null'
{
// InternalActionDSL.g:6917:3: ()
// InternalActionDSL.g:6918:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,109,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"
// InternalActionDSL.g:6932:1: entryRuleXNumberLiteral returns [EObject current=null] : iv_ruleXNumberLiteral= ruleXNumberLiteral EOF ;
public final EObject entryRuleXNumberLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXNumberLiteral = null;
try {
// InternalActionDSL.g:6932:55: (iv_ruleXNumberLiteral= ruleXNumberLiteral EOF )
// InternalActionDSL.g:6933: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"
// InternalActionDSL.g:6939: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 {
// InternalActionDSL.g:6945:2: ( ( () ( (lv_value_1_0= ruleNumber ) ) ) )
// InternalActionDSL.g:6946:2: ( () ( (lv_value_1_0= ruleNumber ) ) )
{
// InternalActionDSL.g:6946:2: ( () ( (lv_value_1_0= ruleNumber ) ) )
// InternalActionDSL.g:6947:3: () ( (lv_value_1_0= ruleNumber ) )
{
// InternalActionDSL.g:6947:3: ()
// InternalActionDSL.g:6948:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0(),
current);
}
}
// InternalActionDSL.g:6954:3: ( (lv_value_1_0= ruleNumber ) )
// InternalActionDSL.g:6955:4: (lv_value_1_0= ruleNumber )
{
// InternalActionDSL.g:6955:4: (lv_value_1_0= ruleNumber )
// InternalActionDSL.g:6956: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"
// InternalActionDSL.g:6977:1: entryRuleXStringLiteral returns [EObject current=null] : iv_ruleXStringLiteral= ruleXStringLiteral EOF ;
public final EObject entryRuleXStringLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXStringLiteral = null;
try {
// InternalActionDSL.g:6977:55: (iv_ruleXStringLiteral= ruleXStringLiteral EOF )
// InternalActionDSL.g:6978: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"
// InternalActionDSL.g:6984: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 {
// InternalActionDSL.g:6990:2: ( ( () ( (lv_value_1_0= RULE_STRING ) ) ) )
// InternalActionDSL.g:6991:2: ( () ( (lv_value_1_0= RULE_STRING ) ) )
{
// InternalActionDSL.g:6991:2: ( () ( (lv_value_1_0= RULE_STRING ) ) )
// InternalActionDSL.g:6992:3: () ( (lv_value_1_0= RULE_STRING ) )
{
// InternalActionDSL.g:6992:3: ()
// InternalActionDSL.g:6993:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXStringLiteralAccess().getXStringLiteralAction_0(),
current);
}
}
// InternalActionDSL.g:6999:3: ( (lv_value_1_0= RULE_STRING ) )
// InternalActionDSL.g:7000:4: (lv_value_1_0= RULE_STRING )
{
// InternalActionDSL.g:7000:4: (lv_value_1_0= RULE_STRING )
// InternalActionDSL.g:7001: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"
// InternalActionDSL.g:7021:1: entryRuleXTypeLiteral returns [EObject current=null] : iv_ruleXTypeLiteral= ruleXTypeLiteral EOF ;
public final EObject entryRuleXTypeLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXTypeLiteral = null;
try {
// InternalActionDSL.g:7021:53: (iv_ruleXTypeLiteral= ruleXTypeLiteral EOF )
// InternalActionDSL.g:7022: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"
// InternalActionDSL.g:7028: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 {
// InternalActionDSL.g:7034:2: ( ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) )
// InternalActionDSL.g:7035:2: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' )
{
// InternalActionDSL.g:7035:2: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' )
// InternalActionDSL.g:7036:3: () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')'
{
// InternalActionDSL.g:7036:3: ()
// InternalActionDSL.g:7037:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,110,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1());
}
otherlv_2=(Token)match(input,53,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2());
}
// InternalActionDSL.g:7051:3: ( ( ruleQualifiedName ) )
// InternalActionDSL.g:7052:4: ( ruleQualifiedName )
{
// InternalActionDSL.g:7052:4: ( ruleQualifiedName )
// InternalActionDSL.g:7053: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_103);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:7067:3: ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )*
loop119:
do {
int alt119=2;
int LA119_0 = input.LA(1);
if ( (LA119_0==58) ) {
alt119=1;
}
switch (alt119) {
case 1 :
// InternalActionDSL.g:7068:4: (lv_arrayDimensions_4_0= ruleArrayBrackets )
{
// InternalActionDSL.g:7068:4: (lv_arrayDimensions_4_0= ruleArrayBrackets )
// InternalActionDSL.g:7069:5: lv_arrayDimensions_4_0= ruleArrayBrackets
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0());
}
pushFollow(FOLLOW_103);
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 loop119;
}
} while (true);
otherlv_5=(Token)match(input,55,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"
// InternalActionDSL.g:7094:1: entryRuleXThrowExpression returns [EObject current=null] : iv_ruleXThrowExpression= ruleXThrowExpression EOF ;
public final EObject entryRuleXThrowExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXThrowExpression = null;
try {
// InternalActionDSL.g:7094:57: (iv_ruleXThrowExpression= ruleXThrowExpression EOF )
// InternalActionDSL.g:7095: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"
// InternalActionDSL.g:7101: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 {
// InternalActionDSL.g:7107:2: ( ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) )
// InternalActionDSL.g:7108:2: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) )
{
// InternalActionDSL.g:7108:2: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) )
// InternalActionDSL.g:7109:3: () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) )
{
// InternalActionDSL.g:7109:3: ()
// InternalActionDSL.g:7110:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,111,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1());
}
// InternalActionDSL.g:7120:3: ( (lv_expression_2_0= ruleXExpression ) )
// InternalActionDSL.g:7121:4: (lv_expression_2_0= ruleXExpression )
{
// InternalActionDSL.g:7121:4: (lv_expression_2_0= ruleXExpression )
// InternalActionDSL.g:7122: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"
// InternalActionDSL.g:7143:1: entryRuleXReturnExpression returns [EObject current=null] : iv_ruleXReturnExpression= ruleXReturnExpression EOF ;
public final EObject entryRuleXReturnExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXReturnExpression = null;
try {
// InternalActionDSL.g:7143:58: (iv_ruleXReturnExpression= ruleXReturnExpression EOF )
// InternalActionDSL.g:7144: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"
// InternalActionDSL.g:7150: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 {
// InternalActionDSL.g:7156: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 ) )? ) )
// InternalActionDSL.g:7157: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 ) )? )
{
// InternalActionDSL.g:7157: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 ) )? )
// InternalActionDSL.g:7158: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 ) )?
{
// InternalActionDSL.g:7158:3: ()
// InternalActionDSL.g:7159:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,112,FOLLOW_104); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1());
}
// InternalActionDSL.g:7169: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 alt120=2;
alt120 = dfa120.predict(input);
switch (alt120) {
case 1 :
// InternalActionDSL.g:7170: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 )
{
// InternalActionDSL.g:7171:4: (lv_expression_2_0= ruleXExpression )
// InternalActionDSL.g:7172: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"
// InternalActionDSL.g:7193:1: entryRuleXTryCatchFinallyExpression returns [EObject current=null] : iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF ;
public final EObject entryRuleXTryCatchFinallyExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXTryCatchFinallyExpression = null;
try {
// InternalActionDSL.g:7193:67: (iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF )
// InternalActionDSL.g:7194: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"
// InternalActionDSL.g:7200: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 {
// InternalActionDSL.g:7206: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 ) ) ) ) ) )
// InternalActionDSL.g:7207: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 ) ) ) ) )
{
// InternalActionDSL.g:7207: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 ) ) ) ) )
// InternalActionDSL.g:7208: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 ) ) ) )
{
// InternalActionDSL.g:7208:3: ()
// InternalActionDSL.g:7209:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,113,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1());
}
// InternalActionDSL.g:7219:3: ( (lv_expression_2_0= ruleXExpression ) )
// InternalActionDSL.g:7220:4: (lv_expression_2_0= ruleXExpression )
{
// InternalActionDSL.g:7220:4: (lv_expression_2_0= ruleXExpression )
// InternalActionDSL.g:7221:5: lv_expression_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_105);
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();
}
}
}
// InternalActionDSL.g:7238: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 alt123=2;
int LA123_0 = input.LA(1);
if ( (LA123_0==116) ) {
alt123=1;
}
else if ( (LA123_0==114) ) {
alt123=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 123, 0, input);
throw nvae;
}
switch (alt123) {
case 1 :
// InternalActionDSL.g:7239:4: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? )
{
// InternalActionDSL.g:7239:4: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? )
// InternalActionDSL.g:7240:5: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )?
{
// InternalActionDSL.g:7240:5: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+
int cnt121=0;
loop121:
do {
int alt121=2;
int LA121_0 = input.LA(1);
if ( (LA121_0==116) ) {
int LA121_2 = input.LA(2);
if ( (synpred44_InternalActionDSL()) ) {
alt121=1;
}
}
switch (alt121) {
case 1 :
// InternalActionDSL.g:7241:6: ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause )
{
// InternalActionDSL.g:7242:6: (lv_catchClauses_3_0= ruleXCatchClause )
// InternalActionDSL.g:7243:7: lv_catchClauses_3_0= ruleXCatchClause
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0());
}
pushFollow(FOLLOW_106);
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 ( cnt121 >= 1 ) break loop121;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(121, input);
throw eee;
}
cnt121++;
} while (true);
// InternalActionDSL.g:7260:5: ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )?
int alt122=2;
int LA122_0 = input.LA(1);
if ( (LA122_0==114) ) {
int LA122_1 = input.LA(2);
if ( (synpred45_InternalActionDSL()) ) {
alt122=1;
}
}
switch (alt122) {
case 1 :
// InternalActionDSL.g:7261:6: ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) )
{
// InternalActionDSL.g:7261:6: ( ( 'finally' )=>otherlv_4= 'finally' )
// InternalActionDSL.g:7262:7: ( 'finally' )=>otherlv_4= 'finally'
{
otherlv_4=(Token)match(input,114,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0());
}
}
// InternalActionDSL.g:7268:6: ( (lv_finallyExpression_5_0= ruleXExpression ) )
// InternalActionDSL.g:7269:7: (lv_finallyExpression_5_0= ruleXExpression )
{
// InternalActionDSL.g:7269:7: (lv_finallyExpression_5_0= ruleXExpression )
// InternalActionDSL.g:7270: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 :
// InternalActionDSL.g:7290:4: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) )
{
// InternalActionDSL.g:7290:4: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) )
// InternalActionDSL.g:7291:5: otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) )
{
otherlv_6=(Token)match(input,114,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0());
}
// InternalActionDSL.g:7295:5: ( (lv_finallyExpression_7_0= ruleXExpression ) )
// InternalActionDSL.g:7296:6: (lv_finallyExpression_7_0= ruleXExpression )
{
// InternalActionDSL.g:7296:6: (lv_finallyExpression_7_0= ruleXExpression )
// InternalActionDSL.g:7297: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"
// InternalActionDSL.g:7320:1: entryRuleXSynchronizedExpression returns [EObject current=null] : iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF ;
public final EObject entryRuleXSynchronizedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSynchronizedExpression = null;
try {
// InternalActionDSL.g:7320:64: (iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF )
// InternalActionDSL.g:7321: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"
// InternalActionDSL.g:7327: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 {
// InternalActionDSL.g:7333:2: ( ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) )
// InternalActionDSL.g:7334:2: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) )
{
// InternalActionDSL.g:7334:2: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) )
// InternalActionDSL.g:7335:3: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) )
{
// InternalActionDSL.g:7335:3: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) )
// InternalActionDSL.g:7336:4: ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' )
{
// InternalActionDSL.g:7343:4: ( () otherlv_1= 'synchronized' otherlv_2= '(' )
// InternalActionDSL.g:7344:5: () otherlv_1= 'synchronized' otherlv_2= '('
{
// InternalActionDSL.g:7344:5: ()
// InternalActionDSL.g:7345:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,115,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1());
}
otherlv_2=(Token)match(input,53,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2());
}
}
}
// InternalActionDSL.g:7361:3: ( (lv_param_3_0= ruleXExpression ) )
// InternalActionDSL.g:7362:4: (lv_param_3_0= ruleXExpression )
{
// InternalActionDSL.g:7362:4: (lv_param_3_0= ruleXExpression )
// InternalActionDSL.g:7363:5: lv_param_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_43);
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,55,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2());
}
// InternalActionDSL.g:7384:3: ( (lv_expression_5_0= ruleXExpression ) )
// InternalActionDSL.g:7385:4: (lv_expression_5_0= ruleXExpression )
{
// InternalActionDSL.g:7385:4: (lv_expression_5_0= ruleXExpression )
// InternalActionDSL.g:7386: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"
// InternalActionDSL.g:7407:1: entryRuleXCatchClause returns [EObject current=null] : iv_ruleXCatchClause= ruleXCatchClause EOF ;
public final EObject entryRuleXCatchClause() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCatchClause = null;
try {
// InternalActionDSL.g:7407:53: (iv_ruleXCatchClause= ruleXCatchClause EOF )
// InternalActionDSL.g:7408: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"
// InternalActionDSL.g:7414: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 {
// InternalActionDSL.g:7420:2: ( ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) )
// InternalActionDSL.g:7421:2: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) )
{
// InternalActionDSL.g:7421:2: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) )
// InternalActionDSL.g:7422:3: ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) )
{
// InternalActionDSL.g:7422:3: ( ( 'catch' )=>otherlv_0= 'catch' )
// InternalActionDSL.g:7423:4: ( 'catch' )=>otherlv_0= 'catch'
{
otherlv_0=(Token)match(input,116,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getXCatchClauseAccess().getCatchKeyword_0());
}
}
otherlv_1=(Token)match(input,53,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1());
}
// InternalActionDSL.g:7433:3: ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) )
// InternalActionDSL.g:7434:4: (lv_declaredParam_2_0= ruleFullJvmFormalParameter )
{
// InternalActionDSL.g:7434:4: (lv_declaredParam_2_0= ruleFullJvmFormalParameter )
// InternalActionDSL.g:7435:5: lv_declaredParam_2_0= ruleFullJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0());
}
pushFollow(FOLLOW_43);
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,55,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3());
}
// InternalActionDSL.g:7456:3: ( (lv_expression_4_0= ruleXExpression ) )
// InternalActionDSL.g:7457:4: (lv_expression_4_0= ruleXExpression )
{
// InternalActionDSL.g:7457:4: (lv_expression_4_0= ruleXExpression )
// InternalActionDSL.g:7458: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"
// InternalActionDSL.g:7479:1: entryRuleQualifiedName returns [String current=null] : iv_ruleQualifiedName= ruleQualifiedName EOF ;
public final String entryRuleQualifiedName() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedName = null;
try {
// InternalActionDSL.g:7479:53: (iv_ruleQualifiedName= ruleQualifiedName EOF )
// InternalActionDSL.g:7480: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"
// InternalActionDSL.g:7486: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 {
// InternalActionDSL.g:7492:2: ( (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) )
// InternalActionDSL.g:7493:2: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* )
{
// InternalActionDSL.g:7493:2: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* )
// InternalActionDSL.g:7494:3: this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0());
}
pushFollow(FOLLOW_35);
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();
}
// InternalActionDSL.g:7504:3: ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )*
loop124:
do {
int alt124=2;
int LA124_0 = input.LA(1);
if ( (LA124_0==45) ) {
int LA124_2 = input.LA(2);
if ( (LA124_2==RULE_ID) ) {
int LA124_3 = input.LA(3);
if ( (synpred48_InternalActionDSL()) ) {
alt124=1;
}
}
}
switch (alt124) {
case 1 :
// InternalActionDSL.g:7505:4: ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID
{
// InternalActionDSL.g:7505:4: ( ( '.' )=>kw= '.' )
// InternalActionDSL.g:7506:5: ( '.' )=>kw= '.'
{
kw=(Token)match(input,45,FOLLOW_4); 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_35);
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 loop124;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleQualifiedName"
// $ANTLR start "entryRuleNumber"
// InternalActionDSL.g:7528: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 {
// InternalActionDSL.g:7530:2: (iv_ruleNumber= ruleNumber EOF )
// InternalActionDSL.g:7531: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"
// InternalActionDSL.g:7540: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 {
// InternalActionDSL.g:7547: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 ) )? ) ) )
// InternalActionDSL.g:7548: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 ) )? ) )
{
// InternalActionDSL.g:7548: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 alt128=2;
int LA128_0 = input.LA(1);
if ( (LA128_0==RULE_HEX) ) {
alt128=1;
}
else if ( ((LA128_0>=RULE_INT && LA128_0<=RULE_DECIMAL)) ) {
alt128=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 128, 0, input);
throw nvae;
}
switch (alt128) {
case 1 :
// InternalActionDSL.g:7549: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 :
// InternalActionDSL.g:7557:3: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? )
{
// InternalActionDSL.g:7557:3: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? )
// InternalActionDSL.g:7558:4: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )?
{
// InternalActionDSL.g:7558:4: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL )
int alt125=2;
int LA125_0 = input.LA(1);
if ( (LA125_0==RULE_INT) ) {
alt125=1;
}
else if ( (LA125_0==RULE_DECIMAL) ) {
alt125=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 125, 0, input);
throw nvae;
}
switch (alt125) {
case 1 :
// InternalActionDSL.g:7559:5: this_INT_1= RULE_INT
{
this_INT_1=(Token)match(input,RULE_INT,FOLLOW_35); 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 :
// InternalActionDSL.g:7567:5: this_DECIMAL_2= RULE_DECIMAL
{
this_DECIMAL_2=(Token)match(input,RULE_DECIMAL,FOLLOW_35); 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;
}
// InternalActionDSL.g:7575:4: (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )?
int alt127=2;
int LA127_0 = input.LA(1);
if ( (LA127_0==45) ) {
int LA127_1 = input.LA(2);
if ( ((LA127_1>=RULE_INT && LA127_1<=RULE_DECIMAL)) ) {
alt127=1;
}
}
switch (alt127) {
case 1 :
// InternalActionDSL.g:7576:5: kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL )
{
kw=(Token)match(input,45,FOLLOW_107); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0());
}
// InternalActionDSL.g:7581:5: (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL )
int alt126=2;
int LA126_0 = input.LA(1);
if ( (LA126_0==RULE_INT) ) {
alt126=1;
}
else if ( (LA126_0==RULE_DECIMAL) ) {
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 :
// InternalActionDSL.g:7582: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 :
// InternalActionDSL.g:7590: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"
// InternalActionDSL.g:7607:1: entryRuleJvmTypeReference returns [EObject current=null] : iv_ruleJvmTypeReference= ruleJvmTypeReference EOF ;
public final EObject entryRuleJvmTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmTypeReference = null;
try {
// InternalActionDSL.g:7607:57: (iv_ruleJvmTypeReference= ruleJvmTypeReference EOF )
// InternalActionDSL.g:7608: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"
// InternalActionDSL.g:7614: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 {
// InternalActionDSL.g:7620:2: ( ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) )
// InternalActionDSL.g:7621:2: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef )
{
// InternalActionDSL.g:7621:2: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef )
int alt130=2;
int LA130_0 = input.LA(1);
if ( (LA130_0==RULE_ID) ) {
alt130=1;
}
else if ( (LA130_0==53||LA130_0==78) ) {
alt130=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 130, 0, input);
throw nvae;
}
switch (alt130) {
case 1 :
// InternalActionDSL.g:7622:3: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* )
{
// InternalActionDSL.g:7622:3: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* )
// InternalActionDSL.g:7623:4: this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0());
}
pushFollow(FOLLOW_101);
this_JvmParameterizedTypeReference_0=ruleJvmParameterizedTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_JvmParameterizedTypeReference_0;
afterParserOrEnumRuleCall();
}
// InternalActionDSL.g:7631:4: ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )*
loop129:
do {
int alt129=2;
int LA129_0 = input.LA(1);
if ( (LA129_0==58) ) {
int LA129_2 = input.LA(2);
if ( (LA129_2==59) ) {
int LA129_3 = input.LA(3);
if ( (synpred49_InternalActionDSL()) ) {
alt129=1;
}
}
}
switch (alt129) {
case 1 :
// InternalActionDSL.g:7632:5: ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets )
{
// InternalActionDSL.g:7638:5: ( () ruleArrayBrackets )
// InternalActionDSL.g:7639:6: () ruleArrayBrackets
{
// InternalActionDSL.g:7639:6: ()
// InternalActionDSL.g:7640: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_101);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop129;
}
} while (true);
}
}
break;
case 2 :
// InternalActionDSL.g:7657: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"
// InternalActionDSL.g:7669:1: entryRuleArrayBrackets returns [String current=null] : iv_ruleArrayBrackets= ruleArrayBrackets EOF ;
public final String entryRuleArrayBrackets() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleArrayBrackets = null;
try {
// InternalActionDSL.g:7669:53: (iv_ruleArrayBrackets= ruleArrayBrackets EOF )
// InternalActionDSL.g:7670: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"
// InternalActionDSL.g:7676:1: ruleArrayBrackets returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '[' kw= ']' ) ;
public final AntlrDatatypeRuleToken ruleArrayBrackets() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalActionDSL.g:7682:2: ( (kw= '[' kw= ']' ) )
// InternalActionDSL.g:7683:2: (kw= '[' kw= ']' )
{
// InternalActionDSL.g:7683:2: (kw= '[' kw= ']' )
// InternalActionDSL.g:7684:3: kw= '[' kw= ']'
{
kw=(Token)match(input,58,FOLLOW_80); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0());
}
kw=(Token)match(input,59,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"
// InternalActionDSL.g:7698:1: entryRuleXFunctionTypeRef returns [EObject current=null] : iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF ;
public final EObject entryRuleXFunctionTypeRef() throws RecognitionException {
EObject current = null;
EObject iv_ruleXFunctionTypeRef = null;
try {
// InternalActionDSL.g:7698:57: (iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF )
// InternalActionDSL.g:7699: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"
// InternalActionDSL.g:7705: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 {
// InternalActionDSL.g:7711:2: ( ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) )
// InternalActionDSL.g:7712:2: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) )
{
// InternalActionDSL.g:7712:2: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) )
// InternalActionDSL.g:7713:3: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) )
{
// InternalActionDSL.g:7713:3: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )?
int alt133=2;
int LA133_0 = input.LA(1);
if ( (LA133_0==53) ) {
alt133=1;
}
switch (alt133) {
case 1 :
// InternalActionDSL.g:7714:4: otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')'
{
otherlv_0=(Token)match(input,53,FOLLOW_108); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0());
}
// InternalActionDSL.g:7718:4: ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )?
int alt132=2;
int LA132_0 = input.LA(1);
if ( (LA132_0==RULE_ID||LA132_0==53||LA132_0==78) ) {
alt132=1;
}
switch (alt132) {
case 1 :
// InternalActionDSL.g:7719:5: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )*
{
// InternalActionDSL.g:7719:5: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:7720:6: (lv_paramTypes_1_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:7720:6: (lv_paramTypes_1_0= ruleJvmTypeReference )
// InternalActionDSL.g:7721:7: lv_paramTypes_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_42);
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();
}
}
}
// InternalActionDSL.g:7738:5: (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )*
loop131:
do {
int alt131=2;
int LA131_0 = input.LA(1);
if ( (LA131_0==54) ) {
alt131=1;
}
switch (alt131) {
case 1 :
// InternalActionDSL.g:7739:6: otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) )
{
otherlv_2=(Token)match(input,54,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0());
}
// InternalActionDSL.g:7743:6: ( (lv_paramTypes_3_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:7744:7: (lv_paramTypes_3_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:7744:7: (lv_paramTypes_3_0= ruleJvmTypeReference )
// InternalActionDSL.g:7745:8: lv_paramTypes_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_42);
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 loop131;
}
} while (true);
}
break;
}
otherlv_4=(Token)match(input,55,FOLLOW_109); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2());
}
}
break;
}
otherlv_5=(Token)match(input,78,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1());
}
// InternalActionDSL.g:7773:3: ( (lv_returnType_6_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:7774:4: (lv_returnType_6_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:7774:4: (lv_returnType_6_0= ruleJvmTypeReference )
// InternalActionDSL.g:7775: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"
// InternalActionDSL.g:7796:1: entryRuleJvmParameterizedTypeReference returns [EObject current=null] : iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF ;
public final EObject entryRuleJvmParameterizedTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmParameterizedTypeReference = null;
try {
// InternalActionDSL.g:7796:70: (iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF )
// InternalActionDSL.g:7797: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"
// InternalActionDSL.g:7803: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 {
// InternalActionDSL.g:7809: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= '>' )? )* )? ) )
// InternalActionDSL.g:7810: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= '>' )? )* )? )
{
// InternalActionDSL.g:7810: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= '>' )? )* )? )
// InternalActionDSL.g:7811: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= '>' )? )* )?
{
// InternalActionDSL.g:7811:3: ( ( ruleQualifiedName ) )
// InternalActionDSL.g:7812:4: ( ruleQualifiedName )
{
// InternalActionDSL.g:7812:4: ( ruleQualifiedName )
// InternalActionDSL.g:7813: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_110);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:7827: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 alt138=2;
alt138 = dfa138.predict(input);
switch (alt138) {
case 1 :
// InternalActionDSL.g:7828: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= '>' )? )*
{
// InternalActionDSL.g:7828:4: ( ( '<' )=>otherlv_1= '<' )
// InternalActionDSL.g:7829:5: ( '<' )=>otherlv_1= '<'
{
otherlv_1=(Token)match(input,65,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0());
}
}
// InternalActionDSL.g:7835:4: ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:7836:5: (lv_arguments_2_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:7836:5: (lv_arguments_2_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:7837:6: lv_arguments_2_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_71);
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();
}
}
}
// InternalActionDSL.g:7854:4: (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )*
loop134:
do {
int alt134=2;
int LA134_0 = input.LA(1);
if ( (LA134_0==54) ) {
alt134=1;
}
switch (alt134) {
case 1 :
// InternalActionDSL.g:7855:5: otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) )
{
otherlv_3=(Token)match(input,54,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0());
}
// InternalActionDSL.g:7859:5: ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:7860:6: (lv_arguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:7860:6: (lv_arguments_4_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:7861:7: lv_arguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0());
}
pushFollow(FOLLOW_71);
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 loop134;
}
} while (true);
otherlv_5=(Token)match(input,66,FOLLOW_35); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3());
}
// InternalActionDSL.g:7883:4: ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )*
loop137:
do {
int alt137=2;
int LA137_0 = input.LA(1);
if ( (LA137_0==45) ) {
int LA137_2 = input.LA(2);
if ( (LA137_2==RULE_ID) ) {
int LA137_3 = input.LA(3);
if ( (synpred51_InternalActionDSL()) ) {
alt137=1;
}
}
}
switch (alt137) {
case 1 :
// InternalActionDSL.g:7884:5: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )?
{
// InternalActionDSL.g:7884:5: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) )
// InternalActionDSL.g:7885:6: ( ( () '.' ) )=> ( () otherlv_7= '.' )
{
// InternalActionDSL.g:7891:6: ( () otherlv_7= '.' )
// InternalActionDSL.g:7892:7: () otherlv_7= '.'
{
// InternalActionDSL.g:7892:7: ()
// InternalActionDSL.g:7893:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0(),
current);
}
}
otherlv_7=(Token)match(input,45,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1());
}
}
}
// InternalActionDSL.g:7905:5: ( ( ruleValidID ) )
// InternalActionDSL.g:7906:6: ( ruleValidID )
{
// InternalActionDSL.g:7906:6: ( ruleValidID )
// InternalActionDSL.g:7907: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_111);
ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalActionDSL.g:7921:5: ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )?
int alt136=2;
alt136 = dfa136.predict(input);
switch (alt136) {
case 1 :
// InternalActionDSL.g:7922:6: ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>'
{
// InternalActionDSL.g:7922:6: ( ( '<' )=>otherlv_9= '<' )
// InternalActionDSL.g:7923:7: ( '<' )=>otherlv_9= '<'
{
otherlv_9=(Token)match(input,65,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0());
}
}
// InternalActionDSL.g:7929:6: ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:7930:7: (lv_arguments_10_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:7930:7: (lv_arguments_10_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:7931:8: lv_arguments_10_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0());
}
pushFollow(FOLLOW_71);
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();
}
}
}
// InternalActionDSL.g:7948:6: (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )*
loop135:
do {
int alt135=2;
int LA135_0 = input.LA(1);
if ( (LA135_0==54) ) {
alt135=1;
}
switch (alt135) {
case 1 :
// InternalActionDSL.g:7949:7: otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) )
{
otherlv_11=(Token)match(input,54,FOLLOW_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0());
}
// InternalActionDSL.g:7953:7: ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) )
// InternalActionDSL.g:7954:8: (lv_arguments_12_0= ruleJvmArgumentTypeReference )
{
// InternalActionDSL.g:7954:8: (lv_arguments_12_0= ruleJvmArgumentTypeReference )
// InternalActionDSL.g:7955:9: lv_arguments_12_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0());
}
pushFollow(FOLLOW_71);
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 loop135;
}
} while (true);
otherlv_13=(Token)match(input,66,FOLLOW_35); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3());
}
}
break;
}
}
break;
default :
break loop137;
}
} while (true);
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmParameterizedTypeReference"
// $ANTLR start "entryRuleJvmArgumentTypeReference"
// InternalActionDSL.g:7984:1: entryRuleJvmArgumentTypeReference returns [EObject current=null] : iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF ;
public final EObject entryRuleJvmArgumentTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmArgumentTypeReference = null;
try {
// InternalActionDSL.g:7984:65: (iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF )
// InternalActionDSL.g:7985: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"
// InternalActionDSL.g:7991: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 {
// InternalActionDSL.g:7997:2: ( (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) )
// InternalActionDSL.g:7998:2: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference )
{
// InternalActionDSL.g:7998:2: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference )
int alt139=2;
int LA139_0 = input.LA(1);
if ( (LA139_0==RULE_ID||LA139_0==53||LA139_0==78) ) {
alt139=1;
}
else if ( (LA139_0==117) ) {
alt139=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 139, 0, input);
throw nvae;
}
switch (alt139) {
case 1 :
// InternalActionDSL.g:7999: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 :
// InternalActionDSL.g:8008: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"
// InternalActionDSL.g:8020:1: entryRuleJvmWildcardTypeReference returns [EObject current=null] : iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF ;
public final EObject entryRuleJvmWildcardTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmWildcardTypeReference = null;
try {
// InternalActionDSL.g:8020:65: (iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF )
// InternalActionDSL.g:8021: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"
// InternalActionDSL.g:8027: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 {
// InternalActionDSL.g:8033:2: ( ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? ) )
// InternalActionDSL.g:8034:2: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? )
{
// InternalActionDSL.g:8034:2: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? )
// InternalActionDSL.g:8035:3: () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )?
{
// InternalActionDSL.g:8035:3: ()
// InternalActionDSL.g:8036:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0(),
current);
}
}
otherlv_1=(Token)match(input,117,FOLLOW_112); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1());
}
// InternalActionDSL.g:8046:3: ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )?
int alt142=3;
int LA142_0 = input.LA(1);
if ( (LA142_0==104) ) {
alt142=1;
}
else if ( (LA142_0==105) ) {
alt142=2;
}
switch (alt142) {
case 1 :
// InternalActionDSL.g:8047:4: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* )
{
// InternalActionDSL.g:8047:4: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* )
// InternalActionDSL.g:8048:5: ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )*
{
// InternalActionDSL.g:8048:5: ( (lv_constraints_2_0= ruleJvmUpperBound ) )
// InternalActionDSL.g:8049:6: (lv_constraints_2_0= ruleJvmUpperBound )
{
// InternalActionDSL.g:8049:6: (lv_constraints_2_0= ruleJvmUpperBound )
// InternalActionDSL.g:8050:7: lv_constraints_2_0= ruleJvmUpperBound
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0());
}
pushFollow(FOLLOW_113);
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();
}
}
}
// InternalActionDSL.g:8067:5: ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )*
loop140:
do {
int alt140=2;
int LA140_0 = input.LA(1);
if ( (LA140_0==118) ) {
alt140=1;
}
switch (alt140) {
case 1 :
// InternalActionDSL.g:8068:6: (lv_constraints_3_0= ruleJvmUpperBoundAnded )
{
// InternalActionDSL.g:8068:6: (lv_constraints_3_0= ruleJvmUpperBoundAnded )
// InternalActionDSL.g:8069:7: lv_constraints_3_0= ruleJvmUpperBoundAnded
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0());
}
pushFollow(FOLLOW_113);
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 loop140;
}
} while (true);
}
}
break;
case 2 :
// InternalActionDSL.g:8088:4: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* )
{
// InternalActionDSL.g:8088:4: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* )
// InternalActionDSL.g:8089:5: ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )*
{
// InternalActionDSL.g:8089:5: ( (lv_constraints_4_0= ruleJvmLowerBound ) )
// InternalActionDSL.g:8090:6: (lv_constraints_4_0= ruleJvmLowerBound )
{
// InternalActionDSL.g:8090:6: (lv_constraints_4_0= ruleJvmLowerBound )
// InternalActionDSL.g:8091:7: lv_constraints_4_0= ruleJvmLowerBound
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0());
}
pushFollow(FOLLOW_113);
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();
}
}
}
// InternalActionDSL.g:8108:5: ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )*
loop141:
do {
int alt141=2;
int LA141_0 = input.LA(1);
if ( (LA141_0==118) ) {
alt141=1;
}
switch (alt141) {
case 1 :
// InternalActionDSL.g:8109:6: (lv_constraints_5_0= ruleJvmLowerBoundAnded )
{
// InternalActionDSL.g:8109:6: (lv_constraints_5_0= ruleJvmLowerBoundAnded )
// InternalActionDSL.g:8110:7: lv_constraints_5_0= ruleJvmLowerBoundAnded
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0());
}
pushFollow(FOLLOW_113);
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 loop141;
}
} while (true);
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmWildcardTypeReference"
// $ANTLR start "entryRuleJvmUpperBound"
// InternalActionDSL.g:8133:1: entryRuleJvmUpperBound returns [EObject current=null] : iv_ruleJvmUpperBound= ruleJvmUpperBound EOF ;
public final EObject entryRuleJvmUpperBound() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmUpperBound = null;
try {
// InternalActionDSL.g:8133:54: (iv_ruleJvmUpperBound= ruleJvmUpperBound EOF )
// InternalActionDSL.g:8134: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"
// InternalActionDSL.g:8140: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 {
// InternalActionDSL.g:8146:2: ( (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalActionDSL.g:8147:2: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalActionDSL.g:8147:2: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalActionDSL.g:8148:3: otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,104,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0());
}
// InternalActionDSL.g:8152:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:8153:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:8153:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalActionDSL.g:8154: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"
// InternalActionDSL.g:8175:1: entryRuleJvmUpperBoundAnded returns [EObject current=null] : iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF ;
public final EObject entryRuleJvmUpperBoundAnded() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmUpperBoundAnded = null;
try {
// InternalActionDSL.g:8175:59: (iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF )
// InternalActionDSL.g:8176: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"
// InternalActionDSL.g:8182: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 {
// InternalActionDSL.g:8188:2: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalActionDSL.g:8189:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalActionDSL.g:8189:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalActionDSL.g:8190:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,118,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0());
}
// InternalActionDSL.g:8194:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:8195:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:8195:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalActionDSL.g:8196: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"
// InternalActionDSL.g:8217:1: entryRuleJvmLowerBound returns [EObject current=null] : iv_ruleJvmLowerBound= ruleJvmLowerBound EOF ;
public final EObject entryRuleJvmLowerBound() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmLowerBound = null;
try {
// InternalActionDSL.g:8217:54: (iv_ruleJvmLowerBound= ruleJvmLowerBound EOF )
// InternalActionDSL.g:8218: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"
// InternalActionDSL.g:8224: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 {
// InternalActionDSL.g:8230:2: ( (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalActionDSL.g:8231:2: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalActionDSL.g:8231:2: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalActionDSL.g:8232:3: otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,105,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0());
}
// InternalActionDSL.g:8236:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:8237:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:8237:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalActionDSL.g:8238: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"
// InternalActionDSL.g:8259:1: entryRuleJvmLowerBoundAnded returns [EObject current=null] : iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF ;
public final EObject entryRuleJvmLowerBoundAnded() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmLowerBoundAnded = null;
try {
// InternalActionDSL.g:8259:59: (iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF )
// InternalActionDSL.g:8260: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"
// InternalActionDSL.g:8266: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 {
// InternalActionDSL.g:8272:2: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalActionDSL.g:8273:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalActionDSL.g:8273:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalActionDSL.g:8274:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,118,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0());
}
// InternalActionDSL.g:8278:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalActionDSL.g:8279:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalActionDSL.g:8279:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalActionDSL.g:8280: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"
// InternalActionDSL.g:8301:1: entryRuleQualifiedNameWithWildcard returns [String current=null] : iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ;
public final String entryRuleQualifiedNameWithWildcard() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedNameWithWildcard = null;
try {
// InternalActionDSL.g:8301:65: (iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF )
// InternalActionDSL.g:8302: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"
// InternalActionDSL.g:8308: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 {
// InternalActionDSL.g:8314:2: ( (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) )
// InternalActionDSL.g:8315:2: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' )
{
// InternalActionDSL.g:8315:2: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' )
// InternalActionDSL.g:8316:3: this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*'
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0());
}
pushFollow(FOLLOW_114);
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,45,FOLLOW_115); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1());
}
kw=(Token)match(input,49,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"
// InternalActionDSL.g:8340:1: entryRuleValidID returns [String current=null] : iv_ruleValidID= ruleValidID EOF ;
public final String entryRuleValidID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleValidID = null;
try {
// InternalActionDSL.g:8340:47: (iv_ruleValidID= ruleValidID EOF )
// InternalActionDSL.g:8341: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"
// InternalActionDSL.g:8347: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 {
// InternalActionDSL.g:8353:2: (this_ID_0= RULE_ID )
// InternalActionDSL.g:8354: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"
// InternalActionDSL.g:8364:1: entryRuleXImportSection returns [EObject current=null] : iv_ruleXImportSection= ruleXImportSection EOF ;
public final EObject entryRuleXImportSection() throws RecognitionException {
EObject current = null;
EObject iv_ruleXImportSection = null;
try {
// InternalActionDSL.g:8364:55: (iv_ruleXImportSection= ruleXImportSection EOF )
// InternalActionDSL.g:8365: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"
// InternalActionDSL.g:8371: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 {
// InternalActionDSL.g:8377:2: ( ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ )
// InternalActionDSL.g:8378:2: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+
{
// InternalActionDSL.g:8378:2: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+
int cnt143=0;
loop143:
do {
int alt143=2;
int LA143_0 = input.LA(1);
if ( (LA143_0==46) ) {
alt143=1;
}
switch (alt143) {
case 1 :
// InternalActionDSL.g:8379:3: (lv_importDeclarations_0_0= ruleXImportDeclaration )
{
// InternalActionDSL.g:8379:3: (lv_importDeclarations_0_0= ruleXImportDeclaration )
// InternalActionDSL.g:8380:4: lv_importDeclarations_0_0= ruleXImportDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0());
}
pushFollow(FOLLOW_116);
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.xtext.oxtype.OXtype.XImportDeclaration");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt143 >= 1 ) break loop143;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(143, input);
throw eee;
}
cnt143++;
} while (true);
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXImportSection"
// $ANTLR start "entryRuleQualifiedNameInStaticImport"
// InternalActionDSL.g:8400:1: entryRuleQualifiedNameInStaticImport returns [String current=null] : iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF ;
public final String entryRuleQualifiedNameInStaticImport() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedNameInStaticImport = null;
try {
// InternalActionDSL.g:8400:67: (iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF )
// InternalActionDSL.g:8401: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"
// InternalActionDSL.g:8407: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 {
// InternalActionDSL.g:8413:2: ( (this_ValidID_0= ruleValidID kw= '.' )+ )
// InternalActionDSL.g:8414:2: (this_ValidID_0= ruleValidID kw= '.' )+
{
// InternalActionDSL.g:8414:2: (this_ValidID_0= ruleValidID kw= '.' )+
int cnt144=0;
loop144:
do {
int alt144=2;
int LA144_0 = input.LA(1);
if ( (LA144_0==RULE_ID) ) {
int LA144_2 = input.LA(2);
if ( (LA144_2==45) ) {
alt144=1;
}
}
switch (alt144) {
case 1 :
// InternalActionDSL.g:8415:3: this_ValidID_0= ruleValidID kw= '.'
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0());
}
pushFollow(FOLLOW_114);
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,45,FOLLOW_117); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1());
}
}
break;
default :
if ( cnt144 >= 1 ) break loop144;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(144, input);
throw eee;
}
cnt144++;
} while (true);
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleQualifiedNameInStaticImport"
// $ANTLR start "ruleTaskActionEnum"
// InternalActionDSL.g:8434:1: ruleTaskActionEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'Claim' ) | (enumLiteral_1= 'Start' ) | (enumLiteral_2= 'Stop' ) | (enumLiteral_3= 'Release' ) | (enumLiteral_4= 'Suspend' ) | (enumLiteral_5= 'Resume' ) | (enumLiteral_6= 'Skip' ) | (enumLiteral_7= 'Complete' ) | (enumLiteral_8= 'Delegate' ) | (enumLiteral_9= 'Forward' ) | (enumLiteral_10= 'Fail' ) | (enumLiteral_11= 'Register' ) | (enumLiteral_12= 'Remove' ) | (enumLiteral_13= 'Activate' ) | (enumLiteral_14= 'Exit' ) ) ;
public final Enumerator ruleTaskActionEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
Token enumLiteral_1=null;
Token enumLiteral_2=null;
Token enumLiteral_3=null;
Token enumLiteral_4=null;
Token enumLiteral_5=null;
Token enumLiteral_6=null;
Token enumLiteral_7=null;
Token enumLiteral_8=null;
Token enumLiteral_9=null;
Token enumLiteral_10=null;
Token enumLiteral_11=null;
Token enumLiteral_12=null;
Token enumLiteral_13=null;
Token enumLiteral_14=null;
enterRule();
try {
// InternalActionDSL.g:8440:2: ( ( (enumLiteral_0= 'Claim' ) | (enumLiteral_1= 'Start' ) | (enumLiteral_2= 'Stop' ) | (enumLiteral_3= 'Release' ) | (enumLiteral_4= 'Suspend' ) | (enumLiteral_5= 'Resume' ) | (enumLiteral_6= 'Skip' ) | (enumLiteral_7= 'Complete' ) | (enumLiteral_8= 'Delegate' ) | (enumLiteral_9= 'Forward' ) | (enumLiteral_10= 'Fail' ) | (enumLiteral_11= 'Register' ) | (enumLiteral_12= 'Remove' ) | (enumLiteral_13= 'Activate' ) | (enumLiteral_14= 'Exit' ) ) )
// InternalActionDSL.g:8441:2: ( (enumLiteral_0= 'Claim' ) | (enumLiteral_1= 'Start' ) | (enumLiteral_2= 'Stop' ) | (enumLiteral_3= 'Release' ) | (enumLiteral_4= 'Suspend' ) | (enumLiteral_5= 'Resume' ) | (enumLiteral_6= 'Skip' ) | (enumLiteral_7= 'Complete' ) | (enumLiteral_8= 'Delegate' ) | (enumLiteral_9= 'Forward' ) | (enumLiteral_10= 'Fail' ) | (enumLiteral_11= 'Register' ) | (enumLiteral_12= 'Remove' ) | (enumLiteral_13= 'Activate' ) | (enumLiteral_14= 'Exit' ) )
{
// InternalActionDSL.g:8441:2: ( (enumLiteral_0= 'Claim' ) | (enumLiteral_1= 'Start' ) | (enumLiteral_2= 'Stop' ) | (enumLiteral_3= 'Release' ) | (enumLiteral_4= 'Suspend' ) | (enumLiteral_5= 'Resume' ) | (enumLiteral_6= 'Skip' ) | (enumLiteral_7= 'Complete' ) | (enumLiteral_8= 'Delegate' ) | (enumLiteral_9= 'Forward' ) | (enumLiteral_10= 'Fail' ) | (enumLiteral_11= 'Register' ) | (enumLiteral_12= 'Remove' ) | (enumLiteral_13= 'Activate' ) | (enumLiteral_14= 'Exit' ) )
int alt145=15;
switch ( input.LA(1) ) {
case 119:
{
alt145=1;
}
break;
case 120:
{
alt145=2;
}
break;
case 121:
{
alt145=3;
}
break;
case 122:
{
alt145=4;
}
break;
case 123:
{
alt145=5;
}
break;
case 124:
{
alt145=6;
}
break;
case 125:
{
alt145=7;
}
break;
case 126:
{
alt145=8;
}
break;
case 127:
{
alt145=9;
}
break;
case 128:
{
alt145=10;
}
break;
case 129:
{
alt145=11;
}
break;
case 130:
{
alt145=12;
}
break;
case 131:
{
alt145=13;
}
break;
case 132:
{
alt145=14;
}
break;
case 133:
{
alt145=15;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 145, 0, input);
throw nvae;
}
switch (alt145) {
case 1 :
// InternalActionDSL.g:8442:3: (enumLiteral_0= 'Claim' )
{
// InternalActionDSL.g:8442:3: (enumLiteral_0= 'Claim' )
// InternalActionDSL.g:8443:4: enumLiteral_0= 'Claim'
{
enumLiteral_0=(Token)match(input,119,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_CLAIMEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_CLAIMEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalActionDSL.g:8450:3: (enumLiteral_1= 'Start' )
{
// InternalActionDSL.g:8450:3: (enumLiteral_1= 'Start' )
// InternalActionDSL.g:8451:4: enumLiteral_1= 'Start'
{
enumLiteral_1=(Token)match(input,120,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_STARTEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_STARTEnumLiteralDeclaration_1());
}
}
}
break;
case 3 :
// InternalActionDSL.g:8458:3: (enumLiteral_2= 'Stop' )
{
// InternalActionDSL.g:8458:3: (enumLiteral_2= 'Stop' )
// InternalActionDSL.g:8459:4: enumLiteral_2= 'Stop'
{
enumLiteral_2=(Token)match(input,121,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_STOPEnumLiteralDeclaration_2().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_2, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_STOPEnumLiteralDeclaration_2());
}
}
}
break;
case 4 :
// InternalActionDSL.g:8466:3: (enumLiteral_3= 'Release' )
{
// InternalActionDSL.g:8466:3: (enumLiteral_3= 'Release' )
// InternalActionDSL.g:8467:4: enumLiteral_3= 'Release'
{
enumLiteral_3=(Token)match(input,122,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_RELEASEEnumLiteralDeclaration_3().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_3, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_RELEASEEnumLiteralDeclaration_3());
}
}
}
break;
case 5 :
// InternalActionDSL.g:8474:3: (enumLiteral_4= 'Suspend' )
{
// InternalActionDSL.g:8474:3: (enumLiteral_4= 'Suspend' )
// InternalActionDSL.g:8475:4: enumLiteral_4= 'Suspend'
{
enumLiteral_4=(Token)match(input,123,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_SUSPENDEnumLiteralDeclaration_4().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_4, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_SUSPENDEnumLiteralDeclaration_4());
}
}
}
break;
case 6 :
// InternalActionDSL.g:8482:3: (enumLiteral_5= 'Resume' )
{
// InternalActionDSL.g:8482:3: (enumLiteral_5= 'Resume' )
// InternalActionDSL.g:8483:4: enumLiteral_5= 'Resume'
{
enumLiteral_5=(Token)match(input,124,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_RESUMEEnumLiteralDeclaration_5().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_5, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_RESUMEEnumLiteralDeclaration_5());
}
}
}
break;
case 7 :
// InternalActionDSL.g:8490:3: (enumLiteral_6= 'Skip' )
{
// InternalActionDSL.g:8490:3: (enumLiteral_6= 'Skip' )
// InternalActionDSL.g:8491:4: enumLiteral_6= 'Skip'
{
enumLiteral_6=(Token)match(input,125,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_SKIPEnumLiteralDeclaration_6().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_6, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_SKIPEnumLiteralDeclaration_6());
}
}
}
break;
case 8 :
// InternalActionDSL.g:8498:3: (enumLiteral_7= 'Complete' )
{
// InternalActionDSL.g:8498:3: (enumLiteral_7= 'Complete' )
// InternalActionDSL.g:8499:4: enumLiteral_7= 'Complete'
{
enumLiteral_7=(Token)match(input,126,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_COMPLETEEnumLiteralDeclaration_7().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_7, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_COMPLETEEnumLiteralDeclaration_7());
}
}
}
break;
case 9 :
// InternalActionDSL.g:8506:3: (enumLiteral_8= 'Delegate' )
{
// InternalActionDSL.g:8506:3: (enumLiteral_8= 'Delegate' )
// InternalActionDSL.g:8507:4: enumLiteral_8= 'Delegate'
{
enumLiteral_8=(Token)match(input,127,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_DELEGATEEnumLiteralDeclaration_8().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_8, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_DELEGATEEnumLiteralDeclaration_8());
}
}
}
break;
case 10 :
// InternalActionDSL.g:8514:3: (enumLiteral_9= 'Forward' )
{
// InternalActionDSL.g:8514:3: (enumLiteral_9= 'Forward' )
// InternalActionDSL.g:8515:4: enumLiteral_9= 'Forward'
{
enumLiteral_9=(Token)match(input,128,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_FORWARDEnumLiteralDeclaration_9().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_9, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_FORWARDEnumLiteralDeclaration_9());
}
}
}
break;
case 11 :
// InternalActionDSL.g:8522:3: (enumLiteral_10= 'Fail' )
{
// InternalActionDSL.g:8522:3: (enumLiteral_10= 'Fail' )
// InternalActionDSL.g:8523:4: enumLiteral_10= 'Fail'
{
enumLiteral_10=(Token)match(input,129,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_FAILEnumLiteralDeclaration_10().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_10, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_FAILEnumLiteralDeclaration_10());
}
}
}
break;
case 12 :
// InternalActionDSL.g:8530:3: (enumLiteral_11= 'Register' )
{
// InternalActionDSL.g:8530:3: (enumLiteral_11= 'Register' )
// InternalActionDSL.g:8531:4: enumLiteral_11= 'Register'
{
enumLiteral_11=(Token)match(input,130,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_REGISTEREnumLiteralDeclaration_11().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_11, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_REGISTEREnumLiteralDeclaration_11());
}
}
}
break;
case 13 :
// InternalActionDSL.g:8538:3: (enumLiteral_12= 'Remove' )
{
// InternalActionDSL.g:8538:3: (enumLiteral_12= 'Remove' )
// InternalActionDSL.g:8539:4: enumLiteral_12= 'Remove'
{
enumLiteral_12=(Token)match(input,131,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_REMOVEEnumLiteralDeclaration_12().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_12, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_REMOVEEnumLiteralDeclaration_12());
}
}
}
break;
case 14 :
// InternalActionDSL.g:8546:3: (enumLiteral_13= 'Activate' )
{
// InternalActionDSL.g:8546:3: (enumLiteral_13= 'Activate' )
// InternalActionDSL.g:8547:4: enumLiteral_13= 'Activate'
{
enumLiteral_13=(Token)match(input,132,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_ACTIVATEEnumLiteralDeclaration_13().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_13, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_ACTIVATEEnumLiteralDeclaration_13());
}
}
}
break;
case 15 :
// InternalActionDSL.g:8554:3: (enumLiteral_14= 'Exit' )
{
// InternalActionDSL.g:8554:3: (enumLiteral_14= 'Exit' )
// InternalActionDSL.g:8555:4: enumLiteral_14= 'Exit'
{
enumLiteral_14=(Token)match(input,133,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_EXITEnumLiteralDeclaration_14().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_14, grammarAccess.getTaskActionEnumAccess().getTASK_ACTION_EXITEnumLiteralDeclaration_14());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleTaskActionEnum"
// $ANTLR start "ruleSelectWorkloadActionEnum"
// InternalActionDSL.g:8565:1: ruleSelectWorkloadActionEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'RemoveAll' ) | (enumLiteral_1= 'AddAll' ) ) ;
public final Enumerator ruleSelectWorkloadActionEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
Token enumLiteral_1=null;
enterRule();
try {
// InternalActionDSL.g:8571:2: ( ( (enumLiteral_0= 'RemoveAll' ) | (enumLiteral_1= 'AddAll' ) ) )
// InternalActionDSL.g:8572:2: ( (enumLiteral_0= 'RemoveAll' ) | (enumLiteral_1= 'AddAll' ) )
{
// InternalActionDSL.g:8572:2: ( (enumLiteral_0= 'RemoveAll' ) | (enumLiteral_1= 'AddAll' ) )
int alt146=2;
int LA146_0 = input.LA(1);
if ( (LA146_0==134) ) {
alt146=1;
}
else if ( (LA146_0==135) ) {
alt146=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 146, 0, input);
throw nvae;
}
switch (alt146) {
case 1 :
// InternalActionDSL.g:8573:3: (enumLiteral_0= 'RemoveAll' )
{
// InternalActionDSL.g:8573:3: (enumLiteral_0= 'RemoveAll' )
// InternalActionDSL.g:8574:4: enumLiteral_0= 'RemoveAll'
{
enumLiteral_0=(Token)match(input,134,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getSelectWorkloadActionEnumAccess().getWORKLOAD_SELECT_ACTION_REMOVE_ALLEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getSelectWorkloadActionEnumAccess().getWORKLOAD_SELECT_ACTION_REMOVE_ALLEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalActionDSL.g:8581:3: (enumLiteral_1= 'AddAll' )
{
// InternalActionDSL.g:8581:3: (enumLiteral_1= 'AddAll' )
// InternalActionDSL.g:8582:4: enumLiteral_1= 'AddAll'
{
enumLiteral_1=(Token)match(input,135,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getSelectWorkloadActionEnumAccess().getWORKLOAD_SELECT_ACTION_ADD_ALLEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getSelectWorkloadActionEnumAccess().getWORKLOAD_SELECT_ACTION_ADD_ALLEnumLiteralDeclaration_1());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleSelectWorkloadActionEnum"
// $ANTLR start "ruleDialogActionEnum"
// InternalActionDSL.g:8592:1: ruleDialogActionEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'New' ) | (enumLiteral_1= 'Save' ) | (enumLiteral_2= 'Delete' ) | (enumLiteral_3= 'Cancel' ) | (enumLiteral_4= 'SaveAndNew' ) | (enumLiteral_5= 'SaveAsNew' ) ) ;
public final Enumerator ruleDialogActionEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
Token enumLiteral_1=null;
Token enumLiteral_2=null;
Token enumLiteral_3=null;
Token enumLiteral_4=null;
Token enumLiteral_5=null;
enterRule();
try {
// InternalActionDSL.g:8598:2: ( ( (enumLiteral_0= 'New' ) | (enumLiteral_1= 'Save' ) | (enumLiteral_2= 'Delete' ) | (enumLiteral_3= 'Cancel' ) | (enumLiteral_4= 'SaveAndNew' ) | (enumLiteral_5= 'SaveAsNew' ) ) )
// InternalActionDSL.g:8599:2: ( (enumLiteral_0= 'New' ) | (enumLiteral_1= 'Save' ) | (enumLiteral_2= 'Delete' ) | (enumLiteral_3= 'Cancel' ) | (enumLiteral_4= 'SaveAndNew' ) | (enumLiteral_5= 'SaveAsNew' ) )
{
// InternalActionDSL.g:8599:2: ( (enumLiteral_0= 'New' ) | (enumLiteral_1= 'Save' ) | (enumLiteral_2= 'Delete' ) | (enumLiteral_3= 'Cancel' ) | (enumLiteral_4= 'SaveAndNew' ) | (enumLiteral_5= 'SaveAsNew' ) )
int alt147=6;
switch ( input.LA(1) ) {
case 136:
{
alt147=1;
}
break;
case 137:
{
alt147=2;
}
break;
case 138:
{
alt147=3;
}
break;
case 139:
{
alt147=4;
}
break;
case 140:
{
alt147=5;
}
break;
case 141:
{
alt147=6;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 147, 0, input);
throw nvae;
}
switch (alt147) {
case 1 :
// InternalActionDSL.g:8600:3: (enumLiteral_0= 'New' )
{
// InternalActionDSL.g:8600:3: (enumLiteral_0= 'New' )
// InternalActionDSL.g:8601:4: enumLiteral_0= 'New'
{
enumLiteral_0=(Token)match(input,136,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_NEWEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_NEWEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalActionDSL.g:8608:3: (enumLiteral_1= 'Save' )
{
// InternalActionDSL.g:8608:3: (enumLiteral_1= 'Save' )
// InternalActionDSL.g:8609:4: enumLiteral_1= 'Save'
{
enumLiteral_1=(Token)match(input,137,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_SAVEEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_SAVEEnumLiteralDeclaration_1());
}
}
}
break;
case 3 :
// InternalActionDSL.g:8616:3: (enumLiteral_2= 'Delete' )
{
// InternalActionDSL.g:8616:3: (enumLiteral_2= 'Delete' )
// InternalActionDSL.g:8617:4: enumLiteral_2= 'Delete'
{
enumLiteral_2=(Token)match(input,138,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_DELETEEnumLiteralDeclaration_2().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_2, grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_DELETEEnumLiteralDeclaration_2());
}
}
}
break;
case 4 :
// InternalActionDSL.g:8624:3: (enumLiteral_3= 'Cancel' )
{
// InternalActionDSL.g:8624:3: (enumLiteral_3= 'Cancel' )
// InternalActionDSL.g:8625:4: enumLiteral_3= 'Cancel'
{
enumLiteral_3=(Token)match(input,139,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_CANCELEnumLiteralDeclaration_3().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_3, grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_CANCELEnumLiteralDeclaration_3());
}
}
}
break;
case 5 :
// InternalActionDSL.g:8632:3: (enumLiteral_4= 'SaveAndNew' )
{
// InternalActionDSL.g:8632:3: (enumLiteral_4= 'SaveAndNew' )
// InternalActionDSL.g:8633:4: enumLiteral_4= 'SaveAndNew'
{
enumLiteral_4=(Token)match(input,140,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_SAVE_AND_NEWEnumLiteralDeclaration_4().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_4, grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_SAVE_AND_NEWEnumLiteralDeclaration_4());
}
}
}
break;
case 6 :
// InternalActionDSL.g:8640:3: (enumLiteral_5= 'SaveAsNew' )
{
// InternalActionDSL.g:8640:3: (enumLiteral_5= 'SaveAsNew' )
// InternalActionDSL.g:8641:4: enumLiteral_5= 'SaveAsNew'
{
enumLiteral_5=(Token)match(input,141,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_SAVE_AS_NEWEnumLiteralDeclaration_5().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_5, grammarAccess.getDialogActionEnumAccess().getDIALOG_ACTION_SAVE_AS_NEWEnumLiteralDeclaration_5());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleDialogActionEnum"
// $ANTLR start "ruleReportActionEnum"
// InternalActionDSL.g:8651:1: ruleReportActionEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'PrintOnServer' ) | (enumLiteral_1= 'Download' ) ) ;
public final Enumerator ruleReportActionEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
Token enumLiteral_1=null;
enterRule();
try {
// InternalActionDSL.g:8657:2: ( ( (enumLiteral_0= 'PrintOnServer' ) | (enumLiteral_1= 'Download' ) ) )
// InternalActionDSL.g:8658:2: ( (enumLiteral_0= 'PrintOnServer' ) | (enumLiteral_1= 'Download' ) )
{
// InternalActionDSL.g:8658:2: ( (enumLiteral_0= 'PrintOnServer' ) | (enumLiteral_1= 'Download' ) )
int alt148=2;
int LA148_0 = input.LA(1);
if ( (LA148_0==142) ) {
alt148=1;
}
else if ( (LA148_0==143) ) {
alt148=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 148, 0, input);
throw nvae;
}
switch (alt148) {
case 1 :
// InternalActionDSL.g:8659:3: (enumLiteral_0= 'PrintOnServer' )
{
// InternalActionDSL.g:8659:3: (enumLiteral_0= 'PrintOnServer' )
// InternalActionDSL.g:8660:4: enumLiteral_0= 'PrintOnServer'
{
enumLiteral_0=(Token)match(input,142,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getReportActionEnumAccess().getREPORT_ACTION_PRINT_ON_SERVER_PDFEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getReportActionEnumAccess().getREPORT_ACTION_PRINT_ON_SERVER_PDFEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalActionDSL.g:8667:3: (enumLiteral_1= 'Download' )
{
// InternalActionDSL.g:8667:3: (enumLiteral_1= 'Download' )
// InternalActionDSL.g:8668:4: enumLiteral_1= 'Download'
{
enumLiteral_1=(Token)match(input,143,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getReportActionEnumAccess().getREPORT_ACTION_DOWNLOAD_PDFEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getReportActionEnumAccess().getREPORT_ACTION_DOWNLOAD_PDFEnumLiteralDeclaration_1());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleReportActionEnum"
// $ANTLR start "ruleChartActionEnum"
// InternalActionDSL.g:8678:1: ruleChartActionEnum returns [Enumerator current=null] : (enumLiteral_0= 'Download' ) ;
public final Enumerator ruleChartActionEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
enterRule();
try {
// InternalActionDSL.g:8684:2: ( (enumLiteral_0= 'Download' ) )
// InternalActionDSL.g:8685:2: (enumLiteral_0= 'Download' )
{
// InternalActionDSL.g:8685:2: (enumLiteral_0= 'Download' )
// InternalActionDSL.g:8686:3: enumLiteral_0= 'Download'
{
enumLiteral_0=(Token)match(input,143,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getChartActionEnumAccess().getCHART_ACTION_DOWNLOADEnumLiteralDeclaration().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getChartActionEnumAccess().getCHART_ACTION_DOWNLOADEnumLiteralDeclaration());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleChartActionEnum"
// $ANTLR start "ruleWorkflowActionEnum"
// InternalActionDSL.g:8695:1: ruleWorkflowActionEnum returns [Enumerator current=null] : (enumLiteral_0= 'Start' ) ;
public final Enumerator ruleWorkflowActionEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
enterRule();
try {
// InternalActionDSL.g:8701:2: ( (enumLiteral_0= 'Start' ) )
// InternalActionDSL.g:8702:2: (enumLiteral_0= 'Start' )
{
// InternalActionDSL.g:8702:2: (enumLiteral_0= 'Start' )
// InternalActionDSL.g:8703:3: enumLiteral_0= 'Start'
{
enumLiteral_0=(Token)match(input,120,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getWorkflowActionEnumAccess().getWORKFLOW_ACTION_STARTEnumLiteralDeclaration().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getWorkflowActionEnumAccess().getWORKFLOW_ACTION_STARTEnumLiteralDeclaration());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleWorkflowActionEnum"
// $ANTLR start "ruleDatainterchangeActionEnum"
// InternalActionDSL.g:8712:1: ruleDatainterchangeActionEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'Import' ) | (enumLiteral_1= 'Export' ) ) ;
public final Enumerator ruleDatainterchangeActionEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
Token enumLiteral_1=null;
enterRule();
try {
// InternalActionDSL.g:8718:2: ( ( (enumLiteral_0= 'Import' ) | (enumLiteral_1= 'Export' ) ) )
// InternalActionDSL.g:8719:2: ( (enumLiteral_0= 'Import' ) | (enumLiteral_1= 'Export' ) )
{
// InternalActionDSL.g:8719:2: ( (enumLiteral_0= 'Import' ) | (enumLiteral_1= 'Export' ) )
int alt149=2;
int LA149_0 = input.LA(1);
if ( (LA149_0==144) ) {
alt149=1;
}
else if ( (LA149_0==145) ) {
alt149=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 149, 0, input);
throw nvae;
}
switch (alt149) {
case 1 :
// InternalActionDSL.g:8720:3: (enumLiteral_0= 'Import' )
{
// InternalActionDSL.g:8720:3: (enumLiteral_0= 'Import' )
// InternalActionDSL.g:8721:4: enumLiteral_0= 'Import'
{
enumLiteral_0=(Token)match(input,144,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getDatainterchangeActionEnumAccess().getDATAINTERCHANGE_ACTION_IMPORTEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getDatainterchangeActionEnumAccess().getDATAINTERCHANGE_ACTION_IMPORTEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalActionDSL.g:8728:3: (enumLiteral_1= 'Export' )
{
// InternalActionDSL.g:8728:3: (enumLiteral_1= 'Export' )
// InternalActionDSL.g:8729:4: enumLiteral_1= 'Export'
{
enumLiteral_1=(Token)match(input,145,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getDatainterchangeActionEnumAccess().getDATAINTERCHANGE_ACTION_EXPORTEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getDatainterchangeActionEnumAccess().getDATAINTERCHANGE_ACTION_EXPORTEnumLiteralDeclaration_1());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleDatainterchangeActionEnum"
// $ANTLR start "ruleUIActionEnum"
// InternalActionDSL.g:8739:1: ruleUIActionEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'NextPart' ) | (enumLiteral_1= 'PreviousPart' ) | (enumLiteral_2= 'NextPerspective' ) | (enumLiteral_3= 'PreviousPerspective' ) | (enumLiteral_4= 'Info' ) | (enumLiteral_5= 'MDXQuery' ) ) ;
public final Enumerator ruleUIActionEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
Token enumLiteral_1=null;
Token enumLiteral_2=null;
Token enumLiteral_3=null;
Token enumLiteral_4=null;
Token enumLiteral_5=null;
enterRule();
try {
// InternalActionDSL.g:8745:2: ( ( (enumLiteral_0= 'NextPart' ) | (enumLiteral_1= 'PreviousPart' ) | (enumLiteral_2= 'NextPerspective' ) | (enumLiteral_3= 'PreviousPerspective' ) | (enumLiteral_4= 'Info' ) | (enumLiteral_5= 'MDXQuery' ) ) )
// InternalActionDSL.g:8746:2: ( (enumLiteral_0= 'NextPart' ) | (enumLiteral_1= 'PreviousPart' ) | (enumLiteral_2= 'NextPerspective' ) | (enumLiteral_3= 'PreviousPerspective' ) | (enumLiteral_4= 'Info' ) | (enumLiteral_5= 'MDXQuery' ) )
{
// InternalActionDSL.g:8746:2: ( (enumLiteral_0= 'NextPart' ) | (enumLiteral_1= 'PreviousPart' ) | (enumLiteral_2= 'NextPerspective' ) | (enumLiteral_3= 'PreviousPerspective' ) | (enumLiteral_4= 'Info' ) | (enumLiteral_5= 'MDXQuery' ) )
int alt150=6;
switch ( input.LA(1) ) {
case 146:
{
alt150=1;
}
break;
case 147:
{
alt150=2;
}
break;
case 148:
{
alt150=3;
}
break;
case 149:
{
alt150=4;
}
break;
case 150:
{
alt150=5;
}
break;
case 151:
{
alt150=6;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 150, 0, input);
throw nvae;
}
switch (alt150) {
case 1 :
// InternalActionDSL.g:8747:3: (enumLiteral_0= 'NextPart' )
{
// InternalActionDSL.g:8747:3: (enumLiteral_0= 'NextPart' )
// InternalActionDSL.g:8748:4: enumLiteral_0= 'NextPart'
{
enumLiteral_0=(Token)match(input,146,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getUIActionEnumAccess().getNEXT_PARTEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getUIActionEnumAccess().getNEXT_PARTEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalActionDSL.g:8755:3: (enumLiteral_1= 'PreviousPart' )
{
// InternalActionDSL.g:8755:3: (enumLiteral_1= 'PreviousPart' )
// InternalActionDSL.g:8756:4: enumLiteral_1= 'PreviousPart'
{
enumLiteral_1=(Token)match(input,147,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getUIActionEnumAccess().getPREVIOUS_PARTEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getUIActionEnumAccess().getPREVIOUS_PARTEnumLiteralDeclaration_1());
}
}
}
break;
case 3 :
// InternalActionDSL.g:8763:3: (enumLiteral_2= 'NextPerspective' )
{
// InternalActionDSL.g:8763:3: (enumLiteral_2= 'NextPerspective' )
// InternalActionDSL.g:8764:4: enumLiteral_2= 'NextPerspective'
{
enumLiteral_2=(Token)match(input,148,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getUIActionEnumAccess().getNEXT_PERSPECTIVEEnumLiteralDeclaration_2().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_2, grammarAccess.getUIActionEnumAccess().getNEXT_PERSPECTIVEEnumLiteralDeclaration_2());
}
}
}
break;
case 4 :
// InternalActionDSL.g:8771:3: (enumLiteral_3= 'PreviousPerspective' )
{
// InternalActionDSL.g:8771:3: (enumLiteral_3= 'PreviousPerspective' )
// InternalActionDSL.g:8772:4: enumLiteral_3= 'PreviousPerspective'
{
enumLiteral_3=(Token)match(input,149,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getUIActionEnumAccess().getPREVIOUS_PERSPECTIVEEnumLiteralDeclaration_3().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_3, grammarAccess.getUIActionEnumAccess().getPREVIOUS_PERSPECTIVEEnumLiteralDeclaration_3());
}
}
}
break;
case 5 :
// InternalActionDSL.g:8779:3: (enumLiteral_4= 'Info' )
{
// InternalActionDSL.g:8779:3: (enumLiteral_4= 'Info' )
// InternalActionDSL.g:8780:4: enumLiteral_4= 'Info'
{
enumLiteral_4=(Token)match(input,150,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getUIActionEnumAccess().getDATABASE_INFOEnumLiteralDeclaration_4().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_4, grammarAccess.getUIActionEnumAccess().getDATABASE_INFOEnumLiteralDeclaration_4());
}
}
}
break;
case 6 :
// InternalActionDSL.g:8787:3: (enumLiteral_5= 'MDXQuery' )
{
// InternalActionDSL.g:8787:3: (enumLiteral_5= 'MDXQuery' )
// InternalActionDSL.g:8788:4: enumLiteral_5= 'MDXQuery'
{
enumLiteral_5=(Token)match(input,151,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getUIActionEnumAccess().getMDX_QUERYEnumLiteralDeclaration_5().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_5, grammarAccess.getUIActionEnumAccess().getMDX_QUERYEnumLiteralDeclaration_5());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleUIActionEnum"
// $ANTLR start "ruleTableActionEnum"
// InternalActionDSL.g:8798:1: ruleTableActionEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'ExportExcel' ) | (enumLiteral_1= 'ExportCsv' ) | (enumLiteral_2= 'ExportPDF' ) ) ;
public final Enumerator ruleTableActionEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
Token enumLiteral_1=null;
Token enumLiteral_2=null;
enterRule();
try {
// InternalActionDSL.g:8804:2: ( ( (enumLiteral_0= 'ExportExcel' ) | (enumLiteral_1= 'ExportCsv' ) | (enumLiteral_2= 'ExportPDF' ) ) )
// InternalActionDSL.g:8805:2: ( (enumLiteral_0= 'ExportExcel' ) | (enumLiteral_1= 'ExportCsv' ) | (enumLiteral_2= 'ExportPDF' ) )
{
// InternalActionDSL.g:8805:2: ( (enumLiteral_0= 'ExportExcel' ) | (enumLiteral_1= 'ExportCsv' ) | (enumLiteral_2= 'ExportPDF' ) )
int alt151=3;
switch ( input.LA(1) ) {
case 152:
{
alt151=1;
}
break;
case 153:
{
alt151=2;
}
break;
case 154:
{
alt151=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 151, 0, input);
throw nvae;
}
switch (alt151) {
case 1 :
// InternalActionDSL.g:8806:3: (enumLiteral_0= 'ExportExcel' )
{
// InternalActionDSL.g:8806:3: (enumLiteral_0= 'ExportExcel' )
// InternalActionDSL.g:8807:4: enumLiteral_0= 'ExportExcel'
{
enumLiteral_0=(Token)match(input,152,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTableActionEnumAccess().getEXPORT_EXCELEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getTableActionEnumAccess().getEXPORT_EXCELEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalActionDSL.g:8814:3: (enumLiteral_1= 'ExportCsv' )
{
// InternalActionDSL.g:8814:3: (enumLiteral_1= 'ExportCsv' )
// InternalActionDSL.g:8815:4: enumLiteral_1= 'ExportCsv'
{
enumLiteral_1=(Token)match(input,153,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTableActionEnumAccess().getEXPORT_CSVEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getTableActionEnumAccess().getEXPORT_CSVEnumLiteralDeclaration_1());
}
}
}
break;
case 3 :
// InternalActionDSL.g:8822:3: (enumLiteral_2= 'ExportPDF' )
{
// InternalActionDSL.g:8822:3: (enumLiteral_2= 'ExportPDF' )
// InternalActionDSL.g:8823:4: enumLiteral_2= 'ExportPDF'
{
enumLiteral_2=(Token)match(input,154,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getTableActionEnumAccess().getEXPORT_PDFEnumLiteralDeclaration_2().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_2, grammarAccess.getTableActionEnumAccess().getEXPORT_PDFEnumLiteralDeclaration_2());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleTableActionEnum"
// $ANTLR start synpred1_InternalActionDSL
public final void synpred1_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:1810:5: ( '(' )
// InternalActionDSL.g:1810:6: '('
{
match(input,53,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred1_InternalActionDSL
// $ANTLR start synpred2_InternalActionDSL
public final void synpred2_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:1819:7: ( ( ( ( ruleValidID ) ) '=' ) )
// InternalActionDSL.g:1819:8: ( ( ( ruleValidID ) ) '=' )
{
// InternalActionDSL.g:1819:8: ( ( ( ruleValidID ) ) '=' )
// InternalActionDSL.g:1820:8: ( ( ruleValidID ) ) '='
{
// InternalActionDSL.g:1820:8: ( ( ruleValidID ) )
// InternalActionDSL.g:1821:9: ( ruleValidID )
{
// InternalActionDSL.g:1821:9: ( ruleValidID )
// InternalActionDSL.g:1822:10: ruleValidID
{
pushFollow(FOLLOW_44);
ruleValidID();
state._fsp--;
if (state.failed) return ;
}
}
match(input,56,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred2_InternalActionDSL
// $ANTLR start synpred5_InternalActionDSL
public final void synpred5_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:1999:5: ( ( () '#' '[' ) )
// InternalActionDSL.g:1999:6: ( () '#' '[' )
{
// InternalActionDSL.g:1999:6: ( () '#' '[' )
// InternalActionDSL.g:2000:6: () '#' '['
{
// InternalActionDSL.g:2000:6: ()
// InternalActionDSL.g:2001:6:
{
}
match(input,57,FOLLOW_46); if (state.failed) return ;
match(input,58,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred5_InternalActionDSL
// $ANTLR start synpred6_InternalActionDSL
public final void synpred6_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:2141:5: ( ( () '#' '[' ) )
// InternalActionDSL.g:2141:6: ( () '#' '[' )
{
// InternalActionDSL.g:2141:6: ( () '#' '[' )
// InternalActionDSL.g:2142:6: () '#' '['
{
// InternalActionDSL.g:2142:6: ()
// InternalActionDSL.g:2143:6:
{
}
match(input,57,FOLLOW_46); if (state.failed) return ;
match(input,58,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred6_InternalActionDSL
// $ANTLR start synpred7_InternalActionDSL
public final void synpred7_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:2369:6: ( ( () ( ( ruleOpMultiAssign ) ) ) )
// InternalActionDSL.g:2369:7: ( () ( ( ruleOpMultiAssign ) ) )
{
// InternalActionDSL.g:2369:7: ( () ( ( ruleOpMultiAssign ) ) )
// InternalActionDSL.g:2370:7: () ( ( ruleOpMultiAssign ) )
{
// InternalActionDSL.g:2370:7: ()
// InternalActionDSL.g:2371:7:
{
}
// InternalActionDSL.g:2372:7: ( ( ruleOpMultiAssign ) )
// InternalActionDSL.g:2373:8: ( ruleOpMultiAssign )
{
// InternalActionDSL.g:2373:8: ( ruleOpMultiAssign )
// InternalActionDSL.g:2374:9: ruleOpMultiAssign
{
pushFollow(FOLLOW_2);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred7_InternalActionDSL
// $ANTLR start synpred8_InternalActionDSL
public final void synpred8_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:2563:5: ( ( () ( ( ruleOpOr ) ) ) )
// InternalActionDSL.g:2563:6: ( () ( ( ruleOpOr ) ) )
{
// InternalActionDSL.g:2563:6: ( () ( ( ruleOpOr ) ) )
// InternalActionDSL.g:2564:6: () ( ( ruleOpOr ) )
{
// InternalActionDSL.g:2564:6: ()
// InternalActionDSL.g:2565:6:
{
}
// InternalActionDSL.g:2566:6: ( ( ruleOpOr ) )
// InternalActionDSL.g:2567:7: ( ruleOpOr )
{
// InternalActionDSL.g:2567:7: ( ruleOpOr )
// InternalActionDSL.g:2568:8: ruleOpOr
{
pushFollow(FOLLOW_2);
ruleOpOr();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred8_InternalActionDSL
// $ANTLR start synpred9_InternalActionDSL
public final void synpred9_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:2670:5: ( ( () ( ( ruleOpAnd ) ) ) )
// InternalActionDSL.g:2670:6: ( () ( ( ruleOpAnd ) ) )
{
// InternalActionDSL.g:2670:6: ( () ( ( ruleOpAnd ) ) )
// InternalActionDSL.g:2671:6: () ( ( ruleOpAnd ) )
{
// InternalActionDSL.g:2671:6: ()
// InternalActionDSL.g:2672:6:
{
}
// InternalActionDSL.g:2673:6: ( ( ruleOpAnd ) )
// InternalActionDSL.g:2674:7: ( ruleOpAnd )
{
// InternalActionDSL.g:2674:7: ( ruleOpAnd )
// InternalActionDSL.g:2675:8: ruleOpAnd
{
pushFollow(FOLLOW_2);
ruleOpAnd();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred9_InternalActionDSL
// $ANTLR start synpred10_InternalActionDSL
public final void synpred10_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:2777:5: ( ( () ( ( ruleOpEquality ) ) ) )
// InternalActionDSL.g:2777:6: ( () ( ( ruleOpEquality ) ) )
{
// InternalActionDSL.g:2777:6: ( () ( ( ruleOpEquality ) ) )
// InternalActionDSL.g:2778:6: () ( ( ruleOpEquality ) )
{
// InternalActionDSL.g:2778:6: ()
// InternalActionDSL.g:2779:6:
{
}
// InternalActionDSL.g:2780:6: ( ( ruleOpEquality ) )
// InternalActionDSL.g:2781:7: ( ruleOpEquality )
{
// InternalActionDSL.g:2781:7: ( ruleOpEquality )
// InternalActionDSL.g:2782:8: ruleOpEquality
{
pushFollow(FOLLOW_2);
ruleOpEquality();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred10_InternalActionDSL
// $ANTLR start synpred11_InternalActionDSL
public final void synpred11_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:2905:6: ( ( () 'instanceof' ) )
// InternalActionDSL.g:2905:7: ( () 'instanceof' )
{
// InternalActionDSL.g:2905:7: ( () 'instanceof' )
// InternalActionDSL.g:2906:7: () 'instanceof'
{
// InternalActionDSL.g:2906:7: ()
// InternalActionDSL.g:2907:7:
{
}
match(input,74,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred11_InternalActionDSL
// $ANTLR start synpred12_InternalActionDSL
public final void synpred12_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:2948:6: ( ( () ( ( ruleOpCompare ) ) ) )
// InternalActionDSL.g:2948:7: ( () ( ( ruleOpCompare ) ) )
{
// InternalActionDSL.g:2948:7: ( () ( ( ruleOpCompare ) ) )
// InternalActionDSL.g:2949:7: () ( ( ruleOpCompare ) )
{
// InternalActionDSL.g:2949:7: ()
// InternalActionDSL.g:2950:7:
{
}
// InternalActionDSL.g:2951:7: ( ( ruleOpCompare ) )
// InternalActionDSL.g:2952:8: ( ruleOpCompare )
{
// InternalActionDSL.g:2952:8: ( ruleOpCompare )
// InternalActionDSL.g:2953:9: ruleOpCompare
{
pushFollow(FOLLOW_2);
ruleOpCompare();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred12_InternalActionDSL
// $ANTLR start synpred13_InternalActionDSL
public final void synpred13_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:3083:5: ( ( () ( ( ruleOpOther ) ) ) )
// InternalActionDSL.g:3083:6: ( () ( ( ruleOpOther ) ) )
{
// InternalActionDSL.g:3083:6: ( () ( ( ruleOpOther ) ) )
// InternalActionDSL.g:3084:6: () ( ( ruleOpOther ) )
{
// InternalActionDSL.g:3084:6: ()
// InternalActionDSL.g:3085:6:
{
}
// InternalActionDSL.g:3086:6: ( ( ruleOpOther ) )
// InternalActionDSL.g:3087:7: ( ruleOpOther )
{
// InternalActionDSL.g:3087:7: ( ruleOpOther )
// InternalActionDSL.g:3088:8: ruleOpOther
{
pushFollow(FOLLOW_2);
ruleOpOther();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred13_InternalActionDSL
// $ANTLR start synpred14_InternalActionDSL
public final void synpred14_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:3203:6: ( ( '>' '>' ) )
// InternalActionDSL.g:3203:7: ( '>' '>' )
{
// InternalActionDSL.g:3203:7: ( '>' '>' )
// InternalActionDSL.g:3204:7: '>' '>'
{
match(input,66,FOLLOW_61); if (state.failed) return ;
match(input,66,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred14_InternalActionDSL
// $ANTLR start synpred15_InternalActionDSL
public final void synpred15_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:3238:6: ( ( '<' '<' ) )
// InternalActionDSL.g:3238:7: ( '<' '<' )
{
// InternalActionDSL.g:3238:7: ( '<' '<' )
// InternalActionDSL.g:3239:7: '<' '<'
{
match(input,65,FOLLOW_51); if (state.failed) return ;
match(input,65,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred15_InternalActionDSL
// $ANTLR start synpred16_InternalActionDSL
public final void synpred16_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:3311:5: ( ( () ( ( ruleOpAdd ) ) ) )
// InternalActionDSL.g:3311:6: ( () ( ( ruleOpAdd ) ) )
{
// InternalActionDSL.g:3311:6: ( () ( ( ruleOpAdd ) ) )
// InternalActionDSL.g:3312:6: () ( ( ruleOpAdd ) )
{
// InternalActionDSL.g:3312:6: ()
// InternalActionDSL.g:3313:6:
{
}
// InternalActionDSL.g:3314:6: ( ( ruleOpAdd ) )
// InternalActionDSL.g:3315:7: ( ruleOpAdd )
{
// InternalActionDSL.g:3315:7: ( ruleOpAdd )
// InternalActionDSL.g:3316:8: ruleOpAdd
{
pushFollow(FOLLOW_2);
ruleOpAdd();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred16_InternalActionDSL
// $ANTLR start synpred17_InternalActionDSL
public final void synpred17_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:3426:5: ( ( () ( ( ruleOpMulti ) ) ) )
// InternalActionDSL.g:3426:6: ( () ( ( ruleOpMulti ) ) )
{
// InternalActionDSL.g:3426:6: ( () ( ( ruleOpMulti ) ) )
// InternalActionDSL.g:3427:6: () ( ( ruleOpMulti ) )
{
// InternalActionDSL.g:3427:6: ()
// InternalActionDSL.g:3428:6:
{
}
// InternalActionDSL.g:3429:6: ( ( ruleOpMulti ) )
// InternalActionDSL.g:3430:7: ( ruleOpMulti )
{
// InternalActionDSL.g:3430:7: ( ruleOpMulti )
// InternalActionDSL.g:3431:8: ruleOpMulti
{
pushFollow(FOLLOW_2);
ruleOpMulti();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred17_InternalActionDSL
// $ANTLR start synpred18_InternalActionDSL
public final void synpred18_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:3661:5: ( ( () 'as' ) )
// InternalActionDSL.g:3661:6: ( () 'as' )
{
// InternalActionDSL.g:3661:6: ( () 'as' )
// InternalActionDSL.g:3662:6: () 'as'
{
// InternalActionDSL.g:3662:6: ()
// InternalActionDSL.g:3663:6:
{
}
match(input,87,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred18_InternalActionDSL
// $ANTLR start synpred19_InternalActionDSL
public final void synpred19_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:3729:4: ( ( () ( ( ruleOpPostfix ) ) ) )
// InternalActionDSL.g:3729:5: ( () ( ( ruleOpPostfix ) ) )
{
// InternalActionDSL.g:3729:5: ( () ( ( ruleOpPostfix ) ) )
// InternalActionDSL.g:3730:5: () ( ( ruleOpPostfix ) )
{
// InternalActionDSL.g:3730:5: ()
// InternalActionDSL.g:3731:5:
{
}
// InternalActionDSL.g:3732:5: ( ( ruleOpPostfix ) )
// InternalActionDSL.g:3733:6: ( ruleOpPostfix )
{
// InternalActionDSL.g:3733:6: ( ruleOpPostfix )
// InternalActionDSL.g:3734:7: ruleOpPostfix
{
pushFollow(FOLLOW_2);
ruleOpPostfix();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred19_InternalActionDSL
// $ANTLR start synpred20_InternalActionDSL
public final void synpred20_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:3825:6: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )
// InternalActionDSL.g:3825:7: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
{
// InternalActionDSL.g:3825:7: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
// InternalActionDSL.g:3826:7: () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign
{
// InternalActionDSL.g:3826:7: ()
// InternalActionDSL.g:3827:7:
{
}
// InternalActionDSL.g:3828:7: ( '.' | ( ( '::' ) ) )
int alt152=2;
int LA152_0 = input.LA(1);
if ( (LA152_0==45) ) {
alt152=1;
}
else if ( (LA152_0==90) ) {
alt152=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 152, 0, input);
throw nvae;
}
switch (alt152) {
case 1 :
// InternalActionDSL.g:3829:8: '.'
{
match(input,45,FOLLOW_68); if (state.failed) return ;
}
break;
case 2 :
// InternalActionDSL.g:3831:8: ( ( '::' ) )
{
// InternalActionDSL.g:3831:8: ( ( '::' ) )
// InternalActionDSL.g:3832:9: ( '::' )
{
// InternalActionDSL.g:3832:9: ( '::' )
// InternalActionDSL.g:3833:10: '::'
{
match(input,90,FOLLOW_68); if (state.failed) return ;
}
}
}
break;
}
// InternalActionDSL.g:3837:7: ( ( ruleFeatureCallID ) )
// InternalActionDSL.g:3838:8: ( ruleFeatureCallID )
{
// InternalActionDSL.g:3838:8: ( ruleFeatureCallID )
// InternalActionDSL.g:3839:9: ruleFeatureCallID
{
pushFollow(FOLLOW_44);
ruleFeatureCallID();
state._fsp--;
if (state.failed) return ;
}
}
pushFollow(FOLLOW_2);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return ;
}
}
}
// $ANTLR end synpred20_InternalActionDSL
// $ANTLR start synpred21_InternalActionDSL
public final void synpred21_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:3922:6: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )
// InternalActionDSL.g:3922:7: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) )
{
// InternalActionDSL.g:3922:7: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) )
// InternalActionDSL.g:3923:7: () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) )
{
// InternalActionDSL.g:3923:7: ()
// InternalActionDSL.g:3924:7:
{
}
// InternalActionDSL.g:3925:7: ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) )
int alt153=3;
switch ( input.LA(1) ) {
case 45:
{
alt153=1;
}
break;
case 91:
{
alt153=2;
}
break;
case 90:
{
alt153=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 153, 0, input);
throw nvae;
}
switch (alt153) {
case 1 :
// InternalActionDSL.g:3926:8: '.'
{
match(input,45,FOLLOW_2); if (state.failed) return ;
}
break;
case 2 :
// InternalActionDSL.g:3928:8: ( ( '?.' ) )
{
// InternalActionDSL.g:3928:8: ( ( '?.' ) )
// InternalActionDSL.g:3929:9: ( '?.' )
{
// InternalActionDSL.g:3929:9: ( '?.' )
// InternalActionDSL.g:3930:10: '?.'
{
match(input,91,FOLLOW_2); if (state.failed) return ;
}
}
}
break;
case 3 :
// InternalActionDSL.g:3934:8: ( ( '::' ) )
{
// InternalActionDSL.g:3934:8: ( ( '::' ) )
// InternalActionDSL.g:3935:9: ( '::' )
{
// InternalActionDSL.g:3935:9: ( '::' )
// InternalActionDSL.g:3936:10: '::'
{
match(input,90,FOLLOW_2); if (state.failed) return ;
}
}
}
break;
}
}
}
}
// $ANTLR end synpred21_InternalActionDSL
// $ANTLR start synpred22_InternalActionDSL
public final void synpred22_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:4060:7: ( ( '(' ) )
// InternalActionDSL.g:4060:8: ( '(' )
{
// InternalActionDSL.g:4060:8: ( '(' )
// InternalActionDSL.g:4061:8: '('
{
match(input,53,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred22_InternalActionDSL
// $ANTLR start synpred23_InternalActionDSL
public final void synpred23_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:4079:8: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalActionDSL.g:4079:9: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalActionDSL.g:4079:9: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalActionDSL.g:4080:9: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalActionDSL.g:4080:9: ()
// InternalActionDSL.g:4081:9:
{
}
// InternalActionDSL.g:4082:9: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt155=2;
int LA155_0 = input.LA(1);
if ( (LA155_0==RULE_ID||LA155_0==53||LA155_0==78) ) {
alt155=1;
}
switch (alt155) {
case 1 :
// InternalActionDSL.g:4083:10: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalActionDSL.g:4083:10: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:4084:11: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:4084:11: ( ruleJvmFormalParameter )
// InternalActionDSL.g:4085:12: ruleJvmFormalParameter
{
pushFollow(FOLLOW_78);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalActionDSL.g:4088:10: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop154:
do {
int alt154=2;
int LA154_0 = input.LA(1);
if ( (LA154_0==54) ) {
alt154=1;
}
switch (alt154) {
case 1 :
// InternalActionDSL.g:4089:11: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,54,FOLLOW_58); if (state.failed) return ;
// InternalActionDSL.g:4090:11: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:4091:12: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:4091:12: ( ruleJvmFormalParameter )
// InternalActionDSL.g:4092:13: ruleJvmFormalParameter
{
pushFollow(FOLLOW_78);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop154;
}
} while (true);
}
break;
}
// InternalActionDSL.g:4097:9: ( ( '|' ) )
// InternalActionDSL.g:4098:10: ( '|' )
{
// InternalActionDSL.g:4098:10: ( '|' )
// InternalActionDSL.g:4099:11: '|'
{
match(input,92,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred23_InternalActionDSL
// $ANTLR start synpred24_InternalActionDSL
public final void synpred24_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:4176:6: ( ( () '[' ) )
// InternalActionDSL.g:4176:7: ( () '[' )
{
// InternalActionDSL.g:4176:7: ( () '[' )
// InternalActionDSL.g:4177:7: () '['
{
// InternalActionDSL.g:4177:7: ()
// InternalActionDSL.g:4178:7:
{
}
match(input,58,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred24_InternalActionDSL
// $ANTLR start synpred25_InternalActionDSL
public final void synpred25_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:4249:4: ( ( () 'synchronized' '(' ) )
// InternalActionDSL.g:4249:5: ( () 'synchronized' '(' )
{
// InternalActionDSL.g:4249:5: ( () 'synchronized' '(' )
// InternalActionDSL.g:4250:5: () 'synchronized' '('
{
// InternalActionDSL.g:4250:5: ()
// InternalActionDSL.g:4251:5:
{
}
match(input,115,FOLLOW_83); if (state.failed) return ;
match(input,53,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred25_InternalActionDSL
// $ANTLR start synpred26_InternalActionDSL
public final void synpred26_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:4294:4: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalActionDSL.g:4294:5: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalActionDSL.g:4294:5: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' )
// InternalActionDSL.g:4295:5: () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':'
{
// InternalActionDSL.g:4295:5: ()
// InternalActionDSL.g:4296:5:
{
}
match(input,99,FOLLOW_83); if (state.failed) return ;
match(input,53,FOLLOW_58); if (state.failed) return ;
// InternalActionDSL.g:4299:5: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:4300:6: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:4300:6: ( ruleJvmFormalParameter )
// InternalActionDSL.g:4301:7: ruleJvmFormalParameter
{
pushFollow(FOLLOW_86);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,96,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred26_InternalActionDSL
// $ANTLR start synpred27_InternalActionDSL
public final void synpred27_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:4408:4: ( ( () '[' ) )
// InternalActionDSL.g:4408:5: ( () '[' )
{
// InternalActionDSL.g:4408:5: ( () '[' )
// InternalActionDSL.g:4409:5: () '['
{
// InternalActionDSL.g:4409:5: ()
// InternalActionDSL.g:4410:5:
{
}
match(input,58,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred27_InternalActionDSL
// $ANTLR start synpred29_InternalActionDSL
public final void synpred29_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:4713:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalActionDSL.g:4713:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalActionDSL.g:4713:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalActionDSL.g:4714:5: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalActionDSL.g:4714:5: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt157=2;
int LA157_0 = input.LA(1);
if ( (LA157_0==RULE_ID||LA157_0==53||LA157_0==78) ) {
alt157=1;
}
switch (alt157) {
case 1 :
// InternalActionDSL.g:4715:6: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalActionDSL.g:4715:6: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:4716:7: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:4716:7: ( ruleJvmFormalParameter )
// InternalActionDSL.g:4717:8: ruleJvmFormalParameter
{
pushFollow(FOLLOW_78);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalActionDSL.g:4720:6: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop156:
do {
int alt156=2;
int LA156_0 = input.LA(1);
if ( (LA156_0==54) ) {
alt156=1;
}
switch (alt156) {
case 1 :
// InternalActionDSL.g:4721:7: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,54,FOLLOW_58); if (state.failed) return ;
// InternalActionDSL.g:4722:7: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:4723:8: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:4723:8: ( ruleJvmFormalParameter )
// InternalActionDSL.g:4724:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_78);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop156;
}
} while (true);
}
break;
}
// InternalActionDSL.g:4729:5: ( ( '|' ) )
// InternalActionDSL.g:4730:6: ( '|' )
{
// InternalActionDSL.g:4730:6: ( '|' )
// InternalActionDSL.g:4731:7: '|'
{
match(input,92,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred29_InternalActionDSL
// $ANTLR start synpred31_InternalActionDSL
public final void synpred31_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:5122:5: ( 'else' )
// InternalActionDSL.g:5122:6: 'else'
{
match(input,94,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred31_InternalActionDSL
// $ANTLR start synpred32_InternalActionDSL
public final void synpred32_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:5181:6: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalActionDSL.g:5181:7: ( '(' ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalActionDSL.g:5181:7: ( '(' ( ( ruleJvmFormalParameter ) ) ':' )
// InternalActionDSL.g:5182:7: '(' ( ( ruleJvmFormalParameter ) ) ':'
{
match(input,53,FOLLOW_58); if (state.failed) return ;
// InternalActionDSL.g:5183:7: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:5184:8: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:5184:8: ( ruleJvmFormalParameter )
// InternalActionDSL.g:5185:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_86);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,96,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred32_InternalActionDSL
// $ANTLR start synpred33_InternalActionDSL
public final void synpred33_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:5248:6: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalActionDSL.g:5248:7: ( ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalActionDSL.g:5248:7: ( ( ( ruleJvmFormalParameter ) ) ':' )
// InternalActionDSL.g:5249:7: ( ( ruleJvmFormalParameter ) ) ':'
{
// InternalActionDSL.g:5249:7: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:5250:8: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:5250:8: ( ruleJvmFormalParameter )
// InternalActionDSL.g:5251:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_86);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,96,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred33_InternalActionDSL
// $ANTLR start synpred35_InternalActionDSL
public final void synpred35_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:6066:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )
// InternalActionDSL.g:6066:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) )
{
// InternalActionDSL.g:6066:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) )
// InternalActionDSL.g:6067:6: ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) )
{
// InternalActionDSL.g:6067:6: ( ( ruleJvmTypeReference ) )
// InternalActionDSL.g:6068:7: ( ruleJvmTypeReference )
{
// InternalActionDSL.g:6068:7: ( ruleJvmTypeReference )
// InternalActionDSL.g:6069:8: ruleJvmTypeReference
{
pushFollow(FOLLOW_4);
ruleJvmTypeReference();
state._fsp--;
if (state.failed) return ;
}
}
// InternalActionDSL.g:6072:6: ( ( ruleValidID ) )
// InternalActionDSL.g:6073:7: ( ruleValidID )
{
// InternalActionDSL.g:6073:7: ( ruleValidID )
// InternalActionDSL.g:6074:8: ruleValidID
{
pushFollow(FOLLOW_2);
ruleValidID();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred35_InternalActionDSL
// $ANTLR start synpred36_InternalActionDSL
public final void synpred36_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:6378:5: ( ( '(' ) )
// InternalActionDSL.g:6378:6: ( '(' )
{
// InternalActionDSL.g:6378:6: ( '(' )
// InternalActionDSL.g:6379:6: '('
{
match(input,53,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred36_InternalActionDSL
// $ANTLR start synpred37_InternalActionDSL
public final void synpred37_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:6397:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalActionDSL.g:6397:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalActionDSL.g:6397:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalActionDSL.g:6398:7: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalActionDSL.g:6398:7: ()
// InternalActionDSL.g:6399:7:
{
}
// InternalActionDSL.g:6400:7: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt161=2;
int LA161_0 = input.LA(1);
if ( (LA161_0==RULE_ID||LA161_0==53||LA161_0==78) ) {
alt161=1;
}
switch (alt161) {
case 1 :
// InternalActionDSL.g:6401:8: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalActionDSL.g:6401:8: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:6402:9: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:6402:9: ( ruleJvmFormalParameter )
// InternalActionDSL.g:6403:10: ruleJvmFormalParameter
{
pushFollow(FOLLOW_78);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalActionDSL.g:6406:8: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop160:
do {
int alt160=2;
int LA160_0 = input.LA(1);
if ( (LA160_0==54) ) {
alt160=1;
}
switch (alt160) {
case 1 :
// InternalActionDSL.g:6407:9: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,54,FOLLOW_58); if (state.failed) return ;
// InternalActionDSL.g:6408:9: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:6409:10: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:6409:10: ( ruleJvmFormalParameter )
// InternalActionDSL.g:6410:11: ruleJvmFormalParameter
{
pushFollow(FOLLOW_78);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop160;
}
} while (true);
}
break;
}
// InternalActionDSL.g:6415:7: ( ( '|' ) )
// InternalActionDSL.g:6416:8: ( '|' )
{
// InternalActionDSL.g:6416:8: ( '|' )
// InternalActionDSL.g:6417:9: '|'
{
match(input,92,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred37_InternalActionDSL
// $ANTLR start synpred38_InternalActionDSL
public final void synpred38_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:6494:4: ( ( () '[' ) )
// InternalActionDSL.g:6494:5: ( () '[' )
{
// InternalActionDSL.g:6494:5: ( () '[' )
// InternalActionDSL.g:6495:5: () '['
{
// InternalActionDSL.g:6495:5: ()
// InternalActionDSL.g:6496:5:
{
}
match(input,58,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred38_InternalActionDSL
// $ANTLR start synpred39_InternalActionDSL
public final void synpred39_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:6654:5: ( '<' )
// InternalActionDSL.g:6654:6: '<'
{
match(input,65,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred39_InternalActionDSL
// $ANTLR start synpred40_InternalActionDSL
public final void synpred40_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:6711:5: ( ( '(' ) )
// InternalActionDSL.g:6711:6: ( '(' )
{
// InternalActionDSL.g:6711:6: ( '(' )
// InternalActionDSL.g:6712:6: '('
{
match(input,53,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred40_InternalActionDSL
// $ANTLR start synpred41_InternalActionDSL
public final void synpred41_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:6730:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalActionDSL.g:6730:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalActionDSL.g:6730:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalActionDSL.g:6731:7: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalActionDSL.g:6731:7: ()
// InternalActionDSL.g:6732:7:
{
}
// InternalActionDSL.g:6733:7: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt163=2;
int LA163_0 = input.LA(1);
if ( (LA163_0==RULE_ID||LA163_0==53||LA163_0==78) ) {
alt163=1;
}
switch (alt163) {
case 1 :
// InternalActionDSL.g:6734:8: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalActionDSL.g:6734:8: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:6735:9: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:6735:9: ( ruleJvmFormalParameter )
// InternalActionDSL.g:6736:10: ruleJvmFormalParameter
{
pushFollow(FOLLOW_78);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalActionDSL.g:6739:8: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop162:
do {
int alt162=2;
int LA162_0 = input.LA(1);
if ( (LA162_0==54) ) {
alt162=1;
}
switch (alt162) {
case 1 :
// InternalActionDSL.g:6740:9: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,54,FOLLOW_58); if (state.failed) return ;
// InternalActionDSL.g:6741:9: ( ( ruleJvmFormalParameter ) )
// InternalActionDSL.g:6742:10: ( ruleJvmFormalParameter )
{
// InternalActionDSL.g:6742:10: ( ruleJvmFormalParameter )
// InternalActionDSL.g:6743:11: ruleJvmFormalParameter
{
pushFollow(FOLLOW_78);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop162;
}
} while (true);
}
break;
}
// InternalActionDSL.g:6748:7: ( ( '|' ) )
// InternalActionDSL.g:6749:8: ( '|' )
{
// InternalActionDSL.g:6749:8: ( '|' )
// InternalActionDSL.g:6750:9: '|'
{
match(input,92,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred41_InternalActionDSL
// $ANTLR start synpred42_InternalActionDSL
public final void synpred42_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:6827:4: ( ( () '[' ) )
// InternalActionDSL.g:6827:5: ( () '[' )
{
// InternalActionDSL.g:6827:5: ( () '[' )
// InternalActionDSL.g:6828:5: () '['
{
// InternalActionDSL.g:6828:5: ()
// InternalActionDSL.g:6829:5:
{
}
match(input,58,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred42_InternalActionDSL
// $ANTLR start synpred43_InternalActionDSL
public final void synpred43_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:7170: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 )
// InternalActionDSL.g:
{
if ( (input.LA(1)>=RULE_ID && input.LA(1)<=RULE_DECIMAL)||input.LA(1)==15||(input.LA(1)>=46 && input.LA(1)<=48)||input.LA(1)==53||(input.LA(1)>=57 && input.LA(1)<=58)||input.LA(1)==65||(input.LA(1)>=81 && input.LA(1)<=82)||input.LA(1)==86||input.LA(1)==93||input.LA(1)==95||(input.LA(1)>=99 && input.LA(1)<=101)||(input.LA(1)>=104 && input.LA(1)<=113)||input.LA(1)==115 ) {
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 synpred43_InternalActionDSL
// $ANTLR start synpred44_InternalActionDSL
public final void synpred44_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:7241:6: ( 'catch' )
// InternalActionDSL.g:7241:7: 'catch'
{
match(input,116,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred44_InternalActionDSL
// $ANTLR start synpred45_InternalActionDSL
public final void synpred45_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:7262:7: ( 'finally' )
// InternalActionDSL.g:7262:8: 'finally'
{
match(input,114,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred45_InternalActionDSL
// $ANTLR start synpred48_InternalActionDSL
public final void synpred48_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:7506:5: ( '.' )
// InternalActionDSL.g:7506:6: '.'
{
match(input,45,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred48_InternalActionDSL
// $ANTLR start synpred49_InternalActionDSL
public final void synpred49_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:7632:5: ( ( () ruleArrayBrackets ) )
// InternalActionDSL.g:7632:6: ( () ruleArrayBrackets )
{
// InternalActionDSL.g:7632:6: ( () ruleArrayBrackets )
// InternalActionDSL.g:7633:6: () ruleArrayBrackets
{
// InternalActionDSL.g:7633:6: ()
// InternalActionDSL.g:7634:6:
{
}
pushFollow(FOLLOW_2);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return ;
}
}
}
// $ANTLR end synpred49_InternalActionDSL
// $ANTLR start synpred50_InternalActionDSL
public final void synpred50_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:7829:5: ( '<' )
// InternalActionDSL.g:7829:6: '<'
{
match(input,65,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred50_InternalActionDSL
// $ANTLR start synpred51_InternalActionDSL
public final void synpred51_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:7885:6: ( ( () '.' ) )
// InternalActionDSL.g:7885:7: ( () '.' )
{
// InternalActionDSL.g:7885:7: ( () '.' )
// InternalActionDSL.g:7886:7: () '.'
{
// InternalActionDSL.g:7886:7: ()
// InternalActionDSL.g:7887:7:
{
}
match(input,45,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred51_InternalActionDSL
// $ANTLR start synpred52_InternalActionDSL
public final void synpred52_InternalActionDSL_fragment() throws RecognitionException {
// InternalActionDSL.g:7923:7: ( '<' )
// InternalActionDSL.g:7923:8: '<'
{
match(input,65,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred52_InternalActionDSL
// Delegated rules
public final boolean synpred39_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred39_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred26_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred8_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred29_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred49_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred49_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred33_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred20_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred10_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred19_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred36_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred43_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred2_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred5_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred13_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred16_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred23_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred40_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred40_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred11_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred24_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred24_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred14_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred31_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred21_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred17_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred41_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred41_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred9_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred9_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred6_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred51_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred51_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred44_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred27_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred37_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred32_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred42_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred22_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred22_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred52_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred52_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred45_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred35_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred38_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred48_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred48_InternalActionDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred50_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred50_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred7_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred15_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred18_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred25_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred12_InternalActionDSL_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_InternalActionDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred1_InternalActionDSL_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 DFA24 dfa24 = new DFA24(this);
protected DFA27 dfa27 = new DFA27(this);
protected DFA33 dfa33 = new DFA33(this);
protected DFA36 dfa36 = new DFA36(this);
protected DFA38 dfa38 = new DFA38(this);
protected DFA48 dfa48 = new DFA48(this);
protected DFA51 dfa51 = new DFA51(this);
protected DFA67 dfa67 = new DFA67(this);
protected DFA66 dfa66 = new DFA66(this);
protected DFA68 dfa68 = new DFA68(this);
protected DFA70 dfa70 = new DFA70(this);
protected DFA79 dfa79 = new DFA79(this);
protected DFA86 dfa86 = new DFA86(this);
protected DFA85 dfa85 = new DFA85(this);
protected DFA108 dfa108 = new DFA108(this);
protected DFA107 dfa107 = new DFA107(this);
protected DFA109 dfa109 = new DFA109(this);
protected DFA113 dfa113 = new DFA113(this);
protected DFA116 dfa116 = new DFA116(this);
protected DFA115 dfa115 = new DFA115(this);
protected DFA117 dfa117 = new DFA117(this);
protected DFA120 dfa120 = new DFA120(this);
protected DFA138 dfa138 = new DFA138(this);
protected DFA136 dfa136 = new DFA136(this);
static final String dfa_1s = "\10\uffff";
static final String dfa_2s = "\2\uffff\1\5\4\uffff\1\5";
static final String dfa_3s = "\1\4\1\uffff\1\15\1\uffff\1\4\2\uffff\1\15";
static final String dfa_4s = "\1\62\1\uffff\1\63\1\uffff\1\61\2\uffff\1\63";
static final String dfa_5s = "\1\uffff\1\1\1\uffff\1\4\1\uffff\1\2\1\3\1\uffff";
static final String dfa_6s = "\10\uffff}>";
static final String[] dfa_7s = {
"\1\2\52\uffff\1\1\2\uffff\1\3",
"",
"\1\5\37\uffff\1\4\1\5\4\uffff\1\5",
"",
"\1\7\54\uffff\1\6",
"",
"",
"\1\5\37\uffff\1\4\1\5\4\uffff\1\5"
};
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 DFA24 extends DFA {
public DFA24(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 24;
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 "1599:3: ( ( ( (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 ) ) | ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) ) )";
}
}
static final String dfa_8s = "\44\uffff";
static final String dfa_9s = "\1\4\1\0\42\uffff";
static final String dfa_10s = "\1\163\1\0\42\uffff";
static final String dfa_11s = "\2\uffff\1\2\37\uffff\1\3\1\1";
static final String dfa_12s = "\1\uffff\1\0\42\uffff}>";
static final String[] dfa_13s = {
"\1\1\4\2\6\uffff\1\2\36\uffff\3\2\3\uffff\2\2\1\uffff\1\42\1\uffff\2\2\6\uffff\1\2\17\uffff\2\2\3\uffff\1\2\6\uffff\1\2\1\uffff\1\2\3\uffff\3\2\2\uffff\12\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_8 = DFA.unpackEncodedString(dfa_8s);
static final char[] dfa_9 = DFA.unpackEncodedStringToUnsignedChars(dfa_9s);
static final char[] dfa_10 = DFA.unpackEncodedStringToUnsignedChars(dfa_10s);
static final short[] dfa_11 = DFA.unpackEncodedString(dfa_11s);
static final short[] dfa_12 = DFA.unpackEncodedString(dfa_12s);
static final short[][] dfa_13 = unpackEncodedStringArray(dfa_13s);
class DFA27 extends DFA {
public DFA27(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 27;
this.eot = dfa_8;
this.eof = dfa_8;
this.min = dfa_9;
this.max = dfa_10;
this.accept = dfa_11;
this.special = dfa_12;
this.transition = dfa_13;
}
public String getDescription() {
return "1816:4: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )?";
}
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
TokenStream input = (TokenStream)_input;
int _s = s;
switch ( s ) {
case 0 :
int LA27_1 = input.LA(1);
int index27_1 = input.index();
input.rewind();
s = -1;
if ( (synpred2_InternalActionDSL()) ) {s = 35;}
else if ( (true) ) {s = 2;}
input.seek(index27_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 27, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_14s = "\43\uffff";
static final String dfa_15s = "\1\4\1\0\41\uffff";
static final String dfa_16s = "\1\163\1\0\41\uffff";
static final String dfa_17s = "\2\uffff\1\2\37\uffff\1\1";
static final String dfa_18s = "\1\uffff\1\0\41\uffff}>";
static final String[] dfa_19s = {
"\5\2\6\uffff\1\2\36\uffff\3\2\3\uffff\2\2\3\uffff\1\1\1\2\6\uffff\1\2\17\uffff\2\2\3\uffff\1\2\6\uffff\1\2\1\uffff\1\2\3\uffff\3\2\2\uffff\12\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_14 = DFA.unpackEncodedString(dfa_14s);
static final char[] dfa_15 = DFA.unpackEncodedStringToUnsignedChars(dfa_15s);
static final char[] dfa_16 = DFA.unpackEncodedStringToUnsignedChars(dfa_16s);
static final short[] dfa_17 = DFA.unpackEncodedString(dfa_17s);
static final short[] dfa_18 = DFA.unpackEncodedString(dfa_18s);
static final short[][] dfa_19 = unpackEncodedStringArray(dfa_19s);
class DFA33 extends DFA {
public DFA33(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 33;
this.eot = dfa_14;
this.eof = dfa_14;
this.min = dfa_15;
this.max = dfa_16;
this.accept = dfa_17;
this.special = dfa_18;
this.transition = dfa_19;
}
public String getDescription() {
return "1996:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? ) )";
}
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
TokenStream input = (TokenStream)_input;
int _s = s;
switch ( s ) {
case 0 :
int LA33_1 = input.LA(1);
int index33_1 = input.index();
input.rewind();
s = -1;
if ( (synpred5_InternalActionDSL()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index33_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 33, _s, input);
error(nvae);
throw nvae;
}
}
class DFA36 extends DFA {
public DFA36(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 36;
this.eot = dfa_14;
this.eof = dfa_14;
this.min = dfa_15;
this.max = dfa_16;
this.accept = dfa_17;
this.special = dfa_18;
this.transition = dfa_19;
}
public String getDescription() {
return "2138:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression )";
}
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
TokenStream input = (TokenStream)_input;
int _s = s;
switch ( s ) {
case 0 :
int LA36_1 = input.LA(1);
int index36_1 = input.index();
input.rewind();
s = -1;
if ( (synpred6_InternalActionDSL()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index36_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 36, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_20s = "\12\uffff";
static final String dfa_21s = "\1\10\11\uffff";
static final String dfa_22s = "\1\4\7\0\2\uffff";
static final String dfa_23s = "\1\164\7\0\2\uffff";
static final String dfa_24s = "\10\uffff\1\2\1\1";
static final String dfa_25s = "\1\uffff\1\0\1\1\1\2\1\3\1\4\1\5\1\6\2\uffff}>";
static final String[] dfa_26s = {
"\5\10\6\uffff\2\10\34\uffff\5\10\1\uffff\1\10\1\uffff\3\10\1\uffff\3\10\1\1\1\2\1\3\1\4\1\5\1\6\1\7\31\10\1\uffff\30\10",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"",
""
};
static final short[] dfa_20 = DFA.unpackEncodedString(dfa_20s);
static final short[] dfa_21 = DFA.unpackEncodedString(dfa_21s);
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_20;
this.eof = dfa_21;
this.min = dfa_22;
this.max = dfa_23;
this.accept = dfa_24;
this.special = dfa_25;
this.transition = dfa_26;
}
public String getDescription() {
return "2367: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 LA38_1 = input.LA(1);
int index38_1 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalActionDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index38_1);
if ( s>=0 ) return s;
break;
case 1 :
int LA38_2 = input.LA(1);
int index38_2 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalActionDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index38_2);
if ( s>=0 ) return s;
break;
case 2 :
int LA38_3 = input.LA(1);
int index38_3 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalActionDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index38_3);
if ( s>=0 ) return s;
break;
case 3 :
int LA38_4 = input.LA(1);
int index38_4 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalActionDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index38_4);
if ( s>=0 ) return s;
break;
case 4 :
int LA38_5 = input.LA(1);
int index38_5 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalActionDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index38_5);
if ( s>=0 ) return s;
break;
case 5 :
int LA38_6 = input.LA(1);
int index38_6 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalActionDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index38_6);
if ( s>=0 ) return s;
break;
case 6 :
int LA38_7 = input.LA(1);
int index38_7 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalActionDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index38_7);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 38, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_27s = "\13\uffff";
static final String dfa_28s = "\1\1\12\uffff";
static final String dfa_29s = "\1\4\1\uffff\10\0\1\uffff";
static final String dfa_30s = "\1\164\1\uffff\10\0\1\uffff";
static final String dfa_31s = "\1\uffff\1\2\10\uffff\1\1";
static final String dfa_32s = "\2\uffff\1\6\1\2\1\4\1\5\1\7\1\3\1\0\1\1\1\uffff}>";
static final String[] dfa_33s = {
"\5\1\6\uffff\2\1\34\uffff\5\1\1\uffff\1\1\1\uffff\3\1\1\uffff\10\1\1\2\1\3\10\1\1\4\1\5\1\6\1\7\1\10\1\11\13\1\1\uffff\30\1",
"",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\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 DFA48 extends DFA {
public DFA48(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 48;
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 "()* loopback of 3081: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 LA48_8 = input.LA(1);
int index48_8 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalActionDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index48_8);
if ( s>=0 ) return s;
break;
case 1 :
int LA48_9 = input.LA(1);
int index48_9 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalActionDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index48_9);
if ( s>=0 ) return s;
break;
case 2 :
int LA48_3 = input.LA(1);
int index48_3 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalActionDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index48_3);
if ( s>=0 ) return s;
break;
case 3 :
int LA48_7 = input.LA(1);
int index48_7 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalActionDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index48_7);
if ( s>=0 ) return s;
break;
case 4 :
int LA48_4 = input.LA(1);
int index48_4 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalActionDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index48_4);
if ( s>=0 ) return s;
break;
case 5 :
int LA48_5 = input.LA(1);
int index48_5 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalActionDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index48_5);
if ( s>=0 ) return s;
break;
case 6 :
int LA48_2 = input.LA(1);
int index48_2 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalActionDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index48_2);
if ( s>=0 ) return s;
break;
case 7 :
int LA48_6 = input.LA(1);
int index48_6 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalActionDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index48_6);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 48, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_34s = "\1\101\2\uffff\1\102\7\uffff";
static final String dfa_35s = "\1\120\2\uffff\1\115\7\uffff";
static final String dfa_36s = "\1\uffff\1\1\1\2\1\uffff\1\4\1\5\1\7\1\10\1\11\1\6\1\3";
static final String dfa_37s = "\13\uffff}>";
static final String[] dfa_38s = {
"\1\6\1\3\10\uffff\1\1\1\2\1\4\1\5\1\7\1\10",
"",
"",
"\1\11\12\uffff\1\12",
"",
"",
"",
"",
"",
"",
""
};
static final char[] dfa_34 = DFA.unpackEncodedStringToUnsignedChars(dfa_34s);
static final char[] dfa_35 = DFA.unpackEncodedStringToUnsignedChars(dfa_35s);
static final short[] dfa_36 = DFA.unpackEncodedString(dfa_36s);
static final short[] dfa_37 = DFA.unpackEncodedString(dfa_37s);
static final short[][] dfa_38 = unpackEncodedStringArray(dfa_38s);
class DFA51 extends DFA {
public DFA51(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 51;
this.eot = dfa_27;
this.eof = dfa_27;
this.min = dfa_34;
this.max = dfa_35;
this.accept = dfa_36;
this.special = dfa_37;
this.transition = dfa_38;
}
public String getDescription() {
return "3157:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )";
}
}
static final String dfa_39s = "\116\uffff";
static final String dfa_40s = "\1\2\115\uffff";
static final String dfa_41s = "\1\4\1\0\114\uffff";
static final String dfa_42s = "\1\164\1\0\114\uffff";
static final String dfa_43s = "\2\uffff\1\2\112\uffff\1\1";
static final String dfa_44s = "\1\uffff\1\0\114\uffff}>";
static final String[] dfa_45s = {
"\5\2\6\uffff\2\2\34\uffff\5\2\1\uffff\1\2\1\uffff\1\1\2\2\1\uffff\43\2\1\uffff\30\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_39 = DFA.unpackEncodedString(dfa_39s);
static final short[] dfa_40 = DFA.unpackEncodedString(dfa_40s);
static final char[] dfa_41 = DFA.unpackEncodedStringToUnsignedChars(dfa_41s);
static final char[] dfa_42 = DFA.unpackEncodedStringToUnsignedChars(dfa_42s);
static final short[] dfa_43 = DFA.unpackEncodedString(dfa_43s);
static final short[] dfa_44 = DFA.unpackEncodedString(dfa_44s);
static final short[][] dfa_45 = unpackEncodedStringArray(dfa_45s);
class DFA67 extends DFA {
public DFA67(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 67;
this.eot = dfa_39;
this.eof = dfa_40;
this.min = dfa_41;
this.max = dfa_42;
this.accept = dfa_43;
this.special = dfa_44;
this.transition = dfa_45;
}
public String getDescription() {
return "4058: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 LA67_1 = input.LA(1);
int index67_1 = input.index();
input.rewind();
s = -1;
if ( (synpred22_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index67_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 67, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_46s = "\1\4\2\0\41\uffff";
static final String dfa_47s = "\1\163\2\0\41\uffff";
static final String dfa_48s = "\3\uffff\2\1\1\2\35\uffff\1\3";
static final String dfa_49s = "\1\0\1\1\1\2\41\uffff}>";
static final String[] dfa_50s = {
"\1\1\4\5\6\uffff\1\5\36\uffff\3\5\4\uffff\1\2\1\uffff\1\43\1\uffff\2\5\6\uffff\1\5\14\uffff\1\3\2\uffff\2\5\3\uffff\1\5\5\uffff\1\4\1\5\1\uffff\1\5\3\uffff\3\5\2\uffff\12\5\1\uffff\1\5",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final char[] dfa_46 = DFA.unpackEncodedStringToUnsignedChars(dfa_46s);
static final char[] dfa_47 = DFA.unpackEncodedStringToUnsignedChars(dfa_47s);
static final short[] dfa_48 = DFA.unpackEncodedString(dfa_48s);
static final short[] dfa_49 = DFA.unpackEncodedString(dfa_49s);
static final short[][] dfa_50 = unpackEncodedStringArray(dfa_50s);
class DFA66 extends DFA {
public DFA66(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 66;
this.eot = dfa_8;
this.eof = dfa_8;
this.min = dfa_46;
this.max = dfa_47;
this.accept = dfa_48;
this.special = dfa_49;
this.transition = dfa_50;
}
public String getDescription() {
return "4077: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 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==53) ) {s = 2;}
else if ( (LA66_0==78) && (synpred23_InternalActionDSL())) {s = 3;}
else if ( (LA66_0==92) && (synpred23_InternalActionDSL())) {s = 4;}
else if ( ((LA66_0>=RULE_STRING && LA66_0<=RULE_DECIMAL)||LA66_0==15||(LA66_0>=46 && LA66_0<=48)||(LA66_0>=57 && LA66_0<=58)||LA66_0==65||(LA66_0>=81 && LA66_0<=82)||LA66_0==86||LA66_0==93||LA66_0==95||(LA66_0>=99 && LA66_0<=101)||(LA66_0>=104 && LA66_0<=113)||LA66_0==115) ) {s = 5;}
else if ( (LA66_0==55) ) {s = 35;}
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_InternalActionDSL()) ) {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_InternalActionDSL()) ) {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_51s = {
"\5\2\6\uffff\2\2\34\uffff\5\2\1\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\1\41\2\1\uffff\30\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_51 = unpackEncodedStringArray(dfa_51s);
class DFA68 extends DFA {
public DFA68(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 68;
this.eot = dfa_39;
this.eof = dfa_40;
this.min = dfa_41;
this.max = dfa_42;
this.accept = dfa_43;
this.special = dfa_44;
this.transition = dfa_51;
}
public String getDescription() {
return "4175: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 LA68_1 = input.LA(1);
int index68_1 = input.index();
input.rewind();
s = -1;
if ( (synpred24_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index68_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 68, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_52s = "\40\uffff";
static final String dfa_53s = "\1\4\26\uffff\1\0\10\uffff";
static final String dfa_54s = "\1\163\26\uffff\1\0\10\uffff";
static final String dfa_55s = "\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_56s = "\1\0\26\uffff\1\1\10\uffff}>";
static final String[] dfa_57s = {
"\1\5\4\14\6\uffff\1\2\36\uffff\3\5\4\uffff\1\35\3\uffff\2\14\6\uffff\1\5\33\uffff\1\26\1\uffff\1\3\3\uffff\1\27\1\30\1\31\2\uffff\2\5\1\1\4\14\1\32\1\33\1\34\1\uffff\1\4",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_52 = DFA.unpackEncodedString(dfa_52s);
static final char[] dfa_53 = DFA.unpackEncodedStringToUnsignedChars(dfa_53s);
static final char[] dfa_54 = DFA.unpackEncodedStringToUnsignedChars(dfa_54s);
static final short[] dfa_55 = DFA.unpackEncodedString(dfa_55s);
static final short[] dfa_56 = DFA.unpackEncodedString(dfa_56s);
static final short[][] dfa_57 = unpackEncodedStringArray(dfa_57s);
class DFA70 extends DFA {
public DFA70(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 70;
this.eot = dfa_52;
this.eof = dfa_52;
this.min = dfa_53;
this.max = dfa_54;
this.accept = dfa_55;
this.special = dfa_56;
this.transition = dfa_57;
}
public String getDescription() {
return "4220: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 LA70_0 = input.LA(1);
int index70_0 = input.index();
input.rewind();
s = -1;
if ( (LA70_0==106) ) {s = 1;}
else if ( (LA70_0==15) ) {s = 2;}
else if ( (LA70_0==95) ) {s = 3;}
else if ( (LA70_0==115) && (synpred25_InternalActionDSL())) {s = 4;}
else if ( (LA70_0==RULE_ID||(LA70_0>=46 && LA70_0<=48)||LA70_0==65||(LA70_0>=104 && LA70_0<=105)) ) {s = 5;}
else if ( ((LA70_0>=RULE_STRING && LA70_0<=RULE_DECIMAL)||(LA70_0>=57 && LA70_0<=58)||(LA70_0>=107 && LA70_0<=110)) ) {s = 12;}
else if ( (LA70_0==93) ) {s = 22;}
else if ( (LA70_0==99) ) {s = 23;}
else if ( (LA70_0==100) ) {s = 24;}
else if ( (LA70_0==101) ) {s = 25;}
else if ( (LA70_0==111) ) {s = 26;}
else if ( (LA70_0==112) ) {s = 27;}
else if ( (LA70_0==113) ) {s = 28;}
else if ( (LA70_0==53) ) {s = 29;}
input.seek(index70_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA70_23 = input.LA(1);
int index70_23 = input.index();
input.rewind();
s = -1;
if ( (synpred26_InternalActionDSL()) ) {s = 30;}
else if ( (true) ) {s = 31;}
input.seek(index70_23);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 70, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_58s = "\46\uffff";
static final String dfa_59s = "\1\4\2\0\43\uffff";
static final String dfa_60s = "\1\163\2\0\43\uffff";
static final String dfa_61s = "\3\uffff\2\1\1\2\40\uffff";
static final String dfa_62s = "\1\0\1\1\1\2\43\uffff}>";
static final String[] dfa_63s = {
"\1\1\4\5\6\uffff\1\5\36\uffff\3\5\4\uffff\1\2\3\uffff\3\5\5\uffff\1\5\14\uffff\1\3\2\uffff\2\5\3\uffff\1\5\5\uffff\1\4\1\5\1\uffff\1\5\3\uffff\17\5\1\uffff\1\5",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_58 = DFA.unpackEncodedString(dfa_58s);
static final char[] dfa_59 = DFA.unpackEncodedStringToUnsignedChars(dfa_59s);
static final char[] dfa_60 = DFA.unpackEncodedStringToUnsignedChars(dfa_60s);
static final short[] dfa_61 = DFA.unpackEncodedString(dfa_61s);
static final short[] dfa_62 = DFA.unpackEncodedString(dfa_62s);
static final short[][] dfa_63 = unpackEncodedStringArray(dfa_63s);
class DFA79 extends DFA {
public DFA79(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 79;
this.eot = dfa_58;
this.eof = dfa_58;
this.min = dfa_59;
this.max = dfa_60;
this.accept = dfa_61;
this.special = dfa_62;
this.transition = dfa_63;
}
public String getDescription() {
return "4712: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 LA79_0 = input.LA(1);
int index79_0 = input.index();
input.rewind();
s = -1;
if ( (LA79_0==RULE_ID) ) {s = 1;}
else if ( (LA79_0==53) ) {s = 2;}
else if ( (LA79_0==78) && (synpred29_InternalActionDSL())) {s = 3;}
else if ( (LA79_0==92) && (synpred29_InternalActionDSL())) {s = 4;}
else if ( ((LA79_0>=RULE_STRING && LA79_0<=RULE_DECIMAL)||LA79_0==15||(LA79_0>=46 && LA79_0<=48)||(LA79_0>=57 && LA79_0<=59)||LA79_0==65||(LA79_0>=81 && LA79_0<=82)||LA79_0==86||LA79_0==93||LA79_0==95||(LA79_0>=99 && LA79_0<=113)||LA79_0==115) ) {s = 5;}
input.seek(index79_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA79_1 = input.LA(1);
int index79_1 = input.index();
input.rewind();
s = -1;
if ( (synpred29_InternalActionDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index79_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA79_2 = input.LA(1);
int index79_2 = input.index();
input.rewind();
s = -1;
if ( (synpred29_InternalActionDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index79_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 79, _s, input);
error(nvae);
throw nvae;
}
}
static final String[] dfa_64s = {
"\5\2\6\uffff\1\2\36\uffff\3\2\4\uffff\1\1\3\uffff\2\2\6\uffff\1\2\14\uffff\1\2\2\uffff\2\2\3\uffff\1\2\6\uffff\1\2\1\uffff\1\2\3\uffff\3\2\2\uffff\12\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_64 = unpackEncodedStringArray(dfa_64s);
class DFA86 extends DFA {
public DFA86(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 86;
this.eot = dfa_14;
this.eof = dfa_14;
this.min = dfa_15;
this.max = dfa_16;
this.accept = dfa_17;
this.special = dfa_18;
this.transition = dfa_64;
}
public String getDescription() {
return "5178: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 LA86_1 = input.LA(1);
int index86_1 = input.index();
input.rewind();
s = -1;
if ( (synpred32_InternalActionDSL()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index86_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 86, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_65s = "\42\uffff";
static final String dfa_66s = "\1\4\2\0\37\uffff";
static final String dfa_67s = "\1\163\2\0\37\uffff";
static final String dfa_68s = "\3\uffff\1\1\1\2\35\uffff";
static final String dfa_69s = "\1\0\1\1\1\2\37\uffff}>";
static final String[] dfa_70s = {
"\1\1\4\4\6\uffff\1\4\36\uffff\3\4\4\uffff\1\2\3\uffff\2\4\6\uffff\1\4\14\uffff\1\3\2\uffff\2\4\3\uffff\1\4\6\uffff\1\4\1\uffff\1\4\3\uffff\3\4\2\uffff\12\4\1\uffff\1\4",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_65 = DFA.unpackEncodedString(dfa_65s);
static final char[] dfa_66 = DFA.unpackEncodedStringToUnsignedChars(dfa_66s);
static final char[] dfa_67 = DFA.unpackEncodedStringToUnsignedChars(dfa_67s);
static final short[] dfa_68 = DFA.unpackEncodedString(dfa_68s);
static final short[] dfa_69 = DFA.unpackEncodedString(dfa_69s);
static final short[][] dfa_70 = unpackEncodedStringArray(dfa_70s);
class DFA85 extends DFA {
public DFA85(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 85;
this.eot = dfa_65;
this.eof = dfa_65;
this.min = dfa_66;
this.max = dfa_67;
this.accept = dfa_68;
this.special = dfa_69;
this.transition = dfa_70;
}
public String getDescription() {
return "5247: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 LA85_0 = input.LA(1);
int index85_0 = input.index();
input.rewind();
s = -1;
if ( (LA85_0==RULE_ID) ) {s = 1;}
else if ( (LA85_0==53) ) {s = 2;}
else if ( (LA85_0==78) && (synpred33_InternalActionDSL())) {s = 3;}
else if ( ((LA85_0>=RULE_STRING && LA85_0<=RULE_DECIMAL)||LA85_0==15||(LA85_0>=46 && LA85_0<=48)||(LA85_0>=57 && LA85_0<=58)||LA85_0==65||(LA85_0>=81 && LA85_0<=82)||LA85_0==86||LA85_0==93||LA85_0==95||(LA85_0>=99 && LA85_0<=101)||(LA85_0>=104 && LA85_0<=113)||LA85_0==115) ) {s = 4;}
input.seek(index85_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA85_1 = input.LA(1);
int index85_1 = input.index();
input.rewind();
s = -1;
if ( (synpred33_InternalActionDSL()) ) {s = 3;}
else if ( (true) ) {s = 4;}
input.seek(index85_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA85_2 = input.LA(1);
int index85_2 = input.index();
input.rewind();
s = -1;
if ( (synpred33_InternalActionDSL()) ) {s = 3;}
else if ( (true) ) {s = 4;}
input.seek(index85_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 85, _s, input);
error(nvae);
throw nvae;
}
}
class DFA108 extends DFA {
public DFA108(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 108;
this.eot = dfa_39;
this.eof = dfa_40;
this.min = dfa_41;
this.max = dfa_42;
this.accept = dfa_43;
this.special = dfa_44;
this.transition = dfa_45;
}
public String getDescription() {
return "6376: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 LA108_1 = input.LA(1);
int index108_1 = input.index();
input.rewind();
s = -1;
if ( (synpred36_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index108_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 108, _s, input);
error(nvae);
throw nvae;
}
}
class DFA107 extends DFA {
public DFA107(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 107;
this.eot = dfa_8;
this.eof = dfa_8;
this.min = dfa_46;
this.max = dfa_47;
this.accept = dfa_48;
this.special = dfa_49;
this.transition = dfa_50;
}
public String getDescription() {
return "6395: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 LA107_0 = input.LA(1);
int index107_0 = input.index();
input.rewind();
s = -1;
if ( (LA107_0==RULE_ID) ) {s = 1;}
else if ( (LA107_0==53) ) {s = 2;}
else if ( (LA107_0==78) && (synpred37_InternalActionDSL())) {s = 3;}
else if ( (LA107_0==92) && (synpred37_InternalActionDSL())) {s = 4;}
else if ( ((LA107_0>=RULE_STRING && LA107_0<=RULE_DECIMAL)||LA107_0==15||(LA107_0>=46 && LA107_0<=48)||(LA107_0>=57 && LA107_0<=58)||LA107_0==65||(LA107_0>=81 && LA107_0<=82)||LA107_0==86||LA107_0==93||LA107_0==95||(LA107_0>=99 && LA107_0<=101)||(LA107_0>=104 && LA107_0<=113)||LA107_0==115) ) {s = 5;}
else if ( (LA107_0==55) ) {s = 35;}
input.seek(index107_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA107_1 = input.LA(1);
int index107_1 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalActionDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index107_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA107_2 = input.LA(1);
int index107_2 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalActionDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index107_2);
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;
}
}
class DFA109 extends DFA {
public DFA109(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 109;
this.eot = dfa_39;
this.eof = dfa_40;
this.min = dfa_41;
this.max = dfa_42;
this.accept = dfa_43;
this.special = dfa_44;
this.transition = dfa_51;
}
public String getDescription() {
return "6493: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 LA109_1 = input.LA(1);
int index109_1 = input.index();
input.rewind();
s = -1;
if ( (synpred38_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index109_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 109, _s, input);
error(nvae);
throw nvae;
}
}
static final String[] dfa_71s = {
"\5\2\6\uffff\2\2\34\uffff\5\2\1\uffff\1\2\1\uffff\3\2\1\uffff\10\2\1\1\32\2\1\uffff\30\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_71 = unpackEncodedStringArray(dfa_71s);
class DFA113 extends DFA {
public DFA113(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 113;
this.eot = dfa_39;
this.eof = dfa_40;
this.min = dfa_41;
this.max = dfa_42;
this.accept = dfa_43;
this.special = dfa_44;
this.transition = dfa_71;
}
public String getDescription() {
return "6652: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 LA113_1 = input.LA(1);
int index113_1 = input.index();
input.rewind();
s = -1;
if ( (synpred39_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index113_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 113, _s, input);
error(nvae);
throw nvae;
}
}
class DFA116 extends DFA {
public DFA116(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 116;
this.eot = dfa_39;
this.eof = dfa_40;
this.min = dfa_41;
this.max = dfa_42;
this.accept = dfa_43;
this.special = dfa_44;
this.transition = dfa_45;
}
public String getDescription() {
return "6709: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 LA116_1 = input.LA(1);
int index116_1 = input.index();
input.rewind();
s = -1;
if ( (synpred40_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index116_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 116, _s, input);
error(nvae);
throw nvae;
}
}
class DFA115 extends DFA {
public DFA115(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 115;
this.eot = dfa_8;
this.eof = dfa_8;
this.min = dfa_46;
this.max = dfa_47;
this.accept = dfa_48;
this.special = dfa_49;
this.transition = dfa_50;
}
public String getDescription() {
return "6728: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 LA115_0 = input.LA(1);
int index115_0 = input.index();
input.rewind();
s = -1;
if ( (LA115_0==RULE_ID) ) {s = 1;}
else if ( (LA115_0==53) ) {s = 2;}
else if ( (LA115_0==78) && (synpred41_InternalActionDSL())) {s = 3;}
else if ( (LA115_0==92) && (synpred41_InternalActionDSL())) {s = 4;}
else if ( ((LA115_0>=RULE_STRING && LA115_0<=RULE_DECIMAL)||LA115_0==15||(LA115_0>=46 && LA115_0<=48)||(LA115_0>=57 && LA115_0<=58)||LA115_0==65||(LA115_0>=81 && LA115_0<=82)||LA115_0==86||LA115_0==93||LA115_0==95||(LA115_0>=99 && LA115_0<=101)||(LA115_0>=104 && LA115_0<=113)||LA115_0==115) ) {s = 5;}
else if ( (LA115_0==55) ) {s = 35;}
input.seek(index115_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA115_1 = input.LA(1);
int index115_1 = input.index();
input.rewind();
s = -1;
if ( (synpred41_InternalActionDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index115_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA115_2 = input.LA(1);
int index115_2 = input.index();
input.rewind();
s = -1;
if ( (synpred41_InternalActionDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index115_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 115, _s, input);
error(nvae);
throw nvae;
}
}
class DFA117 extends DFA {
public DFA117(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 117;
this.eot = dfa_39;
this.eof = dfa_40;
this.min = dfa_41;
this.max = dfa_42;
this.accept = dfa_43;
this.special = dfa_44;
this.transition = dfa_51;
}
public String getDescription() {
return "6826: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 LA117_1 = input.LA(1);
int index117_1 = input.index();
input.rewind();
s = -1;
if ( (synpred42_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index117_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 117, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_72s = "\1\41\115\uffff";
static final String dfa_73s = "\1\4\40\0\55\uffff";
static final String dfa_74s = "\1\164\40\0\55\uffff";
static final String dfa_75s = "\41\uffff\1\2\53\uffff\1\1";
static final String dfa_76s = "\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_77s = {
"\1\1\1\27\1\23\1\24\1\25\6\uffff\1\12\1\41\34\uffff\1\41\1\4\1\3\1\5\1\41\1\uffff\1\41\1\uffff\1\40\2\41\1\uffff\1\17\1\20\6\41\1\15\17\41\1\10\1\7\3\41\1\6\5\41\1\uffff\1\31\1\41\1\13\3\41\1\32\1\33\1\34\2\41\1\2\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_72 = DFA.unpackEncodedString(dfa_72s);
static final char[] dfa_73 = DFA.unpackEncodedStringToUnsignedChars(dfa_73s);
static final char[] dfa_74 = DFA.unpackEncodedStringToUnsignedChars(dfa_74s);
static final short[] dfa_75 = DFA.unpackEncodedString(dfa_75s);
static final short[] dfa_76 = DFA.unpackEncodedString(dfa_76s);
static final short[][] dfa_77 = unpackEncodedStringArray(dfa_77s);
class DFA120 extends DFA {
public DFA120(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 120;
this.eot = dfa_39;
this.eof = dfa_72;
this.min = dfa_73;
this.max = dfa_74;
this.accept = dfa_75;
this.special = dfa_76;
this.transition = dfa_77;
}
public String getDescription() {
return "7169: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 LA120_1 = input.LA(1);
int index120_1 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_1);
if ( s>=0 ) return s;
break;
case 1 :
int LA120_2 = input.LA(1);
int index120_2 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_2);
if ( s>=0 ) return s;
break;
case 2 :
int LA120_3 = input.LA(1);
int index120_3 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_3);
if ( s>=0 ) return s;
break;
case 3 :
int LA120_4 = input.LA(1);
int index120_4 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_4);
if ( s>=0 ) return s;
break;
case 4 :
int LA120_5 = input.LA(1);
int index120_5 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_5);
if ( s>=0 ) return s;
break;
case 5 :
int LA120_6 = input.LA(1);
int index120_6 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_6);
if ( s>=0 ) return s;
break;
case 6 :
int LA120_7 = input.LA(1);
int index120_7 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_7);
if ( s>=0 ) return s;
break;
case 7 :
int LA120_8 = input.LA(1);
int index120_8 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_8);
if ( s>=0 ) return s;
break;
case 8 :
int LA120_9 = input.LA(1);
int index120_9 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_9);
if ( s>=0 ) return s;
break;
case 9 :
int LA120_10 = input.LA(1);
int index120_10 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_10);
if ( s>=0 ) return s;
break;
case 10 :
int LA120_11 = input.LA(1);
int index120_11 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_11);
if ( s>=0 ) return s;
break;
case 11 :
int LA120_12 = input.LA(1);
int index120_12 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_12);
if ( s>=0 ) return s;
break;
case 12 :
int LA120_13 = input.LA(1);
int index120_13 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_13);
if ( s>=0 ) return s;
break;
case 13 :
int LA120_14 = input.LA(1);
int index120_14 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_14);
if ( s>=0 ) return s;
break;
case 14 :
int LA120_15 = input.LA(1);
int index120_15 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_15);
if ( s>=0 ) return s;
break;
case 15 :
int LA120_16 = input.LA(1);
int index120_16 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_16);
if ( s>=0 ) return s;
break;
case 16 :
int LA120_17 = input.LA(1);
int index120_17 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_17);
if ( s>=0 ) return s;
break;
case 17 :
int LA120_18 = input.LA(1);
int index120_18 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_18);
if ( s>=0 ) return s;
break;
case 18 :
int LA120_19 = input.LA(1);
int index120_19 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_19);
if ( s>=0 ) return s;
break;
case 19 :
int LA120_20 = input.LA(1);
int index120_20 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_20);
if ( s>=0 ) return s;
break;
case 20 :
int LA120_21 = input.LA(1);
int index120_21 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_21);
if ( s>=0 ) return s;
break;
case 21 :
int LA120_22 = input.LA(1);
int index120_22 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_22);
if ( s>=0 ) return s;
break;
case 22 :
int LA120_23 = input.LA(1);
int index120_23 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_23);
if ( s>=0 ) return s;
break;
case 23 :
int LA120_24 = input.LA(1);
int index120_24 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_24);
if ( s>=0 ) return s;
break;
case 24 :
int LA120_25 = input.LA(1);
int index120_25 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_25);
if ( s>=0 ) return s;
break;
case 25 :
int LA120_26 = input.LA(1);
int index120_26 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_26);
if ( s>=0 ) return s;
break;
case 26 :
int LA120_27 = input.LA(1);
int index120_27 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_27);
if ( s>=0 ) return s;
break;
case 27 :
int LA120_28 = input.LA(1);
int index120_28 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_28);
if ( s>=0 ) return s;
break;
case 28 :
int LA120_29 = input.LA(1);
int index120_29 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_29);
if ( s>=0 ) return s;
break;
case 29 :
int LA120_30 = input.LA(1);
int index120_30 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_30);
if ( s>=0 ) return s;
break;
case 30 :
int LA120_31 = input.LA(1);
int index120_31 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_31);
if ( s>=0 ) return s;
break;
case 31 :
int LA120_32 = input.LA(1);
int index120_32 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalActionDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index120_32);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 120, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_78s = "\117\uffff";
static final String dfa_79s = "\1\2\116\uffff";
static final String dfa_80s = "\1\4\1\0\115\uffff";
static final String dfa_81s = "\1\166\1\0\115\uffff";
static final String dfa_82s = "\2\uffff\1\2\113\uffff\1\1";
static final String dfa_83s = "\1\uffff\1\0\115\uffff}>";
static final String[] dfa_84s = {
"\5\2\6\uffff\2\2\34\uffff\5\2\1\uffff\1\2\1\uffff\3\2\1\uffff\10\2\1\1\32\2\1\uffff\30\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_78 = DFA.unpackEncodedString(dfa_78s);
static final short[] dfa_79 = DFA.unpackEncodedString(dfa_79s);
static final char[] dfa_80 = DFA.unpackEncodedStringToUnsignedChars(dfa_80s);
static final char[] dfa_81 = DFA.unpackEncodedStringToUnsignedChars(dfa_81s);
static final short[] dfa_82 = DFA.unpackEncodedString(dfa_82s);
static final short[] dfa_83 = DFA.unpackEncodedString(dfa_83s);
static final short[][] dfa_84 = unpackEncodedStringArray(dfa_84s);
class DFA138 extends DFA {
public DFA138(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 138;
this.eot = dfa_78;
this.eof = dfa_79;
this.min = dfa_80;
this.max = dfa_81;
this.accept = dfa_82;
this.special = dfa_83;
this.transition = dfa_84;
}
public String getDescription() {
return "7827: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 LA138_1 = input.LA(1);
int index138_1 = input.index();
input.rewind();
s = -1;
if ( (synpred50_InternalActionDSL()) ) {s = 78;}
else if ( (true) ) {s = 2;}
input.seek(index138_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 138, _s, input);
error(nvae);
throw nvae;
}
}
class DFA136 extends DFA {
public DFA136(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 136;
this.eot = dfa_78;
this.eof = dfa_79;
this.min = dfa_80;
this.max = dfa_81;
this.accept = dfa_82;
this.special = dfa_83;
this.transition = dfa_84;
}
public String getDescription() {
return "7921: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 LA136_1 = input.LA(1);
int index136_1 = input.index();
input.rewind();
s = -1;
if ( (synpred52_InternalActionDSL()) ) {s = 78;}
else if ( (true) ) {s = 2;}
input.seek(index136_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 136, _s, input);
error(nvae);
throw nvae;
}
}
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[]{0x0000000000002002L});
public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0000000000000010L});
public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x000000000000C002L});
public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000008002L});
public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000000130000L});
public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000110000L});
public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000001DFC0C0000L});
public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000000020L});
public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000240002L});
public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000000200002L});
public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000000008000L});
public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000002C10000L});
public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000000060000L});
public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000000000020000L});
public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000001000002L});
public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000000000000L,0xFF80000000000000L,0x000000000000003FL});
public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x00000000000000C0L});
public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000000003F00L});
public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x000000000000C000L});
public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000000008000L});
public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000000000000L,0x0100000000000000L});
public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000000030000L});
public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000000200000002L});
public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000000FC0000L});
public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000007000000L});
public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000002000000000L});
public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000004000000000L});
public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000088000000000L});
public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000010000000002L});
public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000020000000000L});
public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000040000000002L});
public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000100000000000L});
public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0000200000000002L});
public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0004800000000010L});
public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0001000000000010L});
public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0002000000000010L});
public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0008000000000002L});
public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0020000000000002L});
public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x06B1C000000081F0L,0x000BFF38A0460002L});
public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x00C0000000000000L});
public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0080000000000000L});
public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0100000000000000L});
public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0631C000000081F0L,0x000BFF38A0460002L});
public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0400000000000000L});
public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0E31C000000081F0L,0x000BFF38A0460002L});
public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0840000000000000L});
public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0040000000000002L});
public static final BitSet FOLLOW_50 = new BitSet(new long[]{0xF000000000000002L,0x0000000000000007L});
public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000002L});
public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000000000000000L,0x000000000000000CL});
public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L});
public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000010L});
public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000020L});
public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000000000000002L,0x00000000000003C0L});
public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0000000000000002L,0x000000000000040EL});
public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x0020000000000010L,0x0000000000004000L});
public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0000000000000002L,0x000000000001F806L});
public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L});
public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000004L});
public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004002L});
public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000000000000002L,0x0000000000060000L});
public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0002000000000002L,0x0000000000380000L});
public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000000000000002L,0x0000000000800000L});
public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000000002L,0x0000000003000000L});
public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000200000000002L,0x000000000C000000L});
public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0001C00000000010L,0x0000010000000000L});
public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0001C00000000010L,0x0000030000000002L});
public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0020000000000010L,0x0020000000004000L});
public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0040000000000000L,0x0000000000000004L});
public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0420200000000002L,0x000000000C000000L});
public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x06B1C000000081F0L,0x000BFF38B0464002L});
public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0400200000000002L,0x000000000C000000L});
public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0631C000000181F0L,0x000BFF38A0460002L});
public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0040000000010000L});
public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0E31C000000081F0L,0x000BFFF8B0464002L});
public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0040000000000000L,0x0000000010000000L});
public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x0E31C000000081F0L,0x000BFFF8A0460002L});
public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x0800000000000000L});
public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x0639C000000081F2L,0x000BFFF8A0460002L});
public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0631C000000081F2L,0x000BFFF8A0460002L});
public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0020000000000000L});
public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000000000000002L,0x0000000040000000L});
public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x0631C000000081F0L,0x000BFF38A0464002L});
public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0000000000000000L,0x0000000100000000L});
public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0060000000010010L,0x0000000700004000L});
public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000000000010000L});
public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0040000000000000L,0x0000000500000000L});
public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0040000000000000L,0x0000000100000000L});
public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0639C000000081F0L,0x000BFFF8A0460002L});
public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x0048000000000000L});
public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0631C000000081F0L,0x000BFFF8A0460002L});
public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0639C000000081F0L,0x000BFF38A0460002L});
public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0008000000000000L});
public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000000000000000L,0x0000001000000000L});
public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x0631C000000181F0L,0x000BFFF8A0460002L});
public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x0639C000000181F0L,0x000BFFF8A0460002L});
public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0100000000000002L});
public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0420000000000002L});
public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0400000000000002L});
public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0420000000000002L,0x0000000000000002L});
public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0480000000000000L});
public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0631C000000081F2L,0x000BFF38A0460002L});
public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000000000000L,0x0014000000000000L});
public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000000002L,0x0014000000000000L});
public static final BitSet FOLLOW_107 = new BitSet(new long[]{0x0000000000000180L});
public static final BitSet FOLLOW_108 = new BitSet(new long[]{0x00A0000000000010L,0x0000000000004000L});
public static final BitSet FOLLOW_109 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L});
public static final BitSet FOLLOW_110 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000002L});
public static final BitSet FOLLOW_111 = new BitSet(new long[]{0x0000200000000002L,0x0000000000000002L});
public static final BitSet FOLLOW_112 = new BitSet(new long[]{0x0000000000000002L,0x0000030000000000L});
public static final BitSet FOLLOW_113 = new BitSet(new long[]{0x0000000000000002L,0x0040000000000000L});
public static final BitSet FOLLOW_114 = new BitSet(new long[]{0x0000200000000000L});
public static final BitSet FOLLOW_115 = new BitSet(new long[]{0x0002000000000000L});
public static final BitSet FOLLOW_116 = new BitSet(new long[]{0x0000400000000002L});
public static final BitSet FOLLOW_117 = new BitSet(new long[]{0x0000000000000012L});
}