blob: 164b295bdcb54524034157aac63f57add7036d8b [file] [log] [blame]
package org.eclipse.osbp.xtext.strategy.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.strategy.services.StrategyDSLGrammarAccess;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
@SuppressWarnings("all")
public class InternalStrategyDSLParser 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'", "'{'", "'}'", "'strategy'", "'targets'", "'layoutingStrategy'", "'layout='", "'focusingStrategy'", "'ecviewFocusingId='", "'focus='", "'keyStrokeDefinition'", "'keyCode='", "'modifierKeys'", "'focusingEnhancer'", "'default'", "'defaultLayouting='", "'defaultFocusing='", "'import'", "'static'", "'extension'", "'*'", "'ns'", "';'", "'@'", "'('", "','", "')'", "'='", "'#'", "'['", "']'", "'+='", "'-='", "'*='", "'/='", "'%='", "'<'", "'>'", "'>='", "'||'", "'&&'", "'=='", "'!='", "'==='", "'!=='", "'instanceof'", "'->'", "'..<'", "'..'", "'=>'", "'<>'", "'?:'", "'+'", "'-'", "'**'", "'/'", "'%'", "'!'", "'as'", "'++'", "'--'", "'.'", "'::'", "'?.'", "'|'", "'if'", "'else'", "'switch'", "':'", "'case'", "'for'", "'while'", "'do'", "'var'", "'val'", "'extends'", "'super'", "'new'", "'false'", "'true'", "'null'", "'typeof'", "'throw'", "'return'", "'try'", "'finally'", "'synchronized'", "'catch'", "'?'", "'&'", "'Horizontal'", "'Vertical'", "'Grid'", "'Form2'", "'Form3'", "'Css'", "'Forward'", "'Backward'"
};
public static final int RULE_HEX=6;
public static final int T__50=50;
public static final int T__59=59;
public static final int T__55=55;
public static final int T__56=56;
public static final int T__57=57;
public static final int T__58=58;
public static final int T__51=51;
public static final int T__52=52;
public static final int T__53=53;
public static final int T__54=54;
public static final int T__60=60;
public static final int T__61=61;
public static final int RULE_ID=4;
public static final int RULE_INT=7;
public static final int T__66=66;
public static final int RULE_ML_COMMENT=9;
public static final int T__67=67;
public static final int T__68=68;
public static final int T__69=69;
public static final int T__62=62;
public static final int T__63=63;
public static final int T__64=64;
public static final int T__65=65;
public static final int T__37=37;
public static final int T__38=38;
public static final int T__39=39;
public static final int T__33=33;
public static final int T__34=34;
public static final int T__35=35;
public static final int T__36=36;
public static final int T__30=30;
public static final int T__31=31;
public static final int T__32=32;
public static final int T__48=48;
public static final int T__49=49;
public static final int T__44=44;
public static final int T__45=45;
public static final int T__46=46;
public static final int T__47=47;
public static final int T__40=40;
public static final int T__41=41;
public static final int T__42=42;
public static final int T__43=43;
public static final int T__91=91;
public static final int T__100=100;
public static final int T__92=92;
public static final int T__93=93;
public static final int T__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__70=70;
public static final int T__71=71;
public static final int T__72=72;
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__78=78;
public static final int T__79=79;
public static final int T__73=73;
public static final int EOF=-1;
public static final int T__74=74;
public static final int T__75=75;
public static final int T__76=76;
public static final int T__80=80;
public static final int T__81=81;
public static final int T__110=110;
public static final int T__82=82;
public static final int T__83=83;
public static final int RULE_WS=11;
public static final int RULE_ANY_OTHER=12;
public static final int T__88=88;
public static final int T__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 InternalStrategyDSLParser(TokenStream input) {
this(input, new RecognizerSharedState());
}
public InternalStrategyDSLParser(TokenStream input, RecognizerSharedState state) {
super(input, state);
}
public String[] getTokenNames() { return InternalStrategyDSLParser.tokenNames; }
public String getGrammarFileName() { return "InternalStrategyDSL.g"; }
private StrategyDSLGrammarAccess grammarAccess;
public InternalStrategyDSLParser(TokenStream input, StrategyDSLGrammarAccess grammarAccess) {
this(input);
this.grammarAccess = grammarAccess;
registerRules(grammarAccess.getGrammar());
}
@Override
protected String getFirstRuleName() {
return "StrategyModel";
}
@Override
protected StrategyDSLGrammarAccess getGrammarAccess() {
return grammarAccess;
}
// $ANTLR start "entryRuleStrategyModel"
// InternalStrategyDSL.g:65:1: entryRuleStrategyModel returns [EObject current=null] : iv_ruleStrategyModel= ruleStrategyModel EOF ;
public final EObject entryRuleStrategyModel() throws RecognitionException {
EObject current = null;
EObject iv_ruleStrategyModel = null;
try {
// InternalStrategyDSL.g:65:54: (iv_ruleStrategyModel= ruleStrategyModel EOF )
// InternalStrategyDSL.g:66:2: iv_ruleStrategyModel= ruleStrategyModel EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyModelRule());
}
pushFollow(FOLLOW_1);
iv_ruleStrategyModel=ruleStrategyModel();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleStrategyModel;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleStrategyModel"
// $ANTLR start "ruleStrategyModel"
// InternalStrategyDSL.g:72:1: ruleStrategyModel returns [EObject current=null] : ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleStrategyPackage ) )* ) ;
public final EObject ruleStrategyModel() throws RecognitionException {
EObject current = null;
EObject lv_importSection_0_0 = null;
EObject lv_packages_1_0 = null;
enterRule();
try {
// InternalStrategyDSL.g:78:2: ( ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleStrategyPackage ) )* ) )
// InternalStrategyDSL.g:79:2: ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleStrategyPackage ) )* )
{
// InternalStrategyDSL.g:79:2: ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleStrategyPackage ) )* )
// InternalStrategyDSL.g:80:3: ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_packages_1_0= ruleStrategyPackage ) )*
{
// InternalStrategyDSL.g:80:3: ( (lv_importSection_0_0= ruleXImportSection ) )?
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0==30) ) {
alt1=1;
}
switch (alt1) {
case 1 :
// InternalStrategyDSL.g:81:4: (lv_importSection_0_0= ruleXImportSection )
{
// InternalStrategyDSL.g:81:4: (lv_importSection_0_0= ruleXImportSection )
// InternalStrategyDSL.g:82:5: lv_importSection_0_0= ruleXImportSection
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyModelAccess().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.getStrategyModelRule());
}
set(
current,
"importSection",
lv_importSection_0_0,
"org.eclipse.xtext.xbase.Xtype.XImportSection");
afterParserOrEnumRuleCall();
}
}
}
break;
}
// InternalStrategyDSL.g:99:3: ( (lv_packages_1_0= ruleStrategyPackage ) )*
loop2:
do {
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0==13) ) {
alt2=1;
}
switch (alt2) {
case 1 :
// InternalStrategyDSL.g:100:4: (lv_packages_1_0= ruleStrategyPackage )
{
// InternalStrategyDSL.g:100:4: (lv_packages_1_0= ruleStrategyPackage )
// InternalStrategyDSL.g:101:5: lv_packages_1_0= ruleStrategyPackage
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyModelAccess().getPackagesStrategyPackageParserRuleCall_1_0());
}
pushFollow(FOLLOW_3);
lv_packages_1_0=ruleStrategyPackage();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getStrategyModelRule());
}
add(
current,
"packages",
lv_packages_1_0,
"org.eclipse.osbp.xtext.strategy.StrategyDSL.StrategyPackage");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop2;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleStrategyModel"
// $ANTLR start "entryRuleStrategyPackage"
// InternalStrategyDSL.g:122:1: entryRuleStrategyPackage returns [EObject current=null] : iv_ruleStrategyPackage= ruleStrategyPackage EOF ;
public final EObject entryRuleStrategyPackage() throws RecognitionException {
EObject current = null;
EObject iv_ruleStrategyPackage = null;
try {
// InternalStrategyDSL.g:122:56: (iv_ruleStrategyPackage= ruleStrategyPackage EOF )
// InternalStrategyDSL.g:123:2: iv_ruleStrategyPackage= ruleStrategyPackage EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyPackageRule());
}
pushFollow(FOLLOW_1);
iv_ruleStrategyPackage=ruleStrategyPackage();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleStrategyPackage;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleStrategyPackage"
// $ANTLR start "ruleStrategyPackage"
// InternalStrategyDSL.g:129:1: ruleStrategyPackage returns [EObject current=null] : ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) (otherlv_3= '{' ( (lv_strategy_4_0= ruleStrategy ) ) otherlv_5= '}' )? ) ;
public final EObject ruleStrategyPackage() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_3=null;
Token otherlv_5=null;
AntlrDatatypeRuleToken lv_name_2_0 = null;
EObject lv_strategy_4_0 = null;
enterRule();
try {
// InternalStrategyDSL.g:135:2: ( ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) (otherlv_3= '{' ( (lv_strategy_4_0= ruleStrategy ) ) otherlv_5= '}' )? ) )
// InternalStrategyDSL.g:136:2: ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) (otherlv_3= '{' ( (lv_strategy_4_0= ruleStrategy ) ) otherlv_5= '}' )? )
{
// InternalStrategyDSL.g:136:2: ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) (otherlv_3= '{' ( (lv_strategy_4_0= ruleStrategy ) ) otherlv_5= '}' )? )
// InternalStrategyDSL.g:137:3: () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) (otherlv_3= '{' ( (lv_strategy_4_0= ruleStrategy ) ) otherlv_5= '}' )?
{
// InternalStrategyDSL.g:137:3: ()
// InternalStrategyDSL.g:138:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getStrategyPackageAccess().getStrategyPackageAction_0(),
current);
}
}
otherlv_1=(Token)match(input,13,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getStrategyPackageAccess().getPackageKeyword_1());
}
// InternalStrategyDSL.g:148:3: ( (lv_name_2_0= ruleQualifiedName ) )
// InternalStrategyDSL.g:149:4: (lv_name_2_0= ruleQualifiedName )
{
// InternalStrategyDSL.g:149:4: (lv_name_2_0= ruleQualifiedName )
// InternalStrategyDSL.g:150:5: lv_name_2_0= ruleQualifiedName
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyPackageAccess().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.getStrategyPackageRule());
}
set(
current,
"name",
lv_name_2_0,
"org.eclipse.xtext.xbase.Xbase.QualifiedName");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:167:3: (otherlv_3= '{' ( (lv_strategy_4_0= ruleStrategy ) ) otherlv_5= '}' )?
int alt3=2;
int LA3_0 = input.LA(1);
if ( (LA3_0==14) ) {
alt3=1;
}
switch (alt3) {
case 1 :
// InternalStrategyDSL.g:168:4: otherlv_3= '{' ( (lv_strategy_4_0= ruleStrategy ) ) otherlv_5= '}'
{
otherlv_3=(Token)match(input,14,FOLLOW_6); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getStrategyPackageAccess().getLeftCurlyBracketKeyword_3_0());
}
// InternalStrategyDSL.g:172:4: ( (lv_strategy_4_0= ruleStrategy ) )
// InternalStrategyDSL.g:173:5: (lv_strategy_4_0= ruleStrategy )
{
// InternalStrategyDSL.g:173:5: (lv_strategy_4_0= ruleStrategy )
// InternalStrategyDSL.g:174:6: lv_strategy_4_0= ruleStrategy
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyPackageAccess().getStrategyStrategyParserRuleCall_3_1_0());
}
pushFollow(FOLLOW_7);
lv_strategy_4_0=ruleStrategy();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getStrategyPackageRule());
}
set(
current,
"strategy",
lv_strategy_4_0,
"org.eclipse.osbp.xtext.strategy.StrategyDSL.Strategy");
afterParserOrEnumRuleCall();
}
}
}
otherlv_5=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getStrategyPackageAccess().getRightCurlyBracketKeyword_3_2());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleStrategyPackage"
// $ANTLR start "entryRuleStrategy"
// InternalStrategyDSL.g:200:1: entryRuleStrategy returns [EObject current=null] : iv_ruleStrategy= ruleStrategy EOF ;
public final EObject entryRuleStrategy() throws RecognitionException {
EObject current = null;
EObject iv_ruleStrategy = null;
try {
// InternalStrategyDSL.g:200:49: (iv_ruleStrategy= ruleStrategy EOF )
// InternalStrategyDSL.g:201:2: iv_ruleStrategy= ruleStrategy EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyRule());
}
pushFollow(FOLLOW_1);
iv_ruleStrategy=ruleStrategy();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleStrategy;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleStrategy"
// $ANTLR start "ruleStrategy"
// InternalStrategyDSL.g:207:1: ruleStrategy returns [EObject current=null] : ( () otherlv_1= 'strategy' otherlv_2= '{' ( (lv_targets_3_0= ruleStrategyTarget ) ) ( (lv_strategyDefault_4_0= ruleStrategyDefault ) ) otherlv_5= '}' ) ;
public final EObject ruleStrategy() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_5=null;
EObject lv_targets_3_0 = null;
EObject lv_strategyDefault_4_0 = null;
enterRule();
try {
// InternalStrategyDSL.g:213:2: ( ( () otherlv_1= 'strategy' otherlv_2= '{' ( (lv_targets_3_0= ruleStrategyTarget ) ) ( (lv_strategyDefault_4_0= ruleStrategyDefault ) ) otherlv_5= '}' ) )
// InternalStrategyDSL.g:214:2: ( () otherlv_1= 'strategy' otherlv_2= '{' ( (lv_targets_3_0= ruleStrategyTarget ) ) ( (lv_strategyDefault_4_0= ruleStrategyDefault ) ) otherlv_5= '}' )
{
// InternalStrategyDSL.g:214:2: ( () otherlv_1= 'strategy' otherlv_2= '{' ( (lv_targets_3_0= ruleStrategyTarget ) ) ( (lv_strategyDefault_4_0= ruleStrategyDefault ) ) otherlv_5= '}' )
// InternalStrategyDSL.g:215:3: () otherlv_1= 'strategy' otherlv_2= '{' ( (lv_targets_3_0= ruleStrategyTarget ) ) ( (lv_strategyDefault_4_0= ruleStrategyDefault ) ) otherlv_5= '}'
{
// InternalStrategyDSL.g:215:3: ()
// InternalStrategyDSL.g:216:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getStrategyAccess().getStrategyAction_0(),
current);
}
}
otherlv_1=(Token)match(input,16,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getStrategyAccess().getStrategyKeyword_1());
}
otherlv_2=(Token)match(input,14,FOLLOW_9); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getStrategyAccess().getLeftCurlyBracketKeyword_2());
}
// InternalStrategyDSL.g:230:3: ( (lv_targets_3_0= ruleStrategyTarget ) )
// InternalStrategyDSL.g:231:4: (lv_targets_3_0= ruleStrategyTarget )
{
// InternalStrategyDSL.g:231:4: (lv_targets_3_0= ruleStrategyTarget )
// InternalStrategyDSL.g:232:5: lv_targets_3_0= ruleStrategyTarget
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyAccess().getTargetsStrategyTargetParserRuleCall_3_0());
}
pushFollow(FOLLOW_10);
lv_targets_3_0=ruleStrategyTarget();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getStrategyRule());
}
set(
current,
"targets",
lv_targets_3_0,
"org.eclipse.osbp.xtext.strategy.StrategyDSL.StrategyTarget");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:249:3: ( (lv_strategyDefault_4_0= ruleStrategyDefault ) )
// InternalStrategyDSL.g:250:4: (lv_strategyDefault_4_0= ruleStrategyDefault )
{
// InternalStrategyDSL.g:250:4: (lv_strategyDefault_4_0= ruleStrategyDefault )
// InternalStrategyDSL.g:251:5: lv_strategyDefault_4_0= ruleStrategyDefault
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyAccess().getStrategyDefaultStrategyDefaultParserRuleCall_4_0());
}
pushFollow(FOLLOW_7);
lv_strategyDefault_4_0=ruleStrategyDefault();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getStrategyRule());
}
set(
current,
"strategyDefault",
lv_strategyDefault_4_0,
"org.eclipse.osbp.xtext.strategy.StrategyDSL.StrategyDefault");
afterParserOrEnumRuleCall();
}
}
}
otherlv_5=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getStrategyAccess().getRightCurlyBracketKeyword_5());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleStrategy"
// $ANTLR start "entryRuleStrategyTarget"
// InternalStrategyDSL.g:276:1: entryRuleStrategyTarget returns [EObject current=null] : iv_ruleStrategyTarget= ruleStrategyTarget EOF ;
public final EObject entryRuleStrategyTarget() throws RecognitionException {
EObject current = null;
EObject iv_ruleStrategyTarget = null;
try {
// InternalStrategyDSL.g:276:55: (iv_ruleStrategyTarget= ruleStrategyTarget EOF )
// InternalStrategyDSL.g:277:2: iv_ruleStrategyTarget= ruleStrategyTarget EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyTargetRule());
}
pushFollow(FOLLOW_1);
iv_ruleStrategyTarget=ruleStrategyTarget();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleStrategyTarget;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleStrategyTarget"
// $ANTLR start "ruleStrategyTarget"
// InternalStrategyDSL.g:283:1: ruleStrategyTarget returns [EObject current=null] : ( () otherlv_1= 'targets' (otherlv_2= '{' ( (lv_layoutingStrategies_3_0= ruleLayoutingStrategy ) )* ( (lv_focusingStrategies_4_0= ruleFocusingStrategy ) )* ( (lv_focusingEnhancer_5_0= ruleFocusingEnhancer ) )* otherlv_6= '}' )? ) ;
public final EObject ruleStrategyTarget() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_6=null;
EObject lv_layoutingStrategies_3_0 = null;
EObject lv_focusingStrategies_4_0 = null;
EObject lv_focusingEnhancer_5_0 = null;
enterRule();
try {
// InternalStrategyDSL.g:289:2: ( ( () otherlv_1= 'targets' (otherlv_2= '{' ( (lv_layoutingStrategies_3_0= ruleLayoutingStrategy ) )* ( (lv_focusingStrategies_4_0= ruleFocusingStrategy ) )* ( (lv_focusingEnhancer_5_0= ruleFocusingEnhancer ) )* otherlv_6= '}' )? ) )
// InternalStrategyDSL.g:290:2: ( () otherlv_1= 'targets' (otherlv_2= '{' ( (lv_layoutingStrategies_3_0= ruleLayoutingStrategy ) )* ( (lv_focusingStrategies_4_0= ruleFocusingStrategy ) )* ( (lv_focusingEnhancer_5_0= ruleFocusingEnhancer ) )* otherlv_6= '}' )? )
{
// InternalStrategyDSL.g:290:2: ( () otherlv_1= 'targets' (otherlv_2= '{' ( (lv_layoutingStrategies_3_0= ruleLayoutingStrategy ) )* ( (lv_focusingStrategies_4_0= ruleFocusingStrategy ) )* ( (lv_focusingEnhancer_5_0= ruleFocusingEnhancer ) )* otherlv_6= '}' )? )
// InternalStrategyDSL.g:291:3: () otherlv_1= 'targets' (otherlv_2= '{' ( (lv_layoutingStrategies_3_0= ruleLayoutingStrategy ) )* ( (lv_focusingStrategies_4_0= ruleFocusingStrategy ) )* ( (lv_focusingEnhancer_5_0= ruleFocusingEnhancer ) )* otherlv_6= '}' )?
{
// InternalStrategyDSL.g:291:3: ()
// InternalStrategyDSL.g:292:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getStrategyTargetAccess().getStrategyTargetAction_0(),
current);
}
}
otherlv_1=(Token)match(input,17,FOLLOW_5); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getStrategyTargetAccess().getTargetsKeyword_1());
}
// InternalStrategyDSL.g:302:3: (otherlv_2= '{' ( (lv_layoutingStrategies_3_0= ruleLayoutingStrategy ) )* ( (lv_focusingStrategies_4_0= ruleFocusingStrategy ) )* ( (lv_focusingEnhancer_5_0= ruleFocusingEnhancer ) )* otherlv_6= '}' )?
int alt7=2;
int LA7_0 = input.LA(1);
if ( (LA7_0==14) ) {
alt7=1;
}
switch (alt7) {
case 1 :
// InternalStrategyDSL.g:303:4: otherlv_2= '{' ( (lv_layoutingStrategies_3_0= ruleLayoutingStrategy ) )* ( (lv_focusingStrategies_4_0= ruleFocusingStrategy ) )* ( (lv_focusingEnhancer_5_0= ruleFocusingEnhancer ) )* otherlv_6= '}'
{
otherlv_2=(Token)match(input,14,FOLLOW_11); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getStrategyTargetAccess().getLeftCurlyBracketKeyword_2_0());
}
// InternalStrategyDSL.g:307:4: ( (lv_layoutingStrategies_3_0= ruleLayoutingStrategy ) )*
loop4:
do {
int alt4=2;
int LA4_0 = input.LA(1);
if ( (LA4_0==18) ) {
alt4=1;
}
switch (alt4) {
case 1 :
// InternalStrategyDSL.g:308:5: (lv_layoutingStrategies_3_0= ruleLayoutingStrategy )
{
// InternalStrategyDSL.g:308:5: (lv_layoutingStrategies_3_0= ruleLayoutingStrategy )
// InternalStrategyDSL.g:309:6: lv_layoutingStrategies_3_0= ruleLayoutingStrategy
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyTargetAccess().getLayoutingStrategiesLayoutingStrategyParserRuleCall_2_1_0());
}
pushFollow(FOLLOW_11);
lv_layoutingStrategies_3_0=ruleLayoutingStrategy();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getStrategyTargetRule());
}
add(
current,
"layoutingStrategies",
lv_layoutingStrategies_3_0,
"org.eclipse.osbp.xtext.strategy.StrategyDSL.LayoutingStrategy");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop4;
}
} while (true);
// InternalStrategyDSL.g:326:4: ( (lv_focusingStrategies_4_0= ruleFocusingStrategy ) )*
loop5:
do {
int alt5=2;
int LA5_0 = input.LA(1);
if ( (LA5_0==20) ) {
alt5=1;
}
switch (alt5) {
case 1 :
// InternalStrategyDSL.g:327:5: (lv_focusingStrategies_4_0= ruleFocusingStrategy )
{
// InternalStrategyDSL.g:327:5: (lv_focusingStrategies_4_0= ruleFocusingStrategy )
// InternalStrategyDSL.g:328:6: lv_focusingStrategies_4_0= ruleFocusingStrategy
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyTargetAccess().getFocusingStrategiesFocusingStrategyParserRuleCall_2_2_0());
}
pushFollow(FOLLOW_12);
lv_focusingStrategies_4_0=ruleFocusingStrategy();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getStrategyTargetRule());
}
add(
current,
"focusingStrategies",
lv_focusingStrategies_4_0,
"org.eclipse.osbp.xtext.strategy.StrategyDSL.FocusingStrategy");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop5;
}
} while (true);
// InternalStrategyDSL.g:345:4: ( (lv_focusingEnhancer_5_0= ruleFocusingEnhancer ) )*
loop6:
do {
int alt6=2;
int LA6_0 = input.LA(1);
if ( (LA6_0==26) ) {
alt6=1;
}
switch (alt6) {
case 1 :
// InternalStrategyDSL.g:346:5: (lv_focusingEnhancer_5_0= ruleFocusingEnhancer )
{
// InternalStrategyDSL.g:346:5: (lv_focusingEnhancer_5_0= ruleFocusingEnhancer )
// InternalStrategyDSL.g:347:6: lv_focusingEnhancer_5_0= ruleFocusingEnhancer
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyTargetAccess().getFocusingEnhancerFocusingEnhancerParserRuleCall_2_3_0());
}
pushFollow(FOLLOW_13);
lv_focusingEnhancer_5_0=ruleFocusingEnhancer();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getStrategyTargetRule());
}
add(
current,
"focusingEnhancer",
lv_focusingEnhancer_5_0,
"org.eclipse.osbp.xtext.strategy.StrategyDSL.FocusingEnhancer");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop6;
}
} while (true);
otherlv_6=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getStrategyTargetAccess().getRightCurlyBracketKeyword_2_4());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleStrategyTarget"
// $ANTLR start "entryRuleLayoutingStrategy"
// InternalStrategyDSL.g:373:1: entryRuleLayoutingStrategy returns [EObject current=null] : iv_ruleLayoutingStrategy= ruleLayoutingStrategy EOF ;
public final EObject entryRuleLayoutingStrategy() throws RecognitionException {
EObject current = null;
EObject iv_ruleLayoutingStrategy = null;
try {
// InternalStrategyDSL.g:373:58: (iv_ruleLayoutingStrategy= ruleLayoutingStrategy EOF )
// InternalStrategyDSL.g:374:2: iv_ruleLayoutingStrategy= ruleLayoutingStrategy EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getLayoutingStrategyRule());
}
pushFollow(FOLLOW_1);
iv_ruleLayoutingStrategy=ruleLayoutingStrategy();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleLayoutingStrategy;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleLayoutingStrategy"
// $ANTLR start "ruleLayoutingStrategy"
// InternalStrategyDSL.g:380:1: ruleLayoutingStrategy returns [EObject current=null] : ( () otherlv_1= 'layoutingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'layout=' ( (lv_layout_4_0= ruleLayoutingEnum ) ) ) ;
public final EObject ruleLayoutingStrategy() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token lv_name_2_0=null;
Token otherlv_3=null;
Enumerator lv_layout_4_0 = null;
enterRule();
try {
// InternalStrategyDSL.g:386:2: ( ( () otherlv_1= 'layoutingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'layout=' ( (lv_layout_4_0= ruleLayoutingEnum ) ) ) )
// InternalStrategyDSL.g:387:2: ( () otherlv_1= 'layoutingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'layout=' ( (lv_layout_4_0= ruleLayoutingEnum ) ) )
{
// InternalStrategyDSL.g:387:2: ( () otherlv_1= 'layoutingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'layout=' ( (lv_layout_4_0= ruleLayoutingEnum ) ) )
// InternalStrategyDSL.g:388:3: () otherlv_1= 'layoutingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'layout=' ( (lv_layout_4_0= ruleLayoutingEnum ) )
{
// InternalStrategyDSL.g:388:3: ()
// InternalStrategyDSL.g:389:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getLayoutingStrategyAccess().getLayoutingStrategyAction_0(),
current);
}
}
otherlv_1=(Token)match(input,18,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getLayoutingStrategyAccess().getLayoutingStrategyKeyword_1());
}
// InternalStrategyDSL.g:399:3: ( (lv_name_2_0= RULE_ID ) )
// InternalStrategyDSL.g:400:4: (lv_name_2_0= RULE_ID )
{
// InternalStrategyDSL.g:400:4: (lv_name_2_0= RULE_ID )
// InternalStrategyDSL.g:401:5: lv_name_2_0= RULE_ID
{
lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_14); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_name_2_0, grammarAccess.getLayoutingStrategyAccess().getNameIDTerminalRuleCall_2_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getLayoutingStrategyRule());
}
setWithLastConsumed(
current,
"name",
lv_name_2_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
otherlv_3=(Token)match(input,19,FOLLOW_15); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getLayoutingStrategyAccess().getLayoutKeyword_3());
}
// InternalStrategyDSL.g:421:3: ( (lv_layout_4_0= ruleLayoutingEnum ) )
// InternalStrategyDSL.g:422:4: (lv_layout_4_0= ruleLayoutingEnum )
{
// InternalStrategyDSL.g:422:4: (lv_layout_4_0= ruleLayoutingEnum )
// InternalStrategyDSL.g:423:5: lv_layout_4_0= ruleLayoutingEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getLayoutingStrategyAccess().getLayoutLayoutingEnumEnumRuleCall_4_0());
}
pushFollow(FOLLOW_2);
lv_layout_4_0=ruleLayoutingEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getLayoutingStrategyRule());
}
set(
current,
"layout",
lv_layout_4_0,
"org.eclipse.osbp.xtext.strategy.StrategyDSL.LayoutingEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleLayoutingStrategy"
// $ANTLR start "entryRuleFocusingStrategy"
// InternalStrategyDSL.g:444:1: entryRuleFocusingStrategy returns [EObject current=null] : iv_ruleFocusingStrategy= ruleFocusingStrategy EOF ;
public final EObject entryRuleFocusingStrategy() throws RecognitionException {
EObject current = null;
EObject iv_ruleFocusingStrategy = null;
try {
// InternalStrategyDSL.g:444:57: (iv_ruleFocusingStrategy= ruleFocusingStrategy EOF )
// InternalStrategyDSL.g:445:2: iv_ruleFocusingStrategy= ruleFocusingStrategy EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFocusingStrategyRule());
}
pushFollow(FOLLOW_1);
iv_ruleFocusingStrategy=ruleFocusingStrategy();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleFocusingStrategy;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleFocusingStrategy"
// $ANTLR start "ruleFocusingStrategy"
// InternalStrategyDSL.g:451:1: ruleFocusingStrategy returns [EObject current=null] : ( () otherlv_1= 'focusingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'ecviewFocusingId=' ( (lv_ecviewFocusingId_4_0= RULE_ID ) ) otherlv_5= 'focus=' ( (lv_focus_6_0= ruleFocusingEnum ) ) (otherlv_7= 'keyStrokeDefinition' otherlv_8= '{' otherlv_9= 'keyCode=' ( (lv_keyCode_10_0= RULE_ID ) ) (otherlv_11= 'modifierKeys' otherlv_12= '{' ( (lv_modifierKeys_13_0= RULE_ID ) )* otherlv_14= '}' )? otherlv_15= '}' )? ) ;
public final EObject ruleFocusingStrategy() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token lv_name_2_0=null;
Token otherlv_3=null;
Token lv_ecviewFocusingId_4_0=null;
Token otherlv_5=null;
Token otherlv_7=null;
Token otherlv_8=null;
Token otherlv_9=null;
Token lv_keyCode_10_0=null;
Token otherlv_11=null;
Token otherlv_12=null;
Token lv_modifierKeys_13_0=null;
Token otherlv_14=null;
Token otherlv_15=null;
Enumerator lv_focus_6_0 = null;
enterRule();
try {
// InternalStrategyDSL.g:457:2: ( ( () otherlv_1= 'focusingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'ecviewFocusingId=' ( (lv_ecviewFocusingId_4_0= RULE_ID ) ) otherlv_5= 'focus=' ( (lv_focus_6_0= ruleFocusingEnum ) ) (otherlv_7= 'keyStrokeDefinition' otherlv_8= '{' otherlv_9= 'keyCode=' ( (lv_keyCode_10_0= RULE_ID ) ) (otherlv_11= 'modifierKeys' otherlv_12= '{' ( (lv_modifierKeys_13_0= RULE_ID ) )* otherlv_14= '}' )? otherlv_15= '}' )? ) )
// InternalStrategyDSL.g:458:2: ( () otherlv_1= 'focusingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'ecviewFocusingId=' ( (lv_ecviewFocusingId_4_0= RULE_ID ) ) otherlv_5= 'focus=' ( (lv_focus_6_0= ruleFocusingEnum ) ) (otherlv_7= 'keyStrokeDefinition' otherlv_8= '{' otherlv_9= 'keyCode=' ( (lv_keyCode_10_0= RULE_ID ) ) (otherlv_11= 'modifierKeys' otherlv_12= '{' ( (lv_modifierKeys_13_0= RULE_ID ) )* otherlv_14= '}' )? otherlv_15= '}' )? )
{
// InternalStrategyDSL.g:458:2: ( () otherlv_1= 'focusingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'ecviewFocusingId=' ( (lv_ecviewFocusingId_4_0= RULE_ID ) ) otherlv_5= 'focus=' ( (lv_focus_6_0= ruleFocusingEnum ) ) (otherlv_7= 'keyStrokeDefinition' otherlv_8= '{' otherlv_9= 'keyCode=' ( (lv_keyCode_10_0= RULE_ID ) ) (otherlv_11= 'modifierKeys' otherlv_12= '{' ( (lv_modifierKeys_13_0= RULE_ID ) )* otherlv_14= '}' )? otherlv_15= '}' )? )
// InternalStrategyDSL.g:459:3: () otherlv_1= 'focusingStrategy' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= 'ecviewFocusingId=' ( (lv_ecviewFocusingId_4_0= RULE_ID ) ) otherlv_5= 'focus=' ( (lv_focus_6_0= ruleFocusingEnum ) ) (otherlv_7= 'keyStrokeDefinition' otherlv_8= '{' otherlv_9= 'keyCode=' ( (lv_keyCode_10_0= RULE_ID ) ) (otherlv_11= 'modifierKeys' otherlv_12= '{' ( (lv_modifierKeys_13_0= RULE_ID ) )* otherlv_14= '}' )? otherlv_15= '}' )?
{
// InternalStrategyDSL.g:459:3: ()
// InternalStrategyDSL.g:460:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getFocusingStrategyAccess().getFocusingStrategyAction_0(),
current);
}
}
otherlv_1=(Token)match(input,20,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getFocusingStrategyAccess().getFocusingStrategyKeyword_1());
}
// InternalStrategyDSL.g:470:3: ( (lv_name_2_0= RULE_ID ) )
// InternalStrategyDSL.g:471:4: (lv_name_2_0= RULE_ID )
{
// InternalStrategyDSL.g:471:4: (lv_name_2_0= RULE_ID )
// InternalStrategyDSL.g:472:5: lv_name_2_0= RULE_ID
{
lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_16); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_name_2_0, grammarAccess.getFocusingStrategyAccess().getNameIDTerminalRuleCall_2_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getFocusingStrategyRule());
}
setWithLastConsumed(
current,
"name",
lv_name_2_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
otherlv_3=(Token)match(input,21,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getFocusingStrategyAccess().getEcviewFocusingIdKeyword_3());
}
// InternalStrategyDSL.g:492:3: ( (lv_ecviewFocusingId_4_0= RULE_ID ) )
// InternalStrategyDSL.g:493:4: (lv_ecviewFocusingId_4_0= RULE_ID )
{
// InternalStrategyDSL.g:493:4: (lv_ecviewFocusingId_4_0= RULE_ID )
// InternalStrategyDSL.g:494:5: lv_ecviewFocusingId_4_0= RULE_ID
{
lv_ecviewFocusingId_4_0=(Token)match(input,RULE_ID,FOLLOW_17); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_ecviewFocusingId_4_0, grammarAccess.getFocusingStrategyAccess().getEcviewFocusingIdIDTerminalRuleCall_4_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getFocusingStrategyRule());
}
setWithLastConsumed(
current,
"ecviewFocusingId",
lv_ecviewFocusingId_4_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
otherlv_5=(Token)match(input,22,FOLLOW_18); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getFocusingStrategyAccess().getFocusKeyword_5());
}
// InternalStrategyDSL.g:514:3: ( (lv_focus_6_0= ruleFocusingEnum ) )
// InternalStrategyDSL.g:515:4: (lv_focus_6_0= ruleFocusingEnum )
{
// InternalStrategyDSL.g:515:4: (lv_focus_6_0= ruleFocusingEnum )
// InternalStrategyDSL.g:516:5: lv_focus_6_0= ruleFocusingEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFocusingStrategyAccess().getFocusFocusingEnumEnumRuleCall_6_0());
}
pushFollow(FOLLOW_19);
lv_focus_6_0=ruleFocusingEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getFocusingStrategyRule());
}
set(
current,
"focus",
lv_focus_6_0,
"org.eclipse.osbp.xtext.strategy.StrategyDSL.FocusingEnum");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:533:3: (otherlv_7= 'keyStrokeDefinition' otherlv_8= '{' otherlv_9= 'keyCode=' ( (lv_keyCode_10_0= RULE_ID ) ) (otherlv_11= 'modifierKeys' otherlv_12= '{' ( (lv_modifierKeys_13_0= RULE_ID ) )* otherlv_14= '}' )? otherlv_15= '}' )?
int alt10=2;
int LA10_0 = input.LA(1);
if ( (LA10_0==23) ) {
alt10=1;
}
switch (alt10) {
case 1 :
// InternalStrategyDSL.g:534:4: otherlv_7= 'keyStrokeDefinition' otherlv_8= '{' otherlv_9= 'keyCode=' ( (lv_keyCode_10_0= RULE_ID ) ) (otherlv_11= 'modifierKeys' otherlv_12= '{' ( (lv_modifierKeys_13_0= RULE_ID ) )* otherlv_14= '}' )? otherlv_15= '}'
{
otherlv_7=(Token)match(input,23,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getFocusingStrategyAccess().getKeyStrokeDefinitionKeyword_7_0());
}
otherlv_8=(Token)match(input,14,FOLLOW_20); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getFocusingStrategyAccess().getLeftCurlyBracketKeyword_7_1());
}
otherlv_9=(Token)match(input,24,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getFocusingStrategyAccess().getKeyCodeKeyword_7_2());
}
// InternalStrategyDSL.g:546:4: ( (lv_keyCode_10_0= RULE_ID ) )
// InternalStrategyDSL.g:547:5: (lv_keyCode_10_0= RULE_ID )
{
// InternalStrategyDSL.g:547:5: (lv_keyCode_10_0= RULE_ID )
// InternalStrategyDSL.g:548:6: lv_keyCode_10_0= RULE_ID
{
lv_keyCode_10_0=(Token)match(input,RULE_ID,FOLLOW_21); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_keyCode_10_0, grammarAccess.getFocusingStrategyAccess().getKeyCodeIDTerminalRuleCall_7_3_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getFocusingStrategyRule());
}
setWithLastConsumed(
current,
"keyCode",
lv_keyCode_10_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
// InternalStrategyDSL.g:564:4: (otherlv_11= 'modifierKeys' otherlv_12= '{' ( (lv_modifierKeys_13_0= RULE_ID ) )* otherlv_14= '}' )?
int alt9=2;
int LA9_0 = input.LA(1);
if ( (LA9_0==25) ) {
alt9=1;
}
switch (alt9) {
case 1 :
// InternalStrategyDSL.g:565:5: otherlv_11= 'modifierKeys' otherlv_12= '{' ( (lv_modifierKeys_13_0= RULE_ID ) )* otherlv_14= '}'
{
otherlv_11=(Token)match(input,25,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getFocusingStrategyAccess().getModifierKeysKeyword_7_4_0());
}
otherlv_12=(Token)match(input,14,FOLLOW_22); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getFocusingStrategyAccess().getLeftCurlyBracketKeyword_7_4_1());
}
// InternalStrategyDSL.g:573:5: ( (lv_modifierKeys_13_0= RULE_ID ) )*
loop8:
do {
int alt8=2;
int LA8_0 = input.LA(1);
if ( (LA8_0==RULE_ID) ) {
alt8=1;
}
switch (alt8) {
case 1 :
// InternalStrategyDSL.g:574:6: (lv_modifierKeys_13_0= RULE_ID )
{
// InternalStrategyDSL.g:574:6: (lv_modifierKeys_13_0= RULE_ID )
// InternalStrategyDSL.g:575:7: lv_modifierKeys_13_0= RULE_ID
{
lv_modifierKeys_13_0=(Token)match(input,RULE_ID,FOLLOW_22); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_modifierKeys_13_0, grammarAccess.getFocusingStrategyAccess().getModifierKeysIDTerminalRuleCall_7_4_2_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getFocusingStrategyRule());
}
addWithLastConsumed(
current,
"modifierKeys",
lv_modifierKeys_13_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
break;
default :
break loop8;
}
} while (true);
otherlv_14=(Token)match(input,15,FOLLOW_7); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_14, grammarAccess.getFocusingStrategyAccess().getRightCurlyBracketKeyword_7_4_3());
}
}
break;
}
otherlv_15=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_15, grammarAccess.getFocusingStrategyAccess().getRightCurlyBracketKeyword_7_5());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleFocusingStrategy"
// $ANTLR start "entryRuleFocusingEnhancer"
// InternalStrategyDSL.g:605:1: entryRuleFocusingEnhancer returns [EObject current=null] : iv_ruleFocusingEnhancer= ruleFocusingEnhancer EOF ;
public final EObject entryRuleFocusingEnhancer() throws RecognitionException {
EObject current = null;
EObject iv_ruleFocusingEnhancer = null;
try {
// InternalStrategyDSL.g:605:57: (iv_ruleFocusingEnhancer= ruleFocusingEnhancer EOF )
// InternalStrategyDSL.g:606:2: iv_ruleFocusingEnhancer= ruleFocusingEnhancer EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getFocusingEnhancerRule());
}
pushFollow(FOLLOW_1);
iv_ruleFocusingEnhancer=ruleFocusingEnhancer();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleFocusingEnhancer;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleFocusingEnhancer"
// $ANTLR start "ruleFocusingEnhancer"
// InternalStrategyDSL.g:612:1: ruleFocusingEnhancer returns [EObject current=null] : ( () otherlv_1= 'focusingEnhancer' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '{' ( (otherlv_4= RULE_ID ) )+ otherlv_5= '}' ) ;
public final EObject ruleFocusingEnhancer() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token lv_name_2_0=null;
Token otherlv_3=null;
Token otherlv_4=null;
Token otherlv_5=null;
enterRule();
try {
// InternalStrategyDSL.g:618:2: ( ( () otherlv_1= 'focusingEnhancer' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '{' ( (otherlv_4= RULE_ID ) )+ otherlv_5= '}' ) )
// InternalStrategyDSL.g:619:2: ( () otherlv_1= 'focusingEnhancer' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '{' ( (otherlv_4= RULE_ID ) )+ otherlv_5= '}' )
{
// InternalStrategyDSL.g:619:2: ( () otherlv_1= 'focusingEnhancer' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '{' ( (otherlv_4= RULE_ID ) )+ otherlv_5= '}' )
// InternalStrategyDSL.g:620:3: () otherlv_1= 'focusingEnhancer' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '{' ( (otherlv_4= RULE_ID ) )+ otherlv_5= '}'
{
// InternalStrategyDSL.g:620:3: ()
// InternalStrategyDSL.g:621:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getFocusingEnhancerAccess().getFocusingEnhancerAction_0(),
current);
}
}
otherlv_1=(Token)match(input,26,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getFocusingEnhancerAccess().getFocusingEnhancerKeyword_1());
}
// InternalStrategyDSL.g:631:3: ( (lv_name_2_0= RULE_ID ) )
// InternalStrategyDSL.g:632:4: (lv_name_2_0= RULE_ID )
{
// InternalStrategyDSL.g:632:4: (lv_name_2_0= RULE_ID )
// InternalStrategyDSL.g:633:5: lv_name_2_0= RULE_ID
{
lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_name_2_0, grammarAccess.getFocusingEnhancerAccess().getNameIDTerminalRuleCall_2_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getFocusingEnhancerRule());
}
setWithLastConsumed(
current,
"name",
lv_name_2_0,
"org.eclipse.xtext.xbase.Xtype.ID");
}
}
}
otherlv_3=(Token)match(input,14,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getFocusingEnhancerAccess().getLeftCurlyBracketKeyword_3());
}
// InternalStrategyDSL.g:653:3: ( (otherlv_4= RULE_ID ) )+
int cnt11=0;
loop11:
do {
int alt11=2;
int LA11_0 = input.LA(1);
if ( (LA11_0==RULE_ID) ) {
alt11=1;
}
switch (alt11) {
case 1 :
// InternalStrategyDSL.g:654:4: (otherlv_4= RULE_ID )
{
// InternalStrategyDSL.g:654:4: (otherlv_4= RULE_ID )
// InternalStrategyDSL.g:655:5: otherlv_4= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getFocusingEnhancerRule());
}
}
otherlv_4=(Token)match(input,RULE_ID,FOLLOW_22); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getFocusingEnhancerAccess().getFocusingStrategiesFocusingStrategyCrossReference_4_0());
}
}
}
break;
default :
if ( cnt11 >= 1 ) break loop11;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(11, input);
throw eee;
}
cnt11++;
} while (true);
otherlv_5=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getFocusingEnhancerAccess().getRightCurlyBracketKeyword_5());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleFocusingEnhancer"
// $ANTLR start "entryRuleStrategyDefault"
// InternalStrategyDSL.g:674:1: entryRuleStrategyDefault returns [EObject current=null] : iv_ruleStrategyDefault= ruleStrategyDefault EOF ;
public final EObject entryRuleStrategyDefault() throws RecognitionException {
EObject current = null;
EObject iv_ruleStrategyDefault = null;
try {
// InternalStrategyDSL.g:674:56: (iv_ruleStrategyDefault= ruleStrategyDefault EOF )
// InternalStrategyDSL.g:675:2: iv_ruleStrategyDefault= ruleStrategyDefault EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getStrategyDefaultRule());
}
pushFollow(FOLLOW_1);
iv_ruleStrategyDefault=ruleStrategyDefault();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleStrategyDefault;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleStrategyDefault"
// $ANTLR start "ruleStrategyDefault"
// InternalStrategyDSL.g:681:1: ruleStrategyDefault returns [EObject current=null] : ( () otherlv_1= 'default' otherlv_2= '{' otherlv_3= 'defaultLayouting=' ( (otherlv_4= RULE_ID ) ) otherlv_5= 'defaultFocusing=' ( (otherlv_6= RULE_ID ) ) otherlv_7= '}' ) ;
public final EObject ruleStrategyDefault() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_3=null;
Token otherlv_4=null;
Token otherlv_5=null;
Token otherlv_6=null;
Token otherlv_7=null;
enterRule();
try {
// InternalStrategyDSL.g:687:2: ( ( () otherlv_1= 'default' otherlv_2= '{' otherlv_3= 'defaultLayouting=' ( (otherlv_4= RULE_ID ) ) otherlv_5= 'defaultFocusing=' ( (otherlv_6= RULE_ID ) ) otherlv_7= '}' ) )
// InternalStrategyDSL.g:688:2: ( () otherlv_1= 'default' otherlv_2= '{' otherlv_3= 'defaultLayouting=' ( (otherlv_4= RULE_ID ) ) otherlv_5= 'defaultFocusing=' ( (otherlv_6= RULE_ID ) ) otherlv_7= '}' )
{
// InternalStrategyDSL.g:688:2: ( () otherlv_1= 'default' otherlv_2= '{' otherlv_3= 'defaultLayouting=' ( (otherlv_4= RULE_ID ) ) otherlv_5= 'defaultFocusing=' ( (otherlv_6= RULE_ID ) ) otherlv_7= '}' )
// InternalStrategyDSL.g:689:3: () otherlv_1= 'default' otherlv_2= '{' otherlv_3= 'defaultLayouting=' ( (otherlv_4= RULE_ID ) ) otherlv_5= 'defaultFocusing=' ( (otherlv_6= RULE_ID ) ) otherlv_7= '}'
{
// InternalStrategyDSL.g:689:3: ()
// InternalStrategyDSL.g:690:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getStrategyDefaultAccess().getStrategyDefaultAction_0(),
current);
}
}
otherlv_1=(Token)match(input,27,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getStrategyDefaultAccess().getDefaultKeyword_1());
}
otherlv_2=(Token)match(input,14,FOLLOW_23); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getStrategyDefaultAccess().getLeftCurlyBracketKeyword_2());
}
otherlv_3=(Token)match(input,28,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getStrategyDefaultAccess().getDefaultLayoutingKeyword_3());
}
// InternalStrategyDSL.g:708:3: ( (otherlv_4= RULE_ID ) )
// InternalStrategyDSL.g:709:4: (otherlv_4= RULE_ID )
{
// InternalStrategyDSL.g:709:4: (otherlv_4= RULE_ID )
// InternalStrategyDSL.g:710:5: otherlv_4= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getStrategyDefaultRule());
}
}
otherlv_4=(Token)match(input,RULE_ID,FOLLOW_24); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getStrategyDefaultAccess().getDefaultLayoutingLayoutingStrategyCrossReference_4_0());
}
}
}
otherlv_5=(Token)match(input,29,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getStrategyDefaultAccess().getDefaultFocusingKeyword_5());
}
// InternalStrategyDSL.g:725:3: ( (otherlv_6= RULE_ID ) )
// InternalStrategyDSL.g:726:4: (otherlv_6= RULE_ID )
{
// InternalStrategyDSL.g:726:4: (otherlv_6= RULE_ID )
// InternalStrategyDSL.g:727:5: otherlv_6= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getStrategyDefaultRule());
}
}
otherlv_6=(Token)match(input,RULE_ID,FOLLOW_7); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getStrategyDefaultAccess().getDefaultFocusingFocusingEnhancerCrossReference_6_0());
}
}
}
otherlv_7=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getStrategyDefaultAccess().getRightCurlyBracketKeyword_7());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleStrategyDefault"
// $ANTLR start "entryRuleXImportDeclaration"
// InternalStrategyDSL.g:746:1: entryRuleXImportDeclaration returns [EObject current=null] : iv_ruleXImportDeclaration= ruleXImportDeclaration EOF ;
public final EObject entryRuleXImportDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXImportDeclaration = null;
try {
// InternalStrategyDSL.g:746:59: (iv_ruleXImportDeclaration= ruleXImportDeclaration EOF )
// InternalStrategyDSL.g:747: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"
// InternalStrategyDSL.g:753: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 {
// InternalStrategyDSL.g:759: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= ';' )? ) )
// InternalStrategyDSL.g:760: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= ';' )? )
{
// InternalStrategyDSL.g:760: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= ';' )? )
// InternalStrategyDSL.g:761: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= ';' )?
{
// InternalStrategyDSL.g:761:3: ()
// InternalStrategyDSL.g:762:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXImportDeclarationAccess().getOXImportDeclarationAction_0(),
current);
}
}
otherlv_1=(Token)match(input,30,FOLLOW_25); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXImportDeclarationAccess().getImportKeyword_1());
}
// InternalStrategyDSL.g:772: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 alt14=4;
alt14 = dfa14.predict(input);
switch (alt14) {
case 1 :
// InternalStrategyDSL.g:773:4: ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) )
{
// InternalStrategyDSL.g:773:4: ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) )
// InternalStrategyDSL.g:774:5: ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) )
{
// InternalStrategyDSL.g:774:5: ( (lv_static_2_0= 'static' ) )
// InternalStrategyDSL.g:775:6: (lv_static_2_0= 'static' )
{
// InternalStrategyDSL.g:775:6: (lv_static_2_0= 'static' )
// InternalStrategyDSL.g:776:7: lv_static_2_0= 'static'
{
lv_static_2_0=(Token)match(input,31,FOLLOW_26); 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");
}
}
}
// InternalStrategyDSL.g:788:5: ( (lv_extension_3_0= 'extension' ) )?
int alt12=2;
int LA12_0 = input.LA(1);
if ( (LA12_0==32) ) {
alt12=1;
}
switch (alt12) {
case 1 :
// InternalStrategyDSL.g:789:6: (lv_extension_3_0= 'extension' )
{
// InternalStrategyDSL.g:789:6: (lv_extension_3_0= 'extension' )
// InternalStrategyDSL.g:790:7: lv_extension_3_0= 'extension'
{
lv_extension_3_0=(Token)match(input,32,FOLLOW_26); 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;
}
// InternalStrategyDSL.g:802:5: ( ( ruleQualifiedNameInStaticImport ) )
// InternalStrategyDSL.g:803:6: ( ruleQualifiedNameInStaticImport )
{
// InternalStrategyDSL.g:803:6: ( ruleQualifiedNameInStaticImport )
// InternalStrategyDSL.g:804: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_27);
ruleQualifiedNameInStaticImport();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:818:5: ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) )
int alt13=2;
int LA13_0 = input.LA(1);
if ( (LA13_0==33) ) {
alt13=1;
}
else if ( (LA13_0==RULE_ID) ) {
alt13=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 13, 0, input);
throw nvae;
}
switch (alt13) {
case 1 :
// InternalStrategyDSL.g:819:6: ( (lv_wildcard_5_0= '*' ) )
{
// InternalStrategyDSL.g:819:6: ( (lv_wildcard_5_0= '*' ) )
// InternalStrategyDSL.g:820:7: (lv_wildcard_5_0= '*' )
{
// InternalStrategyDSL.g:820:7: (lv_wildcard_5_0= '*' )
// InternalStrategyDSL.g:821:8: lv_wildcard_5_0= '*'
{
lv_wildcard_5_0=(Token)match(input,33,FOLLOW_28); 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 :
// InternalStrategyDSL.g:834:6: ( (lv_memberName_6_0= ruleValidID ) )
{
// InternalStrategyDSL.g:834:6: ( (lv_memberName_6_0= ruleValidID ) )
// InternalStrategyDSL.g:835:7: (lv_memberName_6_0= ruleValidID )
{
// InternalStrategyDSL.g:835:7: (lv_memberName_6_0= ruleValidID )
// InternalStrategyDSL.g:836:8: lv_memberName_6_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_2_0_3_1_0());
}
pushFollow(FOLLOW_28);
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 :
// InternalStrategyDSL.g:856:4: ( ( ruleQualifiedName ) )
{
// InternalStrategyDSL.g:856:4: ( ( ruleQualifiedName ) )
// InternalStrategyDSL.g:857:5: ( ruleQualifiedName )
{
// InternalStrategyDSL.g:857:5: ( ruleQualifiedName )
// InternalStrategyDSL.g:858: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_28);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
break;
case 3 :
// InternalStrategyDSL.g:873:4: ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) )
{
// InternalStrategyDSL.g:873:4: ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) )
// InternalStrategyDSL.g:874:5: (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard )
{
// InternalStrategyDSL.g:874:5: (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard )
// InternalStrategyDSL.g:875:6: lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_2_2_0());
}
pushFollow(FOLLOW_28);
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 :
// InternalStrategyDSL.g:893:4: ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) )
{
// InternalStrategyDSL.g:893:4: ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) )
// InternalStrategyDSL.g:894:5: ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) )
{
// InternalStrategyDSL.g:894:5: ( (lv_fqnImport_9_0= 'ns' ) )
// InternalStrategyDSL.g:895:6: (lv_fqnImport_9_0= 'ns' )
{
// InternalStrategyDSL.g:895:6: (lv_fqnImport_9_0= 'ns' )
// InternalStrategyDSL.g:896:7: lv_fqnImport_9_0= 'ns'
{
lv_fqnImport_9_0=(Token)match(input,34,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");
}
}
}
// InternalStrategyDSL.g:908:5: ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) )
// InternalStrategyDSL.g:909:6: (lv_importedFullyQualifiedName_10_0= ruleQualifiedName )
{
// InternalStrategyDSL.g:909:6: (lv_importedFullyQualifiedName_10_0= ruleQualifiedName )
// InternalStrategyDSL.g:910:7: lv_importedFullyQualifiedName_10_0= ruleQualifiedName
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedFullyQualifiedNameQualifiedNameParserRuleCall_2_3_1_0());
}
pushFollow(FOLLOW_28);
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;
}
// InternalStrategyDSL.g:929:3: (otherlv_11= ';' )?
int alt15=2;
int LA15_0 = input.LA(1);
if ( (LA15_0==35) ) {
alt15=1;
}
switch (alt15) {
case 1 :
// InternalStrategyDSL.g:930:4: otherlv_11= ';'
{
otherlv_11=(Token)match(input,35,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"
// InternalStrategyDSL.g:939:1: entryRuleXAnnotation returns [EObject current=null] : iv_ruleXAnnotation= ruleXAnnotation EOF ;
public final EObject entryRuleXAnnotation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotation = null;
try {
// InternalStrategyDSL.g:939:52: (iv_ruleXAnnotation= ruleXAnnotation EOF )
// InternalStrategyDSL.g:940: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"
// InternalStrategyDSL.g:946: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 {
// InternalStrategyDSL.g:952: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= ')' )? ) )
// InternalStrategyDSL.g:953: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= ')' )? )
{
// InternalStrategyDSL.g:953: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= ')' )? )
// InternalStrategyDSL.g:954: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= ')' )?
{
// InternalStrategyDSL.g:954:3: ()
// InternalStrategyDSL.g:955:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAnnotationAccess().getXAnnotationAction_0(),
current);
}
}
otherlv_1=(Token)match(input,36,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationAccess().getCommercialAtKeyword_1());
}
// InternalStrategyDSL.g:965:3: ( ( ruleQualifiedName ) )
// InternalStrategyDSL.g:966:4: ( ruleQualifiedName )
{
// InternalStrategyDSL.g:966:4: ( ruleQualifiedName )
// InternalStrategyDSL.g:967: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_29);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:981: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 alt18=2;
int LA18_0 = input.LA(1);
if ( (LA18_0==37) && (synpred1_InternalStrategyDSL())) {
alt18=1;
}
switch (alt18) {
case 1 :
// InternalStrategyDSL.g:982:4: ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')'
{
// InternalStrategyDSL.g:982:4: ( ( '(' )=>otherlv_3= '(' )
// InternalStrategyDSL.g:983:5: ( '(' )=>otherlv_3= '('
{
otherlv_3=(Token)match(input,37,FOLLOW_30); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXAnnotationAccess().getLeftParenthesisKeyword_3_0());
}
}
// InternalStrategyDSL.g:989:4: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )?
int alt17=3;
alt17 = dfa17.predict(input);
switch (alt17) {
case 1 :
// InternalStrategyDSL.g:990:5: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* )
{
// InternalStrategyDSL.g:990:5: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* )
// InternalStrategyDSL.g:991:6: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )*
{
// InternalStrategyDSL.g:991:6: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) )
// InternalStrategyDSL.g:992:7: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair )
{
// InternalStrategyDSL.g:1001:7: (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair )
// InternalStrategyDSL.g:1002:8: lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_0_0());
}
pushFollow(FOLLOW_31);
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();
}
}
}
// InternalStrategyDSL.g:1019:6: (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )*
loop16:
do {
int alt16=2;
int LA16_0 = input.LA(1);
if ( (LA16_0==38) ) {
alt16=1;
}
switch (alt16) {
case 1 :
// InternalStrategyDSL.g:1020:7: otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) )
{
otherlv_5=(Token)match(input,38,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXAnnotationAccess().getCommaKeyword_3_1_0_1_0());
}
// InternalStrategyDSL.g:1024:7: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) )
// InternalStrategyDSL.g:1025:8: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair )
{
// InternalStrategyDSL.g:1034:8: (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair )
// InternalStrategyDSL.g:1035:9: lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_1_1_0());
}
pushFollow(FOLLOW_31);
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 loop16;
}
} while (true);
}
}
break;
case 2 :
// InternalStrategyDSL.g:1055:5: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) )
{
// InternalStrategyDSL.g:1055:5: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) )
// InternalStrategyDSL.g:1056:6: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList )
{
// InternalStrategyDSL.g:1056:6: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList )
// InternalStrategyDSL.g:1057:7: lv_value_7_0= ruleXAnnotationElementValueOrCommaList
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getValueXAnnotationElementValueOrCommaListParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_32);
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,39,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"
// InternalStrategyDSL.g:1084:1: entryRuleXAnnotationElementValuePair returns [EObject current=null] : iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF ;
public final EObject entryRuleXAnnotationElementValuePair() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationElementValuePair = null;
try {
// InternalStrategyDSL.g:1084:68: (iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF )
// InternalStrategyDSL.g:1085: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"
// InternalStrategyDSL.g:1091: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 {
// InternalStrategyDSL.g:1097:2: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) )
// InternalStrategyDSL.g:1098:2: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) )
{
// InternalStrategyDSL.g:1098:2: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) )
// InternalStrategyDSL.g:1099:3: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) )
{
// InternalStrategyDSL.g:1099:3: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) )
// InternalStrategyDSL.g:1100:4: ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' )
{
// InternalStrategyDSL.g:1109:4: ( ( ( ruleValidID ) ) otherlv_1= '=' )
// InternalStrategyDSL.g:1110:5: ( ( ruleValidID ) ) otherlv_1= '='
{
// InternalStrategyDSL.g:1110:5: ( ( ruleValidID ) )
// InternalStrategyDSL.g:1111:6: ( ruleValidID )
{
// InternalStrategyDSL.g:1111:6: ( ruleValidID )
// InternalStrategyDSL.g:1112: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_33);
ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
otherlv_1=(Token)match(input,40,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValuePairAccess().getEqualsSignKeyword_0_0_1());
}
}
}
// InternalStrategyDSL.g:1132:3: ( (lv_value_2_0= ruleXAnnotationElementValue ) )
// InternalStrategyDSL.g:1133:4: (lv_value_2_0= ruleXAnnotationElementValue )
{
// InternalStrategyDSL.g:1133:4: (lv_value_2_0= ruleXAnnotationElementValue )
// InternalStrategyDSL.g:1134: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"
// InternalStrategyDSL.g:1155:1: entryRuleXAnnotationElementValueOrCommaList returns [EObject current=null] : iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF ;
public final EObject entryRuleXAnnotationElementValueOrCommaList() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationElementValueOrCommaList = null;
try {
// InternalStrategyDSL.g:1155:75: (iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF )
// InternalStrategyDSL.g:1156: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"
// InternalStrategyDSL.g:1162: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 {
// InternalStrategyDSL.g:1168: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 ) ) )+ )? ) ) )
// InternalStrategyDSL.g:1169: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 ) ) )+ )? ) )
{
// InternalStrategyDSL.g:1169: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 alt23=2;
alt23 = dfa23.predict(input);
switch (alt23) {
case 1 :
// InternalStrategyDSL.g:1170:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
{
// InternalStrategyDSL.g:1170:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
// InternalStrategyDSL.g:1171:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']'
{
// InternalStrategyDSL.g:1171:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) )
// InternalStrategyDSL.g:1172:5: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' )
{
// InternalStrategyDSL.g:1179:5: ( () otherlv_1= '#' otherlv_2= '[' )
// InternalStrategyDSL.g:1180:6: () otherlv_1= '#' otherlv_2= '['
{
// InternalStrategyDSL.g:1180:6: ()
// InternalStrategyDSL.g:1181:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralAction_0_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,41,FOLLOW_35); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getNumberSignKeyword_0_0_0_1());
}
otherlv_2=(Token)match(input,42,FOLLOW_36); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getLeftSquareBracketKeyword_0_0_0_2());
}
}
}
// InternalStrategyDSL.g:1197:4: ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )?
int alt20=2;
int LA20_0 = input.LA(1);
if ( ((LA20_0>=RULE_ID && LA20_0<=RULE_DECIMAL)||LA20_0==14||(LA20_0>=30 && LA20_0<=32)||(LA20_0>=36 && LA20_0<=37)||(LA20_0>=41 && LA20_0<=42)||LA20_0==49||(LA20_0>=65 && LA20_0<=66)||LA20_0==70||LA20_0==78||LA20_0==80||(LA20_0>=83 && LA20_0<=85)||(LA20_0>=88 && LA20_0<=97)||LA20_0==99) ) {
alt20=1;
}
switch (alt20) {
case 1 :
// InternalStrategyDSL.g:1198:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
{
// InternalStrategyDSL.g:1198:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) )
// InternalStrategyDSL.g:1199:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
{
// InternalStrategyDSL.g:1199:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
// InternalStrategyDSL.g:1200:7: lv_elements_3_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_37);
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();
}
}
}
// InternalStrategyDSL.g:1217:5: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
loop19:
do {
int alt19=2;
int LA19_0 = input.LA(1);
if ( (LA19_0==38) ) {
alt19=1;
}
switch (alt19) {
case 1 :
// InternalStrategyDSL.g:1218:6: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
{
otherlv_4=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_0_1_1_0());
}
// InternalStrategyDSL.g:1222:6: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
// InternalStrategyDSL.g:1223:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
{
// InternalStrategyDSL.g:1223:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
// InternalStrategyDSL.g:1224:8: lv_elements_5_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_37);
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 loop19;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,43,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getRightSquareBracketKeyword_0_2());
}
}
}
break;
case 2 :
// InternalStrategyDSL.g:1249:3: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? )
{
// InternalStrategyDSL.g:1249:3: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? )
// InternalStrategyDSL.g:1250:4: this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXAnnotationOrExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_38);
this_XAnnotationOrExpression_7=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAnnotationOrExpression_7;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:1258:4: ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )?
int alt22=2;
int LA22_0 = input.LA(1);
if ( (LA22_0==38) ) {
alt22=1;
}
switch (alt22) {
case 1 :
// InternalStrategyDSL.g:1259:5: () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+
{
// InternalStrategyDSL.g:1259:5: ()
// InternalStrategyDSL.g:1260:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndAdd(
grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralElementsAction_1_1_0(),
current);
}
}
// InternalStrategyDSL.g:1266:5: (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+
int cnt21=0;
loop21:
do {
int alt21=2;
int LA21_0 = input.LA(1);
if ( (LA21_0==38) ) {
alt21=1;
}
switch (alt21) {
case 1 :
// InternalStrategyDSL.g:1267:6: otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) )
{
otherlv_9=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_1_1_1_0());
}
// InternalStrategyDSL.g:1271:6: ( (lv_elements_10_0= ruleXAnnotationOrExpression ) )
// InternalStrategyDSL.g:1272:7: (lv_elements_10_0= ruleXAnnotationOrExpression )
{
// InternalStrategyDSL.g:1272:7: (lv_elements_10_0= ruleXAnnotationOrExpression )
// InternalStrategyDSL.g:1273:8: lv_elements_10_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_1_1_1_1_0());
}
pushFollow(FOLLOW_38);
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 ( cnt21 >= 1 ) break loop21;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(21, input);
throw eee;
}
cnt21++;
} 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"
// InternalStrategyDSL.g:1297:1: entryRuleXAnnotationElementValue returns [EObject current=null] : iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF ;
public final EObject entryRuleXAnnotationElementValue() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationElementValue = null;
try {
// InternalStrategyDSL.g:1297:64: (iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF )
// InternalStrategyDSL.g:1298: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"
// InternalStrategyDSL.g:1304: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 {
// InternalStrategyDSL.g:1310:2: ( ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ) )
// InternalStrategyDSL.g:1311:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression )
{
// InternalStrategyDSL.g:1311:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression )
int alt26=2;
alt26 = dfa26.predict(input);
switch (alt26) {
case 1 :
// InternalStrategyDSL.g:1312:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
{
// InternalStrategyDSL.g:1312:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
// InternalStrategyDSL.g:1313:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']'
{
// InternalStrategyDSL.g:1313:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) )
// InternalStrategyDSL.g:1314:5: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' )
{
// InternalStrategyDSL.g:1321:5: ( () otherlv_1= '#' otherlv_2= '[' )
// InternalStrategyDSL.g:1322:6: () otherlv_1= '#' otherlv_2= '['
{
// InternalStrategyDSL.g:1322:6: ()
// InternalStrategyDSL.g:1323:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAnnotationElementValueAccess().getXListLiteralAction_0_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,41,FOLLOW_35); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueAccess().getNumberSignKeyword_0_0_0_1());
}
otherlv_2=(Token)match(input,42,FOLLOW_36); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueAccess().getLeftSquareBracketKeyword_0_0_0_2());
}
}
}
// InternalStrategyDSL.g:1339:4: ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )?
int alt25=2;
int LA25_0 = input.LA(1);
if ( ((LA25_0>=RULE_ID && LA25_0<=RULE_DECIMAL)||LA25_0==14||(LA25_0>=30 && LA25_0<=32)||(LA25_0>=36 && LA25_0<=37)||(LA25_0>=41 && LA25_0<=42)||LA25_0==49||(LA25_0>=65 && LA25_0<=66)||LA25_0==70||LA25_0==78||LA25_0==80||(LA25_0>=83 && LA25_0<=85)||(LA25_0>=88 && LA25_0<=97)||LA25_0==99) ) {
alt25=1;
}
switch (alt25) {
case 1 :
// InternalStrategyDSL.g:1340:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
{
// InternalStrategyDSL.g:1340:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) )
// InternalStrategyDSL.g:1341:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
{
// InternalStrategyDSL.g:1341:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
// InternalStrategyDSL.g:1342:7: lv_elements_3_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_37);
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();
}
}
}
// InternalStrategyDSL.g:1359:5: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
loop24:
do {
int alt24=2;
int LA24_0 = input.LA(1);
if ( (LA24_0==38) ) {
alt24=1;
}
switch (alt24) {
case 1 :
// InternalStrategyDSL.g:1360:6: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
{
otherlv_4=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueAccess().getCommaKeyword_0_1_1_0());
}
// InternalStrategyDSL.g:1364:6: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
// InternalStrategyDSL.g:1365:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
{
// InternalStrategyDSL.g:1365:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
// InternalStrategyDSL.g:1366:8: lv_elements_5_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_37);
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 loop24;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,43,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueAccess().getRightSquareBracketKeyword_0_2());
}
}
}
break;
case 2 :
// InternalStrategyDSL.g:1391: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"
// InternalStrategyDSL.g:1403:1: entryRuleXAnnotationOrExpression returns [EObject current=null] : iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF ;
public final EObject entryRuleXAnnotationOrExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationOrExpression = null;
try {
// InternalStrategyDSL.g:1403:64: (iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF )
// InternalStrategyDSL.g:1404: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"
// InternalStrategyDSL.g:1410: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 {
// InternalStrategyDSL.g:1416:2: ( (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) )
// InternalStrategyDSL.g:1417:2: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression )
{
// InternalStrategyDSL.g:1417:2: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression )
int alt27=2;
int LA27_0 = input.LA(1);
if ( (LA27_0==36) ) {
alt27=1;
}
else if ( ((LA27_0>=RULE_ID && LA27_0<=RULE_DECIMAL)||LA27_0==14||(LA27_0>=30 && LA27_0<=32)||LA27_0==37||(LA27_0>=41 && LA27_0<=42)||LA27_0==49||(LA27_0>=65 && LA27_0<=66)||LA27_0==70||LA27_0==78||LA27_0==80||(LA27_0>=83 && LA27_0<=85)||(LA27_0>=88 && LA27_0<=97)||LA27_0==99) ) {
alt27=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 27, 0, input);
throw nvae;
}
switch (alt27) {
case 1 :
// InternalStrategyDSL.g:1418: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 :
// InternalStrategyDSL.g:1427: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"
// InternalStrategyDSL.g:1439:1: entryRuleXExpression returns [EObject current=null] : iv_ruleXExpression= ruleXExpression EOF ;
public final EObject entryRuleXExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpression = null;
try {
// InternalStrategyDSL.g:1439:52: (iv_ruleXExpression= ruleXExpression EOF )
// InternalStrategyDSL.g:1440: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"
// InternalStrategyDSL.g:1446: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 {
// InternalStrategyDSL.g:1452:2: (this_XAssignment_0= ruleXAssignment )
// InternalStrategyDSL.g:1453: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"
// InternalStrategyDSL.g:1464:1: entryRuleXAssignment returns [EObject current=null] : iv_ruleXAssignment= ruleXAssignment EOF ;
public final EObject entryRuleXAssignment() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAssignment = null;
try {
// InternalStrategyDSL.g:1464:52: (iv_ruleXAssignment= ruleXAssignment EOF )
// InternalStrategyDSL.g:1465: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"
// InternalStrategyDSL.g:1471: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 {
// InternalStrategyDSL.g:1477:2: ( ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) )
// InternalStrategyDSL.g:1478:2: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )
{
// InternalStrategyDSL.g:1478:2: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )
int alt29=2;
switch ( input.LA(1) ) {
case RULE_ID:
{
int LA29_1 = input.LA(2);
if ( (LA29_1==EOF||(LA29_1>=RULE_ID && LA29_1<=RULE_DECIMAL)||(LA29_1>=14 && LA29_1<=15)||LA29_1==27||(LA29_1>=30 && LA29_1<=33)||LA29_1==35||(LA29_1>=37 && LA29_1<=39)||(LA29_1>=41 && LA29_1<=76)||(LA29_1>=78 && LA29_1<=100)) ) {
alt29=2;
}
else if ( (LA29_1==40) ) {
alt29=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 29, 1, input);
throw nvae;
}
}
break;
case 88:
{
int LA29_2 = input.LA(2);
if ( (LA29_2==EOF||(LA29_2>=RULE_ID && LA29_2<=RULE_DECIMAL)||(LA29_2>=14 && LA29_2<=15)||LA29_2==27||(LA29_2>=30 && LA29_2<=33)||LA29_2==35||(LA29_2>=37 && LA29_2<=39)||(LA29_2>=41 && LA29_2<=76)||(LA29_2>=78 && LA29_2<=100)) ) {
alt29=2;
}
else if ( (LA29_2==40) ) {
alt29=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 29, 2, input);
throw nvae;
}
}
break;
case 31:
{
int LA29_3 = input.LA(2);
if ( (LA29_3==40) ) {
alt29=1;
}
else if ( (LA29_3==EOF||(LA29_3>=RULE_ID && LA29_3<=RULE_DECIMAL)||(LA29_3>=14 && LA29_3<=15)||LA29_3==27||(LA29_3>=30 && LA29_3<=33)||LA29_3==35||(LA29_3>=37 && LA29_3<=39)||(LA29_3>=41 && LA29_3<=76)||(LA29_3>=78 && LA29_3<=100)) ) {
alt29=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 29, 3, input);
throw nvae;
}
}
break;
case 30:
{
int LA29_4 = input.LA(2);
if ( (LA29_4==40) ) {
alt29=1;
}
else if ( (LA29_4==EOF||(LA29_4>=RULE_ID && LA29_4<=RULE_DECIMAL)||(LA29_4>=14 && LA29_4<=15)||LA29_4==27||(LA29_4>=30 && LA29_4<=33)||LA29_4==35||(LA29_4>=37 && LA29_4<=39)||(LA29_4>=41 && LA29_4<=76)||(LA29_4>=78 && LA29_4<=100)) ) {
alt29=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 29, 4, input);
throw nvae;
}
}
break;
case 32:
{
int LA29_5 = input.LA(2);
if ( (LA29_5==EOF||(LA29_5>=RULE_ID && LA29_5<=RULE_DECIMAL)||(LA29_5>=14 && LA29_5<=15)||LA29_5==27||(LA29_5>=30 && LA29_5<=33)||LA29_5==35||(LA29_5>=37 && LA29_5<=39)||(LA29_5>=41 && LA29_5<=76)||(LA29_5>=78 && LA29_5<=100)) ) {
alt29=2;
}
else if ( (LA29_5==40) ) {
alt29=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 29, 5, input);
throw nvae;
}
}
break;
case RULE_STRING:
case RULE_HEX:
case RULE_INT:
case RULE_DECIMAL:
case 14:
case 37:
case 41:
case 42:
case 49:
case 65:
case 66:
case 70:
case 78:
case 80:
case 83:
case 84:
case 85:
case 89:
case 90:
case 91:
case 92:
case 93:
case 94:
case 95:
case 96:
case 97:
case 99:
{
alt29=2;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 29, 0, input);
throw nvae;
}
switch (alt29) {
case 1 :
// InternalStrategyDSL.g:1479:3: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) )
{
// InternalStrategyDSL.g:1479:3: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) )
// InternalStrategyDSL.g:1480:4: () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) )
{
// InternalStrategyDSL.g:1480:4: ()
// InternalStrategyDSL.g:1481:5:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0(),
current);
}
}
// InternalStrategyDSL.g:1487:4: ( ( ruleFeatureCallID ) )
// InternalStrategyDSL.g:1488:5: ( ruleFeatureCallID )
{
// InternalStrategyDSL.g:1488:5: ( ruleFeatureCallID )
// InternalStrategyDSL.g:1489:6: ruleFeatureCallID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXAssignmentRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0());
}
pushFollow(FOLLOW_33);
ruleFeatureCallID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getOpSingleAssignParserRuleCall_0_2());
}
pushFollow(FOLLOW_34);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:1510:4: ( (lv_value_3_0= ruleXAssignment ) )
// InternalStrategyDSL.g:1511:5: (lv_value_3_0= ruleXAssignment )
{
// InternalStrategyDSL.g:1511:5: (lv_value_3_0= ruleXAssignment )
// InternalStrategyDSL.g:1512: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 :
// InternalStrategyDSL.g:1531:3: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? )
{
// InternalStrategyDSL.g:1531:3: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? )
// InternalStrategyDSL.g:1532:4: this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getXOrExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_39);
this_XOrExpression_4=ruleXOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XOrExpression_4;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:1540:4: ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )?
int alt28=2;
alt28 = dfa28.predict(input);
switch (alt28) {
case 1 :
// InternalStrategyDSL.g:1541:5: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) )
{
// InternalStrategyDSL.g:1541:5: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) )
// InternalStrategyDSL.g:1542:6: ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) )
{
// InternalStrategyDSL.g:1552:6: ( () ( ( ruleOpMultiAssign ) ) )
// InternalStrategyDSL.g:1553:7: () ( ( ruleOpMultiAssign ) )
{
// InternalStrategyDSL.g:1553:7: ()
// InternalStrategyDSL.g:1554:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:1560:7: ( ( ruleOpMultiAssign ) )
// InternalStrategyDSL.g:1561:8: ( ruleOpMultiAssign )
{
// InternalStrategyDSL.g:1561:8: ( ruleOpMultiAssign )
// InternalStrategyDSL.g:1562:9: ruleOpMultiAssign
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXAssignmentRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalStrategyDSL.g:1578:5: ( (lv_rightOperand_7_0= ruleXAssignment ) )
// InternalStrategyDSL.g:1579:6: (lv_rightOperand_7_0= ruleXAssignment )
{
// InternalStrategyDSL.g:1579:6: (lv_rightOperand_7_0= ruleXAssignment )
// InternalStrategyDSL.g:1580: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"
// InternalStrategyDSL.g:1603:1: entryRuleOpSingleAssign returns [String current=null] : iv_ruleOpSingleAssign= ruleOpSingleAssign EOF ;
public final String entryRuleOpSingleAssign() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpSingleAssign = null;
try {
// InternalStrategyDSL.g:1603:54: (iv_ruleOpSingleAssign= ruleOpSingleAssign EOF )
// InternalStrategyDSL.g:1604: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"
// InternalStrategyDSL.g:1610:1: ruleOpSingleAssign returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '=' ;
public final AntlrDatatypeRuleToken ruleOpSingleAssign() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalStrategyDSL.g:1616:2: (kw= '=' )
// InternalStrategyDSL.g:1617:2: kw= '='
{
kw=(Token)match(input,40,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"
// InternalStrategyDSL.g:1625:1: entryRuleOpMultiAssign returns [String current=null] : iv_ruleOpMultiAssign= ruleOpMultiAssign EOF ;
public final String entryRuleOpMultiAssign() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpMultiAssign = null;
try {
// InternalStrategyDSL.g:1625:53: (iv_ruleOpMultiAssign= ruleOpMultiAssign EOF )
// InternalStrategyDSL.g:1626: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"
// InternalStrategyDSL.g:1632: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 {
// InternalStrategyDSL.g:1638:2: ( (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) )
// InternalStrategyDSL.g:1639:2: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) )
{
// InternalStrategyDSL.g:1639:2: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) )
int alt31=7;
switch ( input.LA(1) ) {
case 44:
{
alt31=1;
}
break;
case 45:
{
alt31=2;
}
break;
case 46:
{
alt31=3;
}
break;
case 47:
{
alt31=4;
}
break;
case 48:
{
alt31=5;
}
break;
case 49:
{
alt31=6;
}
break;
case 50:
{
alt31=7;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 31, 0, input);
throw nvae;
}
switch (alt31) {
case 1 :
// InternalStrategyDSL.g:1640:3: kw= '+='
{
kw=(Token)match(input,44,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:1646:3: kw= '-='
{
kw=(Token)match(input,45,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1());
}
}
break;
case 3 :
// InternalStrategyDSL.g:1652:3: kw= '*='
{
kw=(Token)match(input,46,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2());
}
}
break;
case 4 :
// InternalStrategyDSL.g:1658:3: kw= '/='
{
kw=(Token)match(input,47,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3());
}
}
break;
case 5 :
// InternalStrategyDSL.g:1664:3: kw= '%='
{
kw=(Token)match(input,48,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4());
}
}
break;
case 6 :
// InternalStrategyDSL.g:1670:3: (kw= '<' kw= '<' kw= '=' )
{
// InternalStrategyDSL.g:1670:3: (kw= '<' kw= '<' kw= '=' )
// InternalStrategyDSL.g:1671:4: kw= '<' kw= '<' kw= '='
{
kw=(Token)match(input,49,FOLLOW_40); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0());
}
kw=(Token)match(input,49,FOLLOW_33); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1());
}
kw=(Token)match(input,40,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2());
}
}
}
break;
case 7 :
// InternalStrategyDSL.g:1688:3: (kw= '>' (kw= '>' )? kw= '>=' )
{
// InternalStrategyDSL.g:1688:3: (kw= '>' (kw= '>' )? kw= '>=' )
// InternalStrategyDSL.g:1689:4: kw= '>' (kw= '>' )? kw= '>='
{
kw=(Token)match(input,50,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0());
}
// InternalStrategyDSL.g:1694:4: (kw= '>' )?
int alt30=2;
int LA30_0 = input.LA(1);
if ( (LA30_0==50) ) {
alt30=1;
}
switch (alt30) {
case 1 :
// InternalStrategyDSL.g:1695:5: kw= '>'
{
kw=(Token)match(input,50,FOLLOW_42); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1());
}
}
break;
}
kw=(Token)match(input,51,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"
// InternalStrategyDSL.g:1711:1: entryRuleXOrExpression returns [EObject current=null] : iv_ruleXOrExpression= ruleXOrExpression EOF ;
public final EObject entryRuleXOrExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXOrExpression = null;
try {
// InternalStrategyDSL.g:1711:54: (iv_ruleXOrExpression= ruleXOrExpression EOF )
// InternalStrategyDSL.g:1712: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"
// InternalStrategyDSL.g:1718: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 {
// InternalStrategyDSL.g:1724:2: ( (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) )
// InternalStrategyDSL.g:1725:2: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* )
{
// InternalStrategyDSL.g:1725:2: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* )
// InternalStrategyDSL.g:1726:3: this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionAccess().getXAndExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_43);
this_XAndExpression_0=ruleXAndExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAndExpression_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:1734:3: ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )*
loop32:
do {
int alt32=2;
int LA32_0 = input.LA(1);
if ( (LA32_0==52) ) {
int LA32_2 = input.LA(2);
if ( (synpred8_InternalStrategyDSL()) ) {
alt32=1;
}
}
switch (alt32) {
case 1 :
// InternalStrategyDSL.g:1735:4: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) )
{
// InternalStrategyDSL.g:1735:4: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) )
// InternalStrategyDSL.g:1736:5: ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) )
{
// InternalStrategyDSL.g:1746:5: ( () ( ( ruleOpOr ) ) )
// InternalStrategyDSL.g:1747:6: () ( ( ruleOpOr ) )
{
// InternalStrategyDSL.g:1747:6: ()
// InternalStrategyDSL.g:1748:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:1754:6: ( ( ruleOpOr ) )
// InternalStrategyDSL.g:1755:7: ( ruleOpOr )
{
// InternalStrategyDSL.g:1755:7: ( ruleOpOr )
// InternalStrategyDSL.g:1756:8: ruleOpOr
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXOrExpressionRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpOr();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalStrategyDSL.g:1772:4: ( (lv_rightOperand_3_0= ruleXAndExpression ) )
// InternalStrategyDSL.g:1773:5: (lv_rightOperand_3_0= ruleXAndExpression )
{
// InternalStrategyDSL.g:1773:5: (lv_rightOperand_3_0= ruleXAndExpression )
// InternalStrategyDSL.g:1774:6: lv_rightOperand_3_0= ruleXAndExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_43);
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 loop32;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXOrExpression"
// $ANTLR start "entryRuleOpOr"
// InternalStrategyDSL.g:1796:1: entryRuleOpOr returns [String current=null] : iv_ruleOpOr= ruleOpOr EOF ;
public final String entryRuleOpOr() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpOr = null;
try {
// InternalStrategyDSL.g:1796:44: (iv_ruleOpOr= ruleOpOr EOF )
// InternalStrategyDSL.g:1797: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"
// InternalStrategyDSL.g:1803:1: ruleOpOr returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '||' ;
public final AntlrDatatypeRuleToken ruleOpOr() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalStrategyDSL.g:1809:2: (kw= '||' )
// InternalStrategyDSL.g:1810:2: kw= '||'
{
kw=(Token)match(input,52,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"
// InternalStrategyDSL.g:1818:1: entryRuleXAndExpression returns [EObject current=null] : iv_ruleXAndExpression= ruleXAndExpression EOF ;
public final EObject entryRuleXAndExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAndExpression = null;
try {
// InternalStrategyDSL.g:1818:55: (iv_ruleXAndExpression= ruleXAndExpression EOF )
// InternalStrategyDSL.g:1819: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"
// InternalStrategyDSL.g:1825: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 {
// InternalStrategyDSL.g:1831:2: ( (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) )
// InternalStrategyDSL.g:1832:2: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* )
{
// InternalStrategyDSL.g:1832:2: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* )
// InternalStrategyDSL.g:1833:3: this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionAccess().getXEqualityExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_44);
this_XEqualityExpression_0=ruleXEqualityExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XEqualityExpression_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:1841:3: ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )*
loop33:
do {
int alt33=2;
int LA33_0 = input.LA(1);
if ( (LA33_0==53) ) {
int LA33_2 = input.LA(2);
if ( (synpred9_InternalStrategyDSL()) ) {
alt33=1;
}
}
switch (alt33) {
case 1 :
// InternalStrategyDSL.g:1842:4: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) )
{
// InternalStrategyDSL.g:1842:4: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) )
// InternalStrategyDSL.g:1843:5: ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) )
{
// InternalStrategyDSL.g:1853:5: ( () ( ( ruleOpAnd ) ) )
// InternalStrategyDSL.g:1854:6: () ( ( ruleOpAnd ) )
{
// InternalStrategyDSL.g:1854:6: ()
// InternalStrategyDSL.g:1855:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:1861:6: ( ( ruleOpAnd ) )
// InternalStrategyDSL.g:1862:7: ( ruleOpAnd )
{
// InternalStrategyDSL.g:1862:7: ( ruleOpAnd )
// InternalStrategyDSL.g:1863:8: ruleOpAnd
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXAndExpressionRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpAnd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalStrategyDSL.g:1879:4: ( (lv_rightOperand_3_0= ruleXEqualityExpression ) )
// InternalStrategyDSL.g:1880:5: (lv_rightOperand_3_0= ruleXEqualityExpression )
{
// InternalStrategyDSL.g:1880:5: (lv_rightOperand_3_0= ruleXEqualityExpression )
// InternalStrategyDSL.g:1881:6: lv_rightOperand_3_0= ruleXEqualityExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_44);
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 loop33;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAndExpression"
// $ANTLR start "entryRuleOpAnd"
// InternalStrategyDSL.g:1903:1: entryRuleOpAnd returns [String current=null] : iv_ruleOpAnd= ruleOpAnd EOF ;
public final String entryRuleOpAnd() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpAnd = null;
try {
// InternalStrategyDSL.g:1903:45: (iv_ruleOpAnd= ruleOpAnd EOF )
// InternalStrategyDSL.g:1904: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"
// InternalStrategyDSL.g:1910:1: ruleOpAnd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '&&' ;
public final AntlrDatatypeRuleToken ruleOpAnd() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalStrategyDSL.g:1916:2: (kw= '&&' )
// InternalStrategyDSL.g:1917:2: kw= '&&'
{
kw=(Token)match(input,53,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"
// InternalStrategyDSL.g:1925:1: entryRuleXEqualityExpression returns [EObject current=null] : iv_ruleXEqualityExpression= ruleXEqualityExpression EOF ;
public final EObject entryRuleXEqualityExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXEqualityExpression = null;
try {
// InternalStrategyDSL.g:1925:60: (iv_ruleXEqualityExpression= ruleXEqualityExpression EOF )
// InternalStrategyDSL.g:1926: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"
// InternalStrategyDSL.g:1932: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 {
// InternalStrategyDSL.g:1938:2: ( (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) )
// InternalStrategyDSL.g:1939:2: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* )
{
// InternalStrategyDSL.g:1939:2: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* )
// InternalStrategyDSL.g:1940:3: this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getXRelationalExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_45);
this_XRelationalExpression_0=ruleXRelationalExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XRelationalExpression_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:1948:3: ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )*
loop34:
do {
int alt34=2;
switch ( input.LA(1) ) {
case 54:
{
int LA34_2 = input.LA(2);
if ( (synpred10_InternalStrategyDSL()) ) {
alt34=1;
}
}
break;
case 55:
{
int LA34_3 = input.LA(2);
if ( (synpred10_InternalStrategyDSL()) ) {
alt34=1;
}
}
break;
case 56:
{
int LA34_4 = input.LA(2);
if ( (synpred10_InternalStrategyDSL()) ) {
alt34=1;
}
}
break;
case 57:
{
int LA34_5 = input.LA(2);
if ( (synpred10_InternalStrategyDSL()) ) {
alt34=1;
}
}
break;
}
switch (alt34) {
case 1 :
// InternalStrategyDSL.g:1949:4: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) )
{
// InternalStrategyDSL.g:1949:4: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) )
// InternalStrategyDSL.g:1950:5: ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) )
{
// InternalStrategyDSL.g:1960:5: ( () ( ( ruleOpEquality ) ) )
// InternalStrategyDSL.g:1961:6: () ( ( ruleOpEquality ) )
{
// InternalStrategyDSL.g:1961:6: ()
// InternalStrategyDSL.g:1962:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:1968:6: ( ( ruleOpEquality ) )
// InternalStrategyDSL.g:1969:7: ( ruleOpEquality )
{
// InternalStrategyDSL.g:1969:7: ( ruleOpEquality )
// InternalStrategyDSL.g:1970:8: ruleOpEquality
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXEqualityExpressionRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpEquality();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalStrategyDSL.g:1986:4: ( (lv_rightOperand_3_0= ruleXRelationalExpression ) )
// InternalStrategyDSL.g:1987:5: (lv_rightOperand_3_0= ruleXRelationalExpression )
{
// InternalStrategyDSL.g:1987:5: (lv_rightOperand_3_0= ruleXRelationalExpression )
// InternalStrategyDSL.g:1988:6: lv_rightOperand_3_0= ruleXRelationalExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_45);
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 loop34;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXEqualityExpression"
// $ANTLR start "entryRuleOpEquality"
// InternalStrategyDSL.g:2010:1: entryRuleOpEquality returns [String current=null] : iv_ruleOpEquality= ruleOpEquality EOF ;
public final String entryRuleOpEquality() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpEquality = null;
try {
// InternalStrategyDSL.g:2010:50: (iv_ruleOpEquality= ruleOpEquality EOF )
// InternalStrategyDSL.g:2011: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"
// InternalStrategyDSL.g:2017: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 {
// InternalStrategyDSL.g:2023:2: ( (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) )
// InternalStrategyDSL.g:2024:2: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' )
{
// InternalStrategyDSL.g:2024:2: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' )
int alt35=4;
switch ( input.LA(1) ) {
case 54:
{
alt35=1;
}
break;
case 55:
{
alt35=2;
}
break;
case 56:
{
alt35=3;
}
break;
case 57:
{
alt35=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 35, 0, input);
throw nvae;
}
switch (alt35) {
case 1 :
// InternalStrategyDSL.g:2025:3: kw= '=='
{
kw=(Token)match(input,54,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:2031:3: kw= '!='
{
kw=(Token)match(input,55,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1());
}
}
break;
case 3 :
// InternalStrategyDSL.g:2037:3: kw= '==='
{
kw=(Token)match(input,56,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2());
}
}
break;
case 4 :
// InternalStrategyDSL.g:2043:3: kw= '!=='
{
kw=(Token)match(input,57,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"
// InternalStrategyDSL.g:2052:1: entryRuleXRelationalExpression returns [EObject current=null] : iv_ruleXRelationalExpression= ruleXRelationalExpression EOF ;
public final EObject entryRuleXRelationalExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXRelationalExpression = null;
try {
// InternalStrategyDSL.g:2052:62: (iv_ruleXRelationalExpression= ruleXRelationalExpression EOF )
// InternalStrategyDSL.g:2053: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"
// InternalStrategyDSL.g:2059: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 {
// InternalStrategyDSL.g:2065:2: ( (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* ) )
// InternalStrategyDSL.g:2066:2: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* )
{
// InternalStrategyDSL.g:2066:2: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* )
// InternalStrategyDSL.g:2067: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_46);
this_XOtherOperatorExpression_0=ruleXOtherOperatorExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XOtherOperatorExpression_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:2075:3: ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )*
loop36:
do {
int alt36=3;
switch ( input.LA(1) ) {
case 49:
{
int LA36_2 = input.LA(2);
if ( (synpred12_InternalStrategyDSL()) ) {
alt36=2;
}
}
break;
case 50:
{
int LA36_3 = input.LA(2);
if ( (synpred12_InternalStrategyDSL()) ) {
alt36=2;
}
}
break;
case 58:
{
int LA36_4 = input.LA(2);
if ( (synpred11_InternalStrategyDSL()) ) {
alt36=1;
}
}
break;
case 51:
{
int LA36_5 = input.LA(2);
if ( (synpred12_InternalStrategyDSL()) ) {
alt36=2;
}
}
break;
}
switch (alt36) {
case 1 :
// InternalStrategyDSL.g:2076:4: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )
{
// InternalStrategyDSL.g:2076:4: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )
// InternalStrategyDSL.g:2077:5: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) )
{
// InternalStrategyDSL.g:2077:5: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) )
// InternalStrategyDSL.g:2078:6: ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' )
{
// InternalStrategyDSL.g:2084:6: ( () otherlv_2= 'instanceof' )
// InternalStrategyDSL.g:2085:7: () otherlv_2= 'instanceof'
{
// InternalStrategyDSL.g:2085:7: ()
// InternalStrategyDSL.g:2086:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_0_0_0_0(),
current);
}
}
otherlv_2=(Token)match(input,58,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_0_0_0_1());
}
}
}
// InternalStrategyDSL.g:2098:5: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:2099:6: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:2099:6: (lv_type_3_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:2100:7: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_1_0());
}
pushFollow(FOLLOW_46);
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 :
// InternalStrategyDSL.g:2119:4: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) )
{
// InternalStrategyDSL.g:2119:4: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) )
// InternalStrategyDSL.g:2120:5: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) )
{
// InternalStrategyDSL.g:2120:5: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) )
// InternalStrategyDSL.g:2121:6: ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) )
{
// InternalStrategyDSL.g:2131:6: ( () ( ( ruleOpCompare ) ) )
// InternalStrategyDSL.g:2132:7: () ( ( ruleOpCompare ) )
{
// InternalStrategyDSL.g:2132:7: ()
// InternalStrategyDSL.g:2133:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:2139:7: ( ( ruleOpCompare ) )
// InternalStrategyDSL.g:2140:8: ( ruleOpCompare )
{
// InternalStrategyDSL.g:2140:8: ( ruleOpCompare )
// InternalStrategyDSL.g:2141:9: ruleOpCompare
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXRelationalExpressionRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_1_0_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpCompare();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalStrategyDSL.g:2157:5: ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) )
// InternalStrategyDSL.g:2158:6: (lv_rightOperand_6_0= ruleXOtherOperatorExpression )
{
// InternalStrategyDSL.g:2158:6: (lv_rightOperand_6_0= ruleXOtherOperatorExpression )
// InternalStrategyDSL.g:2159:7: lv_rightOperand_6_0= ruleXOtherOperatorExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0());
}
pushFollow(FOLLOW_46);
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 loop36;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXRelationalExpression"
// $ANTLR start "entryRuleOpCompare"
// InternalStrategyDSL.g:2182:1: entryRuleOpCompare returns [String current=null] : iv_ruleOpCompare= ruleOpCompare EOF ;
public final String entryRuleOpCompare() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpCompare = null;
try {
// InternalStrategyDSL.g:2182:49: (iv_ruleOpCompare= ruleOpCompare EOF )
// InternalStrategyDSL.g:2183: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"
// InternalStrategyDSL.g:2189: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 {
// InternalStrategyDSL.g:2195:2: ( (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) )
// InternalStrategyDSL.g:2196:2: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' )
{
// InternalStrategyDSL.g:2196:2: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' )
int alt37=4;
switch ( input.LA(1) ) {
case 51:
{
alt37=1;
}
break;
case 49:
{
int LA37_2 = input.LA(2);
if ( (LA37_2==EOF||(LA37_2>=RULE_ID && LA37_2<=RULE_DECIMAL)||LA37_2==14||(LA37_2>=30 && LA37_2<=32)||LA37_2==37||(LA37_2>=41 && LA37_2<=42)||LA37_2==49||(LA37_2>=65 && LA37_2<=66)||LA37_2==70||LA37_2==78||LA37_2==80||(LA37_2>=83 && LA37_2<=85)||(LA37_2>=88 && LA37_2<=97)||LA37_2==99) ) {
alt37=4;
}
else if ( (LA37_2==40) ) {
alt37=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 2, input);
throw nvae;
}
}
break;
case 50:
{
alt37=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 0, input);
throw nvae;
}
switch (alt37) {
case 1 :
// InternalStrategyDSL.g:2197:3: kw= '>='
{
kw=(Token)match(input,51,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:2203:3: (kw= '<' kw= '=' )
{
// InternalStrategyDSL.g:2203:3: (kw= '<' kw= '=' )
// InternalStrategyDSL.g:2204:4: kw= '<' kw= '='
{
kw=(Token)match(input,49,FOLLOW_33); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0());
}
kw=(Token)match(input,40,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1());
}
}
}
break;
case 3 :
// InternalStrategyDSL.g:2216:3: kw= '>'
{
kw=(Token)match(input,50,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2());
}
}
break;
case 4 :
// InternalStrategyDSL.g:2222:3: kw= '<'
{
kw=(Token)match(input,49,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"
// InternalStrategyDSL.g:2231:1: entryRuleXOtherOperatorExpression returns [EObject current=null] : iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF ;
public final EObject entryRuleXOtherOperatorExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXOtherOperatorExpression = null;
try {
// InternalStrategyDSL.g:2231:65: (iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF )
// InternalStrategyDSL.g:2232: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"
// InternalStrategyDSL.g:2238: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 {
// InternalStrategyDSL.g:2244:2: ( (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) )
// InternalStrategyDSL.g:2245:2: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* )
{
// InternalStrategyDSL.g:2245:2: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* )
// InternalStrategyDSL.g:2246:3: this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getXAdditiveExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_48);
this_XAdditiveExpression_0=ruleXAdditiveExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAdditiveExpression_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:2254:3: ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )*
loop38:
do {
int alt38=2;
alt38 = dfa38.predict(input);
switch (alt38) {
case 1 :
// InternalStrategyDSL.g:2255:4: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) )
{
// InternalStrategyDSL.g:2255:4: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) )
// InternalStrategyDSL.g:2256:5: ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) )
{
// InternalStrategyDSL.g:2266:5: ( () ( ( ruleOpOther ) ) )
// InternalStrategyDSL.g:2267:6: () ( ( ruleOpOther ) )
{
// InternalStrategyDSL.g:2267:6: ()
// InternalStrategyDSL.g:2268:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:2274:6: ( ( ruleOpOther ) )
// InternalStrategyDSL.g:2275:7: ( ruleOpOther )
{
// InternalStrategyDSL.g:2275:7: ( ruleOpOther )
// InternalStrategyDSL.g:2276:8: ruleOpOther
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXOtherOperatorExpressionRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpOther();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalStrategyDSL.g:2292:4: ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) )
// InternalStrategyDSL.g:2293:5: (lv_rightOperand_3_0= ruleXAdditiveExpression )
{
// InternalStrategyDSL.g:2293:5: (lv_rightOperand_3_0= ruleXAdditiveExpression )
// InternalStrategyDSL.g:2294:6: lv_rightOperand_3_0= ruleXAdditiveExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_48);
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 loop38;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXOtherOperatorExpression"
// $ANTLR start "entryRuleOpOther"
// InternalStrategyDSL.g:2316:1: entryRuleOpOther returns [String current=null] : iv_ruleOpOther= ruleOpOther EOF ;
public final String entryRuleOpOther() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpOther = null;
try {
// InternalStrategyDSL.g:2316:47: (iv_ruleOpOther= ruleOpOther EOF )
// InternalStrategyDSL.g:2317: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"
// InternalStrategyDSL.g:2323: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 {
// InternalStrategyDSL.g:2329:2: ( (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) )
// InternalStrategyDSL.g:2330:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )
{
// InternalStrategyDSL.g:2330:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )
int alt41=9;
alt41 = dfa41.predict(input);
switch (alt41) {
case 1 :
// InternalStrategyDSL.g:2331:3: kw= '->'
{
kw=(Token)match(input,59,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:2337:3: kw= '..<'
{
kw=(Token)match(input,60,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1());
}
}
break;
case 3 :
// InternalStrategyDSL.g:2343:3: (kw= '>' kw= '..' )
{
// InternalStrategyDSL.g:2343:3: (kw= '>' kw= '..' )
// InternalStrategyDSL.g:2344:4: kw= '>' kw= '..'
{
kw=(Token)match(input,50,FOLLOW_49); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0());
}
kw=(Token)match(input,61,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1());
}
}
}
break;
case 4 :
// InternalStrategyDSL.g:2356:3: kw= '..'
{
kw=(Token)match(input,61,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3());
}
}
break;
case 5 :
// InternalStrategyDSL.g:2362:3: kw= '=>'
{
kw=(Token)match(input,62,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4());
}
}
break;
case 6 :
// InternalStrategyDSL.g:2368:3: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) )
{
// InternalStrategyDSL.g:2368:3: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) )
// InternalStrategyDSL.g:2369:4: kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' )
{
kw=(Token)match(input,50,FOLLOW_50); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0());
}
// InternalStrategyDSL.g:2374:4: ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' )
int alt39=2;
int LA39_0 = input.LA(1);
if ( (LA39_0==50) ) {
int LA39_1 = input.LA(2);
if ( (LA39_1==EOF||(LA39_1>=RULE_ID && LA39_1<=RULE_DECIMAL)||LA39_1==14||(LA39_1>=30 && LA39_1<=32)||LA39_1==37||(LA39_1>=41 && LA39_1<=42)||LA39_1==49||(LA39_1>=65 && LA39_1<=66)||LA39_1==70||LA39_1==78||LA39_1==80||(LA39_1>=83 && LA39_1<=85)||(LA39_1>=88 && LA39_1<=97)||LA39_1==99) ) {
alt39=2;
}
else if ( (LA39_1==50) && (synpred14_InternalStrategyDSL())) {
alt39=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 39, 1, input);
throw nvae;
}
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 39, 0, input);
throw nvae;
}
switch (alt39) {
case 1 :
// InternalStrategyDSL.g:2375:5: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) )
{
// InternalStrategyDSL.g:2375:5: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) )
// InternalStrategyDSL.g:2376:6: ( ( '>' '>' ) )=> (kw= '>' kw= '>' )
{
// InternalStrategyDSL.g:2381:6: (kw= '>' kw= '>' )
// InternalStrategyDSL.g:2382:7: kw= '>' kw= '>'
{
kw=(Token)match(input,50,FOLLOW_50); 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,50,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 :
// InternalStrategyDSL.g:2395:5: kw= '>'
{
kw=(Token)match(input,50,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 :
// InternalStrategyDSL.g:2403:3: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) )
{
// InternalStrategyDSL.g:2403:3: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) )
// InternalStrategyDSL.g:2404:4: kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' )
{
kw=(Token)match(input,49,FOLLOW_51); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0());
}
// InternalStrategyDSL.g:2409:4: ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' )
int alt40=3;
int LA40_0 = input.LA(1);
if ( (LA40_0==49) ) {
int LA40_1 = input.LA(2);
if ( (synpred15_InternalStrategyDSL()) ) {
alt40=1;
}
else if ( (true) ) {
alt40=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 40, 1, input);
throw nvae;
}
}
else if ( (LA40_0==62) ) {
alt40=3;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 40, 0, input);
throw nvae;
}
switch (alt40) {
case 1 :
// InternalStrategyDSL.g:2410:5: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) )
{
// InternalStrategyDSL.g:2410:5: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) )
// InternalStrategyDSL.g:2411:6: ( ( '<' '<' ) )=> (kw= '<' kw= '<' )
{
// InternalStrategyDSL.g:2416:6: (kw= '<' kw= '<' )
// InternalStrategyDSL.g:2417:7: kw= '<' kw= '<'
{
kw=(Token)match(input,49,FOLLOW_40); 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,49,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 :
// InternalStrategyDSL.g:2430:5: kw= '<'
{
kw=(Token)match(input,49,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 :
// InternalStrategyDSL.g:2436:5: kw= '=>'
{
kw=(Token)match(input,62,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 :
// InternalStrategyDSL.g:2444:3: kw= '<>'
{
kw=(Token)match(input,63,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7());
}
}
break;
case 9 :
// InternalStrategyDSL.g:2450:3: kw= '?:'
{
kw=(Token)match(input,64,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"
// InternalStrategyDSL.g:2459:1: entryRuleXAdditiveExpression returns [EObject current=null] : iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF ;
public final EObject entryRuleXAdditiveExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAdditiveExpression = null;
try {
// InternalStrategyDSL.g:2459:60: (iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF )
// InternalStrategyDSL.g:2460: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"
// InternalStrategyDSL.g:2466: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 {
// InternalStrategyDSL.g:2472:2: ( (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) )
// InternalStrategyDSL.g:2473:2: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* )
{
// InternalStrategyDSL.g:2473:2: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* )
// InternalStrategyDSL.g:2474:3: this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getXMultiplicativeExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_52);
this_XMultiplicativeExpression_0=ruleXMultiplicativeExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XMultiplicativeExpression_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:2482:3: ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )*
loop42:
do {
int alt42=2;
int LA42_0 = input.LA(1);
if ( (LA42_0==65) ) {
int LA42_2 = input.LA(2);
if ( (synpred16_InternalStrategyDSL()) ) {
alt42=1;
}
}
else if ( (LA42_0==66) ) {
int LA42_3 = input.LA(2);
if ( (synpred16_InternalStrategyDSL()) ) {
alt42=1;
}
}
switch (alt42) {
case 1 :
// InternalStrategyDSL.g:2483:4: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) )
{
// InternalStrategyDSL.g:2483:4: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) )
// InternalStrategyDSL.g:2484:5: ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) )
{
// InternalStrategyDSL.g:2494:5: ( () ( ( ruleOpAdd ) ) )
// InternalStrategyDSL.g:2495:6: () ( ( ruleOpAdd ) )
{
// InternalStrategyDSL.g:2495:6: ()
// InternalStrategyDSL.g:2496:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:2502:6: ( ( ruleOpAdd ) )
// InternalStrategyDSL.g:2503:7: ( ruleOpAdd )
{
// InternalStrategyDSL.g:2503:7: ( ruleOpAdd )
// InternalStrategyDSL.g:2504:8: ruleOpAdd
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXAdditiveExpressionRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpAdd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalStrategyDSL.g:2520:4: ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) )
// InternalStrategyDSL.g:2521:5: (lv_rightOperand_3_0= ruleXMultiplicativeExpression )
{
// InternalStrategyDSL.g:2521:5: (lv_rightOperand_3_0= ruleXMultiplicativeExpression )
// InternalStrategyDSL.g:2522:6: lv_rightOperand_3_0= ruleXMultiplicativeExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_52);
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 loop42;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAdditiveExpression"
// $ANTLR start "entryRuleOpAdd"
// InternalStrategyDSL.g:2544:1: entryRuleOpAdd returns [String current=null] : iv_ruleOpAdd= ruleOpAdd EOF ;
public final String entryRuleOpAdd() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpAdd = null;
try {
// InternalStrategyDSL.g:2544:45: (iv_ruleOpAdd= ruleOpAdd EOF )
// InternalStrategyDSL.g:2545: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"
// InternalStrategyDSL.g:2551:1: ruleOpAdd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '+' | kw= '-' ) ;
public final AntlrDatatypeRuleToken ruleOpAdd() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalStrategyDSL.g:2557:2: ( (kw= '+' | kw= '-' ) )
// InternalStrategyDSL.g:2558:2: (kw= '+' | kw= '-' )
{
// InternalStrategyDSL.g:2558:2: (kw= '+' | kw= '-' )
int alt43=2;
int LA43_0 = input.LA(1);
if ( (LA43_0==65) ) {
alt43=1;
}
else if ( (LA43_0==66) ) {
alt43=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 43, 0, input);
throw nvae;
}
switch (alt43) {
case 1 :
// InternalStrategyDSL.g:2559:3: kw= '+'
{
kw=(Token)match(input,65,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpAddAccess().getPlusSignKeyword_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:2565:3: kw= '-'
{
kw=(Token)match(input,66,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"
// InternalStrategyDSL.g:2574:1: entryRuleXMultiplicativeExpression returns [EObject current=null] : iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF ;
public final EObject entryRuleXMultiplicativeExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXMultiplicativeExpression = null;
try {
// InternalStrategyDSL.g:2574:66: (iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF )
// InternalStrategyDSL.g:2575: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"
// InternalStrategyDSL.g:2581: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 {
// InternalStrategyDSL.g:2587:2: ( (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) )
// InternalStrategyDSL.g:2588:2: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* )
{
// InternalStrategyDSL.g:2588:2: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* )
// InternalStrategyDSL.g:2589:3: this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getXUnaryOperationParserRuleCall_0());
}
pushFollow(FOLLOW_53);
this_XUnaryOperation_0=ruleXUnaryOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XUnaryOperation_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:2597:3: ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )*
loop44:
do {
int alt44=2;
switch ( input.LA(1) ) {
case 33:
{
int LA44_2 = input.LA(2);
if ( (synpred17_InternalStrategyDSL()) ) {
alt44=1;
}
}
break;
case 67:
{
int LA44_3 = input.LA(2);
if ( (synpred17_InternalStrategyDSL()) ) {
alt44=1;
}
}
break;
case 68:
{
int LA44_4 = input.LA(2);
if ( (synpred17_InternalStrategyDSL()) ) {
alt44=1;
}
}
break;
case 69:
{
int LA44_5 = input.LA(2);
if ( (synpred17_InternalStrategyDSL()) ) {
alt44=1;
}
}
break;
}
switch (alt44) {
case 1 :
// InternalStrategyDSL.g:2598:4: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) )
{
// InternalStrategyDSL.g:2598:4: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) )
// InternalStrategyDSL.g:2599:5: ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) )
{
// InternalStrategyDSL.g:2609:5: ( () ( ( ruleOpMulti ) ) )
// InternalStrategyDSL.g:2610:6: () ( ( ruleOpMulti ) )
{
// InternalStrategyDSL.g:2610:6: ()
// InternalStrategyDSL.g:2611:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:2617:6: ( ( ruleOpMulti ) )
// InternalStrategyDSL.g:2618:7: ( ruleOpMulti )
{
// InternalStrategyDSL.g:2618:7: ( ruleOpMulti )
// InternalStrategyDSL.g:2619:8: ruleOpMulti
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXMultiplicativeExpressionRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpMulti();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalStrategyDSL.g:2635:4: ( (lv_rightOperand_3_0= ruleXUnaryOperation ) )
// InternalStrategyDSL.g:2636:5: (lv_rightOperand_3_0= ruleXUnaryOperation )
{
// InternalStrategyDSL.g:2636:5: (lv_rightOperand_3_0= ruleXUnaryOperation )
// InternalStrategyDSL.g:2637:6: lv_rightOperand_3_0= ruleXUnaryOperation
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_53);
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 loop44;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXMultiplicativeExpression"
// $ANTLR start "entryRuleOpMulti"
// InternalStrategyDSL.g:2659:1: entryRuleOpMulti returns [String current=null] : iv_ruleOpMulti= ruleOpMulti EOF ;
public final String entryRuleOpMulti() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpMulti = null;
try {
// InternalStrategyDSL.g:2659:47: (iv_ruleOpMulti= ruleOpMulti EOF )
// InternalStrategyDSL.g:2660: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"
// InternalStrategyDSL.g:2666: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 {
// InternalStrategyDSL.g:2672:2: ( (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) )
// InternalStrategyDSL.g:2673:2: (kw= '*' | kw= '**' | kw= '/' | kw= '%' )
{
// InternalStrategyDSL.g:2673:2: (kw= '*' | kw= '**' | kw= '/' | kw= '%' )
int alt45=4;
switch ( input.LA(1) ) {
case 33:
{
alt45=1;
}
break;
case 67:
{
alt45=2;
}
break;
case 68:
{
alt45=3;
}
break;
case 69:
{
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 :
// InternalStrategyDSL.g:2674:3: kw= '*'
{
kw=(Token)match(input,33,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskKeyword_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:2680:3: kw= '**'
{
kw=(Token)match(input,67,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1());
}
}
break;
case 3 :
// InternalStrategyDSL.g:2686:3: kw= '/'
{
kw=(Token)match(input,68,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getSolidusKeyword_2());
}
}
break;
case 4 :
// InternalStrategyDSL.g:2692:3: kw= '%'
{
kw=(Token)match(input,69,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"
// InternalStrategyDSL.g:2701:1: entryRuleXUnaryOperation returns [EObject current=null] : iv_ruleXUnaryOperation= ruleXUnaryOperation EOF ;
public final EObject entryRuleXUnaryOperation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXUnaryOperation = null;
try {
// InternalStrategyDSL.g:2701:56: (iv_ruleXUnaryOperation= ruleXUnaryOperation EOF )
// InternalStrategyDSL.g:2702: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"
// InternalStrategyDSL.g:2708: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 {
// InternalStrategyDSL.g:2714:2: ( ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) )
// InternalStrategyDSL.g:2715:2: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression )
{
// InternalStrategyDSL.g:2715:2: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression )
int alt46=2;
int LA46_0 = input.LA(1);
if ( ((LA46_0>=65 && LA46_0<=66)||LA46_0==70) ) {
alt46=1;
}
else if ( ((LA46_0>=RULE_ID && LA46_0<=RULE_DECIMAL)||LA46_0==14||(LA46_0>=30 && LA46_0<=32)||LA46_0==37||(LA46_0>=41 && LA46_0<=42)||LA46_0==49||LA46_0==78||LA46_0==80||(LA46_0>=83 && LA46_0<=85)||(LA46_0>=88 && LA46_0<=97)||LA46_0==99) ) {
alt46=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 46, 0, input);
throw nvae;
}
switch (alt46) {
case 1 :
// InternalStrategyDSL.g:2716:3: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) )
{
// InternalStrategyDSL.g:2716:3: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) )
// InternalStrategyDSL.g:2717:4: () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) )
{
// InternalStrategyDSL.g:2717:4: ()
// InternalStrategyDSL.g:2718:5:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0(),
current);
}
}
// InternalStrategyDSL.g:2724:4: ( ( ruleOpUnary ) )
// InternalStrategyDSL.g:2725:5: ( ruleOpUnary )
{
// InternalStrategyDSL.g:2725:5: ( ruleOpUnary )
// InternalStrategyDSL.g:2726:6: ruleOpUnary
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXUnaryOperationRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXUnaryOperationAccess().getFeatureJvmIdentifiableElementCrossReference_0_1_0());
}
pushFollow(FOLLOW_34);
ruleOpUnary();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:2740:4: ( (lv_operand_2_0= ruleXUnaryOperation ) )
// InternalStrategyDSL.g:2741:5: (lv_operand_2_0= ruleXUnaryOperation )
{
// InternalStrategyDSL.g:2741:5: (lv_operand_2_0= ruleXUnaryOperation )
// InternalStrategyDSL.g:2742: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 :
// InternalStrategyDSL.g:2761: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"
// InternalStrategyDSL.g:2773:1: entryRuleOpUnary returns [String current=null] : iv_ruleOpUnary= ruleOpUnary EOF ;
public final String entryRuleOpUnary() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpUnary = null;
try {
// InternalStrategyDSL.g:2773:47: (iv_ruleOpUnary= ruleOpUnary EOF )
// InternalStrategyDSL.g:2774: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"
// InternalStrategyDSL.g:2780: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 {
// InternalStrategyDSL.g:2786:2: ( (kw= '!' | kw= '-' | kw= '+' ) )
// InternalStrategyDSL.g:2787:2: (kw= '!' | kw= '-' | kw= '+' )
{
// InternalStrategyDSL.g:2787:2: (kw= '!' | kw= '-' | kw= '+' )
int alt47=3;
switch ( input.LA(1) ) {
case 70:
{
alt47=1;
}
break;
case 66:
{
alt47=2;
}
break;
case 65:
{
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 :
// InternalStrategyDSL.g:2788:3: kw= '!'
{
kw=(Token)match(input,70,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:2794:3: kw= '-'
{
kw=(Token)match(input,66,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1());
}
}
break;
case 3 :
// InternalStrategyDSL.g:2800:3: kw= '+'
{
kw=(Token)match(input,65,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpUnaryAccess().getPlusSignKeyword_2());
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleOpUnary"
// $ANTLR start "entryRuleXCastedExpression"
// InternalStrategyDSL.g:2809:1: entryRuleXCastedExpression returns [EObject current=null] : iv_ruleXCastedExpression= ruleXCastedExpression EOF ;
public final EObject entryRuleXCastedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCastedExpression = null;
try {
// InternalStrategyDSL.g:2809:58: (iv_ruleXCastedExpression= ruleXCastedExpression EOF )
// InternalStrategyDSL.g:2810: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"
// InternalStrategyDSL.g:2816: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 {
// InternalStrategyDSL.g:2822:2: ( (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) )
// InternalStrategyDSL.g:2823:2: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* )
{
// InternalStrategyDSL.g:2823:2: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* )
// InternalStrategyDSL.g:2824: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_54);
this_XPostfixOperation_0=ruleXPostfixOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XPostfixOperation_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:2832:3: ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )*
loop48:
do {
int alt48=2;
int LA48_0 = input.LA(1);
if ( (LA48_0==71) ) {
int LA48_2 = input.LA(2);
if ( (synpred18_InternalStrategyDSL()) ) {
alt48=1;
}
}
switch (alt48) {
case 1 :
// InternalStrategyDSL.g:2833:4: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) )
{
// InternalStrategyDSL.g:2833:4: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) )
// InternalStrategyDSL.g:2834:5: ( ( () 'as' ) )=> ( () otherlv_2= 'as' )
{
// InternalStrategyDSL.g:2840:5: ( () otherlv_2= 'as' )
// InternalStrategyDSL.g:2841:6: () otherlv_2= 'as'
{
// InternalStrategyDSL.g:2841:6: ()
// InternalStrategyDSL.g:2842:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0(),
current);
}
}
otherlv_2=(Token)match(input,71,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1());
}
}
}
// InternalStrategyDSL.g:2854:4: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:2855:5: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:2855:5: (lv_type_3_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:2856:6: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_54);
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 loop48;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXCastedExpression"
// $ANTLR start "entryRuleXPostfixOperation"
// InternalStrategyDSL.g:2878:1: entryRuleXPostfixOperation returns [EObject current=null] : iv_ruleXPostfixOperation= ruleXPostfixOperation EOF ;
public final EObject entryRuleXPostfixOperation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXPostfixOperation = null;
try {
// InternalStrategyDSL.g:2878:58: (iv_ruleXPostfixOperation= ruleXPostfixOperation EOF )
// InternalStrategyDSL.g:2879: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"
// InternalStrategyDSL.g:2885: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 {
// InternalStrategyDSL.g:2891:2: ( (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) )
// InternalStrategyDSL.g:2892:2: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? )
{
// InternalStrategyDSL.g:2892:2: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? )
// InternalStrategyDSL.g:2893:3: this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0());
}
pushFollow(FOLLOW_55);
this_XMemberFeatureCall_0=ruleXMemberFeatureCall();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XMemberFeatureCall_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:2901:3: ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )?
int alt49=2;
int LA49_0 = input.LA(1);
if ( (LA49_0==72) ) {
int LA49_1 = input.LA(2);
if ( (synpred19_InternalStrategyDSL()) ) {
alt49=1;
}
}
else if ( (LA49_0==73) ) {
int LA49_2 = input.LA(2);
if ( (synpred19_InternalStrategyDSL()) ) {
alt49=1;
}
}
switch (alt49) {
case 1 :
// InternalStrategyDSL.g:2902:4: ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) )
{
// InternalStrategyDSL.g:2912:4: ( () ( ( ruleOpPostfix ) ) )
// InternalStrategyDSL.g:2913:5: () ( ( ruleOpPostfix ) )
{
// InternalStrategyDSL.g:2913:5: ()
// InternalStrategyDSL.g:2914:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0(),
current);
}
}
// InternalStrategyDSL.g:2920:5: ( ( ruleOpPostfix ) )
// InternalStrategyDSL.g:2921:6: ( ruleOpPostfix )
{
// InternalStrategyDSL.g:2921:6: ( ruleOpPostfix )
// InternalStrategyDSL.g:2922: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"
// InternalStrategyDSL.g:2942:1: entryRuleOpPostfix returns [String current=null] : iv_ruleOpPostfix= ruleOpPostfix EOF ;
public final String entryRuleOpPostfix() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpPostfix = null;
try {
// InternalStrategyDSL.g:2942:49: (iv_ruleOpPostfix= ruleOpPostfix EOF )
// InternalStrategyDSL.g:2943: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"
// InternalStrategyDSL.g:2949:1: ruleOpPostfix returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '++' | kw= '--' ) ;
public final AntlrDatatypeRuleToken ruleOpPostfix() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalStrategyDSL.g:2955:2: ( (kw= '++' | kw= '--' ) )
// InternalStrategyDSL.g:2956:2: (kw= '++' | kw= '--' )
{
// InternalStrategyDSL.g:2956:2: (kw= '++' | kw= '--' )
int alt50=2;
int LA50_0 = input.LA(1);
if ( (LA50_0==72) ) {
alt50=1;
}
else if ( (LA50_0==73) ) {
alt50=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 50, 0, input);
throw nvae;
}
switch (alt50) {
case 1 :
// InternalStrategyDSL.g:2957:3: kw= '++'
{
kw=(Token)match(input,72,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:2963:3: kw= '--'
{
kw=(Token)match(input,73,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"
// InternalStrategyDSL.g:2972:1: entryRuleXMemberFeatureCall returns [EObject current=null] : iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF ;
public final EObject entryRuleXMemberFeatureCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXMemberFeatureCall = null;
try {
// InternalStrategyDSL.g:2972:59: (iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF )
// InternalStrategyDSL.g:2973: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"
// InternalStrategyDSL.g:2979: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 {
// InternalStrategyDSL.g:2985: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 ) )? ) )* ) )
// InternalStrategyDSL.g:2986: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 ) )? ) )* )
{
// InternalStrategyDSL.g:2986: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 ) )? ) )* )
// InternalStrategyDSL.g:2987: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_56);
this_XPrimaryExpression_0=ruleXPrimaryExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XPrimaryExpression_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:2995: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 ) )? ) )*
loop59:
do {
int alt59=3;
switch ( input.LA(1) ) {
case 74:
{
int LA59_2 = input.LA(2);
if ( (synpred20_InternalStrategyDSL()) ) {
alt59=1;
}
else if ( (synpred21_InternalStrategyDSL()) ) {
alt59=2;
}
}
break;
case 75:
{
int LA59_3 = input.LA(2);
if ( (synpred20_InternalStrategyDSL()) ) {
alt59=1;
}
else if ( (synpred21_InternalStrategyDSL()) ) {
alt59=2;
}
}
break;
case 76:
{
int LA59_4 = input.LA(2);
if ( (synpred21_InternalStrategyDSL()) ) {
alt59=2;
}
}
break;
}
switch (alt59) {
case 1 :
// InternalStrategyDSL.g:2996:4: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) )
{
// InternalStrategyDSL.g:2996:4: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) )
// InternalStrategyDSL.g:2997:5: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) )
{
// InternalStrategyDSL.g:2997:5: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )
// InternalStrategyDSL.g:2998:6: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
{
// InternalStrategyDSL.g:3018:6: ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
// InternalStrategyDSL.g:3019:7: () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign
{
// InternalStrategyDSL.g:3019:7: ()
// InternalStrategyDSL.g:3020:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:3026:7: (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) )
int alt51=2;
int LA51_0 = input.LA(1);
if ( (LA51_0==74) ) {
alt51=1;
}
else if ( (LA51_0==75) ) {
alt51=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 51, 0, input);
throw nvae;
}
switch (alt51) {
case 1 :
// InternalStrategyDSL.g:3027:8: otherlv_2= '.'
{
otherlv_2=(Token)match(input,74,FOLLOW_57); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:3032:8: ( (lv_explicitStatic_3_0= '::' ) )
{
// InternalStrategyDSL.g:3032:8: ( (lv_explicitStatic_3_0= '::' ) )
// InternalStrategyDSL.g:3033:9: (lv_explicitStatic_3_0= '::' )
{
// InternalStrategyDSL.g:3033:9: (lv_explicitStatic_3_0= '::' )
// InternalStrategyDSL.g:3034:10: lv_explicitStatic_3_0= '::'
{
lv_explicitStatic_3_0=(Token)match(input,75,FOLLOW_57); 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;
}
// InternalStrategyDSL.g:3047:7: ( ( ruleFeatureCallID ) )
// InternalStrategyDSL.g:3048:8: ( ruleFeatureCallID )
{
// InternalStrategyDSL.g:3048:8: ( ruleFeatureCallID )
// InternalStrategyDSL.g:3049:9: ruleFeatureCallID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXMemberFeatureCallRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_1_0_0_0_2_0());
}
pushFollow(FOLLOW_33);
ruleFeatureCallID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getOpSingleAssignParserRuleCall_1_0_0_0_3());
}
pushFollow(FOLLOW_34);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:3072:5: ( (lv_value_6_0= ruleXAssignment ) )
// InternalStrategyDSL.g:3073:6: (lv_value_6_0= ruleXAssignment )
{
// InternalStrategyDSL.g:3073:6: (lv_value_6_0= ruleXAssignment )
// InternalStrategyDSL.g:3074:7: lv_value_6_0= ruleXAssignment
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0());
}
pushFollow(FOLLOW_56);
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 :
// InternalStrategyDSL.g:3093: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 ) )? )
{
// InternalStrategyDSL.g:3093: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 ) )? )
// InternalStrategyDSL.g:3094: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 ) )?
{
// InternalStrategyDSL.g:3094:5: ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) )
// InternalStrategyDSL.g:3095:6: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) )
{
// InternalStrategyDSL.g:3115:6: ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) )
// InternalStrategyDSL.g:3116:7: () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) )
{
// InternalStrategyDSL.g:3116:7: ()
// InternalStrategyDSL.g:3117:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:3123:7: (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) )
int alt52=3;
switch ( input.LA(1) ) {
case 74:
{
alt52=1;
}
break;
case 76:
{
alt52=2;
}
break;
case 75:
{
alt52=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 52, 0, input);
throw nvae;
}
switch (alt52) {
case 1 :
// InternalStrategyDSL.g:3124:8: otherlv_8= '.'
{
otherlv_8=(Token)match(input,74,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_1_0_0_1_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:3129:8: ( (lv_nullSafe_9_0= '?.' ) )
{
// InternalStrategyDSL.g:3129:8: ( (lv_nullSafe_9_0= '?.' ) )
// InternalStrategyDSL.g:3130:9: (lv_nullSafe_9_0= '?.' )
{
// InternalStrategyDSL.g:3130:9: (lv_nullSafe_9_0= '?.' )
// InternalStrategyDSL.g:3131:10: lv_nullSafe_9_0= '?.'
{
lv_nullSafe_9_0=(Token)match(input,76,FOLLOW_58); 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 :
// InternalStrategyDSL.g:3144:8: ( (lv_explicitStatic_10_0= '::' ) )
{
// InternalStrategyDSL.g:3144:8: ( (lv_explicitStatic_10_0= '::' ) )
// InternalStrategyDSL.g:3145:9: (lv_explicitStatic_10_0= '::' )
{
// InternalStrategyDSL.g:3145:9: (lv_explicitStatic_10_0= '::' )
// InternalStrategyDSL.g:3146:10: lv_explicitStatic_10_0= '::'
{
lv_explicitStatic_10_0=(Token)match(input,75,FOLLOW_58); 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;
}
}
}
// InternalStrategyDSL.g:3161:5: (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )?
int alt54=2;
int LA54_0 = input.LA(1);
if ( (LA54_0==49) ) {
alt54=1;
}
switch (alt54) {
case 1 :
// InternalStrategyDSL.g:3162:6: otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>'
{
otherlv_11=(Token)match(input,49,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0());
}
// InternalStrategyDSL.g:3166:6: ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:3167:7: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:3167:7: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:3168:8: lv_typeArguments_12_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0());
}
pushFollow(FOLLOW_60);
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();
}
}
}
// InternalStrategyDSL.g:3185:6: (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )*
loop53:
do {
int alt53=2;
int LA53_0 = input.LA(1);
if ( (LA53_0==38) ) {
alt53=1;
}
switch (alt53) {
case 1 :
// InternalStrategyDSL.g:3186:7: otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) )
{
otherlv_13=(Token)match(input,38,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0());
}
// InternalStrategyDSL.g:3190:7: ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:3191:8: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:3191:8: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:3192:9: lv_typeArguments_14_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0());
}
pushFollow(FOLLOW_60);
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 loop53;
}
} while (true);
otherlv_15=(Token)match(input,50,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_15, grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3());
}
}
break;
}
// InternalStrategyDSL.g:3215:5: ( ( ruleIdOrSuper ) )
// InternalStrategyDSL.g:3216:6: ( ruleIdOrSuper )
{
// InternalStrategyDSL.g:3216:6: ( ruleIdOrSuper )
// InternalStrategyDSL.g:3217: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_61);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:3231: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 alt57=2;
alt57 = dfa57.predict(input);
switch (alt57) {
case 1 :
// InternalStrategyDSL.g:3232: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= ')'
{
// InternalStrategyDSL.g:3232:6: ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) )
// InternalStrategyDSL.g:3233:7: ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' )
{
// InternalStrategyDSL.g:3237:7: (lv_explicitOperationCall_17_0= '(' )
// InternalStrategyDSL.g:3238:8: lv_explicitOperationCall_17_0= '('
{
lv_explicitOperationCall_17_0=(Token)match(input,37,FOLLOW_62); 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, "(");
}
}
}
// InternalStrategyDSL.g:3250:6: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )?
int alt56=3;
alt56 = dfa56.predict(input);
switch (alt56) {
case 1 :
// InternalStrategyDSL.g:3251:7: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) )
{
// InternalStrategyDSL.g:3251:7: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) )
// InternalStrategyDSL.g:3252:8: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure )
{
// InternalStrategyDSL.g:3277:8: (lv_memberCallArguments_18_0= ruleXShortClosure )
// InternalStrategyDSL.g:3278:9: lv_memberCallArguments_18_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0());
}
pushFollow(FOLLOW_32);
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 :
// InternalStrategyDSL.g:3296:7: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* )
{
// InternalStrategyDSL.g:3296:7: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* )
// InternalStrategyDSL.g:3297:8: ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )*
{
// InternalStrategyDSL.g:3297:8: ( (lv_memberCallArguments_19_0= ruleXExpression ) )
// InternalStrategyDSL.g:3298:9: (lv_memberCallArguments_19_0= ruleXExpression )
{
// InternalStrategyDSL.g:3298:9: (lv_memberCallArguments_19_0= ruleXExpression )
// InternalStrategyDSL.g:3299:10: lv_memberCallArguments_19_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0());
}
pushFollow(FOLLOW_31);
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();
}
}
}
// InternalStrategyDSL.g:3316:8: (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )*
loop55:
do {
int alt55=2;
int LA55_0 = input.LA(1);
if ( (LA55_0==38) ) {
alt55=1;
}
switch (alt55) {
case 1 :
// InternalStrategyDSL.g:3317:9: otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) )
{
otherlv_20=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_20, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0());
}
// InternalStrategyDSL.g:3321:9: ( (lv_memberCallArguments_21_0= ruleXExpression ) )
// InternalStrategyDSL.g:3322:10: (lv_memberCallArguments_21_0= ruleXExpression )
{
// InternalStrategyDSL.g:3322:10: (lv_memberCallArguments_21_0= ruleXExpression )
// InternalStrategyDSL.g:3323:11: lv_memberCallArguments_21_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0());
}
pushFollow(FOLLOW_31);
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 loop55;
}
} while (true);
}
}
break;
}
otherlv_22=(Token)match(input,39,FOLLOW_63); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_22, grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2());
}
}
break;
}
// InternalStrategyDSL.g:3348:5: ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )?
int alt58=2;
alt58 = dfa58.predict(input);
switch (alt58) {
case 1 :
// InternalStrategyDSL.g:3349:6: ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure )
{
// InternalStrategyDSL.g:3355:6: (lv_memberCallArguments_23_0= ruleXClosure )
// InternalStrategyDSL.g:3356:7: lv_memberCallArguments_23_0= ruleXClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0());
}
pushFollow(FOLLOW_56);
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 loop59;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXMemberFeatureCall"
// $ANTLR start "entryRuleXPrimaryExpression"
// InternalStrategyDSL.g:3379:1: entryRuleXPrimaryExpression returns [EObject current=null] : iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF ;
public final EObject entryRuleXPrimaryExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXPrimaryExpression = null;
try {
// InternalStrategyDSL.g:3379:59: (iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF )
// InternalStrategyDSL.g:3380: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"
// InternalStrategyDSL.g:3386: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 {
// InternalStrategyDSL.g:3392: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 ) )
// InternalStrategyDSL.g:3393: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 )
{
// InternalStrategyDSL.g:3393: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 alt60=15;
alt60 = dfa60.predict(input);
switch (alt60) {
case 1 :
// InternalStrategyDSL.g:3394: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 :
// InternalStrategyDSL.g:3403: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 :
// InternalStrategyDSL.g:3412: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 :
// InternalStrategyDSL.g:3421:3: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression )
{
// InternalStrategyDSL.g:3421:3: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression )
// InternalStrategyDSL.g:3422: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 :
// InternalStrategyDSL.g:3439: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 :
// InternalStrategyDSL.g:3448: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 :
// InternalStrategyDSL.g:3457: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 :
// InternalStrategyDSL.g:3466:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression )
{
// InternalStrategyDSL.g:3466:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression )
// InternalStrategyDSL.g:3467: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 :
// InternalStrategyDSL.g:3490: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 :
// InternalStrategyDSL.g:3499: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 :
// InternalStrategyDSL.g:3508: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 :
// InternalStrategyDSL.g:3517: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 :
// InternalStrategyDSL.g:3526: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 :
// InternalStrategyDSL.g:3535: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 :
// InternalStrategyDSL.g:3544: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"
// InternalStrategyDSL.g:3556:1: entryRuleXLiteral returns [EObject current=null] : iv_ruleXLiteral= ruleXLiteral EOF ;
public final EObject entryRuleXLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXLiteral = null;
try {
// InternalStrategyDSL.g:3556:49: (iv_ruleXLiteral= ruleXLiteral EOF )
// InternalStrategyDSL.g:3557: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"
// InternalStrategyDSL.g:3563: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 {
// InternalStrategyDSL.g:3569: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 ) )
// InternalStrategyDSL.g:3570: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 )
{
// InternalStrategyDSL.g:3570: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 alt61=7;
int LA61_0 = input.LA(1);
if ( (LA61_0==41) ) {
alt61=1;
}
else if ( (LA61_0==42) && (synpred27_InternalStrategyDSL())) {
alt61=2;
}
else if ( ((LA61_0>=91 && LA61_0<=92)) ) {
alt61=3;
}
else if ( ((LA61_0>=RULE_HEX && LA61_0<=RULE_DECIMAL)) ) {
alt61=4;
}
else if ( (LA61_0==93) ) {
alt61=5;
}
else if ( (LA61_0==RULE_STRING) ) {
alt61=6;
}
else if ( (LA61_0==94) ) {
alt61=7;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 61, 0, input);
throw nvae;
}
switch (alt61) {
case 1 :
// InternalStrategyDSL.g:3571: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 :
// InternalStrategyDSL.g:3580:3: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure )
{
// InternalStrategyDSL.g:3580:3: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure )
// InternalStrategyDSL.g:3581: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 :
// InternalStrategyDSL.g:3597: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 :
// InternalStrategyDSL.g:3606: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 :
// InternalStrategyDSL.g:3615: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 :
// InternalStrategyDSL.g:3624: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 :
// InternalStrategyDSL.g:3633: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"
// InternalStrategyDSL.g:3645:1: entryRuleXCollectionLiteral returns [EObject current=null] : iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF ;
public final EObject entryRuleXCollectionLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCollectionLiteral = null;
try {
// InternalStrategyDSL.g:3645:59: (iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF )
// InternalStrategyDSL.g:3646: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"
// InternalStrategyDSL.g:3652: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 {
// InternalStrategyDSL.g:3658:2: ( (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) )
// InternalStrategyDSL.g:3659:2: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral )
{
// InternalStrategyDSL.g:3659:2: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral )
int alt62=2;
int LA62_0 = input.LA(1);
if ( (LA62_0==41) ) {
int LA62_1 = input.LA(2);
if ( (LA62_1==14) ) {
alt62=1;
}
else if ( (LA62_1==42) ) {
alt62=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 62, 1, input);
throw nvae;
}
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 62, 0, input);
throw nvae;
}
switch (alt62) {
case 1 :
// InternalStrategyDSL.g:3660: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 :
// InternalStrategyDSL.g:3669: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"
// InternalStrategyDSL.g:3681:1: entryRuleXSetLiteral returns [EObject current=null] : iv_ruleXSetLiteral= ruleXSetLiteral EOF ;
public final EObject entryRuleXSetLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSetLiteral = null;
try {
// InternalStrategyDSL.g:3681:52: (iv_ruleXSetLiteral= ruleXSetLiteral EOF )
// InternalStrategyDSL.g:3682: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"
// InternalStrategyDSL.g:3688: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 {
// InternalStrategyDSL.g:3694:2: ( ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) )
// InternalStrategyDSL.g:3695:2: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' )
{
// InternalStrategyDSL.g:3695:2: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' )
// InternalStrategyDSL.g:3696:3: () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}'
{
// InternalStrategyDSL.g:3696:3: ()
// InternalStrategyDSL.g:3697:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,41,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1());
}
otherlv_2=(Token)match(input,14,FOLLOW_64); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2());
}
// InternalStrategyDSL.g:3711:3: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )?
int alt64=2;
int LA64_0 = input.LA(1);
if ( ((LA64_0>=RULE_ID && LA64_0<=RULE_DECIMAL)||LA64_0==14||(LA64_0>=30 && LA64_0<=32)||LA64_0==37||(LA64_0>=41 && LA64_0<=42)||LA64_0==49||(LA64_0>=65 && LA64_0<=66)||LA64_0==70||LA64_0==78||LA64_0==80||(LA64_0>=83 && LA64_0<=85)||(LA64_0>=88 && LA64_0<=97)||LA64_0==99) ) {
alt64=1;
}
switch (alt64) {
case 1 :
// InternalStrategyDSL.g:3712:4: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
{
// InternalStrategyDSL.g:3712:4: ( (lv_elements_3_0= ruleXExpression ) )
// InternalStrategyDSL.g:3713:5: (lv_elements_3_0= ruleXExpression )
{
// InternalStrategyDSL.g:3713:5: (lv_elements_3_0= ruleXExpression )
// InternalStrategyDSL.g:3714:6: lv_elements_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_65);
lv_elements_3_0=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXSetLiteralRule());
}
add(
current,
"elements",
lv_elements_3_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:3731:4: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
loop63:
do {
int alt63=2;
int LA63_0 = input.LA(1);
if ( (LA63_0==38) ) {
alt63=1;
}
switch (alt63) {
case 1 :
// InternalStrategyDSL.g:3732:5: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0());
}
// InternalStrategyDSL.g:3736:5: ( (lv_elements_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:3737:6: (lv_elements_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:3737:6: (lv_elements_5_0= ruleXExpression )
// InternalStrategyDSL.g:3738:7: lv_elements_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_65);
lv_elements_5_0=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXSetLiteralRule());
}
add(
current,
"elements",
lv_elements_5_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop63;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXSetLiteralAccess().getRightCurlyBracketKeyword_4());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXSetLiteral"
// $ANTLR start "entryRuleXListLiteral"
// InternalStrategyDSL.g:3765:1: entryRuleXListLiteral returns [EObject current=null] : iv_ruleXListLiteral= ruleXListLiteral EOF ;
public final EObject entryRuleXListLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXListLiteral = null;
try {
// InternalStrategyDSL.g:3765:53: (iv_ruleXListLiteral= ruleXListLiteral EOF )
// InternalStrategyDSL.g:3766: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"
// InternalStrategyDSL.g:3772: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 {
// InternalStrategyDSL.g:3778:2: ( ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) )
// InternalStrategyDSL.g:3779:2: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' )
{
// InternalStrategyDSL.g:3779:2: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' )
// InternalStrategyDSL.g:3780:3: () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']'
{
// InternalStrategyDSL.g:3780:3: ()
// InternalStrategyDSL.g:3781:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXListLiteralAccess().getXListLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,41,FOLLOW_35); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1());
}
otherlv_2=(Token)match(input,42,FOLLOW_36); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2());
}
// InternalStrategyDSL.g:3795:3: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )?
int alt66=2;
int LA66_0 = input.LA(1);
if ( ((LA66_0>=RULE_ID && LA66_0<=RULE_DECIMAL)||LA66_0==14||(LA66_0>=30 && LA66_0<=32)||LA66_0==37||(LA66_0>=41 && LA66_0<=42)||LA66_0==49||(LA66_0>=65 && LA66_0<=66)||LA66_0==70||LA66_0==78||LA66_0==80||(LA66_0>=83 && LA66_0<=85)||(LA66_0>=88 && LA66_0<=97)||LA66_0==99) ) {
alt66=1;
}
switch (alt66) {
case 1 :
// InternalStrategyDSL.g:3796:4: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
{
// InternalStrategyDSL.g:3796:4: ( (lv_elements_3_0= ruleXExpression ) )
// InternalStrategyDSL.g:3797:5: (lv_elements_3_0= ruleXExpression )
{
// InternalStrategyDSL.g:3797:5: (lv_elements_3_0= ruleXExpression )
// InternalStrategyDSL.g:3798:6: lv_elements_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_37);
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();
}
}
}
// InternalStrategyDSL.g:3815:4: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
loop65:
do {
int alt65=2;
int LA65_0 = input.LA(1);
if ( (LA65_0==38) ) {
alt65=1;
}
switch (alt65) {
case 1 :
// InternalStrategyDSL.g:3816:5: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0());
}
// InternalStrategyDSL.g:3820:5: ( (lv_elements_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:3821:6: (lv_elements_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:3821:6: (lv_elements_5_0= ruleXExpression )
// InternalStrategyDSL.g:3822:7: lv_elements_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_37);
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 loop65;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,43,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"
// InternalStrategyDSL.g:3849:1: entryRuleXClosure returns [EObject current=null] : iv_ruleXClosure= ruleXClosure EOF ;
public final EObject entryRuleXClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXClosure = null;
try {
// InternalStrategyDSL.g:3849:49: (iv_ruleXClosure= ruleXClosure EOF )
// InternalStrategyDSL.g:3850: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"
// InternalStrategyDSL.g:3856: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 {
// InternalStrategyDSL.g:3862: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= ']' ) )
// InternalStrategyDSL.g:3863: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= ']' )
{
// InternalStrategyDSL.g:3863: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= ']' )
// InternalStrategyDSL.g:3864: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= ']'
{
// InternalStrategyDSL.g:3864:3: ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) )
// InternalStrategyDSL.g:3865:4: ( ( () '[' ) )=> ( () otherlv_1= '[' )
{
// InternalStrategyDSL.g:3871:4: ( () otherlv_1= '[' )
// InternalStrategyDSL.g:3872:5: () otherlv_1= '['
{
// InternalStrategyDSL.g:3872:5: ()
// InternalStrategyDSL.g:3873:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXClosureAccess().getXClosureAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,42,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1());
}
}
}
// InternalStrategyDSL.g:3885:3: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )?
int alt69=2;
alt69 = dfa69.predict(input);
switch (alt69) {
case 1 :
// InternalStrategyDSL.g:3886:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) )
{
// InternalStrategyDSL.g:3909:4: ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) )
// InternalStrategyDSL.g:3910:5: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) )
{
// InternalStrategyDSL.g:3910:5: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )?
int alt68=2;
int LA68_0 = input.LA(1);
if ( (LA68_0==RULE_ID||LA68_0==37||LA68_0==62) ) {
alt68=1;
}
switch (alt68) {
case 1 :
// InternalStrategyDSL.g:3911:6: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )*
{
// InternalStrategyDSL.g:3911:6: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:3912:7: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:3912:7: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter )
// InternalStrategyDSL.g:3913:8: lv_declaredFormalParameters_2_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0());
}
pushFollow(FOLLOW_67);
lv_declaredFormalParameters_2_0=ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXClosureRule());
}
add(
current,
"declaredFormalParameters",
lv_declaredFormalParameters_2_0,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:3930:6: (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )*
loop67:
do {
int alt67=2;
int LA67_0 = input.LA(1);
if ( (LA67_0==38) ) {
alt67=1;
}
switch (alt67) {
case 1 :
// InternalStrategyDSL.g:3931:7: otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) )
{
otherlv_3=(Token)match(input,38,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0());
}
// InternalStrategyDSL.g:3935:7: ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:3936:8: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:3936:8: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter )
// InternalStrategyDSL.g:3937:9: lv_declaredFormalParameters_4_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0());
}
pushFollow(FOLLOW_67);
lv_declaredFormalParameters_4_0=ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXClosureRule());
}
add(
current,
"declaredFormalParameters",
lv_declaredFormalParameters_4_0,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop67;
}
} while (true);
}
break;
}
// InternalStrategyDSL.g:3956:5: ( (lv_explicitSyntax_5_0= '|' ) )
// InternalStrategyDSL.g:3957:6: (lv_explicitSyntax_5_0= '|' )
{
// InternalStrategyDSL.g:3957:6: (lv_explicitSyntax_5_0= '|' )
// InternalStrategyDSL.g:3958:7: lv_explicitSyntax_5_0= '|'
{
lv_explicitSyntax_5_0=(Token)match(input,77,FOLLOW_68); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_explicitSyntax_5_0, grammarAccess.getXClosureAccess().getExplicitSyntaxVerticalLineKeyword_1_0_1_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXClosureRule());
}
setWithLastConsumed(current, "explicitSyntax", true, "|");
}
}
}
}
}
break;
}
// InternalStrategyDSL.g:3972:3: ( (lv_expression_6_0= ruleXExpressionInClosure ) )
// InternalStrategyDSL.g:3973:4: (lv_expression_6_0= ruleXExpressionInClosure )
{
// InternalStrategyDSL.g:3973:4: (lv_expression_6_0= ruleXExpressionInClosure )
// InternalStrategyDSL.g:3974:5: lv_expression_6_0= ruleXExpressionInClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0());
}
pushFollow(FOLLOW_69);
lv_expression_6_0=ruleXExpressionInClosure();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXClosureRule());
}
set(
current,
"expression",
lv_expression_6_0,
"org.eclipse.xtext.xbase.Xbase.XExpressionInClosure");
afterParserOrEnumRuleCall();
}
}
}
otherlv_7=(Token)match(input,43,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"
// InternalStrategyDSL.g:3999:1: entryRuleXExpressionInClosure returns [EObject current=null] : iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF ;
public final EObject entryRuleXExpressionInClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpressionInClosure = null;
try {
// InternalStrategyDSL.g:3999:61: (iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF )
// InternalStrategyDSL.g:4000: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"
// InternalStrategyDSL.g:4006: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 {
// InternalStrategyDSL.g:4012:2: ( ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) )
// InternalStrategyDSL.g:4013:2: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* )
{
// InternalStrategyDSL.g:4013:2: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* )
// InternalStrategyDSL.g:4014:3: () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )*
{
// InternalStrategyDSL.g:4014:3: ()
// InternalStrategyDSL.g:4015:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0(),
current);
}
}
// InternalStrategyDSL.g:4021:3: ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )*
loop71:
do {
int alt71=2;
int LA71_0 = input.LA(1);
if ( ((LA71_0>=RULE_ID && LA71_0<=RULE_DECIMAL)||LA71_0==14||(LA71_0>=30 && LA71_0<=32)||LA71_0==37||(LA71_0>=41 && LA71_0<=42)||LA71_0==49||(LA71_0>=65 && LA71_0<=66)||LA71_0==70||LA71_0==78||LA71_0==80||(LA71_0>=83 && LA71_0<=97)||LA71_0==99) ) {
alt71=1;
}
switch (alt71) {
case 1 :
// InternalStrategyDSL.g:4022:4: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )?
{
// InternalStrategyDSL.g:4022:4: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) )
// InternalStrategyDSL.g:4023:5: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration )
{
// InternalStrategyDSL.g:4023:5: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration )
// InternalStrategyDSL.g:4024:6: lv_expressions_1_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0());
}
pushFollow(FOLLOW_70);
lv_expressions_1_0=ruleXExpressionOrVarDeclaration();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXExpressionInClosureRule());
}
add(
current,
"expressions",
lv_expressions_1_0,
"org.eclipse.xtext.xbase.Xbase.XExpressionOrVarDeclaration");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:4041:4: (otherlv_2= ';' )?
int alt70=2;
int LA70_0 = input.LA(1);
if ( (LA70_0==35) ) {
alt70=1;
}
switch (alt70) {
case 1 :
// InternalStrategyDSL.g:4042:5: otherlv_2= ';'
{
otherlv_2=(Token)match(input,35,FOLLOW_71); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1());
}
}
break;
}
}
break;
default :
break loop71;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXExpressionInClosure"
// $ANTLR start "entryRuleXShortClosure"
// InternalStrategyDSL.g:4052:1: entryRuleXShortClosure returns [EObject current=null] : iv_ruleXShortClosure= ruleXShortClosure EOF ;
public final EObject entryRuleXShortClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXShortClosure = null;
try {
// InternalStrategyDSL.g:4052:54: (iv_ruleXShortClosure= ruleXShortClosure EOF )
// InternalStrategyDSL.g:4053: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"
// InternalStrategyDSL.g:4059: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 {
// InternalStrategyDSL.g:4065:2: ( ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) ) )
// InternalStrategyDSL.g:4066:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) )
{
// InternalStrategyDSL.g:4066:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) )
// InternalStrategyDSL.g:4067:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) )
{
// InternalStrategyDSL.g:4067:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) )
// InternalStrategyDSL.g:4068:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) )
{
// InternalStrategyDSL.g:4093:4: ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) )
// InternalStrategyDSL.g:4094:5: () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) )
{
// InternalStrategyDSL.g:4094:5: ()
// InternalStrategyDSL.g:4095:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0(),
current);
}
}
// InternalStrategyDSL.g:4101:5: ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )?
int alt73=2;
int LA73_0 = input.LA(1);
if ( (LA73_0==RULE_ID||LA73_0==37||LA73_0==62) ) {
alt73=1;
}
switch (alt73) {
case 1 :
// InternalStrategyDSL.g:4102:6: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )*
{
// InternalStrategyDSL.g:4102:6: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:4103:7: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:4103:7: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter )
// InternalStrategyDSL.g:4104:8: lv_declaredFormalParameters_1_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0());
}
pushFollow(FOLLOW_67);
lv_declaredFormalParameters_1_0=ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXShortClosureRule());
}
add(
current,
"declaredFormalParameters",
lv_declaredFormalParameters_1_0,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:4121:6: (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )*
loop72:
do {
int alt72=2;
int LA72_0 = input.LA(1);
if ( (LA72_0==38) ) {
alt72=1;
}
switch (alt72) {
case 1 :
// InternalStrategyDSL.g:4122:7: otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) )
{
otherlv_2=(Token)match(input,38,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0());
}
// InternalStrategyDSL.g:4126:7: ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:4127:8: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:4127:8: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter )
// InternalStrategyDSL.g:4128:9: lv_declaredFormalParameters_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0());
}
pushFollow(FOLLOW_67);
lv_declaredFormalParameters_3_0=ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXShortClosureRule());
}
add(
current,
"declaredFormalParameters",
lv_declaredFormalParameters_3_0,
"org.eclipse.xtext.xbase.Xbase.JvmFormalParameter");
afterParserOrEnumRuleCall();
}
}
}
}
break;
default :
break loop72;
}
} while (true);
}
break;
}
// InternalStrategyDSL.g:4147:5: ( (lv_explicitSyntax_4_0= '|' ) )
// InternalStrategyDSL.g:4148:6: (lv_explicitSyntax_4_0= '|' )
{
// InternalStrategyDSL.g:4148:6: (lv_explicitSyntax_4_0= '|' )
// InternalStrategyDSL.g:4149:7: lv_explicitSyntax_4_0= '|'
{
lv_explicitSyntax_4_0=(Token)match(input,77,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(lv_explicitSyntax_4_0, grammarAccess.getXShortClosureAccess().getExplicitSyntaxVerticalLineKeyword_0_0_2_0());
}
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXShortClosureRule());
}
setWithLastConsumed(current, "explicitSyntax", true, "|");
}
}
}
}
}
// InternalStrategyDSL.g:4163:3: ( (lv_expression_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:4164:4: (lv_expression_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:4164:4: (lv_expression_5_0= ruleXExpression )
// InternalStrategyDSL.g:4165: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"
// InternalStrategyDSL.g:4186:1: entryRuleXParenthesizedExpression returns [EObject current=null] : iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF ;
public final EObject entryRuleXParenthesizedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXParenthesizedExpression = null;
try {
// InternalStrategyDSL.g:4186:65: (iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF )
// InternalStrategyDSL.g:4187: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"
// InternalStrategyDSL.g:4193: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 {
// InternalStrategyDSL.g:4199:2: ( (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) )
// InternalStrategyDSL.g:4200:2: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' )
{
// InternalStrategyDSL.g:4200:2: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' )
// InternalStrategyDSL.g:4201:3: otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')'
{
otherlv_0=(Token)match(input,37,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getXParenthesizedExpressionAccess().getLeftParenthesisKeyword_0());
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXParenthesizedExpressionAccess().getXExpressionParserRuleCall_1());
}
pushFollow(FOLLOW_32);
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,39,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"
// InternalStrategyDSL.g:4221:1: entryRuleXIfExpression returns [EObject current=null] : iv_ruleXIfExpression= ruleXIfExpression EOF ;
public final EObject entryRuleXIfExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXIfExpression = null;
try {
// InternalStrategyDSL.g:4221:54: (iv_ruleXIfExpression= ruleXIfExpression EOF )
// InternalStrategyDSL.g:4222: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"
// InternalStrategyDSL.g:4228: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 {
// InternalStrategyDSL.g:4234: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 ) ) )? ) )
// InternalStrategyDSL.g:4235: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 ) ) )? )
{
// InternalStrategyDSL.g:4235: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 ) ) )? )
// InternalStrategyDSL.g:4236: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 ) ) )?
{
// InternalStrategyDSL.g:4236:3: ()
// InternalStrategyDSL.g:4237:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,78,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXIfExpressionAccess().getIfKeyword_1());
}
otherlv_2=(Token)match(input,37,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalStrategyDSL.g:4251:3: ( (lv_if_3_0= ruleXExpression ) )
// InternalStrategyDSL.g:4252:4: (lv_if_3_0= ruleXExpression )
{
// InternalStrategyDSL.g:4252:4: (lv_if_3_0= ruleXExpression )
// InternalStrategyDSL.g:4253:5: lv_if_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_32);
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,39,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4());
}
// InternalStrategyDSL.g:4274:3: ( (lv_then_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:4275:4: (lv_then_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:4275:4: (lv_then_5_0= ruleXExpression )
// InternalStrategyDSL.g:4276:5: lv_then_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_73);
lv_then_5_0=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXIfExpressionRule());
}
set(
current,
"then",
lv_then_5_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:4293:3: ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )?
int alt74=2;
int LA74_0 = input.LA(1);
if ( (LA74_0==79) ) {
int LA74_1 = input.LA(2);
if ( (synpred31_InternalStrategyDSL()) ) {
alt74=1;
}
}
switch (alt74) {
case 1 :
// InternalStrategyDSL.g:4294:4: ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) )
{
// InternalStrategyDSL.g:4294:4: ( ( 'else' )=>otherlv_6= 'else' )
// InternalStrategyDSL.g:4295:5: ( 'else' )=>otherlv_6= 'else'
{
otherlv_6=(Token)match(input,79,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0());
}
}
// InternalStrategyDSL.g:4301:4: ( (lv_else_7_0= ruleXExpression ) )
// InternalStrategyDSL.g:4302:5: (lv_else_7_0= ruleXExpression )
{
// InternalStrategyDSL.g:4302:5: (lv_else_7_0= ruleXExpression )
// InternalStrategyDSL.g:4303: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"
// InternalStrategyDSL.g:4325:1: entryRuleXSwitchExpression returns [EObject current=null] : iv_ruleXSwitchExpression= ruleXSwitchExpression EOF ;
public final EObject entryRuleXSwitchExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSwitchExpression = null;
try {
// InternalStrategyDSL.g:4325:58: (iv_ruleXSwitchExpression= ruleXSwitchExpression EOF )
// InternalStrategyDSL.g:4326: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"
// InternalStrategyDSL.g:4332: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 {
// InternalStrategyDSL.g:4338: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= '}' ) )
// InternalStrategyDSL.g:4339: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= '}' )
{
// InternalStrategyDSL.g:4339: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= '}' )
// InternalStrategyDSL.g:4340: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= '}'
{
// InternalStrategyDSL.g:4340:3: ()
// InternalStrategyDSL.g:4341:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,80,FOLLOW_74); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1());
}
// InternalStrategyDSL.g:4351: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 alt76=2;
alt76 = dfa76.predict(input);
switch (alt76) {
case 1 :
// InternalStrategyDSL.g:4352:4: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' )
{
// InternalStrategyDSL.g:4352:4: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' )
// InternalStrategyDSL.g:4353:5: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')'
{
// InternalStrategyDSL.g:4353:5: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) )
// InternalStrategyDSL.g:4354:6: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
{
// InternalStrategyDSL.g:4364:6: (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
// InternalStrategyDSL.g:4365:7: otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':'
{
otherlv_2=(Token)match(input,37,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0());
}
// InternalStrategyDSL.g:4369:7: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:4370:8: (lv_declaredParam_3_0= ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:4370:8: (lv_declaredParam_3_0= ruleJvmFormalParameter )
// InternalStrategyDSL.g:4371:9: lv_declaredParam_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0_0_0_1_0());
}
pushFollow(FOLLOW_75);
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,81,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2());
}
}
}
// InternalStrategyDSL.g:4394:5: ( (lv_switch_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:4395:6: (lv_switch_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:4395:6: (lv_switch_5_0= ruleXExpression )
// InternalStrategyDSL.g:4396:7: lv_switch_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0());
}
pushFollow(FOLLOW_32);
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,39,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2());
}
}
}
break;
case 2 :
// InternalStrategyDSL.g:4419:4: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) ) )
{
// InternalStrategyDSL.g:4419:4: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) ) )
// InternalStrategyDSL.g:4420:5: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) )
{
// InternalStrategyDSL.g:4420:5: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )?
int alt75=2;
alt75 = dfa75.predict(input);
switch (alt75) {
case 1 :
// InternalStrategyDSL.g:4421:6: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' )
{
// InternalStrategyDSL.g:4430:6: ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' )
// InternalStrategyDSL.g:4431:7: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':'
{
// InternalStrategyDSL.g:4431:7: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:4432:8: (lv_declaredParam_7_0= ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:4432:8: (lv_declaredParam_7_0= ruleJvmFormalParameter )
// InternalStrategyDSL.g:4433:9: lv_declaredParam_7_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_1_0_0_0_0());
}
pushFollow(FOLLOW_75);
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,81,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1());
}
}
}
break;
}
// InternalStrategyDSL.g:4456:5: ( (lv_switch_9_0= ruleXExpression ) )
// InternalStrategyDSL.g:4457:6: (lv_switch_9_0= ruleXExpression )
{
// InternalStrategyDSL.g:4457:6: (lv_switch_9_0= ruleXExpression )
// InternalStrategyDSL.g:4458:7: lv_switch_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_1_1_0());
}
pushFollow(FOLLOW_8);
lv_switch_9_0=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXSwitchExpressionRule());
}
set(
current,
"switch",
lv_switch_9_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
}
break;
}
otherlv_10=(Token)match(input,14,FOLLOW_76); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3());
}
// InternalStrategyDSL.g:4481:3: ( (lv_cases_11_0= ruleXCasePart ) )*
loop77:
do {
int alt77=2;
int LA77_0 = input.LA(1);
if ( (LA77_0==RULE_ID||(LA77_0>=37 && LA77_0<=38)||LA77_0==62||(LA77_0>=81 && LA77_0<=82)) ) {
alt77=1;
}
switch (alt77) {
case 1 :
// InternalStrategyDSL.g:4482:4: (lv_cases_11_0= ruleXCasePart )
{
// InternalStrategyDSL.g:4482:4: (lv_cases_11_0= ruleXCasePart )
// InternalStrategyDSL.g:4483:5: lv_cases_11_0= ruleXCasePart
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0());
}
pushFollow(FOLLOW_76);
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 loop77;
}
} while (true);
// InternalStrategyDSL.g:4500:3: (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )?
int alt78=2;
int LA78_0 = input.LA(1);
if ( (LA78_0==27) ) {
alt78=1;
}
switch (alt78) {
case 1 :
// InternalStrategyDSL.g:4501:4: otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) )
{
otherlv_12=(Token)match(input,27,FOLLOW_75); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0());
}
otherlv_13=(Token)match(input,81,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1());
}
// InternalStrategyDSL.g:4509:4: ( (lv_default_14_0= ruleXExpression ) )
// InternalStrategyDSL.g:4510:5: (lv_default_14_0= ruleXExpression )
{
// InternalStrategyDSL.g:4510:5: (lv_default_14_0= ruleXExpression )
// InternalStrategyDSL.g:4511:6: lv_default_14_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0());
}
pushFollow(FOLLOW_7);
lv_default_14_0=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXSwitchExpressionRule());
}
set(
current,
"default",
lv_default_14_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
otherlv_15=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_15, grammarAccess.getXSwitchExpressionAccess().getRightCurlyBracketKeyword_6());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXSwitchExpression"
// $ANTLR start "entryRuleXCasePart"
// InternalStrategyDSL.g:4537:1: entryRuleXCasePart returns [EObject current=null] : iv_ruleXCasePart= ruleXCasePart EOF ;
public final EObject entryRuleXCasePart() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCasePart = null;
try {
// InternalStrategyDSL.g:4537:50: (iv_ruleXCasePart= ruleXCasePart EOF )
// InternalStrategyDSL.g:4538: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"
// InternalStrategyDSL.g:4544: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 {
// InternalStrategyDSL.g:4550: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= ',' ) ) ) ) )
// InternalStrategyDSL.g:4551: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= ',' ) ) ) )
{
// InternalStrategyDSL.g:4551: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= ',' ) ) ) )
// InternalStrategyDSL.g:4552: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= ',' ) ) )
{
// InternalStrategyDSL.g:4552:3: ()
// InternalStrategyDSL.g:4553:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXCasePartAccess().getXCasePartAction_0(),
current);
}
}
// InternalStrategyDSL.g:4559:3: ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )?
int alt79=2;
int LA79_0 = input.LA(1);
if ( (LA79_0==RULE_ID||LA79_0==37||LA79_0==62) ) {
alt79=1;
}
switch (alt79) {
case 1 :
// InternalStrategyDSL.g:4560:4: (lv_typeGuard_1_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:4560:4: (lv_typeGuard_1_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:4561:5: lv_typeGuard_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0());
}
pushFollow(FOLLOW_77);
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;
}
// InternalStrategyDSL.g:4578:3: (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )?
int alt80=2;
int LA80_0 = input.LA(1);
if ( (LA80_0==82) ) {
alt80=1;
}
switch (alt80) {
case 1 :
// InternalStrategyDSL.g:4579:4: otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) )
{
otherlv_2=(Token)match(input,82,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXCasePartAccess().getCaseKeyword_2_0());
}
// InternalStrategyDSL.g:4583:4: ( (lv_case_3_0= ruleXExpression ) )
// InternalStrategyDSL.g:4584:5: (lv_case_3_0= ruleXExpression )
{
// InternalStrategyDSL.g:4584:5: (lv_case_3_0= ruleXExpression )
// InternalStrategyDSL.g:4585:6: lv_case_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0());
}
pushFollow(FOLLOW_78);
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;
}
// InternalStrategyDSL.g:4603:3: ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) )
int alt81=2;
int LA81_0 = input.LA(1);
if ( (LA81_0==81) ) {
alt81=1;
}
else if ( (LA81_0==38) ) {
alt81=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 81, 0, input);
throw nvae;
}
switch (alt81) {
case 1 :
// InternalStrategyDSL.g:4604:4: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) )
{
// InternalStrategyDSL.g:4604:4: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) )
// InternalStrategyDSL.g:4605:5: otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,81,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0());
}
// InternalStrategyDSL.g:4609:5: ( (lv_then_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:4610:6: (lv_then_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:4610:6: (lv_then_5_0= ruleXExpression )
// InternalStrategyDSL.g:4611: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 :
// InternalStrategyDSL.g:4630:4: ( (lv_fallThrough_6_0= ',' ) )
{
// InternalStrategyDSL.g:4630:4: ( (lv_fallThrough_6_0= ',' ) )
// InternalStrategyDSL.g:4631:5: (lv_fallThrough_6_0= ',' )
{
// InternalStrategyDSL.g:4631:5: (lv_fallThrough_6_0= ',' )
// InternalStrategyDSL.g:4632:6: lv_fallThrough_6_0= ','
{
lv_fallThrough_6_0=(Token)match(input,38,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"
// InternalStrategyDSL.g:4649:1: entryRuleXForLoopExpression returns [EObject current=null] : iv_ruleXForLoopExpression= ruleXForLoopExpression EOF ;
public final EObject entryRuleXForLoopExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXForLoopExpression = null;
try {
// InternalStrategyDSL.g:4649:59: (iv_ruleXForLoopExpression= ruleXForLoopExpression EOF )
// InternalStrategyDSL.g:4650: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"
// InternalStrategyDSL.g:4656: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 {
// InternalStrategyDSL.g:4662: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 ) ) ) )
// InternalStrategyDSL.g:4663: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 ) ) )
{
// InternalStrategyDSL.g:4663: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 ) ) )
// InternalStrategyDSL.g:4664: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 ) )
{
// InternalStrategyDSL.g:4664:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) )
// InternalStrategyDSL.g:4665:4: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
{
// InternalStrategyDSL.g:4678:4: ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
// InternalStrategyDSL.g:4679:5: () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':'
{
// InternalStrategyDSL.g:4679:5: ()
// InternalStrategyDSL.g:4680:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,83,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1());
}
otherlv_2=(Token)match(input,37,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2());
}
// InternalStrategyDSL.g:4694:5: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:4695:6: (lv_declaredParam_3_0= ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:4695:6: (lv_declaredParam_3_0= ruleJvmFormalParameter )
// InternalStrategyDSL.g:4696:7: lv_declaredParam_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0());
}
pushFollow(FOLLOW_75);
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,81,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4());
}
}
}
// InternalStrategyDSL.g:4719:3: ( (lv_forExpression_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:4720:4: (lv_forExpression_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:4720:4: (lv_forExpression_5_0= ruleXExpression )
// InternalStrategyDSL.g:4721:5: lv_forExpression_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_32);
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,39,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2());
}
// InternalStrategyDSL.g:4742:3: ( (lv_eachExpression_7_0= ruleXExpression ) )
// InternalStrategyDSL.g:4743:4: (lv_eachExpression_7_0= ruleXExpression )
{
// InternalStrategyDSL.g:4743:4: (lv_eachExpression_7_0= ruleXExpression )
// InternalStrategyDSL.g:4744: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"
// InternalStrategyDSL.g:4765:1: entryRuleXBasicForLoopExpression returns [EObject current=null] : iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF ;
public final EObject entryRuleXBasicForLoopExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBasicForLoopExpression = null;
try {
// InternalStrategyDSL.g:4765:64: (iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF )
// InternalStrategyDSL.g:4766: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"
// InternalStrategyDSL.g:4772: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 {
// InternalStrategyDSL.g:4778: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 ) ) ) )
// InternalStrategyDSL.g:4779: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 ) ) )
{
// InternalStrategyDSL.g:4779: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 ) ) )
// InternalStrategyDSL.g:4780: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 ) )
{
// InternalStrategyDSL.g:4780:3: ()
// InternalStrategyDSL.g:4781:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,83,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1());
}
otherlv_2=(Token)match(input,37,FOLLOW_79); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalStrategyDSL.g:4795:3: ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )?
int alt83=2;
int LA83_0 = input.LA(1);
if ( ((LA83_0>=RULE_ID && LA83_0<=RULE_DECIMAL)||LA83_0==14||(LA83_0>=30 && LA83_0<=32)||LA83_0==37||(LA83_0>=41 && LA83_0<=42)||LA83_0==49||(LA83_0>=65 && LA83_0<=66)||LA83_0==70||LA83_0==78||LA83_0==80||(LA83_0>=83 && LA83_0<=97)||LA83_0==99) ) {
alt83=1;
}
switch (alt83) {
case 1 :
// InternalStrategyDSL.g:4796:4: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )*
{
// InternalStrategyDSL.g:4796:4: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) )
// InternalStrategyDSL.g:4797:5: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration )
{
// InternalStrategyDSL.g:4797:5: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration )
// InternalStrategyDSL.g:4798:6: lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_80);
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();
}
}
}
// InternalStrategyDSL.g:4815:4: (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )*
loop82:
do {
int alt82=2;
int LA82_0 = input.LA(1);
if ( (LA82_0==38) ) {
alt82=1;
}
switch (alt82) {
case 1 :
// InternalStrategyDSL.g:4816:5: otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) )
{
otherlv_4=(Token)match(input,38,FOLLOW_81); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0());
}
// InternalStrategyDSL.g:4820:5: ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) )
// InternalStrategyDSL.g:4821:6: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration )
{
// InternalStrategyDSL.g:4821:6: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration )
// InternalStrategyDSL.g:4822:7: lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_80);
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 loop82;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,35,FOLLOW_82); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4());
}
// InternalStrategyDSL.g:4845:3: ( (lv_expression_7_0= ruleXExpression ) )?
int alt84=2;
int LA84_0 = input.LA(1);
if ( ((LA84_0>=RULE_ID && LA84_0<=RULE_DECIMAL)||LA84_0==14||(LA84_0>=30 && LA84_0<=32)||LA84_0==37||(LA84_0>=41 && LA84_0<=42)||LA84_0==49||(LA84_0>=65 && LA84_0<=66)||LA84_0==70||LA84_0==78||LA84_0==80||(LA84_0>=83 && LA84_0<=85)||(LA84_0>=88 && LA84_0<=97)||LA84_0==99) ) {
alt84=1;
}
switch (alt84) {
case 1 :
// InternalStrategyDSL.g:4846:4: (lv_expression_7_0= ruleXExpression )
{
// InternalStrategyDSL.g:4846:4: (lv_expression_7_0= ruleXExpression )
// InternalStrategyDSL.g:4847:5: lv_expression_7_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_83);
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,35,FOLLOW_30); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6());
}
// InternalStrategyDSL.g:4868:3: ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )?
int alt86=2;
int LA86_0 = input.LA(1);
if ( ((LA86_0>=RULE_ID && LA86_0<=RULE_DECIMAL)||LA86_0==14||(LA86_0>=30 && LA86_0<=32)||LA86_0==37||(LA86_0>=41 && LA86_0<=42)||LA86_0==49||(LA86_0>=65 && LA86_0<=66)||LA86_0==70||LA86_0==78||LA86_0==80||(LA86_0>=83 && LA86_0<=85)||(LA86_0>=88 && LA86_0<=97)||LA86_0==99) ) {
alt86=1;
}
switch (alt86) {
case 1 :
// InternalStrategyDSL.g:4869:4: ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )*
{
// InternalStrategyDSL.g:4869:4: ( (lv_updateExpressions_9_0= ruleXExpression ) )
// InternalStrategyDSL.g:4870:5: (lv_updateExpressions_9_0= ruleXExpression )
{
// InternalStrategyDSL.g:4870:5: (lv_updateExpressions_9_0= ruleXExpression )
// InternalStrategyDSL.g:4871:6: lv_updateExpressions_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0());
}
pushFollow(FOLLOW_31);
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();
}
}
}
// InternalStrategyDSL.g:4888:4: (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )*
loop85:
do {
int alt85=2;
int LA85_0 = input.LA(1);
if ( (LA85_0==38) ) {
alt85=1;
}
switch (alt85) {
case 1 :
// InternalStrategyDSL.g:4889:5: otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) )
{
otherlv_10=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0());
}
// InternalStrategyDSL.g:4893:5: ( (lv_updateExpressions_11_0= ruleXExpression ) )
// InternalStrategyDSL.g:4894:6: (lv_updateExpressions_11_0= ruleXExpression )
{
// InternalStrategyDSL.g:4894:6: (lv_updateExpressions_11_0= ruleXExpression )
// InternalStrategyDSL.g:4895:7: lv_updateExpressions_11_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0());
}
pushFollow(FOLLOW_31);
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 loop85;
}
} while (true);
}
break;
}
otherlv_12=(Token)match(input,39,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8());
}
// InternalStrategyDSL.g:4918:3: ( (lv_eachExpression_13_0= ruleXExpression ) )
// InternalStrategyDSL.g:4919:4: (lv_eachExpression_13_0= ruleXExpression )
{
// InternalStrategyDSL.g:4919:4: (lv_eachExpression_13_0= ruleXExpression )
// InternalStrategyDSL.g:4920: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"
// InternalStrategyDSL.g:4941:1: entryRuleXWhileExpression returns [EObject current=null] : iv_ruleXWhileExpression= ruleXWhileExpression EOF ;
public final EObject entryRuleXWhileExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXWhileExpression = null;
try {
// InternalStrategyDSL.g:4941:57: (iv_ruleXWhileExpression= ruleXWhileExpression EOF )
// InternalStrategyDSL.g:4942: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"
// InternalStrategyDSL.g:4948: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 {
// InternalStrategyDSL.g:4954:2: ( ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) )
// InternalStrategyDSL.g:4955:2: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) )
{
// InternalStrategyDSL.g:4955:2: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) )
// InternalStrategyDSL.g:4956:3: () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) )
{
// InternalStrategyDSL.g:4956:3: ()
// InternalStrategyDSL.g:4957:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,84,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1());
}
otherlv_2=(Token)match(input,37,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalStrategyDSL.g:4971:3: ( (lv_predicate_3_0= ruleXExpression ) )
// InternalStrategyDSL.g:4972:4: (lv_predicate_3_0= ruleXExpression )
{
// InternalStrategyDSL.g:4972:4: (lv_predicate_3_0= ruleXExpression )
// InternalStrategyDSL.g:4973:5: lv_predicate_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_32);
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,39,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4());
}
// InternalStrategyDSL.g:4994:3: ( (lv_body_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:4995:4: (lv_body_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:4995:4: (lv_body_5_0= ruleXExpression )
// InternalStrategyDSL.g:4996: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"
// InternalStrategyDSL.g:5017:1: entryRuleXDoWhileExpression returns [EObject current=null] : iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF ;
public final EObject entryRuleXDoWhileExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXDoWhileExpression = null;
try {
// InternalStrategyDSL.g:5017:59: (iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF )
// InternalStrategyDSL.g:5018: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"
// InternalStrategyDSL.g:5024: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 {
// InternalStrategyDSL.g:5030:2: ( ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) )
// InternalStrategyDSL.g:5031:2: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' )
{
// InternalStrategyDSL.g:5031:2: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' )
// InternalStrategyDSL.g:5032:3: () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')'
{
// InternalStrategyDSL.g:5032:3: ()
// InternalStrategyDSL.g:5033:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,85,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1());
}
// InternalStrategyDSL.g:5043:3: ( (lv_body_2_0= ruleXExpression ) )
// InternalStrategyDSL.g:5044:4: (lv_body_2_0= ruleXExpression )
{
// InternalStrategyDSL.g:5044:4: (lv_body_2_0= ruleXExpression )
// InternalStrategyDSL.g:5045:5: lv_body_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_84);
lv_body_2_0=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXDoWhileExpressionRule());
}
set(
current,
"body",
lv_body_2_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
otherlv_3=(Token)match(input,84,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3());
}
otherlv_4=(Token)match(input,37,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4());
}
// InternalStrategyDSL.g:5070:3: ( (lv_predicate_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:5071:4: (lv_predicate_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:5071:4: (lv_predicate_5_0= ruleXExpression )
// InternalStrategyDSL.g:5072:5: lv_predicate_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_32);
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,39,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"
// InternalStrategyDSL.g:5097:1: entryRuleXBlockExpression returns [EObject current=null] : iv_ruleXBlockExpression= ruleXBlockExpression EOF ;
public final EObject entryRuleXBlockExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBlockExpression = null;
try {
// InternalStrategyDSL.g:5097:57: (iv_ruleXBlockExpression= ruleXBlockExpression EOF )
// InternalStrategyDSL.g:5098: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"
// InternalStrategyDSL.g:5104: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 {
// InternalStrategyDSL.g:5110:2: ( ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) )
// InternalStrategyDSL.g:5111:2: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' )
{
// InternalStrategyDSL.g:5111:2: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' )
// InternalStrategyDSL.g:5112:3: () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}'
{
// InternalStrategyDSL.g:5112:3: ()
// InternalStrategyDSL.g:5113:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,14,FOLLOW_85); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1());
}
// InternalStrategyDSL.g:5123:3: ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )*
loop88:
do {
int alt88=2;
int LA88_0 = input.LA(1);
if ( ((LA88_0>=RULE_ID && LA88_0<=RULE_DECIMAL)||LA88_0==14||(LA88_0>=30 && LA88_0<=32)||LA88_0==37||(LA88_0>=41 && LA88_0<=42)||LA88_0==49||(LA88_0>=65 && LA88_0<=66)||LA88_0==70||LA88_0==78||LA88_0==80||(LA88_0>=83 && LA88_0<=97)||LA88_0==99) ) {
alt88=1;
}
switch (alt88) {
case 1 :
// InternalStrategyDSL.g:5124:4: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )?
{
// InternalStrategyDSL.g:5124:4: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) )
// InternalStrategyDSL.g:5125:5: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration )
{
// InternalStrategyDSL.g:5125:5: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration )
// InternalStrategyDSL.g:5126:6: lv_expressions_2_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0());
}
pushFollow(FOLLOW_86);
lv_expressions_2_0=ruleXExpressionOrVarDeclaration();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXBlockExpressionRule());
}
add(
current,
"expressions",
lv_expressions_2_0,
"org.eclipse.xtext.xbase.Xbase.XExpressionOrVarDeclaration");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:5143:4: (otherlv_3= ';' )?
int alt87=2;
int LA87_0 = input.LA(1);
if ( (LA87_0==35) ) {
alt87=1;
}
switch (alt87) {
case 1 :
// InternalStrategyDSL.g:5144:5: otherlv_3= ';'
{
otherlv_3=(Token)match(input,35,FOLLOW_85); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1());
}
}
break;
}
}
break;
default :
break loop88;
}
} while (true);
otherlv_4=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXBlockExpressionAccess().getRightCurlyBracketKeyword_3());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXBlockExpression"
// $ANTLR start "entryRuleXExpressionOrVarDeclaration"
// InternalStrategyDSL.g:5158:1: entryRuleXExpressionOrVarDeclaration returns [EObject current=null] : iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF ;
public final EObject entryRuleXExpressionOrVarDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpressionOrVarDeclaration = null;
try {
// InternalStrategyDSL.g:5158:68: (iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF )
// InternalStrategyDSL.g:5159: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"
// InternalStrategyDSL.g:5165: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 {
// InternalStrategyDSL.g:5171:2: ( (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression ) )
// InternalStrategyDSL.g:5172:2: (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression )
{
// InternalStrategyDSL.g:5172:2: (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression )
int alt89=2;
int LA89_0 = input.LA(1);
if ( ((LA89_0>=86 && LA89_0<=87)) ) {
alt89=1;
}
else if ( ((LA89_0>=RULE_ID && LA89_0<=RULE_DECIMAL)||LA89_0==14||(LA89_0>=30 && LA89_0<=32)||LA89_0==37||(LA89_0>=41 && LA89_0<=42)||LA89_0==49||(LA89_0>=65 && LA89_0<=66)||LA89_0==70||LA89_0==78||LA89_0==80||(LA89_0>=83 && LA89_0<=85)||(LA89_0>=88 && LA89_0<=97)||LA89_0==99) ) {
alt89=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 89, 0, input);
throw nvae;
}
switch (alt89) {
case 1 :
// InternalStrategyDSL.g:5173: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 :
// InternalStrategyDSL.g:5182: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"
// InternalStrategyDSL.g:5194:1: entryRuleXVariableDeclaration returns [EObject current=null] : iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF ;
public final EObject entryRuleXVariableDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXVariableDeclaration = null;
try {
// InternalStrategyDSL.g:5194:61: (iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF )
// InternalStrategyDSL.g:5195: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"
// InternalStrategyDSL.g:5201: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 {
// InternalStrategyDSL.g:5207: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 ) ) )? ) )
// InternalStrategyDSL.g:5208: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 ) ) )? )
{
// InternalStrategyDSL.g:5208: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 ) ) )? )
// InternalStrategyDSL.g:5209: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 ) ) )?
{
// InternalStrategyDSL.g:5209:3: ()
// InternalStrategyDSL.g:5210:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXVariableDeclarationAccess().getXVariableDeclarationAction_0(),
current);
}
}
// InternalStrategyDSL.g:5216:3: ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' )
int alt90=2;
int LA90_0 = input.LA(1);
if ( (LA90_0==86) ) {
alt90=1;
}
else if ( (LA90_0==87) ) {
alt90=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 90, 0, input);
throw nvae;
}
switch (alt90) {
case 1 :
// InternalStrategyDSL.g:5217:4: ( (lv_writeable_1_0= 'var' ) )
{
// InternalStrategyDSL.g:5217:4: ( (lv_writeable_1_0= 'var' ) )
// InternalStrategyDSL.g:5218:5: (lv_writeable_1_0= 'var' )
{
// InternalStrategyDSL.g:5218:5: (lv_writeable_1_0= 'var' )
// InternalStrategyDSL.g:5219:6: lv_writeable_1_0= 'var'
{
lv_writeable_1_0=(Token)match(input,86,FOLLOW_47); 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 :
// InternalStrategyDSL.g:5232:4: otherlv_2= 'val'
{
otherlv_2=(Token)match(input,87,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXVariableDeclarationAccess().getValKeyword_1_1());
}
}
break;
}
// InternalStrategyDSL.g:5237:3: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) ) | ( (lv_name_5_0= ruleValidID ) ) )
int alt91=2;
int LA91_0 = input.LA(1);
if ( (LA91_0==RULE_ID) ) {
int LA91_1 = input.LA(2);
if ( (synpred35_InternalStrategyDSL()) ) {
alt91=1;
}
else if ( (true) ) {
alt91=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 91, 1, input);
throw nvae;
}
}
else if ( (LA91_0==37) && (synpred35_InternalStrategyDSL())) {
alt91=1;
}
else if ( (LA91_0==62) && (synpred35_InternalStrategyDSL())) {
alt91=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 91, 0, input);
throw nvae;
}
switch (alt91) {
case 1 :
// InternalStrategyDSL.g:5238:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) )
{
// InternalStrategyDSL.g:5238:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) )
// InternalStrategyDSL.g:5239:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) )
{
// InternalStrategyDSL.g:5252:5: ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) )
// InternalStrategyDSL.g:5253:6: ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) )
{
// InternalStrategyDSL.g:5253:6: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:5254:7: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:5254:7: (lv_type_3_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:5255: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();
}
}
}
// InternalStrategyDSL.g:5272:6: ( (lv_name_4_0= ruleValidID ) )
// InternalStrategyDSL.g:5273:7: (lv_name_4_0= ruleValidID )
{
// InternalStrategyDSL.g:5273:7: (lv_name_4_0= ruleValidID )
// InternalStrategyDSL.g:5274:8: lv_name_4_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_0_0_1_0());
}
pushFollow(FOLLOW_87);
lv_name_4_0=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXVariableDeclarationRule());
}
set(
current,
"name",
lv_name_4_0,
"org.eclipse.xtext.xbase.Xtype.ValidID");
afterParserOrEnumRuleCall();
}
}
}
}
}
}
break;
case 2 :
// InternalStrategyDSL.g:5294:4: ( (lv_name_5_0= ruleValidID ) )
{
// InternalStrategyDSL.g:5294:4: ( (lv_name_5_0= ruleValidID ) )
// InternalStrategyDSL.g:5295:5: (lv_name_5_0= ruleValidID )
{
// InternalStrategyDSL.g:5295:5: (lv_name_5_0= ruleValidID )
// InternalStrategyDSL.g:5296:6: lv_name_5_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_1_0());
}
pushFollow(FOLLOW_87);
lv_name_5_0=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXVariableDeclarationRule());
}
set(
current,
"name",
lv_name_5_0,
"org.eclipse.xtext.xbase.Xtype.ValidID");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
// InternalStrategyDSL.g:5314:3: (otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) ) )?
int alt92=2;
int LA92_0 = input.LA(1);
if ( (LA92_0==40) ) {
alt92=1;
}
switch (alt92) {
case 1 :
// InternalStrategyDSL.g:5315:4: otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) )
{
otherlv_6=(Token)match(input,40,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_3_0());
}
// InternalStrategyDSL.g:5319:4: ( (lv_right_7_0= ruleXExpression ) )
// InternalStrategyDSL.g:5320:5: (lv_right_7_0= ruleXExpression )
{
// InternalStrategyDSL.g:5320:5: (lv_right_7_0= ruleXExpression )
// InternalStrategyDSL.g:5321: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"
// InternalStrategyDSL.g:5343:1: entryRuleJvmFormalParameter returns [EObject current=null] : iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF ;
public final EObject entryRuleJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmFormalParameter = null;
try {
// InternalStrategyDSL.g:5343:59: (iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF )
// InternalStrategyDSL.g:5344: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"
// InternalStrategyDSL.g:5350: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 {
// InternalStrategyDSL.g:5356:2: ( ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) ) )
// InternalStrategyDSL.g:5357:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) )
{
// InternalStrategyDSL.g:5357:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) )
// InternalStrategyDSL.g:5358:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) )
{
// InternalStrategyDSL.g:5358:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )?
int alt93=2;
int LA93_0 = input.LA(1);
if ( (LA93_0==RULE_ID) ) {
int LA93_1 = input.LA(2);
if ( (LA93_1==RULE_ID||LA93_1==42||LA93_1==49||LA93_1==74) ) {
alt93=1;
}
}
else if ( (LA93_0==37||LA93_0==62) ) {
alt93=1;
}
switch (alt93) {
case 1 :
// InternalStrategyDSL.g:5359:4: (lv_parameterType_0_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:5359:4: (lv_parameterType_0_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:5360: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;
}
// InternalStrategyDSL.g:5377:3: ( (lv_name_1_0= ruleValidID ) )
// InternalStrategyDSL.g:5378:4: (lv_name_1_0= ruleValidID )
{
// InternalStrategyDSL.g:5378:4: (lv_name_1_0= ruleValidID )
// InternalStrategyDSL.g:5379: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"
// InternalStrategyDSL.g:5400:1: entryRuleFullJvmFormalParameter returns [EObject current=null] : iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF ;
public final EObject entryRuleFullJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject iv_ruleFullJvmFormalParameter = null;
try {
// InternalStrategyDSL.g:5400:63: (iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF )
// InternalStrategyDSL.g:5401: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"
// InternalStrategyDSL.g:5407: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 {
// InternalStrategyDSL.g:5413:2: ( ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) ) )
// InternalStrategyDSL.g:5414:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) )
{
// InternalStrategyDSL.g:5414:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) )
// InternalStrategyDSL.g:5415:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) )
{
// InternalStrategyDSL.g:5415:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:5416:4: (lv_parameterType_0_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:5416:4: (lv_parameterType_0_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:5417: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();
}
}
}
// InternalStrategyDSL.g:5434:3: ( (lv_name_1_0= ruleValidID ) )
// InternalStrategyDSL.g:5435:4: (lv_name_1_0= ruleValidID )
{
// InternalStrategyDSL.g:5435:4: (lv_name_1_0= ruleValidID )
// InternalStrategyDSL.g:5436: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"
// InternalStrategyDSL.g:5457:1: entryRuleXFeatureCall returns [EObject current=null] : iv_ruleXFeatureCall= ruleXFeatureCall EOF ;
public final EObject entryRuleXFeatureCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXFeatureCall = null;
try {
// InternalStrategyDSL.g:5457:53: (iv_ruleXFeatureCall= ruleXFeatureCall EOF )
// InternalStrategyDSL.g:5458: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"
// InternalStrategyDSL.g:5464: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 {
// InternalStrategyDSL.g:5470: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 ) )? ) )
// InternalStrategyDSL.g:5471: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 ) )? )
{
// InternalStrategyDSL.g:5471: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 ) )? )
// InternalStrategyDSL.g:5472: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 ) )?
{
// InternalStrategyDSL.g:5472:3: ()
// InternalStrategyDSL.g:5473:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0(),
current);
}
}
// InternalStrategyDSL.g:5479:3: (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )?
int alt95=2;
int LA95_0 = input.LA(1);
if ( (LA95_0==49) ) {
alt95=1;
}
switch (alt95) {
case 1 :
// InternalStrategyDSL.g:5480:4: otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>'
{
otherlv_1=(Token)match(input,49,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0());
}
// InternalStrategyDSL.g:5484:4: ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:5485:5: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:5485:5: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:5486:6: lv_typeArguments_2_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_60);
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();
}
}
}
// InternalStrategyDSL.g:5503:4: (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )*
loop94:
do {
int alt94=2;
int LA94_0 = input.LA(1);
if ( (LA94_0==38) ) {
alt94=1;
}
switch (alt94) {
case 1 :
// InternalStrategyDSL.g:5504:5: otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
{
otherlv_3=(Token)match(input,38,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0());
}
// InternalStrategyDSL.g:5508:5: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:5509:6: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:5509:6: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:5510:7: lv_typeArguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0());
}
pushFollow(FOLLOW_60);
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 loop94;
}
} while (true);
otherlv_5=(Token)match(input,50,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3());
}
}
break;
}
// InternalStrategyDSL.g:5533:3: ( ( ruleIdOrSuper ) )
// InternalStrategyDSL.g:5534:4: ( ruleIdOrSuper )
{
// InternalStrategyDSL.g:5534:4: ( ruleIdOrSuper )
// InternalStrategyDSL.g:5535:5: ruleIdOrSuper
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXFeatureCallRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureJvmIdentifiableElementCrossReference_2_0());
}
pushFollow(FOLLOW_88);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:5549: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 alt98=2;
alt98 = dfa98.predict(input);
switch (alt98) {
case 1 :
// InternalStrategyDSL.g:5550: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= ')'
{
// InternalStrategyDSL.g:5550:4: ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) )
// InternalStrategyDSL.g:5551:5: ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' )
{
// InternalStrategyDSL.g:5555:5: (lv_explicitOperationCall_7_0= '(' )
// InternalStrategyDSL.g:5556:6: lv_explicitOperationCall_7_0= '('
{
lv_explicitOperationCall_7_0=(Token)match(input,37,FOLLOW_62); 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, "(");
}
}
}
// InternalStrategyDSL.g:5568:4: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )?
int alt97=3;
alt97 = dfa97.predict(input);
switch (alt97) {
case 1 :
// InternalStrategyDSL.g:5569:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) )
{
// InternalStrategyDSL.g:5569:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) )
// InternalStrategyDSL.g:5570:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure )
{
// InternalStrategyDSL.g:5595:6: (lv_featureCallArguments_8_0= ruleXShortClosure )
// InternalStrategyDSL.g:5596:7: lv_featureCallArguments_8_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0());
}
pushFollow(FOLLOW_32);
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 :
// InternalStrategyDSL.g:5614:5: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* )
{
// InternalStrategyDSL.g:5614:5: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* )
// InternalStrategyDSL.g:5615:6: ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )*
{
// InternalStrategyDSL.g:5615:6: ( (lv_featureCallArguments_9_0= ruleXExpression ) )
// InternalStrategyDSL.g:5616:7: (lv_featureCallArguments_9_0= ruleXExpression )
{
// InternalStrategyDSL.g:5616:7: (lv_featureCallArguments_9_0= ruleXExpression )
// InternalStrategyDSL.g:5617:8: lv_featureCallArguments_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0());
}
pushFollow(FOLLOW_31);
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();
}
}
}
// InternalStrategyDSL.g:5634:6: (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )*
loop96:
do {
int alt96=2;
int LA96_0 = input.LA(1);
if ( (LA96_0==38) ) {
alt96=1;
}
switch (alt96) {
case 1 :
// InternalStrategyDSL.g:5635:7: otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) )
{
otherlv_10=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0());
}
// InternalStrategyDSL.g:5639:7: ( (lv_featureCallArguments_11_0= ruleXExpression ) )
// InternalStrategyDSL.g:5640:8: (lv_featureCallArguments_11_0= ruleXExpression )
{
// InternalStrategyDSL.g:5640:8: (lv_featureCallArguments_11_0= ruleXExpression )
// InternalStrategyDSL.g:5641:9: lv_featureCallArguments_11_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0());
}
pushFollow(FOLLOW_31);
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 loop96;
}
} while (true);
}
}
break;
}
otherlv_12=(Token)match(input,39,FOLLOW_89); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2());
}
}
break;
}
// InternalStrategyDSL.g:5666:3: ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )?
int alt99=2;
alt99 = dfa99.predict(input);
switch (alt99) {
case 1 :
// InternalStrategyDSL.g:5667:4: ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure )
{
// InternalStrategyDSL.g:5673:4: (lv_featureCallArguments_13_0= ruleXClosure )
// InternalStrategyDSL.g:5674: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"
// InternalStrategyDSL.g:5695:1: entryRuleFeatureCallID returns [String current=null] : iv_ruleFeatureCallID= ruleFeatureCallID EOF ;
public final String entryRuleFeatureCallID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleFeatureCallID = null;
try {
// InternalStrategyDSL.g:5695:53: (iv_ruleFeatureCallID= ruleFeatureCallID EOF )
// InternalStrategyDSL.g:5696: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"
// InternalStrategyDSL.g:5702: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 {
// InternalStrategyDSL.g:5708:2: ( (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' ) )
// InternalStrategyDSL.g:5709:2: (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' )
{
// InternalStrategyDSL.g:5709:2: (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' )
int alt100=5;
switch ( input.LA(1) ) {
case RULE_ID:
{
alt100=1;
}
break;
case 88:
{
alt100=2;
}
break;
case 31:
{
alt100=3;
}
break;
case 30:
{
alt100=4;
}
break;
case 32:
{
alt100=5;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 100, 0, input);
throw nvae;
}
switch (alt100) {
case 1 :
// InternalStrategyDSL.g:5710: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 :
// InternalStrategyDSL.g:5721:3: kw= 'extends'
{
kw=(Token)match(input,88,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getExtendsKeyword_1());
}
}
break;
case 3 :
// InternalStrategyDSL.g:5727:3: kw= 'static'
{
kw=(Token)match(input,31,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getStaticKeyword_2());
}
}
break;
case 4 :
// InternalStrategyDSL.g:5733:3: kw= 'import'
{
kw=(Token)match(input,30,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getImportKeyword_3());
}
}
break;
case 5 :
// InternalStrategyDSL.g:5739:3: kw= 'extension'
{
kw=(Token)match(input,32,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"
// InternalStrategyDSL.g:5748:1: entryRuleIdOrSuper returns [String current=null] : iv_ruleIdOrSuper= ruleIdOrSuper EOF ;
public final String entryRuleIdOrSuper() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleIdOrSuper = null;
try {
// InternalStrategyDSL.g:5748:49: (iv_ruleIdOrSuper= ruleIdOrSuper EOF )
// InternalStrategyDSL.g:5749: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"
// InternalStrategyDSL.g:5755: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 {
// InternalStrategyDSL.g:5761:2: ( (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) )
// InternalStrategyDSL.g:5762:2: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' )
{
// InternalStrategyDSL.g:5762:2: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' )
int alt101=2;
int LA101_0 = input.LA(1);
if ( (LA101_0==RULE_ID||(LA101_0>=30 && LA101_0<=32)||LA101_0==88) ) {
alt101=1;
}
else if ( (LA101_0==89) ) {
alt101=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 101, 0, input);
throw nvae;
}
switch (alt101) {
case 1 :
// InternalStrategyDSL.g:5763: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 :
// InternalStrategyDSL.g:5774:3: kw= 'super'
{
kw=(Token)match(input,89,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"
// InternalStrategyDSL.g:5783:1: entryRuleXConstructorCall returns [EObject current=null] : iv_ruleXConstructorCall= ruleXConstructorCall EOF ;
public final EObject entryRuleXConstructorCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXConstructorCall = null;
try {
// InternalStrategyDSL.g:5783:57: (iv_ruleXConstructorCall= ruleXConstructorCall EOF )
// InternalStrategyDSL.g:5784: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"
// InternalStrategyDSL.g:5790: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 {
// InternalStrategyDSL.g:5796: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 ) )? ) )
// InternalStrategyDSL.g:5797: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 ) )? )
{
// InternalStrategyDSL.g:5797: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 ) )? )
// InternalStrategyDSL.g:5798: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 ) )?
{
// InternalStrategyDSL.g:5798:3: ()
// InternalStrategyDSL.g:5799:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXConstructorCallAccess().getXConstructorCallAction_0(),
current);
}
}
otherlv_1=(Token)match(input,90,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXConstructorCallAccess().getNewKeyword_1());
}
// InternalStrategyDSL.g:5809:3: ( ( ruleQualifiedName ) )
// InternalStrategyDSL.g:5810:4: ( ruleQualifiedName )
{
// InternalStrategyDSL.g:5810:4: ( ruleQualifiedName )
// InternalStrategyDSL.g:5811:5: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXConstructorCallRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getConstructorJvmConstructorCrossReference_2_0());
}
pushFollow(FOLLOW_90);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:5825:3: ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )?
int alt103=2;
alt103 = dfa103.predict(input);
switch (alt103) {
case 1 :
// InternalStrategyDSL.g:5826:4: ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>'
{
// InternalStrategyDSL.g:5826:4: ( ( '<' )=>otherlv_3= '<' )
// InternalStrategyDSL.g:5827:5: ( '<' )=>otherlv_3= '<'
{
otherlv_3=(Token)match(input,49,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXConstructorCallAccess().getLessThanSignKeyword_3_0());
}
}
// InternalStrategyDSL.g:5833:4: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:5834:5: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:5834:5: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:5835:6: lv_typeArguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0());
}
pushFollow(FOLLOW_60);
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();
}
}
}
// InternalStrategyDSL.g:5852:4: (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )*
loop102:
do {
int alt102=2;
int LA102_0 = input.LA(1);
if ( (LA102_0==38) ) {
alt102=1;
}
switch (alt102) {
case 1 :
// InternalStrategyDSL.g:5853:5: otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) )
{
otherlv_5=(Token)match(input,38,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXConstructorCallAccess().getCommaKeyword_3_2_0());
}
// InternalStrategyDSL.g:5857:5: ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:5858:6: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:5858:6: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:5859:7: lv_typeArguments_6_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0());
}
pushFollow(FOLLOW_60);
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 loop102;
}
} while (true);
otherlv_7=(Token)match(input,50,FOLLOW_88); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getXConstructorCallAccess().getGreaterThanSignKeyword_3_3());
}
}
break;
}
// InternalStrategyDSL.g:5882: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 alt106=2;
alt106 = dfa106.predict(input);
switch (alt106) {
case 1 :
// InternalStrategyDSL.g:5883: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= ')'
{
// InternalStrategyDSL.g:5883:4: ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) )
// InternalStrategyDSL.g:5884:5: ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' )
{
// InternalStrategyDSL.g:5888:5: (lv_explicitConstructorCall_8_0= '(' )
// InternalStrategyDSL.g:5889:6: lv_explicitConstructorCall_8_0= '('
{
lv_explicitConstructorCall_8_0=(Token)match(input,37,FOLLOW_62); 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, "(");
}
}
}
// InternalStrategyDSL.g:5901:4: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )?
int alt105=3;
alt105 = dfa105.predict(input);
switch (alt105) {
case 1 :
// InternalStrategyDSL.g:5902:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) )
{
// InternalStrategyDSL.g:5902:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) )
// InternalStrategyDSL.g:5903:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure )
{
// InternalStrategyDSL.g:5928:6: (lv_arguments_9_0= ruleXShortClosure )
// InternalStrategyDSL.g:5929:7: lv_arguments_9_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0());
}
pushFollow(FOLLOW_32);
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 :
// InternalStrategyDSL.g:5947:5: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* )
{
// InternalStrategyDSL.g:5947:5: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* )
// InternalStrategyDSL.g:5948:6: ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )*
{
// InternalStrategyDSL.g:5948:6: ( (lv_arguments_10_0= ruleXExpression ) )
// InternalStrategyDSL.g:5949:7: (lv_arguments_10_0= ruleXExpression )
{
// InternalStrategyDSL.g:5949:7: (lv_arguments_10_0= ruleXExpression )
// InternalStrategyDSL.g:5950:8: lv_arguments_10_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0());
}
pushFollow(FOLLOW_31);
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();
}
}
}
// InternalStrategyDSL.g:5967:6: (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )*
loop104:
do {
int alt104=2;
int LA104_0 = input.LA(1);
if ( (LA104_0==38) ) {
alt104=1;
}
switch (alt104) {
case 1 :
// InternalStrategyDSL.g:5968:7: otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) )
{
otherlv_11=(Token)match(input,38,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXConstructorCallAccess().getCommaKeyword_4_1_1_1_0());
}
// InternalStrategyDSL.g:5972:7: ( (lv_arguments_12_0= ruleXExpression ) )
// InternalStrategyDSL.g:5973:8: (lv_arguments_12_0= ruleXExpression )
{
// InternalStrategyDSL.g:5973:8: (lv_arguments_12_0= ruleXExpression )
// InternalStrategyDSL.g:5974:9: lv_arguments_12_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0());
}
pushFollow(FOLLOW_31);
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 loop104;
}
} while (true);
}
}
break;
}
otherlv_13=(Token)match(input,39,FOLLOW_89); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXConstructorCallAccess().getRightParenthesisKeyword_4_2());
}
}
break;
}
// InternalStrategyDSL.g:5999:3: ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )?
int alt107=2;
alt107 = dfa107.predict(input);
switch (alt107) {
case 1 :
// InternalStrategyDSL.g:6000:4: ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure )
{
// InternalStrategyDSL.g:6006:4: (lv_arguments_14_0= ruleXClosure )
// InternalStrategyDSL.g:6007: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"
// InternalStrategyDSL.g:6028:1: entryRuleXBooleanLiteral returns [EObject current=null] : iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF ;
public final EObject entryRuleXBooleanLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBooleanLiteral = null;
try {
// InternalStrategyDSL.g:6028:56: (iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF )
// InternalStrategyDSL.g:6029: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"
// InternalStrategyDSL.g:6035: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 {
// InternalStrategyDSL.g:6041:2: ( ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) )
// InternalStrategyDSL.g:6042:2: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
{
// InternalStrategyDSL.g:6042:2: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
// InternalStrategyDSL.g:6043:3: () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
{
// InternalStrategyDSL.g:6043:3: ()
// InternalStrategyDSL.g:6044:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0(),
current);
}
}
// InternalStrategyDSL.g:6050:3: (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
int alt108=2;
int LA108_0 = input.LA(1);
if ( (LA108_0==91) ) {
alt108=1;
}
else if ( (LA108_0==92) ) {
alt108=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 108, 0, input);
throw nvae;
}
switch (alt108) {
case 1 :
// InternalStrategyDSL.g:6051:4: otherlv_1= 'false'
{
otherlv_1=(Token)match(input,91,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:6056:4: ( (lv_isTrue_2_0= 'true' ) )
{
// InternalStrategyDSL.g:6056:4: ( (lv_isTrue_2_0= 'true' ) )
// InternalStrategyDSL.g:6057:5: (lv_isTrue_2_0= 'true' )
{
// InternalStrategyDSL.g:6057:5: (lv_isTrue_2_0= 'true' )
// InternalStrategyDSL.g:6058:6: lv_isTrue_2_0= 'true'
{
lv_isTrue_2_0=(Token)match(input,92,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"
// InternalStrategyDSL.g:6075:1: entryRuleXNullLiteral returns [EObject current=null] : iv_ruleXNullLiteral= ruleXNullLiteral EOF ;
public final EObject entryRuleXNullLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXNullLiteral = null;
try {
// InternalStrategyDSL.g:6075:53: (iv_ruleXNullLiteral= ruleXNullLiteral EOF )
// InternalStrategyDSL.g:6076: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"
// InternalStrategyDSL.g:6082:1: ruleXNullLiteral returns [EObject current=null] : ( () otherlv_1= 'null' ) ;
public final EObject ruleXNullLiteral() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
enterRule();
try {
// InternalStrategyDSL.g:6088:2: ( ( () otherlv_1= 'null' ) )
// InternalStrategyDSL.g:6089:2: ( () otherlv_1= 'null' )
{
// InternalStrategyDSL.g:6089:2: ( () otherlv_1= 'null' )
// InternalStrategyDSL.g:6090:3: () otherlv_1= 'null'
{
// InternalStrategyDSL.g:6090:3: ()
// InternalStrategyDSL.g:6091:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,93,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"
// InternalStrategyDSL.g:6105:1: entryRuleXNumberLiteral returns [EObject current=null] : iv_ruleXNumberLiteral= ruleXNumberLiteral EOF ;
public final EObject entryRuleXNumberLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXNumberLiteral = null;
try {
// InternalStrategyDSL.g:6105:55: (iv_ruleXNumberLiteral= ruleXNumberLiteral EOF )
// InternalStrategyDSL.g:6106: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"
// InternalStrategyDSL.g:6112: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 {
// InternalStrategyDSL.g:6118:2: ( ( () ( (lv_value_1_0= ruleNumber ) ) ) )
// InternalStrategyDSL.g:6119:2: ( () ( (lv_value_1_0= ruleNumber ) ) )
{
// InternalStrategyDSL.g:6119:2: ( () ( (lv_value_1_0= ruleNumber ) ) )
// InternalStrategyDSL.g:6120:3: () ( (lv_value_1_0= ruleNumber ) )
{
// InternalStrategyDSL.g:6120:3: ()
// InternalStrategyDSL.g:6121:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0(),
current);
}
}
// InternalStrategyDSL.g:6127:3: ( (lv_value_1_0= ruleNumber ) )
// InternalStrategyDSL.g:6128:4: (lv_value_1_0= ruleNumber )
{
// InternalStrategyDSL.g:6128:4: (lv_value_1_0= ruleNumber )
// InternalStrategyDSL.g:6129: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"
// InternalStrategyDSL.g:6150:1: entryRuleXStringLiteral returns [EObject current=null] : iv_ruleXStringLiteral= ruleXStringLiteral EOF ;
public final EObject entryRuleXStringLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXStringLiteral = null;
try {
// InternalStrategyDSL.g:6150:55: (iv_ruleXStringLiteral= ruleXStringLiteral EOF )
// InternalStrategyDSL.g:6151: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"
// InternalStrategyDSL.g:6157: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 {
// InternalStrategyDSL.g:6163:2: ( ( () ( (lv_value_1_0= RULE_STRING ) ) ) )
// InternalStrategyDSL.g:6164:2: ( () ( (lv_value_1_0= RULE_STRING ) ) )
{
// InternalStrategyDSL.g:6164:2: ( () ( (lv_value_1_0= RULE_STRING ) ) )
// InternalStrategyDSL.g:6165:3: () ( (lv_value_1_0= RULE_STRING ) )
{
// InternalStrategyDSL.g:6165:3: ()
// InternalStrategyDSL.g:6166:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXStringLiteralAccess().getXStringLiteralAction_0(),
current);
}
}
// InternalStrategyDSL.g:6172:3: ( (lv_value_1_0= RULE_STRING ) )
// InternalStrategyDSL.g:6173:4: (lv_value_1_0= RULE_STRING )
{
// InternalStrategyDSL.g:6173:4: (lv_value_1_0= RULE_STRING )
// InternalStrategyDSL.g:6174: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"
// InternalStrategyDSL.g:6194:1: entryRuleXTypeLiteral returns [EObject current=null] : iv_ruleXTypeLiteral= ruleXTypeLiteral EOF ;
public final EObject entryRuleXTypeLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXTypeLiteral = null;
try {
// InternalStrategyDSL.g:6194:53: (iv_ruleXTypeLiteral= ruleXTypeLiteral EOF )
// InternalStrategyDSL.g:6195: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"
// InternalStrategyDSL.g:6201: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 {
// InternalStrategyDSL.g:6207:2: ( ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) )
// InternalStrategyDSL.g:6208:2: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' )
{
// InternalStrategyDSL.g:6208:2: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' )
// InternalStrategyDSL.g:6209:3: () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')'
{
// InternalStrategyDSL.g:6209:3: ()
// InternalStrategyDSL.g:6210:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,94,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1());
}
otherlv_2=(Token)match(input,37,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2());
}
// InternalStrategyDSL.g:6224:3: ( ( ruleQualifiedName ) )
// InternalStrategyDSL.g:6225:4: ( ruleQualifiedName )
{
// InternalStrategyDSL.g:6225:4: ( ruleQualifiedName )
// InternalStrategyDSL.g:6226:5: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getXTypeLiteralRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTypeLiteralAccess().getTypeJvmTypeCrossReference_3_0());
}
pushFollow(FOLLOW_91);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:6240:3: ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )*
loop109:
do {
int alt109=2;
int LA109_0 = input.LA(1);
if ( (LA109_0==42) ) {
alt109=1;
}
switch (alt109) {
case 1 :
// InternalStrategyDSL.g:6241:4: (lv_arrayDimensions_4_0= ruleArrayBrackets )
{
// InternalStrategyDSL.g:6241:4: (lv_arrayDimensions_4_0= ruleArrayBrackets )
// InternalStrategyDSL.g:6242:5: lv_arrayDimensions_4_0= ruleArrayBrackets
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0());
}
pushFollow(FOLLOW_91);
lv_arrayDimensions_4_0=ruleArrayBrackets();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXTypeLiteralRule());
}
add(
current,
"arrayDimensions",
lv_arrayDimensions_4_0,
"org.eclipse.xtext.xbase.Xtype.ArrayBrackets");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop109;
}
} while (true);
otherlv_5=(Token)match(input,39,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"
// InternalStrategyDSL.g:6267:1: entryRuleXThrowExpression returns [EObject current=null] : iv_ruleXThrowExpression= ruleXThrowExpression EOF ;
public final EObject entryRuleXThrowExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXThrowExpression = null;
try {
// InternalStrategyDSL.g:6267:57: (iv_ruleXThrowExpression= ruleXThrowExpression EOF )
// InternalStrategyDSL.g:6268: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"
// InternalStrategyDSL.g:6274: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 {
// InternalStrategyDSL.g:6280:2: ( ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) )
// InternalStrategyDSL.g:6281:2: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) )
{
// InternalStrategyDSL.g:6281:2: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) )
// InternalStrategyDSL.g:6282:3: () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) )
{
// InternalStrategyDSL.g:6282:3: ()
// InternalStrategyDSL.g:6283:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,95,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1());
}
// InternalStrategyDSL.g:6293:3: ( (lv_expression_2_0= ruleXExpression ) )
// InternalStrategyDSL.g:6294:4: (lv_expression_2_0= ruleXExpression )
{
// InternalStrategyDSL.g:6294:4: (lv_expression_2_0= ruleXExpression )
// InternalStrategyDSL.g:6295: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"
// InternalStrategyDSL.g:6316:1: entryRuleXReturnExpression returns [EObject current=null] : iv_ruleXReturnExpression= ruleXReturnExpression EOF ;
public final EObject entryRuleXReturnExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXReturnExpression = null;
try {
// InternalStrategyDSL.g:6316:58: (iv_ruleXReturnExpression= ruleXReturnExpression EOF )
// InternalStrategyDSL.g:6317: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"
// InternalStrategyDSL.g:6323: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 {
// InternalStrategyDSL.g:6329: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 ) )? ) )
// InternalStrategyDSL.g:6330: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 ) )? )
{
// InternalStrategyDSL.g:6330: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 ) )? )
// InternalStrategyDSL.g:6331: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 ) )?
{
// InternalStrategyDSL.g:6331:3: ()
// InternalStrategyDSL.g:6332:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,96,FOLLOW_92); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1());
}
// InternalStrategyDSL.g:6342: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 alt110=2;
alt110 = dfa110.predict(input);
switch (alt110) {
case 1 :
// InternalStrategyDSL.g:6343: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 )
{
// InternalStrategyDSL.g:6344:4: (lv_expression_2_0= ruleXExpression )
// InternalStrategyDSL.g:6345: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"
// InternalStrategyDSL.g:6366:1: entryRuleXTryCatchFinallyExpression returns [EObject current=null] : iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF ;
public final EObject entryRuleXTryCatchFinallyExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXTryCatchFinallyExpression = null;
try {
// InternalStrategyDSL.g:6366:67: (iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF )
// InternalStrategyDSL.g:6367: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"
// InternalStrategyDSL.g:6373: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 {
// InternalStrategyDSL.g:6379: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 ) ) ) ) ) )
// InternalStrategyDSL.g:6380: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 ) ) ) ) )
{
// InternalStrategyDSL.g:6380: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 ) ) ) ) )
// InternalStrategyDSL.g:6381: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 ) ) ) )
{
// InternalStrategyDSL.g:6381:3: ()
// InternalStrategyDSL.g:6382:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,97,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1());
}
// InternalStrategyDSL.g:6392:3: ( (lv_expression_2_0= ruleXExpression ) )
// InternalStrategyDSL.g:6393:4: (lv_expression_2_0= ruleXExpression )
{
// InternalStrategyDSL.g:6393:4: (lv_expression_2_0= ruleXExpression )
// InternalStrategyDSL.g:6394:5: lv_expression_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_93);
lv_expression_2_0=ruleXExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXTryCatchFinallyExpressionRule());
}
set(
current,
"expression",
lv_expression_2_0,
"org.eclipse.xtext.xbase.Xbase.XExpression");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:6411: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 alt113=2;
int LA113_0 = input.LA(1);
if ( (LA113_0==100) ) {
alt113=1;
}
else if ( (LA113_0==98) ) {
alt113=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 113, 0, input);
throw nvae;
}
switch (alt113) {
case 1 :
// InternalStrategyDSL.g:6412:4: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? )
{
// InternalStrategyDSL.g:6412:4: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? )
// InternalStrategyDSL.g:6413:5: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )?
{
// InternalStrategyDSL.g:6413:5: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+
int cnt111=0;
loop111:
do {
int alt111=2;
int LA111_0 = input.LA(1);
if ( (LA111_0==100) ) {
int LA111_2 = input.LA(2);
if ( (synpred44_InternalStrategyDSL()) ) {
alt111=1;
}
}
switch (alt111) {
case 1 :
// InternalStrategyDSL.g:6414:6: ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause )
{
// InternalStrategyDSL.g:6415:6: (lv_catchClauses_3_0= ruleXCatchClause )
// InternalStrategyDSL.g:6416:7: lv_catchClauses_3_0= ruleXCatchClause
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0());
}
pushFollow(FOLLOW_94);
lv_catchClauses_3_0=ruleXCatchClause();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXTryCatchFinallyExpressionRule());
}
add(
current,
"catchClauses",
lv_catchClauses_3_0,
"org.eclipse.xtext.xbase.Xbase.XCatchClause");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt111 >= 1 ) break loop111;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(111, input);
throw eee;
}
cnt111++;
} while (true);
// InternalStrategyDSL.g:6433:5: ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )?
int alt112=2;
int LA112_0 = input.LA(1);
if ( (LA112_0==98) ) {
int LA112_1 = input.LA(2);
if ( (synpred45_InternalStrategyDSL()) ) {
alt112=1;
}
}
switch (alt112) {
case 1 :
// InternalStrategyDSL.g:6434:6: ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) )
{
// InternalStrategyDSL.g:6434:6: ( ( 'finally' )=>otherlv_4= 'finally' )
// InternalStrategyDSL.g:6435:7: ( 'finally' )=>otherlv_4= 'finally'
{
otherlv_4=(Token)match(input,98,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0());
}
}
// InternalStrategyDSL.g:6441:6: ( (lv_finallyExpression_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:6442:7: (lv_finallyExpression_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:6442:7: (lv_finallyExpression_5_0= ruleXExpression )
// InternalStrategyDSL.g:6443: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 :
// InternalStrategyDSL.g:6463:4: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) )
{
// InternalStrategyDSL.g:6463:4: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) )
// InternalStrategyDSL.g:6464:5: otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) )
{
otherlv_6=(Token)match(input,98,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0());
}
// InternalStrategyDSL.g:6468:5: ( (lv_finallyExpression_7_0= ruleXExpression ) )
// InternalStrategyDSL.g:6469:6: (lv_finallyExpression_7_0= ruleXExpression )
{
// InternalStrategyDSL.g:6469:6: (lv_finallyExpression_7_0= ruleXExpression )
// InternalStrategyDSL.g:6470: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"
// InternalStrategyDSL.g:6493:1: entryRuleXSynchronizedExpression returns [EObject current=null] : iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF ;
public final EObject entryRuleXSynchronizedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSynchronizedExpression = null;
try {
// InternalStrategyDSL.g:6493:64: (iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF )
// InternalStrategyDSL.g:6494: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"
// InternalStrategyDSL.g:6500: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 {
// InternalStrategyDSL.g:6506:2: ( ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) )
// InternalStrategyDSL.g:6507:2: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) )
{
// InternalStrategyDSL.g:6507:2: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) )
// InternalStrategyDSL.g:6508:3: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) )
{
// InternalStrategyDSL.g:6508:3: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) )
// InternalStrategyDSL.g:6509:4: ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' )
{
// InternalStrategyDSL.g:6516:4: ( () otherlv_1= 'synchronized' otherlv_2= '(' )
// InternalStrategyDSL.g:6517:5: () otherlv_1= 'synchronized' otherlv_2= '('
{
// InternalStrategyDSL.g:6517:5: ()
// InternalStrategyDSL.g:6518:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,99,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1());
}
otherlv_2=(Token)match(input,37,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2());
}
}
}
// InternalStrategyDSL.g:6534:3: ( (lv_param_3_0= ruleXExpression ) )
// InternalStrategyDSL.g:6535:4: (lv_param_3_0= ruleXExpression )
{
// InternalStrategyDSL.g:6535:4: (lv_param_3_0= ruleXExpression )
// InternalStrategyDSL.g:6536:5: lv_param_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_32);
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,39,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2());
}
// InternalStrategyDSL.g:6557:3: ( (lv_expression_5_0= ruleXExpression ) )
// InternalStrategyDSL.g:6558:4: (lv_expression_5_0= ruleXExpression )
{
// InternalStrategyDSL.g:6558:4: (lv_expression_5_0= ruleXExpression )
// InternalStrategyDSL.g:6559: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"
// InternalStrategyDSL.g:6580:1: entryRuleXCatchClause returns [EObject current=null] : iv_ruleXCatchClause= ruleXCatchClause EOF ;
public final EObject entryRuleXCatchClause() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCatchClause = null;
try {
// InternalStrategyDSL.g:6580:53: (iv_ruleXCatchClause= ruleXCatchClause EOF )
// InternalStrategyDSL.g:6581: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"
// InternalStrategyDSL.g:6587: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 {
// InternalStrategyDSL.g:6593:2: ( ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) )
// InternalStrategyDSL.g:6594:2: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) )
{
// InternalStrategyDSL.g:6594:2: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) )
// InternalStrategyDSL.g:6595:3: ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) )
{
// InternalStrategyDSL.g:6595:3: ( ( 'catch' )=>otherlv_0= 'catch' )
// InternalStrategyDSL.g:6596:4: ( 'catch' )=>otherlv_0= 'catch'
{
otherlv_0=(Token)match(input,100,FOLLOW_72); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getXCatchClauseAccess().getCatchKeyword_0());
}
}
otherlv_1=(Token)match(input,37,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1());
}
// InternalStrategyDSL.g:6606:3: ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) )
// InternalStrategyDSL.g:6607:4: (lv_declaredParam_2_0= ruleFullJvmFormalParameter )
{
// InternalStrategyDSL.g:6607:4: (lv_declaredParam_2_0= ruleFullJvmFormalParameter )
// InternalStrategyDSL.g:6608:5: lv_declaredParam_2_0= ruleFullJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0());
}
pushFollow(FOLLOW_32);
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,39,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3());
}
// InternalStrategyDSL.g:6629:3: ( (lv_expression_4_0= ruleXExpression ) )
// InternalStrategyDSL.g:6630:4: (lv_expression_4_0= ruleXExpression )
{
// InternalStrategyDSL.g:6630:4: (lv_expression_4_0= ruleXExpression )
// InternalStrategyDSL.g:6631: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"
// InternalStrategyDSL.g:6652:1: entryRuleQualifiedName returns [String current=null] : iv_ruleQualifiedName= ruleQualifiedName EOF ;
public final String entryRuleQualifiedName() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedName = null;
try {
// InternalStrategyDSL.g:6652:53: (iv_ruleQualifiedName= ruleQualifiedName EOF )
// InternalStrategyDSL.g:6653: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"
// InternalStrategyDSL.g:6659: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 {
// InternalStrategyDSL.g:6665:2: ( (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) )
// InternalStrategyDSL.g:6666:2: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* )
{
// InternalStrategyDSL.g:6666:2: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* )
// InternalStrategyDSL.g:6667:3: this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0());
}
pushFollow(FOLLOW_95);
this_ValidID_0=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_ValidID_0);
}
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:6677:3: ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )*
loop114:
do {
int alt114=2;
int LA114_0 = input.LA(1);
if ( (LA114_0==74) ) {
int LA114_2 = input.LA(2);
if ( (LA114_2==RULE_ID) ) {
int LA114_3 = input.LA(3);
if ( (synpred48_InternalStrategyDSL()) ) {
alt114=1;
}
}
}
switch (alt114) {
case 1 :
// InternalStrategyDSL.g:6678:4: ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID
{
// InternalStrategyDSL.g:6678:4: ( ( '.' )=>kw= '.' )
// InternalStrategyDSL.g:6679:5: ( '.' )=>kw= '.'
{
kw=(Token)match(input,74,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_95);
this_ValidID_2=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_ValidID_2);
}
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
break;
default :
break loop114;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleQualifiedName"
// $ANTLR start "entryRuleNumber"
// InternalStrategyDSL.g:6701: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 {
// InternalStrategyDSL.g:6703:2: (iv_ruleNumber= ruleNumber EOF )
// InternalStrategyDSL.g:6704: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"
// InternalStrategyDSL.g:6713: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 {
// InternalStrategyDSL.g:6720: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 ) )? ) ) )
// InternalStrategyDSL.g:6721: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 ) )? ) )
{
// InternalStrategyDSL.g:6721: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 alt118=2;
int LA118_0 = input.LA(1);
if ( (LA118_0==RULE_HEX) ) {
alt118=1;
}
else if ( ((LA118_0>=RULE_INT && LA118_0<=RULE_DECIMAL)) ) {
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 :
// InternalStrategyDSL.g:6722: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 :
// InternalStrategyDSL.g:6730:3: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? )
{
// InternalStrategyDSL.g:6730:3: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? )
// InternalStrategyDSL.g:6731:4: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )?
{
// InternalStrategyDSL.g:6731:4: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL )
int alt115=2;
int LA115_0 = input.LA(1);
if ( (LA115_0==RULE_INT) ) {
alt115=1;
}
else if ( (LA115_0==RULE_DECIMAL) ) {
alt115=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 115, 0, input);
throw nvae;
}
switch (alt115) {
case 1 :
// InternalStrategyDSL.g:6732:5: this_INT_1= RULE_INT
{
this_INT_1=(Token)match(input,RULE_INT,FOLLOW_95); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_INT_1);
}
if ( state.backtracking==0 ) {
newLeafNode(this_INT_1, grammarAccess.getNumberAccess().getINTTerminalRuleCall_1_0_0());
}
}
break;
case 2 :
// InternalStrategyDSL.g:6740:5: this_DECIMAL_2= RULE_DECIMAL
{
this_DECIMAL_2=(Token)match(input,RULE_DECIMAL,FOLLOW_95); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_DECIMAL_2);
}
if ( state.backtracking==0 ) {
newLeafNode(this_DECIMAL_2, grammarAccess.getNumberAccess().getDECIMALTerminalRuleCall_1_0_1());
}
}
break;
}
// InternalStrategyDSL.g:6748:4: (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )?
int alt117=2;
int LA117_0 = input.LA(1);
if ( (LA117_0==74) ) {
int LA117_1 = input.LA(2);
if ( ((LA117_1>=RULE_INT && LA117_1<=RULE_DECIMAL)) ) {
alt117=1;
}
}
switch (alt117) {
case 1 :
// InternalStrategyDSL.g:6749:5: kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL )
{
kw=(Token)match(input,74,FOLLOW_96); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0());
}
// InternalStrategyDSL.g:6754:5: (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL )
int alt116=2;
int LA116_0 = input.LA(1);
if ( (LA116_0==RULE_INT) ) {
alt116=1;
}
else if ( (LA116_0==RULE_DECIMAL) ) {
alt116=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 116, 0, input);
throw nvae;
}
switch (alt116) {
case 1 :
// InternalStrategyDSL.g:6755: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 :
// InternalStrategyDSL.g:6763: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"
// InternalStrategyDSL.g:6780:1: entryRuleJvmTypeReference returns [EObject current=null] : iv_ruleJvmTypeReference= ruleJvmTypeReference EOF ;
public final EObject entryRuleJvmTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmTypeReference = null;
try {
// InternalStrategyDSL.g:6780:57: (iv_ruleJvmTypeReference= ruleJvmTypeReference EOF )
// InternalStrategyDSL.g:6781: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"
// InternalStrategyDSL.g:6787: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 {
// InternalStrategyDSL.g:6793:2: ( ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) )
// InternalStrategyDSL.g:6794:2: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef )
{
// InternalStrategyDSL.g:6794:2: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef )
int alt120=2;
int LA120_0 = input.LA(1);
if ( (LA120_0==RULE_ID) ) {
alt120=1;
}
else if ( (LA120_0==37||LA120_0==62) ) {
alt120=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 120, 0, input);
throw nvae;
}
switch (alt120) {
case 1 :
// InternalStrategyDSL.g:6795:3: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* )
{
// InternalStrategyDSL.g:6795:3: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* )
// InternalStrategyDSL.g:6796:4: this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0());
}
pushFollow(FOLLOW_89);
this_JvmParameterizedTypeReference_0=ruleJvmParameterizedTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_JvmParameterizedTypeReference_0;
afterParserOrEnumRuleCall();
}
// InternalStrategyDSL.g:6804:4: ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )*
loop119:
do {
int alt119=2;
int LA119_0 = input.LA(1);
if ( (LA119_0==42) ) {
int LA119_2 = input.LA(2);
if ( (LA119_2==43) ) {
int LA119_3 = input.LA(3);
if ( (synpred49_InternalStrategyDSL()) ) {
alt119=1;
}
}
}
switch (alt119) {
case 1 :
// InternalStrategyDSL.g:6805:5: ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets )
{
// InternalStrategyDSL.g:6811:5: ( () ruleArrayBrackets )
// InternalStrategyDSL.g:6812:6: () ruleArrayBrackets
{
// InternalStrategyDSL.g:6812:6: ()
// InternalStrategyDSL.g:6813:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getJvmTypeReferenceAccess().getJvmGenericArrayTypeReferenceComponentTypeAction_0_1_0_0(),
current);
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getArrayBracketsParserRuleCall_0_1_0_1());
}
pushFollow(FOLLOW_89);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop119;
}
} while (true);
}
}
break;
case 2 :
// InternalStrategyDSL.g:6830: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"
// InternalStrategyDSL.g:6842:1: entryRuleArrayBrackets returns [String current=null] : iv_ruleArrayBrackets= ruleArrayBrackets EOF ;
public final String entryRuleArrayBrackets() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleArrayBrackets = null;
try {
// InternalStrategyDSL.g:6842:53: (iv_ruleArrayBrackets= ruleArrayBrackets EOF )
// InternalStrategyDSL.g:6843: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"
// InternalStrategyDSL.g:6849:1: ruleArrayBrackets returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '[' kw= ']' ) ;
public final AntlrDatatypeRuleToken ruleArrayBrackets() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalStrategyDSL.g:6855:2: ( (kw= '[' kw= ']' ) )
// InternalStrategyDSL.g:6856:2: (kw= '[' kw= ']' )
{
// InternalStrategyDSL.g:6856:2: (kw= '[' kw= ']' )
// InternalStrategyDSL.g:6857:3: kw= '[' kw= ']'
{
kw=(Token)match(input,42,FOLLOW_69); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0());
}
kw=(Token)match(input,43,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"
// InternalStrategyDSL.g:6871:1: entryRuleXFunctionTypeRef returns [EObject current=null] : iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF ;
public final EObject entryRuleXFunctionTypeRef() throws RecognitionException {
EObject current = null;
EObject iv_ruleXFunctionTypeRef = null;
try {
// InternalStrategyDSL.g:6871:57: (iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF )
// InternalStrategyDSL.g:6872: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"
// InternalStrategyDSL.g:6878: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 {
// InternalStrategyDSL.g:6884:2: ( ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) )
// InternalStrategyDSL.g:6885:2: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) )
{
// InternalStrategyDSL.g:6885:2: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) )
// InternalStrategyDSL.g:6886:3: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) )
{
// InternalStrategyDSL.g:6886:3: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )?
int alt123=2;
int LA123_0 = input.LA(1);
if ( (LA123_0==37) ) {
alt123=1;
}
switch (alt123) {
case 1 :
// InternalStrategyDSL.g:6887:4: otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')'
{
otherlv_0=(Token)match(input,37,FOLLOW_97); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0());
}
// InternalStrategyDSL.g:6891:4: ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )?
int alt122=2;
int LA122_0 = input.LA(1);
if ( (LA122_0==RULE_ID||LA122_0==37||LA122_0==62) ) {
alt122=1;
}
switch (alt122) {
case 1 :
// InternalStrategyDSL.g:6892:5: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )*
{
// InternalStrategyDSL.g:6892:5: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:6893:6: (lv_paramTypes_1_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:6893:6: (lv_paramTypes_1_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:6894:7: lv_paramTypes_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_31);
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();
}
}
}
// InternalStrategyDSL.g:6911:5: (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )*
loop121:
do {
int alt121=2;
int LA121_0 = input.LA(1);
if ( (LA121_0==38) ) {
alt121=1;
}
switch (alt121) {
case 1 :
// InternalStrategyDSL.g:6912:6: otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) )
{
otherlv_2=(Token)match(input,38,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0());
}
// InternalStrategyDSL.g:6916:6: ( (lv_paramTypes_3_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:6917:7: (lv_paramTypes_3_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:6917:7: (lv_paramTypes_3_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:6918:8: lv_paramTypes_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_31);
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 loop121;
}
} while (true);
}
break;
}
otherlv_4=(Token)match(input,39,FOLLOW_98); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2());
}
}
break;
}
otherlv_5=(Token)match(input,62,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1());
}
// InternalStrategyDSL.g:6946:3: ( (lv_returnType_6_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:6947:4: (lv_returnType_6_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:6947:4: (lv_returnType_6_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:6948: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"
// InternalStrategyDSL.g:6969:1: entryRuleJvmParameterizedTypeReference returns [EObject current=null] : iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF ;
public final EObject entryRuleJvmParameterizedTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmParameterizedTypeReference = null;
try {
// InternalStrategyDSL.g:6969:70: (iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF )
// InternalStrategyDSL.g:6970: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"
// InternalStrategyDSL.g:6976: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 {
// InternalStrategyDSL.g:6982: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= '>' )? )* )? ) )
// InternalStrategyDSL.g:6983: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= '>' )? )* )? )
{
// InternalStrategyDSL.g:6983: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= '>' )? )* )? )
// InternalStrategyDSL.g:6984: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= '>' )? )* )?
{
// InternalStrategyDSL.g:6984:3: ( ( ruleQualifiedName ) )
// InternalStrategyDSL.g:6985:4: ( ruleQualifiedName )
{
// InternalStrategyDSL.g:6985:4: ( ruleQualifiedName )
// InternalStrategyDSL.g:6986:5: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getJvmParameterizedTypeReferenceRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_0_0());
}
pushFollow(FOLLOW_99);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:7000: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 alt128=2;
alt128 = dfa128.predict(input);
switch (alt128) {
case 1 :
// InternalStrategyDSL.g:7001: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= '>' )? )*
{
// InternalStrategyDSL.g:7001:4: ( ( '<' )=>otherlv_1= '<' )
// InternalStrategyDSL.g:7002:5: ( '<' )=>otherlv_1= '<'
{
otherlv_1=(Token)match(input,49,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0());
}
}
// InternalStrategyDSL.g:7008:4: ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:7009:5: (lv_arguments_2_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:7009:5: (lv_arguments_2_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:7010:6: lv_arguments_2_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_60);
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();
}
}
}
// InternalStrategyDSL.g:7027:4: (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )*
loop124:
do {
int alt124=2;
int LA124_0 = input.LA(1);
if ( (LA124_0==38) ) {
alt124=1;
}
switch (alt124) {
case 1 :
// InternalStrategyDSL.g:7028:5: otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) )
{
otherlv_3=(Token)match(input,38,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0());
}
// InternalStrategyDSL.g:7032:5: ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:7033:6: (lv_arguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:7033:6: (lv_arguments_4_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:7034:7: lv_arguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0());
}
pushFollow(FOLLOW_60);
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 loop124;
}
} while (true);
otherlv_5=(Token)match(input,50,FOLLOW_95); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3());
}
// InternalStrategyDSL.g:7056:4: ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )*
loop127:
do {
int alt127=2;
int LA127_0 = input.LA(1);
if ( (LA127_0==74) ) {
int LA127_2 = input.LA(2);
if ( (LA127_2==RULE_ID) ) {
int LA127_3 = input.LA(3);
if ( (synpred51_InternalStrategyDSL()) ) {
alt127=1;
}
}
}
switch (alt127) {
case 1 :
// InternalStrategyDSL.g:7057:5: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )?
{
// InternalStrategyDSL.g:7057:5: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) )
// InternalStrategyDSL.g:7058:6: ( ( () '.' ) )=> ( () otherlv_7= '.' )
{
// InternalStrategyDSL.g:7064:6: ( () otherlv_7= '.' )
// InternalStrategyDSL.g:7065:7: () otherlv_7= '.'
{
// InternalStrategyDSL.g:7065:7: ()
// InternalStrategyDSL.g:7066:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0(),
current);
}
}
otherlv_7=(Token)match(input,74,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1());
}
}
}
// InternalStrategyDSL.g:7078:5: ( ( ruleValidID ) )
// InternalStrategyDSL.g:7079:6: ( ruleValidID )
{
// InternalStrategyDSL.g:7079:6: ( ruleValidID )
// InternalStrategyDSL.g:7080:7: ruleValidID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getJvmParameterizedTypeReferenceRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getTypeJvmTypeCrossReference_1_4_1_0());
}
pushFollow(FOLLOW_100);
ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:7094:5: ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )?
int alt126=2;
alt126 = dfa126.predict(input);
switch (alt126) {
case 1 :
// InternalStrategyDSL.g:7095:6: ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>'
{
// InternalStrategyDSL.g:7095:6: ( ( '<' )=>otherlv_9= '<' )
// InternalStrategyDSL.g:7096:7: ( '<' )=>otherlv_9= '<'
{
otherlv_9=(Token)match(input,49,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0());
}
}
// InternalStrategyDSL.g:7102:6: ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:7103:7: (lv_arguments_10_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:7103:7: (lv_arguments_10_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:7104:8: lv_arguments_10_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0());
}
pushFollow(FOLLOW_60);
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();
}
}
}
// InternalStrategyDSL.g:7121:6: (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )*
loop125:
do {
int alt125=2;
int LA125_0 = input.LA(1);
if ( (LA125_0==38) ) {
alt125=1;
}
switch (alt125) {
case 1 :
// InternalStrategyDSL.g:7122:7: otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) )
{
otherlv_11=(Token)match(input,38,FOLLOW_59); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0());
}
// InternalStrategyDSL.g:7126:7: ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) )
// InternalStrategyDSL.g:7127:8: (lv_arguments_12_0= ruleJvmArgumentTypeReference )
{
// InternalStrategyDSL.g:7127:8: (lv_arguments_12_0= ruleJvmArgumentTypeReference )
// InternalStrategyDSL.g:7128:9: lv_arguments_12_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0());
}
pushFollow(FOLLOW_60);
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 loop125;
}
} while (true);
otherlv_13=(Token)match(input,50,FOLLOW_95); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3());
}
}
break;
}
}
break;
default :
break loop127;
}
} while (true);
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmParameterizedTypeReference"
// $ANTLR start "entryRuleJvmArgumentTypeReference"
// InternalStrategyDSL.g:7157:1: entryRuleJvmArgumentTypeReference returns [EObject current=null] : iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF ;
public final EObject entryRuleJvmArgumentTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmArgumentTypeReference = null;
try {
// InternalStrategyDSL.g:7157:65: (iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF )
// InternalStrategyDSL.g:7158: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"
// InternalStrategyDSL.g:7164: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 {
// InternalStrategyDSL.g:7170:2: ( (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) )
// InternalStrategyDSL.g:7171:2: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference )
{
// InternalStrategyDSL.g:7171:2: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference )
int alt129=2;
int LA129_0 = input.LA(1);
if ( (LA129_0==RULE_ID||LA129_0==37||LA129_0==62) ) {
alt129=1;
}
else if ( (LA129_0==101) ) {
alt129=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 129, 0, input);
throw nvae;
}
switch (alt129) {
case 1 :
// InternalStrategyDSL.g:7172: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 :
// InternalStrategyDSL.g:7181: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"
// InternalStrategyDSL.g:7193:1: entryRuleJvmWildcardTypeReference returns [EObject current=null] : iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF ;
public final EObject entryRuleJvmWildcardTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmWildcardTypeReference = null;
try {
// InternalStrategyDSL.g:7193:65: (iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF )
// InternalStrategyDSL.g:7194: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"
// InternalStrategyDSL.g:7200: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 {
// InternalStrategyDSL.g:7206:2: ( ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? ) )
// InternalStrategyDSL.g:7207:2: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? )
{
// InternalStrategyDSL.g:7207:2: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? )
// InternalStrategyDSL.g:7208:3: () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )?
{
// InternalStrategyDSL.g:7208:3: ()
// InternalStrategyDSL.g:7209:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0(),
current);
}
}
otherlv_1=(Token)match(input,101,FOLLOW_101); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1());
}
// InternalStrategyDSL.g:7219:3: ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )?
int alt132=3;
int LA132_0 = input.LA(1);
if ( (LA132_0==88) ) {
alt132=1;
}
else if ( (LA132_0==89) ) {
alt132=2;
}
switch (alt132) {
case 1 :
// InternalStrategyDSL.g:7220:4: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* )
{
// InternalStrategyDSL.g:7220:4: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* )
// InternalStrategyDSL.g:7221:5: ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )*
{
// InternalStrategyDSL.g:7221:5: ( (lv_constraints_2_0= ruleJvmUpperBound ) )
// InternalStrategyDSL.g:7222:6: (lv_constraints_2_0= ruleJvmUpperBound )
{
// InternalStrategyDSL.g:7222:6: (lv_constraints_2_0= ruleJvmUpperBound )
// InternalStrategyDSL.g:7223:7: lv_constraints_2_0= ruleJvmUpperBound
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0());
}
pushFollow(FOLLOW_102);
lv_constraints_2_0=ruleJvmUpperBound();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getJvmWildcardTypeReferenceRule());
}
add(
current,
"constraints",
lv_constraints_2_0,
"org.eclipse.xtext.xbase.Xtype.JvmUpperBound");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:7240:5: ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )*
loop130:
do {
int alt130=2;
int LA130_0 = input.LA(1);
if ( (LA130_0==102) ) {
alt130=1;
}
switch (alt130) {
case 1 :
// InternalStrategyDSL.g:7241:6: (lv_constraints_3_0= ruleJvmUpperBoundAnded )
{
// InternalStrategyDSL.g:7241:6: (lv_constraints_3_0= ruleJvmUpperBoundAnded )
// InternalStrategyDSL.g:7242:7: lv_constraints_3_0= ruleJvmUpperBoundAnded
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0());
}
pushFollow(FOLLOW_102);
lv_constraints_3_0=ruleJvmUpperBoundAnded();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getJvmWildcardTypeReferenceRule());
}
add(
current,
"constraints",
lv_constraints_3_0,
"org.eclipse.xtext.xbase.Xtype.JvmUpperBoundAnded");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop130;
}
} while (true);
}
}
break;
case 2 :
// InternalStrategyDSL.g:7261:4: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* )
{
// InternalStrategyDSL.g:7261:4: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* )
// InternalStrategyDSL.g:7262:5: ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )*
{
// InternalStrategyDSL.g:7262:5: ( (lv_constraints_4_0= ruleJvmLowerBound ) )
// InternalStrategyDSL.g:7263:6: (lv_constraints_4_0= ruleJvmLowerBound )
{
// InternalStrategyDSL.g:7263:6: (lv_constraints_4_0= ruleJvmLowerBound )
// InternalStrategyDSL.g:7264:7: lv_constraints_4_0= ruleJvmLowerBound
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0());
}
pushFollow(FOLLOW_102);
lv_constraints_4_0=ruleJvmLowerBound();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getJvmWildcardTypeReferenceRule());
}
add(
current,
"constraints",
lv_constraints_4_0,
"org.eclipse.xtext.xbase.Xtype.JvmLowerBound");
afterParserOrEnumRuleCall();
}
}
}
// InternalStrategyDSL.g:7281:5: ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )*
loop131:
do {
int alt131=2;
int LA131_0 = input.LA(1);
if ( (LA131_0==102) ) {
alt131=1;
}
switch (alt131) {
case 1 :
// InternalStrategyDSL.g:7282:6: (lv_constraints_5_0= ruleJvmLowerBoundAnded )
{
// InternalStrategyDSL.g:7282:6: (lv_constraints_5_0= ruleJvmLowerBoundAnded )
// InternalStrategyDSL.g:7283:7: lv_constraints_5_0= ruleJvmLowerBoundAnded
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0());
}
pushFollow(FOLLOW_102);
lv_constraints_5_0=ruleJvmLowerBoundAnded();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getJvmWildcardTypeReferenceRule());
}
add(
current,
"constraints",
lv_constraints_5_0,
"org.eclipse.xtext.xbase.Xtype.JvmLowerBoundAnded");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop131;
}
} while (true);
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmWildcardTypeReference"
// $ANTLR start "entryRuleJvmUpperBound"
// InternalStrategyDSL.g:7306:1: entryRuleJvmUpperBound returns [EObject current=null] : iv_ruleJvmUpperBound= ruleJvmUpperBound EOF ;
public final EObject entryRuleJvmUpperBound() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmUpperBound = null;
try {
// InternalStrategyDSL.g:7306:54: (iv_ruleJvmUpperBound= ruleJvmUpperBound EOF )
// InternalStrategyDSL.g:7307: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"
// InternalStrategyDSL.g:7313: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 {
// InternalStrategyDSL.g:7319:2: ( (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalStrategyDSL.g:7320:2: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalStrategyDSL.g:7320:2: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalStrategyDSL.g:7321:3: otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,88,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0());
}
// InternalStrategyDSL.g:7325:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:7326:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:7326:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:7327: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"
// InternalStrategyDSL.g:7348:1: entryRuleJvmUpperBoundAnded returns [EObject current=null] : iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF ;
public final EObject entryRuleJvmUpperBoundAnded() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmUpperBoundAnded = null;
try {
// InternalStrategyDSL.g:7348:59: (iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF )
// InternalStrategyDSL.g:7349: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"
// InternalStrategyDSL.g:7355: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 {
// InternalStrategyDSL.g:7361:2: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalStrategyDSL.g:7362:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalStrategyDSL.g:7362:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalStrategyDSL.g:7363:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,102,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0());
}
// InternalStrategyDSL.g:7367:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:7368:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:7368:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:7369: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"
// InternalStrategyDSL.g:7390:1: entryRuleJvmLowerBound returns [EObject current=null] : iv_ruleJvmLowerBound= ruleJvmLowerBound EOF ;
public final EObject entryRuleJvmLowerBound() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmLowerBound = null;
try {
// InternalStrategyDSL.g:7390:54: (iv_ruleJvmLowerBound= ruleJvmLowerBound EOF )
// InternalStrategyDSL.g:7391: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"
// InternalStrategyDSL.g:7397: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 {
// InternalStrategyDSL.g:7403:2: ( (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalStrategyDSL.g:7404:2: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalStrategyDSL.g:7404:2: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalStrategyDSL.g:7405:3: otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,89,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0());
}
// InternalStrategyDSL.g:7409:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:7410:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:7410:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:7411: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"
// InternalStrategyDSL.g:7432:1: entryRuleJvmLowerBoundAnded returns [EObject current=null] : iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF ;
public final EObject entryRuleJvmLowerBoundAnded() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmLowerBoundAnded = null;
try {
// InternalStrategyDSL.g:7432:59: (iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF )
// InternalStrategyDSL.g:7433: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"
// InternalStrategyDSL.g:7439: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 {
// InternalStrategyDSL.g:7445:2: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalStrategyDSL.g:7446:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalStrategyDSL.g:7446:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalStrategyDSL.g:7447:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,102,FOLLOW_47); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0());
}
// InternalStrategyDSL.g:7451:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalStrategyDSL.g:7452:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalStrategyDSL.g:7452:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalStrategyDSL.g:7453: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"
// InternalStrategyDSL.g:7474:1: entryRuleQualifiedNameWithWildcard returns [String current=null] : iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ;
public final String entryRuleQualifiedNameWithWildcard() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedNameWithWildcard = null;
try {
// InternalStrategyDSL.g:7474:65: (iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF )
// InternalStrategyDSL.g:7475: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"
// InternalStrategyDSL.g:7481: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 {
// InternalStrategyDSL.g:7487:2: ( (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) )
// InternalStrategyDSL.g:7488:2: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' )
{
// InternalStrategyDSL.g:7488:2: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' )
// InternalStrategyDSL.g:7489:3: this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*'
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0());
}
pushFollow(FOLLOW_103);
this_QualifiedName_0=ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_QualifiedName_0);
}
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
kw=(Token)match(input,74,FOLLOW_104); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1());
}
kw=(Token)match(input,33,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"
// InternalStrategyDSL.g:7513:1: entryRuleValidID returns [String current=null] : iv_ruleValidID= ruleValidID EOF ;
public final String entryRuleValidID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleValidID = null;
try {
// InternalStrategyDSL.g:7513:47: (iv_ruleValidID= ruleValidID EOF )
// InternalStrategyDSL.g:7514: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"
// InternalStrategyDSL.g:7520: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 {
// InternalStrategyDSL.g:7526:2: (this_ID_0= RULE_ID )
// InternalStrategyDSL.g:7527: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"
// InternalStrategyDSL.g:7537:1: entryRuleXImportSection returns [EObject current=null] : iv_ruleXImportSection= ruleXImportSection EOF ;
public final EObject entryRuleXImportSection() throws RecognitionException {
EObject current = null;
EObject iv_ruleXImportSection = null;
try {
// InternalStrategyDSL.g:7537:55: (iv_ruleXImportSection= ruleXImportSection EOF )
// InternalStrategyDSL.g:7538: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"
// InternalStrategyDSL.g:7544: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 {
// InternalStrategyDSL.g:7550:2: ( ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ )
// InternalStrategyDSL.g:7551:2: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+
{
// InternalStrategyDSL.g:7551:2: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+
int cnt133=0;
loop133:
do {
int alt133=2;
int LA133_0 = input.LA(1);
if ( (LA133_0==30) ) {
alt133=1;
}
switch (alt133) {
case 1 :
// InternalStrategyDSL.g:7552:3: (lv_importDeclarations_0_0= ruleXImportDeclaration )
{
// InternalStrategyDSL.g:7552:3: (lv_importDeclarations_0_0= ruleXImportDeclaration )
// InternalStrategyDSL.g:7553:4: lv_importDeclarations_0_0= ruleXImportDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0());
}
pushFollow(FOLLOW_105);
lv_importDeclarations_0_0=ruleXImportDeclaration();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getXImportSectionRule());
}
add(
current,
"importDeclarations",
lv_importDeclarations_0_0,
"org.eclipse.osbp.xtext.oxtype.OXtype.XImportDeclaration");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt133 >= 1 ) break loop133;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(133, input);
throw eee;
}
cnt133++;
} while (true);
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXImportSection"
// $ANTLR start "entryRuleQualifiedNameInStaticImport"
// InternalStrategyDSL.g:7573:1: entryRuleQualifiedNameInStaticImport returns [String current=null] : iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF ;
public final String entryRuleQualifiedNameInStaticImport() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedNameInStaticImport = null;
try {
// InternalStrategyDSL.g:7573:67: (iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF )
// InternalStrategyDSL.g:7574: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"
// InternalStrategyDSL.g:7580: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 {
// InternalStrategyDSL.g:7586:2: ( (this_ValidID_0= ruleValidID kw= '.' )+ )
// InternalStrategyDSL.g:7587:2: (this_ValidID_0= ruleValidID kw= '.' )+
{
// InternalStrategyDSL.g:7587:2: (this_ValidID_0= ruleValidID kw= '.' )+
int cnt134=0;
loop134:
do {
int alt134=2;
int LA134_0 = input.LA(1);
if ( (LA134_0==RULE_ID) ) {
int LA134_2 = input.LA(2);
if ( (LA134_2==74) ) {
alt134=1;
}
}
switch (alt134) {
case 1 :
// InternalStrategyDSL.g:7588:3: this_ValidID_0= ruleValidID kw= '.'
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0());
}
pushFollow(FOLLOW_103);
this_ValidID_0=ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_ValidID_0);
}
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
kw=(Token)match(input,74,FOLLOW_106); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1());
}
}
break;
default :
if ( cnt134 >= 1 ) break loop134;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(134, input);
throw eee;
}
cnt134++;
} while (true);
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleQualifiedNameInStaticImport"
// $ANTLR start "ruleLayoutingEnum"
// InternalStrategyDSL.g:7607:1: ruleLayoutingEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'Horizontal' ) | (enumLiteral_1= 'Vertical' ) | (enumLiteral_2= 'Grid' ) | (enumLiteral_3= 'Form2' ) | (enumLiteral_4= 'Form3' ) | (enumLiteral_5= 'Css' ) ) ;
public final Enumerator ruleLayoutingEnum() 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 {
// InternalStrategyDSL.g:7613:2: ( ( (enumLiteral_0= 'Horizontal' ) | (enumLiteral_1= 'Vertical' ) | (enumLiteral_2= 'Grid' ) | (enumLiteral_3= 'Form2' ) | (enumLiteral_4= 'Form3' ) | (enumLiteral_5= 'Css' ) ) )
// InternalStrategyDSL.g:7614:2: ( (enumLiteral_0= 'Horizontal' ) | (enumLiteral_1= 'Vertical' ) | (enumLiteral_2= 'Grid' ) | (enumLiteral_3= 'Form2' ) | (enumLiteral_4= 'Form3' ) | (enumLiteral_5= 'Css' ) )
{
// InternalStrategyDSL.g:7614:2: ( (enumLiteral_0= 'Horizontal' ) | (enumLiteral_1= 'Vertical' ) | (enumLiteral_2= 'Grid' ) | (enumLiteral_3= 'Form2' ) | (enumLiteral_4= 'Form3' ) | (enumLiteral_5= 'Css' ) )
int alt135=6;
switch ( input.LA(1) ) {
case 103:
{
alt135=1;
}
break;
case 104:
{
alt135=2;
}
break;
case 105:
{
alt135=3;
}
break;
case 106:
{
alt135=4;
}
break;
case 107:
{
alt135=5;
}
break;
case 108:
{
alt135=6;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 135, 0, input);
throw nvae;
}
switch (alt135) {
case 1 :
// InternalStrategyDSL.g:7615:3: (enumLiteral_0= 'Horizontal' )
{
// InternalStrategyDSL.g:7615:3: (enumLiteral_0= 'Horizontal' )
// InternalStrategyDSL.g:7616:4: enumLiteral_0= 'Horizontal'
{
enumLiteral_0=(Token)match(input,103,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getLayoutingEnumAccess().getHORIZONTALEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getLayoutingEnumAccess().getHORIZONTALEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalStrategyDSL.g:7623:3: (enumLiteral_1= 'Vertical' )
{
// InternalStrategyDSL.g:7623:3: (enumLiteral_1= 'Vertical' )
// InternalStrategyDSL.g:7624:4: enumLiteral_1= 'Vertical'
{
enumLiteral_1=(Token)match(input,104,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getLayoutingEnumAccess().getVERTICALEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getLayoutingEnumAccess().getVERTICALEnumLiteralDeclaration_1());
}
}
}
break;
case 3 :
// InternalStrategyDSL.g:7631:3: (enumLiteral_2= 'Grid' )
{
// InternalStrategyDSL.g:7631:3: (enumLiteral_2= 'Grid' )
// InternalStrategyDSL.g:7632:4: enumLiteral_2= 'Grid'
{
enumLiteral_2=(Token)match(input,105,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getLayoutingEnumAccess().getGRIDEnumLiteralDeclaration_2().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_2, grammarAccess.getLayoutingEnumAccess().getGRIDEnumLiteralDeclaration_2());
}
}
}
break;
case 4 :
// InternalStrategyDSL.g:7639:3: (enumLiteral_3= 'Form2' )
{
// InternalStrategyDSL.g:7639:3: (enumLiteral_3= 'Form2' )
// InternalStrategyDSL.g:7640:4: enumLiteral_3= 'Form2'
{
enumLiteral_3=(Token)match(input,106,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getLayoutingEnumAccess().getFORM2EnumLiteralDeclaration_3().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_3, grammarAccess.getLayoutingEnumAccess().getFORM2EnumLiteralDeclaration_3());
}
}
}
break;
case 5 :
// InternalStrategyDSL.g:7647:3: (enumLiteral_4= 'Form3' )
{
// InternalStrategyDSL.g:7647:3: (enumLiteral_4= 'Form3' )
// InternalStrategyDSL.g:7648:4: enumLiteral_4= 'Form3'
{
enumLiteral_4=(Token)match(input,107,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getLayoutingEnumAccess().getFORM3EnumLiteralDeclaration_4().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_4, grammarAccess.getLayoutingEnumAccess().getFORM3EnumLiteralDeclaration_4());
}
}
}
break;
case 6 :
// InternalStrategyDSL.g:7655:3: (enumLiteral_5= 'Css' )
{
// InternalStrategyDSL.g:7655:3: (enumLiteral_5= 'Css' )
// InternalStrategyDSL.g:7656:4: enumLiteral_5= 'Css'
{
enumLiteral_5=(Token)match(input,108,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getLayoutingEnumAccess().getCSSEnumLiteralDeclaration_5().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_5, grammarAccess.getLayoutingEnumAccess().getCSSEnumLiteralDeclaration_5());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleLayoutingEnum"
// $ANTLR start "ruleFocusingEnum"
// InternalStrategyDSL.g:7666:1: ruleFocusingEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'Forward' ) | (enumLiteral_1= 'Backward' ) ) ;
public final Enumerator ruleFocusingEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
Token enumLiteral_1=null;
enterRule();
try {
// InternalStrategyDSL.g:7672:2: ( ( (enumLiteral_0= 'Forward' ) | (enumLiteral_1= 'Backward' ) ) )
// InternalStrategyDSL.g:7673:2: ( (enumLiteral_0= 'Forward' ) | (enumLiteral_1= 'Backward' ) )
{
// InternalStrategyDSL.g:7673:2: ( (enumLiteral_0= 'Forward' ) | (enumLiteral_1= 'Backward' ) )
int alt136=2;
int LA136_0 = input.LA(1);
if ( (LA136_0==109) ) {
alt136=1;
}
else if ( (LA136_0==110) ) {
alt136=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 136, 0, input);
throw nvae;
}
switch (alt136) {
case 1 :
// InternalStrategyDSL.g:7674:3: (enumLiteral_0= 'Forward' )
{
// InternalStrategyDSL.g:7674:3: (enumLiteral_0= 'Forward' )
// InternalStrategyDSL.g:7675:4: enumLiteral_0= 'Forward'
{
enumLiteral_0=(Token)match(input,109,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getFocusingEnumAccess().getFORWARDEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getFocusingEnumAccess().getFORWARDEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalStrategyDSL.g:7682:3: (enumLiteral_1= 'Backward' )
{
// InternalStrategyDSL.g:7682:3: (enumLiteral_1= 'Backward' )
// InternalStrategyDSL.g:7683:4: enumLiteral_1= 'Backward'
{
enumLiteral_1=(Token)match(input,110,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getFocusingEnumAccess().getBACKWARDEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getFocusingEnumAccess().getBACKWARDEnumLiteralDeclaration_1());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleFocusingEnum"
// $ANTLR start synpred1_InternalStrategyDSL
public final void synpred1_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:983:5: ( '(' )
// InternalStrategyDSL.g:983:6: '('
{
match(input,37,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred1_InternalStrategyDSL
// $ANTLR start synpred2_InternalStrategyDSL
public final void synpred2_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:992:7: ( ( ( ( ruleValidID ) ) '=' ) )
// InternalStrategyDSL.g:992:8: ( ( ( ruleValidID ) ) '=' )
{
// InternalStrategyDSL.g:992:8: ( ( ( ruleValidID ) ) '=' )
// InternalStrategyDSL.g:993:8: ( ( ruleValidID ) ) '='
{
// InternalStrategyDSL.g:993:8: ( ( ruleValidID ) )
// InternalStrategyDSL.g:994:9: ( ruleValidID )
{
// InternalStrategyDSL.g:994:9: ( ruleValidID )
// InternalStrategyDSL.g:995:10: ruleValidID
{
pushFollow(FOLLOW_33);
ruleValidID();
state._fsp--;
if (state.failed) return ;
}
}
match(input,40,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred2_InternalStrategyDSL
// $ANTLR start synpred5_InternalStrategyDSL
public final void synpred5_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:1172:5: ( ( () '#' '[' ) )
// InternalStrategyDSL.g:1172:6: ( () '#' '[' )
{
// InternalStrategyDSL.g:1172:6: ( () '#' '[' )
// InternalStrategyDSL.g:1173:6: () '#' '['
{
// InternalStrategyDSL.g:1173:6: ()
// InternalStrategyDSL.g:1174:6:
{
}
match(input,41,FOLLOW_35); if (state.failed) return ;
match(input,42,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred5_InternalStrategyDSL
// $ANTLR start synpred6_InternalStrategyDSL
public final void synpred6_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:1314:5: ( ( () '#' '[' ) )
// InternalStrategyDSL.g:1314:6: ( () '#' '[' )
{
// InternalStrategyDSL.g:1314:6: ( () '#' '[' )
// InternalStrategyDSL.g:1315:6: () '#' '['
{
// InternalStrategyDSL.g:1315:6: ()
// InternalStrategyDSL.g:1316:6:
{
}
match(input,41,FOLLOW_35); if (state.failed) return ;
match(input,42,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred6_InternalStrategyDSL
// $ANTLR start synpred7_InternalStrategyDSL
public final void synpred7_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:1542:6: ( ( () ( ( ruleOpMultiAssign ) ) ) )
// InternalStrategyDSL.g:1542:7: ( () ( ( ruleOpMultiAssign ) ) )
{
// InternalStrategyDSL.g:1542:7: ( () ( ( ruleOpMultiAssign ) ) )
// InternalStrategyDSL.g:1543:7: () ( ( ruleOpMultiAssign ) )
{
// InternalStrategyDSL.g:1543:7: ()
// InternalStrategyDSL.g:1544:7:
{
}
// InternalStrategyDSL.g:1545:7: ( ( ruleOpMultiAssign ) )
// InternalStrategyDSL.g:1546:8: ( ruleOpMultiAssign )
{
// InternalStrategyDSL.g:1546:8: ( ruleOpMultiAssign )
// InternalStrategyDSL.g:1547:9: ruleOpMultiAssign
{
pushFollow(FOLLOW_2);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred7_InternalStrategyDSL
// $ANTLR start synpred8_InternalStrategyDSL
public final void synpred8_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:1736:5: ( ( () ( ( ruleOpOr ) ) ) )
// InternalStrategyDSL.g:1736:6: ( () ( ( ruleOpOr ) ) )
{
// InternalStrategyDSL.g:1736:6: ( () ( ( ruleOpOr ) ) )
// InternalStrategyDSL.g:1737:6: () ( ( ruleOpOr ) )
{
// InternalStrategyDSL.g:1737:6: ()
// InternalStrategyDSL.g:1738:6:
{
}
// InternalStrategyDSL.g:1739:6: ( ( ruleOpOr ) )
// InternalStrategyDSL.g:1740:7: ( ruleOpOr )
{
// InternalStrategyDSL.g:1740:7: ( ruleOpOr )
// InternalStrategyDSL.g:1741:8: ruleOpOr
{
pushFollow(FOLLOW_2);
ruleOpOr();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred8_InternalStrategyDSL
// $ANTLR start synpred9_InternalStrategyDSL
public final void synpred9_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:1843:5: ( ( () ( ( ruleOpAnd ) ) ) )
// InternalStrategyDSL.g:1843:6: ( () ( ( ruleOpAnd ) ) )
{
// InternalStrategyDSL.g:1843:6: ( () ( ( ruleOpAnd ) ) )
// InternalStrategyDSL.g:1844:6: () ( ( ruleOpAnd ) )
{
// InternalStrategyDSL.g:1844:6: ()
// InternalStrategyDSL.g:1845:6:
{
}
// InternalStrategyDSL.g:1846:6: ( ( ruleOpAnd ) )
// InternalStrategyDSL.g:1847:7: ( ruleOpAnd )
{
// InternalStrategyDSL.g:1847:7: ( ruleOpAnd )
// InternalStrategyDSL.g:1848:8: ruleOpAnd
{
pushFollow(FOLLOW_2);
ruleOpAnd();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred9_InternalStrategyDSL
// $ANTLR start synpred10_InternalStrategyDSL
public final void synpred10_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:1950:5: ( ( () ( ( ruleOpEquality ) ) ) )
// InternalStrategyDSL.g:1950:6: ( () ( ( ruleOpEquality ) ) )
{
// InternalStrategyDSL.g:1950:6: ( () ( ( ruleOpEquality ) ) )
// InternalStrategyDSL.g:1951:6: () ( ( ruleOpEquality ) )
{
// InternalStrategyDSL.g:1951:6: ()
// InternalStrategyDSL.g:1952:6:
{
}
// InternalStrategyDSL.g:1953:6: ( ( ruleOpEquality ) )
// InternalStrategyDSL.g:1954:7: ( ruleOpEquality )
{
// InternalStrategyDSL.g:1954:7: ( ruleOpEquality )
// InternalStrategyDSL.g:1955:8: ruleOpEquality
{
pushFollow(FOLLOW_2);
ruleOpEquality();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred10_InternalStrategyDSL
// $ANTLR start synpred11_InternalStrategyDSL
public final void synpred11_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2078:6: ( ( () 'instanceof' ) )
// InternalStrategyDSL.g:2078:7: ( () 'instanceof' )
{
// InternalStrategyDSL.g:2078:7: ( () 'instanceof' )
// InternalStrategyDSL.g:2079:7: () 'instanceof'
{
// InternalStrategyDSL.g:2079:7: ()
// InternalStrategyDSL.g:2080:7:
{
}
match(input,58,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred11_InternalStrategyDSL
// $ANTLR start synpred12_InternalStrategyDSL
public final void synpred12_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2121:6: ( ( () ( ( ruleOpCompare ) ) ) )
// InternalStrategyDSL.g:2121:7: ( () ( ( ruleOpCompare ) ) )
{
// InternalStrategyDSL.g:2121:7: ( () ( ( ruleOpCompare ) ) )
// InternalStrategyDSL.g:2122:7: () ( ( ruleOpCompare ) )
{
// InternalStrategyDSL.g:2122:7: ()
// InternalStrategyDSL.g:2123:7:
{
}
// InternalStrategyDSL.g:2124:7: ( ( ruleOpCompare ) )
// InternalStrategyDSL.g:2125:8: ( ruleOpCompare )
{
// InternalStrategyDSL.g:2125:8: ( ruleOpCompare )
// InternalStrategyDSL.g:2126:9: ruleOpCompare
{
pushFollow(FOLLOW_2);
ruleOpCompare();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred12_InternalStrategyDSL
// $ANTLR start synpred13_InternalStrategyDSL
public final void synpred13_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2256:5: ( ( () ( ( ruleOpOther ) ) ) )
// InternalStrategyDSL.g:2256:6: ( () ( ( ruleOpOther ) ) )
{
// InternalStrategyDSL.g:2256:6: ( () ( ( ruleOpOther ) ) )
// InternalStrategyDSL.g:2257:6: () ( ( ruleOpOther ) )
{
// InternalStrategyDSL.g:2257:6: ()
// InternalStrategyDSL.g:2258:6:
{
}
// InternalStrategyDSL.g:2259:6: ( ( ruleOpOther ) )
// InternalStrategyDSL.g:2260:7: ( ruleOpOther )
{
// InternalStrategyDSL.g:2260:7: ( ruleOpOther )
// InternalStrategyDSL.g:2261:8: ruleOpOther
{
pushFollow(FOLLOW_2);
ruleOpOther();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred13_InternalStrategyDSL
// $ANTLR start synpred14_InternalStrategyDSL
public final void synpred14_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2376:6: ( ( '>' '>' ) )
// InternalStrategyDSL.g:2376:7: ( '>' '>' )
{
// InternalStrategyDSL.g:2376:7: ( '>' '>' )
// InternalStrategyDSL.g:2377:7: '>' '>'
{
match(input,50,FOLLOW_50); if (state.failed) return ;
match(input,50,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred14_InternalStrategyDSL
// $ANTLR start synpred15_InternalStrategyDSL
public final void synpred15_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2411:6: ( ( '<' '<' ) )
// InternalStrategyDSL.g:2411:7: ( '<' '<' )
{
// InternalStrategyDSL.g:2411:7: ( '<' '<' )
// InternalStrategyDSL.g:2412:7: '<' '<'
{
match(input,49,FOLLOW_40); if (state.failed) return ;
match(input,49,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred15_InternalStrategyDSL
// $ANTLR start synpred16_InternalStrategyDSL
public final void synpred16_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2484:5: ( ( () ( ( ruleOpAdd ) ) ) )
// InternalStrategyDSL.g:2484:6: ( () ( ( ruleOpAdd ) ) )
{
// InternalStrategyDSL.g:2484:6: ( () ( ( ruleOpAdd ) ) )
// InternalStrategyDSL.g:2485:6: () ( ( ruleOpAdd ) )
{
// InternalStrategyDSL.g:2485:6: ()
// InternalStrategyDSL.g:2486:6:
{
}
// InternalStrategyDSL.g:2487:6: ( ( ruleOpAdd ) )
// InternalStrategyDSL.g:2488:7: ( ruleOpAdd )
{
// InternalStrategyDSL.g:2488:7: ( ruleOpAdd )
// InternalStrategyDSL.g:2489:8: ruleOpAdd
{
pushFollow(FOLLOW_2);
ruleOpAdd();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred16_InternalStrategyDSL
// $ANTLR start synpred17_InternalStrategyDSL
public final void synpred17_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2599:5: ( ( () ( ( ruleOpMulti ) ) ) )
// InternalStrategyDSL.g:2599:6: ( () ( ( ruleOpMulti ) ) )
{
// InternalStrategyDSL.g:2599:6: ( () ( ( ruleOpMulti ) ) )
// InternalStrategyDSL.g:2600:6: () ( ( ruleOpMulti ) )
{
// InternalStrategyDSL.g:2600:6: ()
// InternalStrategyDSL.g:2601:6:
{
}
// InternalStrategyDSL.g:2602:6: ( ( ruleOpMulti ) )
// InternalStrategyDSL.g:2603:7: ( ruleOpMulti )
{
// InternalStrategyDSL.g:2603:7: ( ruleOpMulti )
// InternalStrategyDSL.g:2604:8: ruleOpMulti
{
pushFollow(FOLLOW_2);
ruleOpMulti();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred17_InternalStrategyDSL
// $ANTLR start synpred18_InternalStrategyDSL
public final void synpred18_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2834:5: ( ( () 'as' ) )
// InternalStrategyDSL.g:2834:6: ( () 'as' )
{
// InternalStrategyDSL.g:2834:6: ( () 'as' )
// InternalStrategyDSL.g:2835:6: () 'as'
{
// InternalStrategyDSL.g:2835:6: ()
// InternalStrategyDSL.g:2836:6:
{
}
match(input,71,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred18_InternalStrategyDSL
// $ANTLR start synpred19_InternalStrategyDSL
public final void synpred19_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2902:4: ( ( () ( ( ruleOpPostfix ) ) ) )
// InternalStrategyDSL.g:2902:5: ( () ( ( ruleOpPostfix ) ) )
{
// InternalStrategyDSL.g:2902:5: ( () ( ( ruleOpPostfix ) ) )
// InternalStrategyDSL.g:2903:5: () ( ( ruleOpPostfix ) )
{
// InternalStrategyDSL.g:2903:5: ()
// InternalStrategyDSL.g:2904:5:
{
}
// InternalStrategyDSL.g:2905:5: ( ( ruleOpPostfix ) )
// InternalStrategyDSL.g:2906:6: ( ruleOpPostfix )
{
// InternalStrategyDSL.g:2906:6: ( ruleOpPostfix )
// InternalStrategyDSL.g:2907:7: ruleOpPostfix
{
pushFollow(FOLLOW_2);
ruleOpPostfix();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred19_InternalStrategyDSL
// $ANTLR start synpred20_InternalStrategyDSL
public final void synpred20_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:2998:6: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )
// InternalStrategyDSL.g:2998:7: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
{
// InternalStrategyDSL.g:2998:7: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
// InternalStrategyDSL.g:2999:7: () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign
{
// InternalStrategyDSL.g:2999:7: ()
// InternalStrategyDSL.g:3000:7:
{
}
// InternalStrategyDSL.g:3001:7: ( '.' | ( ( '::' ) ) )
int alt137=2;
int LA137_0 = input.LA(1);
if ( (LA137_0==74) ) {
alt137=1;
}
else if ( (LA137_0==75) ) {
alt137=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 137, 0, input);
throw nvae;
}
switch (alt137) {
case 1 :
// InternalStrategyDSL.g:3002:8: '.'
{
match(input,74,FOLLOW_57); if (state.failed) return ;
}
break;
case 2 :
// InternalStrategyDSL.g:3004:8: ( ( '::' ) )
{
// InternalStrategyDSL.g:3004:8: ( ( '::' ) )
// InternalStrategyDSL.g:3005:9: ( '::' )
{
// InternalStrategyDSL.g:3005:9: ( '::' )
// InternalStrategyDSL.g:3006:10: '::'
{
match(input,75,FOLLOW_57); if (state.failed) return ;
}
}
}
break;
}
// InternalStrategyDSL.g:3010:7: ( ( ruleFeatureCallID ) )
// InternalStrategyDSL.g:3011:8: ( ruleFeatureCallID )
{
// InternalStrategyDSL.g:3011:8: ( ruleFeatureCallID )
// InternalStrategyDSL.g:3012:9: ruleFeatureCallID
{
pushFollow(FOLLOW_33);
ruleFeatureCallID();
state._fsp--;
if (state.failed) return ;
}
}
pushFollow(FOLLOW_2);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return ;
}
}
}
// $ANTLR end synpred20_InternalStrategyDSL
// $ANTLR start synpred21_InternalStrategyDSL
public final void synpred21_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:3095:6: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )
// InternalStrategyDSL.g:3095:7: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) )
{
// InternalStrategyDSL.g:3095:7: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) )
// InternalStrategyDSL.g:3096:7: () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) )
{
// InternalStrategyDSL.g:3096:7: ()
// InternalStrategyDSL.g:3097:7:
{
}
// InternalStrategyDSL.g:3098:7: ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) )
int alt138=3;
switch ( input.LA(1) ) {
case 74:
{
alt138=1;
}
break;
case 76:
{
alt138=2;
}
break;
case 75:
{
alt138=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 138, 0, input);
throw nvae;
}
switch (alt138) {
case 1 :
// InternalStrategyDSL.g:3099:8: '.'
{
match(input,74,FOLLOW_2); if (state.failed) return ;
}
break;
case 2 :
// InternalStrategyDSL.g:3101:8: ( ( '?.' ) )
{
// InternalStrategyDSL.g:3101:8: ( ( '?.' ) )
// InternalStrategyDSL.g:3102:9: ( '?.' )
{
// InternalStrategyDSL.g:3102:9: ( '?.' )
// InternalStrategyDSL.g:3103:10: '?.'
{
match(input,76,FOLLOW_2); if (state.failed) return ;
}
}
}
break;
case 3 :
// InternalStrategyDSL.g:3107:8: ( ( '::' ) )
{
// InternalStrategyDSL.g:3107:8: ( ( '::' ) )
// InternalStrategyDSL.g:3108:9: ( '::' )
{
// InternalStrategyDSL.g:3108:9: ( '::' )
// InternalStrategyDSL.g:3109:10: '::'
{
match(input,75,FOLLOW_2); if (state.failed) return ;
}
}
}
break;
}
}
}
}
// $ANTLR end synpred21_InternalStrategyDSL
// $ANTLR start synpred22_InternalStrategyDSL
public final void synpred22_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:3233:7: ( ( '(' ) )
// InternalStrategyDSL.g:3233:8: ( '(' )
{
// InternalStrategyDSL.g:3233:8: ( '(' )
// InternalStrategyDSL.g:3234:8: '('
{
match(input,37,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred22_InternalStrategyDSL
// $ANTLR start synpred23_InternalStrategyDSL
public final void synpred23_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:3252:8: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalStrategyDSL.g:3252:9: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalStrategyDSL.g:3252:9: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalStrategyDSL.g:3253:9: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalStrategyDSL.g:3253:9: ()
// InternalStrategyDSL.g:3254:9:
{
}
// InternalStrategyDSL.g:3255:9: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt140=2;
int LA140_0 = input.LA(1);
if ( (LA140_0==RULE_ID||LA140_0==37||LA140_0==62) ) {
alt140=1;
}
switch (alt140) {
case 1 :
// InternalStrategyDSL.g:3256:10: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalStrategyDSL.g:3256:10: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:3257:11: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:3257:11: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:3258:12: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalStrategyDSL.g:3261:10: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop139:
do {
int alt139=2;
int LA139_0 = input.LA(1);
if ( (LA139_0==38) ) {
alt139=1;
}
switch (alt139) {
case 1 :
// InternalStrategyDSL.g:3262:11: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,38,FOLLOW_47); if (state.failed) return ;
// InternalStrategyDSL.g:3263:11: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:3264:12: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:3264:12: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:3265:13: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop139;
}
} while (true);
}
break;
}
// InternalStrategyDSL.g:3270:9: ( ( '|' ) )
// InternalStrategyDSL.g:3271:10: ( '|' )
{
// InternalStrategyDSL.g:3271:10: ( '|' )
// InternalStrategyDSL.g:3272:11: '|'
{
match(input,77,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred23_InternalStrategyDSL
// $ANTLR start synpred24_InternalStrategyDSL
public final void synpred24_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:3349:6: ( ( () '[' ) )
// InternalStrategyDSL.g:3349:7: ( () '[' )
{
// InternalStrategyDSL.g:3349:7: ( () '[' )
// InternalStrategyDSL.g:3350:7: () '['
{
// InternalStrategyDSL.g:3350:7: ()
// InternalStrategyDSL.g:3351:7:
{
}
match(input,42,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred24_InternalStrategyDSL
// $ANTLR start synpred25_InternalStrategyDSL
public final void synpred25_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:3422:4: ( ( () 'synchronized' '(' ) )
// InternalStrategyDSL.g:3422:5: ( () 'synchronized' '(' )
{
// InternalStrategyDSL.g:3422:5: ( () 'synchronized' '(' )
// InternalStrategyDSL.g:3423:5: () 'synchronized' '('
{
// InternalStrategyDSL.g:3423:5: ()
// InternalStrategyDSL.g:3424:5:
{
}
match(input,99,FOLLOW_72); if (state.failed) return ;
match(input,37,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred25_InternalStrategyDSL
// $ANTLR start synpred26_InternalStrategyDSL
public final void synpred26_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:3467:4: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalStrategyDSL.g:3467:5: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalStrategyDSL.g:3467:5: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' )
// InternalStrategyDSL.g:3468:5: () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':'
{
// InternalStrategyDSL.g:3468:5: ()
// InternalStrategyDSL.g:3469:5:
{
}
match(input,83,FOLLOW_72); if (state.failed) return ;
match(input,37,FOLLOW_47); if (state.failed) return ;
// InternalStrategyDSL.g:3472:5: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:3473:6: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:3473:6: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:3474:7: ruleJvmFormalParameter
{
pushFollow(FOLLOW_75);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,81,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred26_InternalStrategyDSL
// $ANTLR start synpred27_InternalStrategyDSL
public final void synpred27_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:3581:4: ( ( () '[' ) )
// InternalStrategyDSL.g:3581:5: ( () '[' )
{
// InternalStrategyDSL.g:3581:5: ( () '[' )
// InternalStrategyDSL.g:3582:5: () '['
{
// InternalStrategyDSL.g:3582:5: ()
// InternalStrategyDSL.g:3583:5:
{
}
match(input,42,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred27_InternalStrategyDSL
// $ANTLR start synpred29_InternalStrategyDSL
public final void synpred29_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:3886:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalStrategyDSL.g:3886:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalStrategyDSL.g:3886:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalStrategyDSL.g:3887:5: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalStrategyDSL.g:3887:5: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt142=2;
int LA142_0 = input.LA(1);
if ( (LA142_0==RULE_ID||LA142_0==37||LA142_0==62) ) {
alt142=1;
}
switch (alt142) {
case 1 :
// InternalStrategyDSL.g:3888:6: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalStrategyDSL.g:3888:6: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:3889:7: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:3889:7: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:3890:8: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalStrategyDSL.g:3893:6: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop141:
do {
int alt141=2;
int LA141_0 = input.LA(1);
if ( (LA141_0==38) ) {
alt141=1;
}
switch (alt141) {
case 1 :
// InternalStrategyDSL.g:3894:7: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,38,FOLLOW_47); if (state.failed) return ;
// InternalStrategyDSL.g:3895:7: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:3896:8: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:3896:8: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:3897:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop141;
}
} while (true);
}
break;
}
// InternalStrategyDSL.g:3902:5: ( ( '|' ) )
// InternalStrategyDSL.g:3903:6: ( '|' )
{
// InternalStrategyDSL.g:3903:6: ( '|' )
// InternalStrategyDSL.g:3904:7: '|'
{
match(input,77,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred29_InternalStrategyDSL
// $ANTLR start synpred31_InternalStrategyDSL
public final void synpred31_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:4295:5: ( 'else' )
// InternalStrategyDSL.g:4295:6: 'else'
{
match(input,79,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred31_InternalStrategyDSL
// $ANTLR start synpred32_InternalStrategyDSL
public final void synpred32_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:4354:6: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalStrategyDSL.g:4354:7: ( '(' ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalStrategyDSL.g:4354:7: ( '(' ( ( ruleJvmFormalParameter ) ) ':' )
// InternalStrategyDSL.g:4355:7: '(' ( ( ruleJvmFormalParameter ) ) ':'
{
match(input,37,FOLLOW_47); if (state.failed) return ;
// InternalStrategyDSL.g:4356:7: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:4357:8: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:4357:8: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:4358:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_75);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,81,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred32_InternalStrategyDSL
// $ANTLR start synpred33_InternalStrategyDSL
public final void synpred33_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:4421:6: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalStrategyDSL.g:4421:7: ( ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalStrategyDSL.g:4421:7: ( ( ( ruleJvmFormalParameter ) ) ':' )
// InternalStrategyDSL.g:4422:7: ( ( ruleJvmFormalParameter ) ) ':'
{
// InternalStrategyDSL.g:4422:7: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:4423:8: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:4423:8: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:4424:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_75);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,81,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred33_InternalStrategyDSL
// $ANTLR start synpred35_InternalStrategyDSL
public final void synpred35_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:5239:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )
// InternalStrategyDSL.g:5239:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) )
{
// InternalStrategyDSL.g:5239:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) )
// InternalStrategyDSL.g:5240:6: ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) )
{
// InternalStrategyDSL.g:5240:6: ( ( ruleJvmTypeReference ) )
// InternalStrategyDSL.g:5241:7: ( ruleJvmTypeReference )
{
// InternalStrategyDSL.g:5241:7: ( ruleJvmTypeReference )
// InternalStrategyDSL.g:5242:8: ruleJvmTypeReference
{
pushFollow(FOLLOW_4);
ruleJvmTypeReference();
state._fsp--;
if (state.failed) return ;
}
}
// InternalStrategyDSL.g:5245:6: ( ( ruleValidID ) )
// InternalStrategyDSL.g:5246:7: ( ruleValidID )
{
// InternalStrategyDSL.g:5246:7: ( ruleValidID )
// InternalStrategyDSL.g:5247:8: ruleValidID
{
pushFollow(FOLLOW_2);
ruleValidID();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred35_InternalStrategyDSL
// $ANTLR start synpred36_InternalStrategyDSL
public final void synpred36_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:5551:5: ( ( '(' ) )
// InternalStrategyDSL.g:5551:6: ( '(' )
{
// InternalStrategyDSL.g:5551:6: ( '(' )
// InternalStrategyDSL.g:5552:6: '('
{
match(input,37,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred36_InternalStrategyDSL
// $ANTLR start synpred37_InternalStrategyDSL
public final void synpred37_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:5570:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalStrategyDSL.g:5570:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalStrategyDSL.g:5570:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalStrategyDSL.g:5571:7: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalStrategyDSL.g:5571:7: ()
// InternalStrategyDSL.g:5572:7:
{
}
// InternalStrategyDSL.g:5573:7: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt146=2;
int LA146_0 = input.LA(1);
if ( (LA146_0==RULE_ID||LA146_0==37||LA146_0==62) ) {
alt146=1;
}
switch (alt146) {
case 1 :
// InternalStrategyDSL.g:5574:8: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalStrategyDSL.g:5574:8: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:5575:9: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:5575:9: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:5576:10: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalStrategyDSL.g:5579:8: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop145:
do {
int alt145=2;
int LA145_0 = input.LA(1);
if ( (LA145_0==38) ) {
alt145=1;
}
switch (alt145) {
case 1 :
// InternalStrategyDSL.g:5580:9: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,38,FOLLOW_47); if (state.failed) return ;
// InternalStrategyDSL.g:5581:9: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:5582:10: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:5582:10: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:5583:11: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop145;
}
} while (true);
}
break;
}
// InternalStrategyDSL.g:5588:7: ( ( '|' ) )
// InternalStrategyDSL.g:5589:8: ( '|' )
{
// InternalStrategyDSL.g:5589:8: ( '|' )
// InternalStrategyDSL.g:5590:9: '|'
{
match(input,77,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred37_InternalStrategyDSL
// $ANTLR start synpred38_InternalStrategyDSL
public final void synpred38_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:5667:4: ( ( () '[' ) )
// InternalStrategyDSL.g:5667:5: ( () '[' )
{
// InternalStrategyDSL.g:5667:5: ( () '[' )
// InternalStrategyDSL.g:5668:5: () '['
{
// InternalStrategyDSL.g:5668:5: ()
// InternalStrategyDSL.g:5669:5:
{
}
match(input,42,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred38_InternalStrategyDSL
// $ANTLR start synpred39_InternalStrategyDSL
public final void synpred39_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:5827:5: ( '<' )
// InternalStrategyDSL.g:5827:6: '<'
{
match(input,49,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred39_InternalStrategyDSL
// $ANTLR start synpred40_InternalStrategyDSL
public final void synpred40_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:5884:5: ( ( '(' ) )
// InternalStrategyDSL.g:5884:6: ( '(' )
{
// InternalStrategyDSL.g:5884:6: ( '(' )
// InternalStrategyDSL.g:5885:6: '('
{
match(input,37,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred40_InternalStrategyDSL
// $ANTLR start synpred41_InternalStrategyDSL
public final void synpred41_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:5903:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalStrategyDSL.g:5903:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalStrategyDSL.g:5903:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalStrategyDSL.g:5904:7: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalStrategyDSL.g:5904:7: ()
// InternalStrategyDSL.g:5905:7:
{
}
// InternalStrategyDSL.g:5906:7: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt148=2;
int LA148_0 = input.LA(1);
if ( (LA148_0==RULE_ID||LA148_0==37||LA148_0==62) ) {
alt148=1;
}
switch (alt148) {
case 1 :
// InternalStrategyDSL.g:5907:8: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalStrategyDSL.g:5907:8: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:5908:9: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:5908:9: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:5909:10: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalStrategyDSL.g:5912:8: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop147:
do {
int alt147=2;
int LA147_0 = input.LA(1);
if ( (LA147_0==38) ) {
alt147=1;
}
switch (alt147) {
case 1 :
// InternalStrategyDSL.g:5913:9: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,38,FOLLOW_47); if (state.failed) return ;
// InternalStrategyDSL.g:5914:9: ( ( ruleJvmFormalParameter ) )
// InternalStrategyDSL.g:5915:10: ( ruleJvmFormalParameter )
{
// InternalStrategyDSL.g:5915:10: ( ruleJvmFormalParameter )
// InternalStrategyDSL.g:5916:11: ruleJvmFormalParameter
{
pushFollow(FOLLOW_67);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop147;
}
} while (true);
}
break;
}
// InternalStrategyDSL.g:5921:7: ( ( '|' ) )
// InternalStrategyDSL.g:5922:8: ( '|' )
{
// InternalStrategyDSL.g:5922:8: ( '|' )
// InternalStrategyDSL.g:5923:9: '|'
{
match(input,77,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred41_InternalStrategyDSL
// $ANTLR start synpred42_InternalStrategyDSL
public final void synpred42_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:6000:4: ( ( () '[' ) )
// InternalStrategyDSL.g:6000:5: ( () '[' )
{
// InternalStrategyDSL.g:6000:5: ( () '[' )
// InternalStrategyDSL.g:6001:5: () '['
{
// InternalStrategyDSL.g:6001:5: ()
// InternalStrategyDSL.g:6002:5:
{
}
match(input,42,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred42_InternalStrategyDSL
// $ANTLR start synpred43_InternalStrategyDSL
public final void synpred43_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:6343: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 )
// InternalStrategyDSL.g:
{
if ( (input.LA(1)>=RULE_ID && input.LA(1)<=RULE_DECIMAL)||input.LA(1)==14||(input.LA(1)>=30 && input.LA(1)<=32)||input.LA(1)==37||(input.LA(1)>=41 && input.LA(1)<=42)||input.LA(1)==49||(input.LA(1)>=65 && input.LA(1)<=66)||input.LA(1)==70||input.LA(1)==78||input.LA(1)==80||(input.LA(1)>=83 && input.LA(1)<=85)||(input.LA(1)>=88 && input.LA(1)<=97)||input.LA(1)==99 ) {
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_InternalStrategyDSL
// $ANTLR start synpred44_InternalStrategyDSL
public final void synpred44_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:6414:6: ( 'catch' )
// InternalStrategyDSL.g:6414:7: 'catch'
{
match(input,100,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred44_InternalStrategyDSL
// $ANTLR start synpred45_InternalStrategyDSL
public final void synpred45_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:6435:7: ( 'finally' )
// InternalStrategyDSL.g:6435:8: 'finally'
{
match(input,98,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred45_InternalStrategyDSL
// $ANTLR start synpred48_InternalStrategyDSL
public final void synpred48_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:6679:5: ( '.' )
// InternalStrategyDSL.g:6679:6: '.'
{
match(input,74,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred48_InternalStrategyDSL
// $ANTLR start synpred49_InternalStrategyDSL
public final void synpred49_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:6805:5: ( ( () ruleArrayBrackets ) )
// InternalStrategyDSL.g:6805:6: ( () ruleArrayBrackets )
{
// InternalStrategyDSL.g:6805:6: ( () ruleArrayBrackets )
// InternalStrategyDSL.g:6806:6: () ruleArrayBrackets
{
// InternalStrategyDSL.g:6806:6: ()
// InternalStrategyDSL.g:6807:6:
{
}
pushFollow(FOLLOW_2);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return ;
}
}
}
// $ANTLR end synpred49_InternalStrategyDSL
// $ANTLR start synpred50_InternalStrategyDSL
public final void synpred50_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:7002:5: ( '<' )
// InternalStrategyDSL.g:7002:6: '<'
{
match(input,49,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred50_InternalStrategyDSL
// $ANTLR start synpred51_InternalStrategyDSL
public final void synpred51_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:7058:6: ( ( () '.' ) )
// InternalStrategyDSL.g:7058:7: ( () '.' )
{
// InternalStrategyDSL.g:7058:7: ( () '.' )
// InternalStrategyDSL.g:7059:7: () '.'
{
// InternalStrategyDSL.g:7059:7: ()
// InternalStrategyDSL.g:7060:7:
{
}
match(input,74,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred51_InternalStrategyDSL
// $ANTLR start synpred52_InternalStrategyDSL
public final void synpred52_InternalStrategyDSL_fragment() throws RecognitionException {
// InternalStrategyDSL.g:7096:7: ( '<' )
// InternalStrategyDSL.g:7096:8: '<'
{
match(input,49,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred52_InternalStrategyDSL
// Delegated rules
public final boolean synpred36_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred36_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred2_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred50_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred11_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred14_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred5_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred19_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred22_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred25_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred33_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred42_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred31_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred16_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred7_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred41_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred49_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred38_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred27_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred52_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred44_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred24_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred35_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred13_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred18_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred9_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred29_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred43_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred32_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred6_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred48_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred10_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred15_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred1_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred26_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred21_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred37_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred45_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred23_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred12_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred17_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred20_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred8_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred40_InternalStrategyDSL_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_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred51_InternalStrategyDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred39_InternalStrategyDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred39_InternalStrategyDSL_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 DFA14 dfa14 = new DFA14(this);
protected DFA17 dfa17 = new DFA17(this);
protected DFA23 dfa23 = new DFA23(this);
protected DFA26 dfa26 = new DFA26(this);
protected DFA28 dfa28 = new DFA28(this);
protected DFA38 dfa38 = new DFA38(this);
protected DFA41 dfa41 = new DFA41(this);
protected DFA57 dfa57 = new DFA57(this);
protected DFA56 dfa56 = new DFA56(this);
protected DFA58 dfa58 = new DFA58(this);
protected DFA60 dfa60 = new DFA60(this);
protected DFA69 dfa69 = new DFA69(this);
protected DFA76 dfa76 = new DFA76(this);
protected DFA75 dfa75 = new DFA75(this);
protected DFA98 dfa98 = new DFA98(this);
protected DFA97 dfa97 = new DFA97(this);
protected DFA99 dfa99 = new DFA99(this);
protected DFA103 dfa103 = new DFA103(this);
protected DFA106 dfa106 = new DFA106(this);
protected DFA105 dfa105 = new DFA105(this);
protected DFA107 dfa107 = new DFA107(this);
protected DFA110 dfa110 = new DFA110(this);
protected DFA128 dfa128 = new DFA128(this);
protected DFA126 dfa126 = new DFA126(this);
static final String dfa_1s = "\10\uffff";
static final String dfa_2s = "\2\uffff\1\5\3\uffff\1\5\1\uffff";
static final String dfa_3s = "\1\4\1\uffff\1\15\1\uffff\1\4\1\uffff\1\15\1\uffff";
static final String dfa_4s = "\1\42\1\uffff\1\112\1\uffff\1\41\1\uffff\1\112\1\uffff";
static final String dfa_5s = "\1\uffff\1\1\1\uffff\1\4\1\uffff\1\2\1\uffff\1\3";
static final String dfa_6s = "\10\uffff}>";
static final String[] dfa_7s = {
"\1\2\32\uffff\1\1\2\uffff\1\3",
"",
"\1\5\20\uffff\1\5\4\uffff\1\5\46\uffff\1\4",
"",
"\1\6\34\uffff\1\7",
"",
"\1\5\20\uffff\1\5\4\uffff\1\5\46\uffff\1\4",
""
};
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 DFA14 extends DFA {
public DFA14(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 14;
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 "772: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\143\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\5\uffff\1\2\17\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\7\uffff\1\2\1\uffff\1\2\2\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 DFA17 extends DFA {
public DFA17(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 17;
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 "989: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 LA17_1 = input.LA(1);
int index17_1 = input.index();
input.rewind();
s = -1;
if ( (synpred2_InternalStrategyDSL()) ) {s = 35;}
else if ( (true) ) {s = 2;}
input.seek(index17_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 17, _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\143\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\5\uffff\1\2\17\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\7\uffff\1\2\1\uffff\1\2\2\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 DFA23 extends DFA {
public DFA23(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 23;
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 "1169: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 LA23_1 = input.LA(1);
int index23_1 = input.index();
input.rewind();
s = -1;
if ( (synpred5_InternalStrategyDSL()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index23_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 23, _s, input);
error(nvae);
throw nvae;
}
}
class DFA26 extends DFA {
public DFA26(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 26;
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 "1311: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 LA26_1 = input.LA(1);
int index26_1 = input.index();
input.rewind();
s = -1;
if ( (synpred6_InternalStrategyDSL()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index26_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 26, _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\144\7\0\2\uffff";
static final String dfa_24s = "\10\uffff\1\2\1\1";
static final String dfa_25s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\0\2\uffff}>";
static final String[] dfa_26s = {
"\5\10\5\uffff\2\10\13\uffff\1\10\2\uffff\4\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\32\10\1\uffff\27\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 DFA28 extends DFA {
public DFA28(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 28;
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 "1540: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 LA28_7 = input.LA(1);
int index28_7 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalStrategyDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index28_7);
if ( s>=0 ) return s;
break;
case 1 :
int LA28_1 = input.LA(1);
int index28_1 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalStrategyDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index28_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA28_2 = input.LA(1);
int index28_2 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalStrategyDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index28_2);
if ( s>=0 ) return s;
break;
case 3 :
int LA28_3 = input.LA(1);
int index28_3 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalStrategyDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index28_3);
if ( s>=0 ) return s;
break;
case 4 :
int LA28_4 = input.LA(1);
int index28_4 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalStrategyDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index28_4);
if ( s>=0 ) return s;
break;
case 5 :
int LA28_5 = input.LA(1);
int index28_5 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalStrategyDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index28_5);
if ( s>=0 ) return s;
break;
case 6 :
int LA28_6 = input.LA(1);
int index28_6 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalStrategyDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index28_6);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 28, _s, input);
error(nvae);
throw nvae;
}
}
static final String 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\144\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\5\1\2\1\3\1\4\1\0\1\1\1\6\1\7\1\uffff}>";
static final String[] dfa_33s = {
"\5\1\5\uffff\2\1\13\uffff\1\1\2\uffff\4\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\14\1\1\uffff\27\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 DFA38 extends DFA {
public DFA38(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 38;
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 2254: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 LA38_6 = input.LA(1);
int index38_6 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalStrategyDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index38_6);
if ( s>=0 ) return s;
break;
case 1 :
int LA38_7 = input.LA(1);
int index38_7 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalStrategyDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index38_7);
if ( s>=0 ) return s;
break;
case 2 :
int LA38_3 = input.LA(1);
int index38_3 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalStrategyDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
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 ( (synpred13_InternalStrategyDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
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 ( (synpred13_InternalStrategyDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index38_5);
if ( s>=0 ) return s;
break;
case 5 :
int LA38_2 = input.LA(1);
int index38_2 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalStrategyDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index38_2);
if ( s>=0 ) return s;
break;
case 6 :
int LA38_8 = input.LA(1);
int index38_8 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalStrategyDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index38_8);
if ( s>=0 ) return s;
break;
case 7 :
int LA38_9 = input.LA(1);
int index38_9 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalStrategyDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index38_9);
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_34s = "\1\61\2\uffff\1\62\7\uffff";
static final String dfa_35s = "\1\100\2\uffff\1\75\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\3\1\6";
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\12\12\uffff\1\11",
"",
"",
"",
"",
"",
"",
""
};
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 DFA41 extends DFA {
public DFA41(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 41;
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 "2330: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\144\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\5\uffff\2\2\13\uffff\1\2\2\uffff\4\2\1\uffff\1\2\1\uffff\1\1\2\2\1\uffff\44\2\1\uffff\27\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 DFA57 extends DFA {
public DFA57(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 57;
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 "3231: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 LA57_1 = input.LA(1);
int index57_1 = input.index();
input.rewind();
s = -1;
if ( (synpred22_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index57_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 57, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_46s = "\1\4\2\0\41\uffff";
static final String dfa_47s = "\1\143\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\5\uffff\1\5\17\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\6\uffff\1\4\1\5\1\uffff\1\5\2\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 DFA56 extends DFA {
public DFA56(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 56;
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 "3250: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 LA56_0 = input.LA(1);
int index56_0 = input.index();
input.rewind();
s = -1;
if ( (LA56_0==RULE_ID) ) {s = 1;}
else if ( (LA56_0==37) ) {s = 2;}
else if ( (LA56_0==62) && (synpred23_InternalStrategyDSL())) {s = 3;}
else if ( (LA56_0==77) && (synpred23_InternalStrategyDSL())) {s = 4;}
else if ( ((LA56_0>=RULE_STRING && LA56_0<=RULE_DECIMAL)||LA56_0==14||(LA56_0>=30 && LA56_0<=32)||(LA56_0>=41 && LA56_0<=42)||LA56_0==49||(LA56_0>=65 && LA56_0<=66)||LA56_0==70||LA56_0==78||LA56_0==80||(LA56_0>=83 && LA56_0<=85)||(LA56_0>=88 && LA56_0<=97)||LA56_0==99) ) {s = 5;}
else if ( (LA56_0==39) ) {s = 35;}
input.seek(index56_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA56_1 = input.LA(1);
int index56_1 = input.index();
input.rewind();
s = -1;
if ( (synpred23_InternalStrategyDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index56_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA56_2 = input.LA(1);
int index56_2 = input.index();
input.rewind();
s = -1;
if ( (synpred23_InternalStrategyDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index56_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 56, _s, input);
error(nvae);
throw nvae;
}
}
static final String[] dfa_51s = {
"\5\2\5\uffff\2\2\13\uffff\1\2\2\uffff\4\2\1\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\1\42\2\1\uffff\27\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_51 = unpackEncodedStringArray(dfa_51s);
class DFA58 extends DFA {
public DFA58(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 58;
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 "3348: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 LA58_1 = input.LA(1);
int index58_1 = input.index();
input.rewind();
s = -1;
if ( (synpred24_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index58_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 58, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_52s = "\40\uffff";
static final String dfa_53s = "\1\4\26\uffff\1\0\10\uffff";
static final String dfa_54s = "\1\143\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\5\uffff\1\2\17\uffff\3\5\4\uffff\1\35\3\uffff\2\14\6\uffff\1\5\34\uffff\1\26\1\uffff\1\3\2\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 DFA60 extends DFA {
public DFA60(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 60;
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 "3393: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 LA60_0 = input.LA(1);
int index60_0 = input.index();
input.rewind();
s = -1;
if ( (LA60_0==90) ) {s = 1;}
else if ( (LA60_0==14) ) {s = 2;}
else if ( (LA60_0==80) ) {s = 3;}
else if ( (LA60_0==99) && (synpred25_InternalStrategyDSL())) {s = 4;}
else if ( (LA60_0==RULE_ID||(LA60_0>=30 && LA60_0<=32)||LA60_0==49||(LA60_0>=88 && LA60_0<=89)) ) {s = 5;}
else if ( ((LA60_0>=RULE_STRING && LA60_0<=RULE_DECIMAL)||(LA60_0>=41 && LA60_0<=42)||(LA60_0>=91 && LA60_0<=94)) ) {s = 12;}
else if ( (LA60_0==78) ) {s = 22;}
else if ( (LA60_0==83) ) {s = 23;}
else if ( (LA60_0==84) ) {s = 24;}
else if ( (LA60_0==85) ) {s = 25;}
else if ( (LA60_0==95) ) {s = 26;}
else if ( (LA60_0==96) ) {s = 27;}
else if ( (LA60_0==97) ) {s = 28;}
else if ( (LA60_0==37) ) {s = 29;}
input.seek(index60_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA60_23 = input.LA(1);
int index60_23 = input.index();
input.rewind();
s = -1;
if ( (synpred26_InternalStrategyDSL()) ) {s = 30;}
else if ( (true) ) {s = 31;}
input.seek(index60_23);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 60, _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\143\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\5\uffff\1\5\17\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\6\uffff\1\4\1\5\1\uffff\1\5\2\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 DFA69 extends DFA {
public DFA69(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 69;
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 "3885: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 LA69_0 = input.LA(1);
int index69_0 = input.index();
input.rewind();
s = -1;
if ( (LA69_0==RULE_ID) ) {s = 1;}
else if ( (LA69_0==37) ) {s = 2;}
else if ( (LA69_0==62) && (synpred29_InternalStrategyDSL())) {s = 3;}
else if ( (LA69_0==77) && (synpred29_InternalStrategyDSL())) {s = 4;}
else if ( ((LA69_0>=RULE_STRING && LA69_0<=RULE_DECIMAL)||LA69_0==14||(LA69_0>=30 && LA69_0<=32)||(LA69_0>=41 && LA69_0<=43)||LA69_0==49||(LA69_0>=65 && LA69_0<=66)||LA69_0==70||LA69_0==78||LA69_0==80||(LA69_0>=83 && LA69_0<=97)||LA69_0==99) ) {s = 5;}
input.seek(index69_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA69_1 = input.LA(1);
int index69_1 = input.index();
input.rewind();
s = -1;
if ( (synpred29_InternalStrategyDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index69_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA69_2 = input.LA(1);
int index69_2 = input.index();
input.rewind();
s = -1;
if ( (synpred29_InternalStrategyDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index69_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 69, _s, input);
error(nvae);
throw nvae;
}
}
static final String[] dfa_64s = {
"\5\2\5\uffff\1\2\17\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\7\uffff\1\2\1\uffff\1\2\2\uffff\3\2\2\uffff\12\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_64 = unpackEncodedStringArray(dfa_64s);
class DFA76 extends DFA {
public DFA76(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 76;
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 "4351: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 LA76_1 = input.LA(1);
int index76_1 = input.index();
input.rewind();
s = -1;
if ( (synpred32_InternalStrategyDSL()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index76_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 76, _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\143\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\5\uffff\1\4\17\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\7\uffff\1\4\1\uffff\1\4\2\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 DFA75 extends DFA {
public DFA75(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 75;
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 "4420: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 LA75_0 = input.LA(1);
int index75_0 = input.index();
input.rewind();
s = -1;
if ( (LA75_0==RULE_ID) ) {s = 1;}
else if ( (LA75_0==37) ) {s = 2;}
else if ( (LA75_0==62) && (synpred33_InternalStrategyDSL())) {s = 3;}
else if ( ((LA75_0>=RULE_STRING && LA75_0<=RULE_DECIMAL)||LA75_0==14||(LA75_0>=30 && LA75_0<=32)||(LA75_0>=41 && LA75_0<=42)||LA75_0==49||(LA75_0>=65 && LA75_0<=66)||LA75_0==70||LA75_0==78||LA75_0==80||(LA75_0>=83 && LA75_0<=85)||(LA75_0>=88 && LA75_0<=97)||LA75_0==99) ) {s = 4;}
input.seek(index75_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA75_1 = input.LA(1);
int index75_1 = input.index();
input.rewind();
s = -1;
if ( (synpred33_InternalStrategyDSL()) ) {s = 3;}
else if ( (true) ) {s = 4;}
input.seek(index75_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA75_2 = input.LA(1);
int index75_2 = input.index();
input.rewind();
s = -1;
if ( (synpred33_InternalStrategyDSL()) ) {s = 3;}
else if ( (true) ) {s = 4;}
input.seek(index75_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 75, _s, input);
error(nvae);
throw nvae;
}
}
class DFA98 extends DFA {
public DFA98(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 98;
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 "5549: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 LA98_1 = input.LA(1);
int index98_1 = input.index();
input.rewind();
s = -1;
if ( (synpred36_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index98_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 98, _s, input);
error(nvae);
throw nvae;
}
}
class DFA97 extends DFA {
public DFA97(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 97;
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 "5568: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 LA97_0 = input.LA(1);
int index97_0 = input.index();
input.rewind();
s = -1;
if ( (LA97_0==RULE_ID) ) {s = 1;}
else if ( (LA97_0==37) ) {s = 2;}
else if ( (LA97_0==62) && (synpred37_InternalStrategyDSL())) {s = 3;}
else if ( (LA97_0==77) && (synpred37_InternalStrategyDSL())) {s = 4;}
else if ( ((LA97_0>=RULE_STRING && LA97_0<=RULE_DECIMAL)||LA97_0==14||(LA97_0>=30 && LA97_0<=32)||(LA97_0>=41 && LA97_0<=42)||LA97_0==49||(LA97_0>=65 && LA97_0<=66)||LA97_0==70||LA97_0==78||LA97_0==80||(LA97_0>=83 && LA97_0<=85)||(LA97_0>=88 && LA97_0<=97)||LA97_0==99) ) {s = 5;}
else if ( (LA97_0==39) ) {s = 35;}
input.seek(index97_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA97_1 = input.LA(1);
int index97_1 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalStrategyDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index97_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA97_2 = input.LA(1);
int index97_2 = input.index();
input.rewind();
s = -1;
if ( (synpred37_InternalStrategyDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index97_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 97, _s, input);
error(nvae);
throw nvae;
}
}
class DFA99 extends DFA {
public DFA99(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 99;
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 "5666: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 LA99_1 = input.LA(1);
int index99_1 = input.index();
input.rewind();
s = -1;
if ( (synpred38_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index99_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 99, _s, input);
error(nvae);
throw nvae;
}
}
static final String[] dfa_71s = {
"\5\2\5\uffff\2\2\13\uffff\1\2\2\uffff\4\2\1\uffff\1\2\1\uffff\3\2\1\uffff\10\2\1\1\33\2\1\uffff\27\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_71 = unpackEncodedStringArray(dfa_71s);
class DFA103 extends DFA {
public DFA103(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 103;
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 "5825: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 LA103_1 = input.LA(1);
int index103_1 = input.index();
input.rewind();
s = -1;
if ( (synpred39_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index103_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 103, _s, input);
error(nvae);
throw nvae;
}
}
class DFA106 extends DFA {
public DFA106(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 106;
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 "5882: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 LA106_1 = input.LA(1);
int index106_1 = input.index();
input.rewind();
s = -1;
if ( (synpred40_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index106_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 106, _s, input);
error(nvae);
throw nvae;
}
}
class DFA105 extends DFA {
public DFA105(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 105;
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 "5901: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 LA105_0 = input.LA(1);
int index105_0 = input.index();
input.rewind();
s = -1;
if ( (LA105_0==RULE_ID) ) {s = 1;}
else if ( (LA105_0==37) ) {s = 2;}
else if ( (LA105_0==62) && (synpred41_InternalStrategyDSL())) {s = 3;}
else if ( (LA105_0==77) && (synpred41_InternalStrategyDSL())) {s = 4;}
else if ( ((LA105_0>=RULE_STRING && LA105_0<=RULE_DECIMAL)||LA105_0==14||(LA105_0>=30 && LA105_0<=32)||(LA105_0>=41 && LA105_0<=42)||LA105_0==49||(LA105_0>=65 && LA105_0<=66)||LA105_0==70||LA105_0==78||LA105_0==80||(LA105_0>=83 && LA105_0<=85)||(LA105_0>=88 && LA105_0<=97)||LA105_0==99) ) {s = 5;}
else if ( (LA105_0==39) ) {s = 35;}
input.seek(index105_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA105_1 = input.LA(1);
int index105_1 = input.index();
input.rewind();
s = -1;
if ( (synpred41_InternalStrategyDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index105_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA105_2 = input.LA(1);
int index105_2 = input.index();
input.rewind();
s = -1;
if ( (synpred41_InternalStrategyDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index105_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 105, _s, input);
error(nvae);
throw nvae;
}
}
class DFA107 extends DFA {
public DFA107(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 107;
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 "5999: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 LA107_1 = input.LA(1);
int index107_1 = input.index();
input.rewind();
s = -1;
if ( (synpred42_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index107_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 107, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_72s = "\1\41\115\uffff";
static final String dfa_73s = "\1\4\40\0\55\uffff";
static final String dfa_74s = "\1\144\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\5\uffff\1\12\1\41\13\uffff\1\41\2\uffff\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\6\41\1\uffff\1\31\1\41\1\13\2\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 DFA110 extends DFA {
public DFA110(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 110;
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 "6342: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 LA110_1 = input.LA(1);
int index110_1 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_1);
if ( s>=0 ) return s;
break;
case 1 :
int LA110_2 = input.LA(1);
int index110_2 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_2);
if ( s>=0 ) return s;
break;
case 2 :
int LA110_3 = input.LA(1);
int index110_3 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_3);
if ( s>=0 ) return s;
break;
case 3 :
int LA110_4 = input.LA(1);
int index110_4 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_4);
if ( s>=0 ) return s;
break;
case 4 :
int LA110_5 = input.LA(1);
int index110_5 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_5);
if ( s>=0 ) return s;
break;
case 5 :
int LA110_6 = input.LA(1);
int index110_6 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_6);
if ( s>=0 ) return s;
break;
case 6 :
int LA110_7 = input.LA(1);
int index110_7 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_7);
if ( s>=0 ) return s;
break;
case 7 :
int LA110_8 = input.LA(1);
int index110_8 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_8);
if ( s>=0 ) return s;
break;
case 8 :
int LA110_9 = input.LA(1);
int index110_9 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_9);
if ( s>=0 ) return s;
break;
case 9 :
int LA110_10 = input.LA(1);
int index110_10 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_10);
if ( s>=0 ) return s;
break;
case 10 :
int LA110_11 = input.LA(1);
int index110_11 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_11);
if ( s>=0 ) return s;
break;
case 11 :
int LA110_12 = input.LA(1);
int index110_12 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_12);
if ( s>=0 ) return s;
break;
case 12 :
int LA110_13 = input.LA(1);
int index110_13 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_13);
if ( s>=0 ) return s;
break;
case 13 :
int LA110_14 = input.LA(1);
int index110_14 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_14);
if ( s>=0 ) return s;
break;
case 14 :
int LA110_15 = input.LA(1);
int index110_15 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_15);
if ( s>=0 ) return s;
break;
case 15 :
int LA110_16 = input.LA(1);
int index110_16 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_16);
if ( s>=0 ) return s;
break;
case 16 :
int LA110_17 = input.LA(1);
int index110_17 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_17);
if ( s>=0 ) return s;
break;
case 17 :
int LA110_18 = input.LA(1);
int index110_18 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_18);
if ( s>=0 ) return s;
break;
case 18 :
int LA110_19 = input.LA(1);
int index110_19 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_19);
if ( s>=0 ) return s;
break;
case 19 :
int LA110_20 = input.LA(1);
int index110_20 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_20);
if ( s>=0 ) return s;
break;
case 20 :
int LA110_21 = input.LA(1);
int index110_21 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_21);
if ( s>=0 ) return s;
break;
case 21 :
int LA110_22 = input.LA(1);
int index110_22 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_22);
if ( s>=0 ) return s;
break;
case 22 :
int LA110_23 = input.LA(1);
int index110_23 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_23);
if ( s>=0 ) return s;
break;
case 23 :
int LA110_24 = input.LA(1);
int index110_24 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_24);
if ( s>=0 ) return s;
break;
case 24 :
int LA110_25 = input.LA(1);
int index110_25 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_25);
if ( s>=0 ) return s;
break;
case 25 :
int LA110_26 = input.LA(1);
int index110_26 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_26);
if ( s>=0 ) return s;
break;
case 26 :
int LA110_27 = input.LA(1);
int index110_27 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_27);
if ( s>=0 ) return s;
break;
case 27 :
int LA110_28 = input.LA(1);
int index110_28 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_28);
if ( s>=0 ) return s;
break;
case 28 :
int LA110_29 = input.LA(1);
int index110_29 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_29);
if ( s>=0 ) return s;
break;
case 29 :
int LA110_30 = input.LA(1);
int index110_30 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_30);
if ( s>=0 ) return s;
break;
case 30 :
int LA110_31 = input.LA(1);
int index110_31 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_31);
if ( s>=0 ) return s;
break;
case 31 :
int LA110_32 = input.LA(1);
int index110_32 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalStrategyDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index110_32);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 110, _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\146\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\5\uffff\2\2\13\uffff\1\2\2\uffff\4\2\1\uffff\1\2\1\uffff\3\2\1\uffff\10\2\1\1\33\2\1\uffff\27\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 DFA128 extends DFA {
public DFA128(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 128;
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 "7000: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 LA128_1 = input.LA(1);
int index128_1 = input.index();
input.rewind();
s = -1;
if ( (synpred50_InternalStrategyDSL()) ) {s = 78;}
else if ( (true) ) {s = 2;}
input.seek(index128_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 128, _s, input);
error(nvae);
throw nvae;
}
}
class DFA126 extends DFA {
public DFA126(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 126;
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 "7094: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 LA126_1 = input.LA(1);
int index126_1 = input.index();
input.rewind();
s = -1;
if ( (synpred52_InternalStrategyDSL()) ) {s = 78;}
else if ( (true) ) {s = 2;}
input.seek(index126_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 126, _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[]{0x0000000000004002L});
public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000010000L});
public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000000008000L});
public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000004000L});
public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000020000L});
public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000008000000L});
public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000004148000L});
public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000004108000L});
public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000004008000L});
public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000000080000L});
public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000000000000L,0x00001F8000000000L});
public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000000000200000L});
public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000000400000L});
public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000000000000L,0x0000600000000000L});
public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000000800002L});
public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000001000000L});
public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000002008000L});
public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000000008010L});
public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000010000000L});
public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000020000000L});
public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000000480000010L});
public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000100000010L});
public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000200000010L});
public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000000800000002L});
public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000002000000002L});
public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x000206B1C00041F0L,0x0000000BFF394046L});
public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x000000C000000000L});
public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000008000000000L});
public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000010000000000L});
public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x00020631C00041F0L,0x0000000BFF394046L});
public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0000040000000000L});
public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x00020E31C00041F0L,0x0000000BFF394046L});
public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000084000000000L});
public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000004000000002L});
public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0007F00000000002L});
public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0002000000000000L});
public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x000C000000000000L});
public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0008000000000000L});
public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0010000000000002L});
public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0020000000000002L});
public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x03C0000000000002L});
public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x040E000000000002L});
public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x4000002000000010L});
public static final BitSet FOLLOW_48 = new BitSet(new long[]{0xF806000000000002L,0x0000000000000001L});
public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x2000000000000000L});
public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0004000000000000L});
public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x4002000000000000L});
public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000006L});
public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000000200000002L,0x0000000000000038L});
public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000080L});
public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000300L});
public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000000000000002L,0x0000000000001C00L});
public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x00000001C0000010L,0x0000000001000000L});
public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x00020001C0000010L,0x0000000003000000L});
public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x4000002000000010L,0x0000002000000000L});
public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0004004000000000L});
public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000042000000002L,0x0000000000001C00L});
public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x400206B1C00041F0L,0x0000000BFF396046L});
public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000040000000002L,0x0000000000001C00L});
public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x00020631C000C1F0L,0x0000000BFF394046L});
public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000004000008000L});
public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x40020E31C00041F0L,0x0000000BFFF96046L});
public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000004000000000L,0x0000000000002000L});
public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x00020E31C00041F0L,0x0000000BFFF94046L});
public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000080000000000L});
public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x00020639C00041F2L,0x0000000BFFF94046L});
public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x00020631C00041F2L,0x0000000BFFF94046L});
public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000002000000000L});
public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000000002L,0x0000000000008000L});
public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x40020631C00041F0L,0x0000000BFF394046L});
public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L});
public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x4000006008008010L,0x0000000000060000L});
public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0000004000000000L,0x0000000000060000L});
public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0000004000000000L,0x0000000000020000L});
public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x00020639C00041F0L,0x0000000BFFF94046L});
public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x0000004800000000L});
public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x00020631C00041F0L,0x0000000BFFF94046L});
public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x00020639C00041F0L,0x0000000BFF394046L});
public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0000000800000000L});
public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L});
public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x00020631C000C1F0L,0x0000000BFFF94046L});
public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x00020639C000C1F0L,0x0000000BFFF94046L});
public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000010000000002L});
public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000042000000002L});
public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0000040000000002L});
public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0002042000000002L});
public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000048000000000L});
public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x00020631C00041F2L,0x0000000BFF394046L});
public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0000000000000000L,0x0000001400000000L});
public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0000000000000002L,0x0000001400000000L});
public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000400L});
public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000000000000180L});
public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x400000A000000010L});
public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x4000000000000000L});
public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0002000000000002L});
public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0002000000000002L,0x0000000000000400L});
public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000000000002L,0x0000000003000000L});
public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000000000002L,0x0000004000000000L});
public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000400L});
public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0000000200000000L});
public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000040000002L});
public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000000012L});
}