blob: 802cc2fd8177c90b1311ffe134fb79fbafca5f9d [file] [log] [blame]
package org.eclipse.osbp.xtext.authorizationdsl.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.authorizationdsl.services.AuthorizationDSLGrammarAccess;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
/**
*
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
* generated by Xtext 2.11.0
*
*/
@SuppressWarnings("all")
public class InternalAuthorizationDSLParser 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'", "'{'", "'}'", "'role'", "'entity'", "'bean'", "'dto'", "'all'", "'usertasks'", "'usertask'", "'process'", "'is'", "'attribute'", "'relation'", "'import'", "'static'", "'extension'", "'*'", "'ns'", "';'", "'@'", "'('", "','", "')'", "'='", "'#'", "'['", "']'", "'+='", "'-='", "'*='", "'/='", "'%='", "'<'", "'>'", "'>='", "'||'", "'&&'", "'=='", "'!='", "'==='", "'!=='", "'instanceof'", "'->'", "'..<'", "'..'", "'=>'", "'<>'", "'?:'", "'+'", "'-'", "'**'", "'/'", "'%'", "'!'", "'as'", "'++'", "'--'", "'.'", "'::'", "'?.'", "'|'", "'if'", "'else'", "'switch'", "':'", "'default'", "'case'", "'for'", "'while'", "'do'", "'var'", "'val'", "'extends'", "'super'", "'new'", "'false'", "'true'", "'null'", "'typeof'", "'throw'", "'return'", "'try'", "'finally'", "'synchronized'", "'catch'", "'?'", "'&'", "'ANY'", "'CREATABLE'", "'READABLE'", "'UPDATABLE'", "'DELETABLE'", "'INVISIBLE'", "'DISABLED'", "'NONEDITABLE'", "'STARTABLE'", "'TASKABLE'"
};
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 InternalAuthorizationDSLParser(TokenStream input) {
this(input, new RecognizerSharedState());
}
public InternalAuthorizationDSLParser(TokenStream input, RecognizerSharedState state) {
super(input, state);
}
public String[] getTokenNames() { return InternalAuthorizationDSLParser.tokenNames; }
public String getGrammarFileName() { return "InternalAuthorizationDSL.g"; }
private AuthorizationDSLGrammarAccess grammarAccess;
public InternalAuthorizationDSLParser(TokenStream input, AuthorizationDSLGrammarAccess grammarAccess) {
this(input);
this.grammarAccess = grammarAccess;
registerRules(grammarAccess.getGrammar());
}
@Override
protected String getFirstRuleName() {
return "AuthorizationModel";
}
@Override
protected AuthorizationDSLGrammarAccess getGrammarAccess() {
return grammarAccess;
}
// $ANTLR start "entryRuleAuthorizationModel"
// InternalAuthorizationDSL.g:78:1: entryRuleAuthorizationModel returns [EObject current=null] : iv_ruleAuthorizationModel= ruleAuthorizationModel EOF ;
public final EObject entryRuleAuthorizationModel() throws RecognitionException {
EObject current = null;
EObject iv_ruleAuthorizationModel = null;
try {
// InternalAuthorizationDSL.g:78:59: (iv_ruleAuthorizationModel= ruleAuthorizationModel EOF )
// InternalAuthorizationDSL.g:79:2: iv_ruleAuthorizationModel= ruleAuthorizationModel EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getAuthorizationModelRule());
}
pushFollow(FOLLOW_1);
iv_ruleAuthorizationModel=ruleAuthorizationModel();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleAuthorizationModel;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleAuthorizationModel"
// $ANTLR start "ruleAuthorizationModel"
// InternalAuthorizationDSL.g:85:1: ruleAuthorizationModel returns [EObject current=null] : ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_pckg_1_0= ruleAuthorizationPackage ) ) ) ;
public final EObject ruleAuthorizationModel() throws RecognitionException {
EObject current = null;
EObject lv_importSection_0_0 = null;
EObject lv_pckg_1_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:91:2: ( ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_pckg_1_0= ruleAuthorizationPackage ) ) ) )
// InternalAuthorizationDSL.g:92:2: ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_pckg_1_0= ruleAuthorizationPackage ) ) )
{
// InternalAuthorizationDSL.g:92:2: ( ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_pckg_1_0= ruleAuthorizationPackage ) ) )
// InternalAuthorizationDSL.g:93:3: ( (lv_importSection_0_0= ruleXImportSection ) )? ( (lv_pckg_1_0= ruleAuthorizationPackage ) )
{
// InternalAuthorizationDSL.g:93:3: ( (lv_importSection_0_0= ruleXImportSection ) )?
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0==27) ) {
alt1=1;
}
switch (alt1) {
case 1 :
// InternalAuthorizationDSL.g:94:4: (lv_importSection_0_0= ruleXImportSection )
{
// InternalAuthorizationDSL.g:94:4: (lv_importSection_0_0= ruleXImportSection )
// InternalAuthorizationDSL.g:95:5: lv_importSection_0_0= ruleXImportSection
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getAuthorizationModelAccess().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.getAuthorizationModelRule());
}
set(
current,
"importSection",
lv_importSection_0_0,
"org.eclipse.xtext.xbase.Xtype.XImportSection");
afterParserOrEnumRuleCall();
}
}
}
break;
}
// InternalAuthorizationDSL.g:112:3: ( (lv_pckg_1_0= ruleAuthorizationPackage ) )
// InternalAuthorizationDSL.g:113:4: (lv_pckg_1_0= ruleAuthorizationPackage )
{
// InternalAuthorizationDSL.g:113:4: (lv_pckg_1_0= ruleAuthorizationPackage )
// InternalAuthorizationDSL.g:114:5: lv_pckg_1_0= ruleAuthorizationPackage
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getAuthorizationModelAccess().getPckgAuthorizationPackageParserRuleCall_1_0());
}
pushFollow(FOLLOW_2);
lv_pckg_1_0=ruleAuthorizationPackage();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getAuthorizationModelRule());
}
set(
current,
"pckg",
lv_pckg_1_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.AuthorizationPackage");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleAuthorizationModel"
// $ANTLR start "entryRuleAuthorizationPackage"
// InternalAuthorizationDSL.g:135:1: entryRuleAuthorizationPackage returns [EObject current=null] : iv_ruleAuthorizationPackage= ruleAuthorizationPackage EOF ;
public final EObject entryRuleAuthorizationPackage() throws RecognitionException {
EObject current = null;
EObject iv_ruleAuthorizationPackage = null;
try {
// InternalAuthorizationDSL.g:135:61: (iv_ruleAuthorizationPackage= ruleAuthorizationPackage EOF )
// InternalAuthorizationDSL.g:136:2: iv_ruleAuthorizationPackage= ruleAuthorizationPackage EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getAuthorizationPackageRule());
}
pushFollow(FOLLOW_1);
iv_ruleAuthorizationPackage=ruleAuthorizationPackage();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleAuthorizationPackage;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleAuthorizationPackage"
// $ANTLR start "ruleAuthorizationPackage"
// InternalAuthorizationDSL.g:142:1: ruleAuthorizationPackage returns [EObject current=null] : ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) otherlv_3= '{' ( (lv_roles_4_0= ruleRole ) )* otherlv_5= '}' ) ;
public final EObject ruleAuthorizationPackage() 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_roles_4_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:148:2: ( ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) otherlv_3= '{' ( (lv_roles_4_0= ruleRole ) )* otherlv_5= '}' ) )
// InternalAuthorizationDSL.g:149:2: ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) otherlv_3= '{' ( (lv_roles_4_0= ruleRole ) )* otherlv_5= '}' )
{
// InternalAuthorizationDSL.g:149:2: ( () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) otherlv_3= '{' ( (lv_roles_4_0= ruleRole ) )* otherlv_5= '}' )
// InternalAuthorizationDSL.g:150:3: () otherlv_1= 'package' ( (lv_name_2_0= ruleQualifiedName ) ) otherlv_3= '{' ( (lv_roles_4_0= ruleRole ) )* otherlv_5= '}'
{
// InternalAuthorizationDSL.g:150:3: ()
// InternalAuthorizationDSL.g:151:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getAuthorizationPackageAccess().getAuthorizationPackageAction_0(),
current);
}
}
otherlv_1=(Token)match(input,13,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getAuthorizationPackageAccess().getPackageKeyword_1());
}
// InternalAuthorizationDSL.g:161:3: ( (lv_name_2_0= ruleQualifiedName ) )
// InternalAuthorizationDSL.g:162:4: (lv_name_2_0= ruleQualifiedName )
{
// InternalAuthorizationDSL.g:162:4: (lv_name_2_0= ruleQualifiedName )
// InternalAuthorizationDSL.g:163:5: lv_name_2_0= ruleQualifiedName
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getAuthorizationPackageAccess().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.getAuthorizationPackageRule());
}
set(
current,
"name",
lv_name_2_0,
"org.eclipse.xtext.xbase.Xbase.QualifiedName");
afterParserOrEnumRuleCall();
}
}
}
otherlv_3=(Token)match(input,14,FOLLOW_6); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getAuthorizationPackageAccess().getLeftCurlyBracketKeyword_3());
}
// InternalAuthorizationDSL.g:184:3: ( (lv_roles_4_0= ruleRole ) )*
loop2:
do {
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0==16) ) {
alt2=1;
}
switch (alt2) {
case 1 :
// InternalAuthorizationDSL.g:185:4: (lv_roles_4_0= ruleRole )
{
// InternalAuthorizationDSL.g:185:4: (lv_roles_4_0= ruleRole )
// InternalAuthorizationDSL.g:186:5: lv_roles_4_0= ruleRole
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getAuthorizationPackageAccess().getRolesRoleParserRuleCall_4_0());
}
pushFollow(FOLLOW_6);
lv_roles_4_0=ruleRole();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getAuthorizationPackageRule());
}
add(
current,
"roles",
lv_roles_4_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.Role");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop2;
}
} while (true);
otherlv_5=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getAuthorizationPackageAccess().getRightCurlyBracketKeyword_5());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleAuthorizationPackage"
// $ANTLR start "entryRuleRole"
// InternalAuthorizationDSL.g:211:1: entryRuleRole returns [EObject current=null] : iv_ruleRole= ruleRole EOF ;
public final EObject entryRuleRole() throws RecognitionException {
EObject current = null;
EObject iv_ruleRole = null;
try {
// InternalAuthorizationDSL.g:211:45: (iv_ruleRole= ruleRole EOF )
// InternalAuthorizationDSL.g:212:2: iv_ruleRole= ruleRole EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleRule());
}
pushFollow(FOLLOW_1);
iv_ruleRole=ruleRole();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRole;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRole"
// $ANTLR start "ruleRole"
// InternalAuthorizationDSL.g:218:1: ruleRole returns [EObject current=null] : (otherlv_0= 'role' ( (lv_name_1_0= ruleTRANSLATABLEID ) ) otherlv_2= '{' ( (lv_roleElements_3_0= ruleRoleElement ) )* otherlv_4= '}' ) ;
public final EObject ruleRole() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_2=null;
Token otherlv_4=null;
AntlrDatatypeRuleToken lv_name_1_0 = null;
EObject lv_roleElements_3_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:224:2: ( (otherlv_0= 'role' ( (lv_name_1_0= ruleTRANSLATABLEID ) ) otherlv_2= '{' ( (lv_roleElements_3_0= ruleRoleElement ) )* otherlv_4= '}' ) )
// InternalAuthorizationDSL.g:225:2: (otherlv_0= 'role' ( (lv_name_1_0= ruleTRANSLATABLEID ) ) otherlv_2= '{' ( (lv_roleElements_3_0= ruleRoleElement ) )* otherlv_4= '}' )
{
// InternalAuthorizationDSL.g:225:2: (otherlv_0= 'role' ( (lv_name_1_0= ruleTRANSLATABLEID ) ) otherlv_2= '{' ( (lv_roleElements_3_0= ruleRoleElement ) )* otherlv_4= '}' )
// InternalAuthorizationDSL.g:226:3: otherlv_0= 'role' ( (lv_name_1_0= ruleTRANSLATABLEID ) ) otherlv_2= '{' ( (lv_roleElements_3_0= ruleRoleElement ) )* otherlv_4= '}'
{
otherlv_0=(Token)match(input,16,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getRoleAccess().getRoleKeyword_0());
}
// InternalAuthorizationDSL.g:230:3: ( (lv_name_1_0= ruleTRANSLATABLEID ) )
// InternalAuthorizationDSL.g:231:4: (lv_name_1_0= ruleTRANSLATABLEID )
{
// InternalAuthorizationDSL.g:231:4: (lv_name_1_0= ruleTRANSLATABLEID )
// InternalAuthorizationDSL.g:232:5: lv_name_1_0= ruleTRANSLATABLEID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleAccess().getNameTRANSLATABLEIDParserRuleCall_1_0());
}
pushFollow(FOLLOW_5);
lv_name_1_0=ruleTRANSLATABLEID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleRule());
}
set(
current,
"name",
lv_name_1_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.TRANSLATABLEID");
afterParserOrEnumRuleCall();
}
}
}
otherlv_2=(Token)match(input,14,FOLLOW_7); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getRoleAccess().getLeftCurlyBracketKeyword_2());
}
// InternalAuthorizationDSL.g:253:3: ( (lv_roleElements_3_0= ruleRoleElement ) )*
loop3:
do {
int alt3=2;
int LA3_0 = input.LA(1);
if ( ((LA3_0>=17 && LA3_0<=19)||LA3_0==23) ) {
alt3=1;
}
switch (alt3) {
case 1 :
// InternalAuthorizationDSL.g:254:4: (lv_roleElements_3_0= ruleRoleElement )
{
// InternalAuthorizationDSL.g:254:4: (lv_roleElements_3_0= ruleRoleElement )
// InternalAuthorizationDSL.g:255:5: lv_roleElements_3_0= ruleRoleElement
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleAccess().getRoleElementsRoleElementParserRuleCall_3_0());
}
pushFollow(FOLLOW_7);
lv_roleElements_3_0=ruleRoleElement();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleRule());
}
add(
current,
"roleElements",
lv_roleElements_3_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleElement");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop3;
}
} while (true);
otherlv_4=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getRoleAccess().getRightCurlyBracketKeyword_4());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRole"
// $ANTLR start "entryRuleRoleElement"
// InternalAuthorizationDSL.g:280:1: entryRuleRoleElement returns [EObject current=null] : iv_ruleRoleElement= ruleRoleElement EOF ;
public final EObject entryRuleRoleElement() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleElement = null;
try {
// InternalAuthorizationDSL.g:280:52: (iv_ruleRoleElement= ruleRoleElement EOF )
// InternalAuthorizationDSL.g:281:2: iv_ruleRoleElement= ruleRoleElement EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleElementRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleElement=ruleRoleElement();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleElement;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleElement"
// $ANTLR start "ruleRoleElement"
// InternalAuthorizationDSL.g:287:1: ruleRoleElement returns [EObject current=null] : (this_RoleEntity_0= ruleRoleEntity | this_RoleBean_1= ruleRoleBean | this_RoleDto_2= ruleRoleDto | this_RoleBlipProcess_3= ruleRoleBlipProcess ) ;
public final EObject ruleRoleElement() throws RecognitionException {
EObject current = null;
EObject this_RoleEntity_0 = null;
EObject this_RoleBean_1 = null;
EObject this_RoleDto_2 = null;
EObject this_RoleBlipProcess_3 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:293:2: ( (this_RoleEntity_0= ruleRoleEntity | this_RoleBean_1= ruleRoleBean | this_RoleDto_2= ruleRoleDto | this_RoleBlipProcess_3= ruleRoleBlipProcess ) )
// InternalAuthorizationDSL.g:294:2: (this_RoleEntity_0= ruleRoleEntity | this_RoleBean_1= ruleRoleBean | this_RoleDto_2= ruleRoleDto | this_RoleBlipProcess_3= ruleRoleBlipProcess )
{
// InternalAuthorizationDSL.g:294:2: (this_RoleEntity_0= ruleRoleEntity | this_RoleBean_1= ruleRoleBean | this_RoleDto_2= ruleRoleDto | this_RoleBlipProcess_3= ruleRoleBlipProcess )
int alt4=4;
switch ( input.LA(1) ) {
case 17:
{
alt4=1;
}
break;
case 18:
{
alt4=2;
}
break;
case 19:
{
alt4=3;
}
break;
case 23:
{
alt4=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 4, 0, input);
throw nvae;
}
switch (alt4) {
case 1 :
// InternalAuthorizationDSL.g:295:3: this_RoleEntity_0= ruleRoleEntity
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleElementAccess().getRoleEntityParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_RoleEntity_0=ruleRoleEntity();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleEntity_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:304:3: this_RoleBean_1= ruleRoleBean
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleElementAccess().getRoleBeanParserRuleCall_1());
}
pushFollow(FOLLOW_2);
this_RoleBean_1=ruleRoleBean();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleBean_1;
afterParserOrEnumRuleCall();
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:313:3: this_RoleDto_2= ruleRoleDto
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleElementAccess().getRoleDtoParserRuleCall_2());
}
pushFollow(FOLLOW_2);
this_RoleDto_2=ruleRoleDto();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleDto_2;
afterParserOrEnumRuleCall();
}
}
break;
case 4 :
// InternalAuthorizationDSL.g:322:3: this_RoleBlipProcess_3= ruleRoleBlipProcess
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleElementAccess().getRoleBlipProcessParserRuleCall_3());
}
pushFollow(FOLLOW_2);
this_RoleBlipProcess_3=ruleRoleBlipProcess();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleBlipProcess_3;
afterParserOrEnumRuleCall();
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleElement"
// $ANTLR start "entryRuleRoleEntity"
// InternalAuthorizationDSL.g:334:1: entryRuleRoleEntity returns [EObject current=null] : iv_ruleRoleEntity= ruleRoleEntity EOF ;
public final EObject entryRuleRoleEntity() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleEntity = null;
try {
// InternalAuthorizationDSL.g:334:51: (iv_ruleRoleEntity= ruleRoleEntity EOF )
// InternalAuthorizationDSL.g:335:2: iv_ruleRoleEntity= ruleRoleEntity EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleEntity=ruleRoleEntity();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleEntity;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleEntity"
// $ANTLR start "ruleRoleEntity"
// InternalAuthorizationDSL.g:341:1: ruleRoleEntity returns [EObject current=null] : ( () otherlv_1= 'entity' ( (otherlv_2= RULE_ID ) ) ( (lv_entityAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_entityFeatures_5_0= ruleRoleEntityFeature ) )+ otherlv_6= '}' )? ) ;
public final EObject ruleRoleEntity() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_4=null;
Token otherlv_6=null;
Enumerator lv_entityAuthorized_3_0 = null;
EObject lv_entityFeatures_5_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:347:2: ( ( () otherlv_1= 'entity' ( (otherlv_2= RULE_ID ) ) ( (lv_entityAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_entityFeatures_5_0= ruleRoleEntityFeature ) )+ otherlv_6= '}' )? ) )
// InternalAuthorizationDSL.g:348:2: ( () otherlv_1= 'entity' ( (otherlv_2= RULE_ID ) ) ( (lv_entityAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_entityFeatures_5_0= ruleRoleEntityFeature ) )+ otherlv_6= '}' )? )
{
// InternalAuthorizationDSL.g:348:2: ( () otherlv_1= 'entity' ( (otherlv_2= RULE_ID ) ) ( (lv_entityAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_entityFeatures_5_0= ruleRoleEntityFeature ) )+ otherlv_6= '}' )? )
// InternalAuthorizationDSL.g:349:3: () otherlv_1= 'entity' ( (otherlv_2= RULE_ID ) ) ( (lv_entityAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_entityFeatures_5_0= ruleRoleEntityFeature ) )+ otherlv_6= '}' )?
{
// InternalAuthorizationDSL.g:349:3: ()
// InternalAuthorizationDSL.g:350:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getRoleEntityAccess().getRoleEntityAction_0(),
current);
}
}
otherlv_1=(Token)match(input,17,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleEntityAccess().getEntityKeyword_1());
}
// InternalAuthorizationDSL.g:360:3: ( (otherlv_2= RULE_ID ) )
// InternalAuthorizationDSL.g:361:4: (otherlv_2= RULE_ID )
{
// InternalAuthorizationDSL.g:361:4: (otherlv_2= RULE_ID )
// InternalAuthorizationDSL.g:362:5: otherlv_2= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleEntityRule());
}
}
otherlv_2=(Token)match(input,RULE_ID,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getRoleEntityAccess().getEntityRefLEntityCrossReference_2_0());
}
}
}
// InternalAuthorizationDSL.g:373:3: ( (lv_entityAuthorized_3_0= ruleRoleEnum ) )+
int cnt5=0;
loop5:
do {
int alt5=2;
int LA5_0 = input.LA(1);
if ( ((LA5_0>=101 && LA5_0<=105)) ) {
alt5=1;
}
switch (alt5) {
case 1 :
// InternalAuthorizationDSL.g:374:4: (lv_entityAuthorized_3_0= ruleRoleEnum )
{
// InternalAuthorizationDSL.g:374:4: (lv_entityAuthorized_3_0= ruleRoleEnum )
// InternalAuthorizationDSL.g:375:5: lv_entityAuthorized_3_0= ruleRoleEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityAccess().getEntityAuthorizedRoleEnumEnumRuleCall_3_0());
}
pushFollow(FOLLOW_9);
lv_entityAuthorized_3_0=ruleRoleEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleEntityRule());
}
add(
current,
"entityAuthorized",
lv_entityAuthorized_3_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleEnum");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt5 >= 1 ) break loop5;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(5, input);
throw eee;
}
cnt5++;
} while (true);
// InternalAuthorizationDSL.g:392:3: (otherlv_4= '{' ( (lv_entityFeatures_5_0= ruleRoleEntityFeature ) )+ otherlv_6= '}' )?
int alt7=2;
int LA7_0 = input.LA(1);
if ( (LA7_0==14) ) {
alt7=1;
}
switch (alt7) {
case 1 :
// InternalAuthorizationDSL.g:393:4: otherlv_4= '{' ( (lv_entityFeatures_5_0= ruleRoleEntityFeature ) )+ otherlv_6= '}'
{
otherlv_4=(Token)match(input,14,FOLLOW_10); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getRoleEntityAccess().getLeftCurlyBracketKeyword_4_0());
}
// InternalAuthorizationDSL.g:397:4: ( (lv_entityFeatures_5_0= ruleRoleEntityFeature ) )+
int cnt6=0;
loop6:
do {
int alt6=2;
int LA6_0 = input.LA(1);
if ( ((LA6_0>=25 && LA6_0<=26)) ) {
alt6=1;
}
switch (alt6) {
case 1 :
// InternalAuthorizationDSL.g:398:5: (lv_entityFeatures_5_0= ruleRoleEntityFeature )
{
// InternalAuthorizationDSL.g:398:5: (lv_entityFeatures_5_0= ruleRoleEntityFeature )
// InternalAuthorizationDSL.g:399:6: lv_entityFeatures_5_0= ruleRoleEntityFeature
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityAccess().getEntityFeaturesRoleEntityFeatureParserRuleCall_4_1_0());
}
pushFollow(FOLLOW_11);
lv_entityFeatures_5_0=ruleRoleEntityFeature();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleEntityRule());
}
add(
current,
"entityFeatures",
lv_entityFeatures_5_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleEntityFeature");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt6 >= 1 ) break loop6;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(6, input);
throw eee;
}
cnt6++;
} while (true);
otherlv_6=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getRoleEntityAccess().getRightCurlyBracketKeyword_4_2());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleEntity"
// $ANTLR start "entryRuleRoleBean"
// InternalAuthorizationDSL.g:425:1: entryRuleRoleBean returns [EObject current=null] : iv_ruleRoleBean= ruleRoleBean EOF ;
public final EObject entryRuleRoleBean() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleBean = null;
try {
// InternalAuthorizationDSL.g:425:49: (iv_ruleRoleBean= ruleRoleBean EOF )
// InternalAuthorizationDSL.g:426:2: iv_ruleRoleBean= ruleRoleBean EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleBean=ruleRoleBean();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleBean;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleBean"
// $ANTLR start "ruleRoleBean"
// InternalAuthorizationDSL.g:432:1: ruleRoleBean returns [EObject current=null] : ( () otherlv_1= 'bean' ( (otherlv_2= RULE_ID ) ) ( (lv_beanAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_beanFeatures_5_0= ruleRoleBeanFeature ) )+ otherlv_6= '}' )? ) ;
public final EObject ruleRoleBean() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_4=null;
Token otherlv_6=null;
Enumerator lv_beanAuthorized_3_0 = null;
EObject lv_beanFeatures_5_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:438:2: ( ( () otherlv_1= 'bean' ( (otherlv_2= RULE_ID ) ) ( (lv_beanAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_beanFeatures_5_0= ruleRoleBeanFeature ) )+ otherlv_6= '}' )? ) )
// InternalAuthorizationDSL.g:439:2: ( () otherlv_1= 'bean' ( (otherlv_2= RULE_ID ) ) ( (lv_beanAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_beanFeatures_5_0= ruleRoleBeanFeature ) )+ otherlv_6= '}' )? )
{
// InternalAuthorizationDSL.g:439:2: ( () otherlv_1= 'bean' ( (otherlv_2= RULE_ID ) ) ( (lv_beanAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_beanFeatures_5_0= ruleRoleBeanFeature ) )+ otherlv_6= '}' )? )
// InternalAuthorizationDSL.g:440:3: () otherlv_1= 'bean' ( (otherlv_2= RULE_ID ) ) ( (lv_beanAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_beanFeatures_5_0= ruleRoleBeanFeature ) )+ otherlv_6= '}' )?
{
// InternalAuthorizationDSL.g:440:3: ()
// InternalAuthorizationDSL.g:441:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getRoleBeanAccess().getRoleBeanAction_0(),
current);
}
}
otherlv_1=(Token)match(input,18,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleBeanAccess().getBeanKeyword_1());
}
// InternalAuthorizationDSL.g:451:3: ( (otherlv_2= RULE_ID ) )
// InternalAuthorizationDSL.g:452:4: (otherlv_2= RULE_ID )
{
// InternalAuthorizationDSL.g:452:4: (otherlv_2= RULE_ID )
// InternalAuthorizationDSL.g:453:5: otherlv_2= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleBeanRule());
}
}
otherlv_2=(Token)match(input,RULE_ID,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getRoleBeanAccess().getBeanRefLBeanCrossReference_2_0());
}
}
}
// InternalAuthorizationDSL.g:464:3: ( (lv_beanAuthorized_3_0= ruleRoleEnum ) )+
int cnt8=0;
loop8:
do {
int alt8=2;
int LA8_0 = input.LA(1);
if ( ((LA8_0>=101 && LA8_0<=105)) ) {
alt8=1;
}
switch (alt8) {
case 1 :
// InternalAuthorizationDSL.g:465:4: (lv_beanAuthorized_3_0= ruleRoleEnum )
{
// InternalAuthorizationDSL.g:465:4: (lv_beanAuthorized_3_0= ruleRoleEnum )
// InternalAuthorizationDSL.g:466:5: lv_beanAuthorized_3_0= ruleRoleEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanAccess().getBeanAuthorizedRoleEnumEnumRuleCall_3_0());
}
pushFollow(FOLLOW_9);
lv_beanAuthorized_3_0=ruleRoleEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleBeanRule());
}
add(
current,
"beanAuthorized",
lv_beanAuthorized_3_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleEnum");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt8 >= 1 ) break loop8;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(8, input);
throw eee;
}
cnt8++;
} while (true);
// InternalAuthorizationDSL.g:483:3: (otherlv_4= '{' ( (lv_beanFeatures_5_0= ruleRoleBeanFeature ) )+ otherlv_6= '}' )?
int alt10=2;
int LA10_0 = input.LA(1);
if ( (LA10_0==14) ) {
alt10=1;
}
switch (alt10) {
case 1 :
// InternalAuthorizationDSL.g:484:4: otherlv_4= '{' ( (lv_beanFeatures_5_0= ruleRoleBeanFeature ) )+ otherlv_6= '}'
{
otherlv_4=(Token)match(input,14,FOLLOW_10); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getRoleBeanAccess().getLeftCurlyBracketKeyword_4_0());
}
// InternalAuthorizationDSL.g:488:4: ( (lv_beanFeatures_5_0= ruleRoleBeanFeature ) )+
int cnt9=0;
loop9:
do {
int alt9=2;
int LA9_0 = input.LA(1);
if ( ((LA9_0>=25 && LA9_0<=26)) ) {
alt9=1;
}
switch (alt9) {
case 1 :
// InternalAuthorizationDSL.g:489:5: (lv_beanFeatures_5_0= ruleRoleBeanFeature )
{
// InternalAuthorizationDSL.g:489:5: (lv_beanFeatures_5_0= ruleRoleBeanFeature )
// InternalAuthorizationDSL.g:490:6: lv_beanFeatures_5_0= ruleRoleBeanFeature
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanAccess().getBeanFeaturesRoleBeanFeatureParserRuleCall_4_1_0());
}
pushFollow(FOLLOW_11);
lv_beanFeatures_5_0=ruleRoleBeanFeature();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleBeanRule());
}
add(
current,
"beanFeatures",
lv_beanFeatures_5_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleBeanFeature");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt9 >= 1 ) break loop9;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(9, input);
throw eee;
}
cnt9++;
} while (true);
otherlv_6=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getRoleBeanAccess().getRightCurlyBracketKeyword_4_2());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleBean"
// $ANTLR start "entryRuleRoleDto"
// InternalAuthorizationDSL.g:516:1: entryRuleRoleDto returns [EObject current=null] : iv_ruleRoleDto= ruleRoleDto EOF ;
public final EObject entryRuleRoleDto() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleDto = null;
try {
// InternalAuthorizationDSL.g:516:48: (iv_ruleRoleDto= ruleRoleDto EOF )
// InternalAuthorizationDSL.g:517:2: iv_ruleRoleDto= ruleRoleDto EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleDto=ruleRoleDto();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleDto;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleDto"
// $ANTLR start "ruleRoleDto"
// InternalAuthorizationDSL.g:523:1: ruleRoleDto returns [EObject current=null] : ( () otherlv_1= 'dto' ( (otherlv_2= RULE_ID ) ) ( (lv_dtoAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_dtoFeatures_5_0= ruleRoleDtoFeature ) )+ otherlv_6= '}' )? ) ;
public final EObject ruleRoleDto() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_4=null;
Token otherlv_6=null;
Enumerator lv_dtoAuthorized_3_0 = null;
EObject lv_dtoFeatures_5_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:529:2: ( ( () otherlv_1= 'dto' ( (otherlv_2= RULE_ID ) ) ( (lv_dtoAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_dtoFeatures_5_0= ruleRoleDtoFeature ) )+ otherlv_6= '}' )? ) )
// InternalAuthorizationDSL.g:530:2: ( () otherlv_1= 'dto' ( (otherlv_2= RULE_ID ) ) ( (lv_dtoAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_dtoFeatures_5_0= ruleRoleDtoFeature ) )+ otherlv_6= '}' )? )
{
// InternalAuthorizationDSL.g:530:2: ( () otherlv_1= 'dto' ( (otherlv_2= RULE_ID ) ) ( (lv_dtoAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_dtoFeatures_5_0= ruleRoleDtoFeature ) )+ otherlv_6= '}' )? )
// InternalAuthorizationDSL.g:531:3: () otherlv_1= 'dto' ( (otherlv_2= RULE_ID ) ) ( (lv_dtoAuthorized_3_0= ruleRoleEnum ) )+ (otherlv_4= '{' ( (lv_dtoFeatures_5_0= ruleRoleDtoFeature ) )+ otherlv_6= '}' )?
{
// InternalAuthorizationDSL.g:531:3: ()
// InternalAuthorizationDSL.g:532:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getRoleDtoAccess().getRoleDtoAction_0(),
current);
}
}
otherlv_1=(Token)match(input,19,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleDtoAccess().getDtoKeyword_1());
}
// InternalAuthorizationDSL.g:542:3: ( (otherlv_2= RULE_ID ) )
// InternalAuthorizationDSL.g:543:4: (otherlv_2= RULE_ID )
{
// InternalAuthorizationDSL.g:543:4: (otherlv_2= RULE_ID )
// InternalAuthorizationDSL.g:544:5: otherlv_2= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleDtoRule());
}
}
otherlv_2=(Token)match(input,RULE_ID,FOLLOW_8); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getRoleDtoAccess().getDtoRefLDtoCrossReference_2_0());
}
}
}
// InternalAuthorizationDSL.g:555:3: ( (lv_dtoAuthorized_3_0= ruleRoleEnum ) )+
int cnt11=0;
loop11:
do {
int alt11=2;
int LA11_0 = input.LA(1);
if ( ((LA11_0>=101 && LA11_0<=105)) ) {
alt11=1;
}
switch (alt11) {
case 1 :
// InternalAuthorizationDSL.g:556:4: (lv_dtoAuthorized_3_0= ruleRoleEnum )
{
// InternalAuthorizationDSL.g:556:4: (lv_dtoAuthorized_3_0= ruleRoleEnum )
// InternalAuthorizationDSL.g:557:5: lv_dtoAuthorized_3_0= ruleRoleEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoAccess().getDtoAuthorizedRoleEnumEnumRuleCall_3_0());
}
pushFollow(FOLLOW_9);
lv_dtoAuthorized_3_0=ruleRoleEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleDtoRule());
}
add(
current,
"dtoAuthorized",
lv_dtoAuthorized_3_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleEnum");
afterParserOrEnumRuleCall();
}
}
}
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);
// InternalAuthorizationDSL.g:574:3: (otherlv_4= '{' ( (lv_dtoFeatures_5_0= ruleRoleDtoFeature ) )+ otherlv_6= '}' )?
int alt13=2;
int LA13_0 = input.LA(1);
if ( (LA13_0==14) ) {
alt13=1;
}
switch (alt13) {
case 1 :
// InternalAuthorizationDSL.g:575:4: otherlv_4= '{' ( (lv_dtoFeatures_5_0= ruleRoleDtoFeature ) )+ otherlv_6= '}'
{
otherlv_4=(Token)match(input,14,FOLLOW_10); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getRoleDtoAccess().getLeftCurlyBracketKeyword_4_0());
}
// InternalAuthorizationDSL.g:579:4: ( (lv_dtoFeatures_5_0= ruleRoleDtoFeature ) )+
int cnt12=0;
loop12:
do {
int alt12=2;
int LA12_0 = input.LA(1);
if ( ((LA12_0>=25 && LA12_0<=26)) ) {
alt12=1;
}
switch (alt12) {
case 1 :
// InternalAuthorizationDSL.g:580:5: (lv_dtoFeatures_5_0= ruleRoleDtoFeature )
{
// InternalAuthorizationDSL.g:580:5: (lv_dtoFeatures_5_0= ruleRoleDtoFeature )
// InternalAuthorizationDSL.g:581:6: lv_dtoFeatures_5_0= ruleRoleDtoFeature
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoAccess().getDtoFeaturesRoleDtoFeatureParserRuleCall_4_1_0());
}
pushFollow(FOLLOW_11);
lv_dtoFeatures_5_0=ruleRoleDtoFeature();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleDtoRule());
}
add(
current,
"dtoFeatures",
lv_dtoFeatures_5_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleDtoFeature");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
if ( cnt12 >= 1 ) break loop12;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(12, input);
throw eee;
}
cnt12++;
} while (true);
otherlv_6=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getRoleDtoAccess().getRightCurlyBracketKeyword_4_2());
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleDto"
// $ANTLR start "entryRuleRoleBlipAllUserTasks"
// InternalAuthorizationDSL.g:607:1: entryRuleRoleBlipAllUserTasks returns [EObject current=null] : iv_ruleRoleBlipAllUserTasks= ruleRoleBlipAllUserTasks EOF ;
public final EObject entryRuleRoleBlipAllUserTasks() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleBlipAllUserTasks = null;
try {
// InternalAuthorizationDSL.g:607:61: (iv_ruleRoleBlipAllUserTasks= ruleRoleBlipAllUserTasks EOF )
// InternalAuthorizationDSL.g:608:2: iv_ruleRoleBlipAllUserTasks= ruleRoleBlipAllUserTasks EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBlipAllUserTasksRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleBlipAllUserTasks=ruleRoleBlipAllUserTasks();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleBlipAllUserTasks;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleBlipAllUserTasks"
// $ANTLR start "ruleRoleBlipAllUserTasks"
// InternalAuthorizationDSL.g:614:1: ruleRoleBlipAllUserTasks returns [EObject current=null] : ( () otherlv_1= 'all' otherlv_2= 'usertasks' ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) ) ) ;
public final EObject ruleRoleBlipAllUserTasks() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Enumerator lv_authorized_3_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:620:2: ( ( () otherlv_1= 'all' otherlv_2= 'usertasks' ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) ) ) )
// InternalAuthorizationDSL.g:621:2: ( () otherlv_1= 'all' otherlv_2= 'usertasks' ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) ) )
{
// InternalAuthorizationDSL.g:621:2: ( () otherlv_1= 'all' otherlv_2= 'usertasks' ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) ) )
// InternalAuthorizationDSL.g:622:3: () otherlv_1= 'all' otherlv_2= 'usertasks' ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) )
{
// InternalAuthorizationDSL.g:622:3: ()
// InternalAuthorizationDSL.g:623:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getRoleBlipAllUserTasksAccess().getRoleBlipAllUserTasksAction_0(),
current);
}
}
otherlv_1=(Token)match(input,20,FOLLOW_12); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleBlipAllUserTasksAccess().getAllKeyword_1());
}
otherlv_2=(Token)match(input,21,FOLLOW_13); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getRoleBlipAllUserTasksAccess().getUsertasksKeyword_2());
}
// InternalAuthorizationDSL.g:637:3: ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) )
// InternalAuthorizationDSL.g:638:4: (lv_authorized_3_0= ruleRoleBlipUserTaskEnum )
{
// InternalAuthorizationDSL.g:638:4: (lv_authorized_3_0= ruleRoleBlipUserTaskEnum )
// InternalAuthorizationDSL.g:639:5: lv_authorized_3_0= ruleRoleBlipUserTaskEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBlipAllUserTasksAccess().getAuthorizedRoleBlipUserTaskEnumEnumRuleCall_3_0());
}
pushFollow(FOLLOW_2);
lv_authorized_3_0=ruleRoleBlipUserTaskEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleBlipAllUserTasksRule());
}
set(
current,
"authorized",
lv_authorized_3_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleBlipUserTaskEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleBlipAllUserTasks"
// $ANTLR start "entryRuleRoleBlipUserTask"
// InternalAuthorizationDSL.g:660:1: entryRuleRoleBlipUserTask returns [EObject current=null] : iv_ruleRoleBlipUserTask= ruleRoleBlipUserTask EOF ;
public final EObject entryRuleRoleBlipUserTask() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleBlipUserTask = null;
try {
// InternalAuthorizationDSL.g:660:57: (iv_ruleRoleBlipUserTask= ruleRoleBlipUserTask EOF )
// InternalAuthorizationDSL.g:661:2: iv_ruleRoleBlipUserTask= ruleRoleBlipUserTask EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBlipUserTaskRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleBlipUserTask=ruleRoleBlipUserTask();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleBlipUserTask;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleBlipUserTask"
// $ANTLR start "ruleRoleBlipUserTask"
// InternalAuthorizationDSL.g:667:1: ruleRoleBlipUserTask returns [EObject current=null] : ( () otherlv_1= 'usertask' ( ( ruleQualifiedName ) ) ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) ) ) ;
public final EObject ruleRoleBlipUserTask() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Enumerator lv_authorized_3_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:673:2: ( ( () otherlv_1= 'usertask' ( ( ruleQualifiedName ) ) ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) ) ) )
// InternalAuthorizationDSL.g:674:2: ( () otherlv_1= 'usertask' ( ( ruleQualifiedName ) ) ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) ) )
{
// InternalAuthorizationDSL.g:674:2: ( () otherlv_1= 'usertask' ( ( ruleQualifiedName ) ) ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) ) )
// InternalAuthorizationDSL.g:675:3: () otherlv_1= 'usertask' ( ( ruleQualifiedName ) ) ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) )
{
// InternalAuthorizationDSL.g:675:3: ()
// InternalAuthorizationDSL.g:676:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getRoleBlipUserTaskAccess().getRoleBlipUserTaskAction_0(),
current);
}
}
otherlv_1=(Token)match(input,22,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleBlipUserTaskAccess().getUsertaskKeyword_1());
}
// InternalAuthorizationDSL.g:686:3: ( ( ruleQualifiedName ) )
// InternalAuthorizationDSL.g:687:4: ( ruleQualifiedName )
{
// InternalAuthorizationDSL.g:687:4: ( ruleQualifiedName )
// InternalAuthorizationDSL.g:688:5: ruleQualifiedName
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleBlipUserTaskRule());
}
}
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBlipUserTaskAccess().getUserTaskBlipUserTaskCrossReference_2_0());
}
pushFollow(FOLLOW_13);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:702:3: ( (lv_authorized_3_0= ruleRoleBlipUserTaskEnum ) )
// InternalAuthorizationDSL.g:703:4: (lv_authorized_3_0= ruleRoleBlipUserTaskEnum )
{
// InternalAuthorizationDSL.g:703:4: (lv_authorized_3_0= ruleRoleBlipUserTaskEnum )
// InternalAuthorizationDSL.g:704:5: lv_authorized_3_0= ruleRoleBlipUserTaskEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBlipUserTaskAccess().getAuthorizedRoleBlipUserTaskEnumEnumRuleCall_3_0());
}
pushFollow(FOLLOW_2);
lv_authorized_3_0=ruleRoleBlipUserTaskEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleBlipUserTaskRule());
}
set(
current,
"authorized",
lv_authorized_3_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleBlipUserTaskEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleBlipUserTask"
// $ANTLR start "entryRuleRoleBlipProcess"
// InternalAuthorizationDSL.g:725:1: entryRuleRoleBlipProcess returns [EObject current=null] : iv_ruleRoleBlipProcess= ruleRoleBlipProcess EOF ;
public final EObject entryRuleRoleBlipProcess() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleBlipProcess = null;
try {
// InternalAuthorizationDSL.g:725:56: (iv_ruleRoleBlipProcess= ruleRoleBlipProcess EOF )
// InternalAuthorizationDSL.g:726:2: iv_ruleRoleBlipProcess= ruleRoleBlipProcess EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBlipProcessRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleBlipProcess=ruleRoleBlipProcess();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleBlipProcess;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleBlipProcess"
// $ANTLR start "ruleRoleBlipProcess"
// InternalAuthorizationDSL.g:732:1: ruleRoleBlipProcess returns [EObject current=null] : ( () otherlv_1= 'process' ( (otherlv_2= RULE_ID ) ) otherlv_3= '{' (otherlv_4= 'is' ( (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum ) ) )? ( (lv_allUserTasks_6_0= ruleRoleBlipAllUserTasks ) )? ( (lv_userTasks_7_0= ruleRoleBlipUserTask ) )* otherlv_8= '}' ) ;
public final EObject ruleRoleBlipProcess() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_3=null;
Token otherlv_4=null;
Token otherlv_8=null;
Enumerator lv_processStartAuthorized_5_0 = null;
EObject lv_allUserTasks_6_0 = null;
EObject lv_userTasks_7_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:738:2: ( ( () otherlv_1= 'process' ( (otherlv_2= RULE_ID ) ) otherlv_3= '{' (otherlv_4= 'is' ( (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum ) ) )? ( (lv_allUserTasks_6_0= ruleRoleBlipAllUserTasks ) )? ( (lv_userTasks_7_0= ruleRoleBlipUserTask ) )* otherlv_8= '}' ) )
// InternalAuthorizationDSL.g:739:2: ( () otherlv_1= 'process' ( (otherlv_2= RULE_ID ) ) otherlv_3= '{' (otherlv_4= 'is' ( (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum ) ) )? ( (lv_allUserTasks_6_0= ruleRoleBlipAllUserTasks ) )? ( (lv_userTasks_7_0= ruleRoleBlipUserTask ) )* otherlv_8= '}' )
{
// InternalAuthorizationDSL.g:739:2: ( () otherlv_1= 'process' ( (otherlv_2= RULE_ID ) ) otherlv_3= '{' (otherlv_4= 'is' ( (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum ) ) )? ( (lv_allUserTasks_6_0= ruleRoleBlipAllUserTasks ) )? ( (lv_userTasks_7_0= ruleRoleBlipUserTask ) )* otherlv_8= '}' )
// InternalAuthorizationDSL.g:740:3: () otherlv_1= 'process' ( (otherlv_2= RULE_ID ) ) otherlv_3= '{' (otherlv_4= 'is' ( (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum ) ) )? ( (lv_allUserTasks_6_0= ruleRoleBlipAllUserTasks ) )? ( (lv_userTasks_7_0= ruleRoleBlipUserTask ) )* otherlv_8= '}'
{
// InternalAuthorizationDSL.g:740:3: ()
// InternalAuthorizationDSL.g:741:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getRoleBlipProcessAccess().getRoleBlipProcessAction_0(),
current);
}
}
otherlv_1=(Token)match(input,23,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleBlipProcessAccess().getProcessKeyword_1());
}
// InternalAuthorizationDSL.g:751:3: ( (otherlv_2= RULE_ID ) )
// InternalAuthorizationDSL.g:752:4: (otherlv_2= RULE_ID )
{
// InternalAuthorizationDSL.g:752:4: (otherlv_2= RULE_ID )
// InternalAuthorizationDSL.g:753:5: otherlv_2= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleBlipProcessRule());
}
}
otherlv_2=(Token)match(input,RULE_ID,FOLLOW_5); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getRoleBlipProcessAccess().getProcessBlipCrossReference_2_0());
}
}
}
otherlv_3=(Token)match(input,14,FOLLOW_14); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getRoleBlipProcessAccess().getLeftCurlyBracketKeyword_3());
}
// InternalAuthorizationDSL.g:768:3: (otherlv_4= 'is' ( (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum ) ) )?
int alt14=2;
int LA14_0 = input.LA(1);
if ( (LA14_0==24) ) {
alt14=1;
}
switch (alt14) {
case 1 :
// InternalAuthorizationDSL.g:769:4: otherlv_4= 'is' ( (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum ) )
{
otherlv_4=(Token)match(input,24,FOLLOW_15); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getRoleBlipProcessAccess().getIsKeyword_4_0());
}
// InternalAuthorizationDSL.g:773:4: ( (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum ) )
// InternalAuthorizationDSL.g:774:5: (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum )
{
// InternalAuthorizationDSL.g:774:5: (lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum )
// InternalAuthorizationDSL.g:775:6: lv_processStartAuthorized_5_0= ruleRoleBlipProcessEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBlipProcessAccess().getProcessStartAuthorizedRoleBlipProcessEnumEnumRuleCall_4_1_0());
}
pushFollow(FOLLOW_16);
lv_processStartAuthorized_5_0=ruleRoleBlipProcessEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleBlipProcessRule());
}
set(
current,
"processStartAuthorized",
lv_processStartAuthorized_5_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleBlipProcessEnum");
afterParserOrEnumRuleCall();
}
}
}
}
break;
}
// InternalAuthorizationDSL.g:793:3: ( (lv_allUserTasks_6_0= ruleRoleBlipAllUserTasks ) )?
int alt15=2;
int LA15_0 = input.LA(1);
if ( (LA15_0==20) ) {
alt15=1;
}
switch (alt15) {
case 1 :
// InternalAuthorizationDSL.g:794:4: (lv_allUserTasks_6_0= ruleRoleBlipAllUserTasks )
{
// InternalAuthorizationDSL.g:794:4: (lv_allUserTasks_6_0= ruleRoleBlipAllUserTasks )
// InternalAuthorizationDSL.g:795:5: lv_allUserTasks_6_0= ruleRoleBlipAllUserTasks
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBlipProcessAccess().getAllUserTasksRoleBlipAllUserTasksParserRuleCall_5_0());
}
pushFollow(FOLLOW_17);
lv_allUserTasks_6_0=ruleRoleBlipAllUserTasks();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleBlipProcessRule());
}
set(
current,
"allUserTasks",
lv_allUserTasks_6_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleBlipAllUserTasks");
afterParserOrEnumRuleCall();
}
}
}
break;
}
// InternalAuthorizationDSL.g:812:3: ( (lv_userTasks_7_0= ruleRoleBlipUserTask ) )*
loop16:
do {
int alt16=2;
int LA16_0 = input.LA(1);
if ( (LA16_0==22) ) {
alt16=1;
}
switch (alt16) {
case 1 :
// InternalAuthorizationDSL.g:813:4: (lv_userTasks_7_0= ruleRoleBlipUserTask )
{
// InternalAuthorizationDSL.g:813:4: (lv_userTasks_7_0= ruleRoleBlipUserTask )
// InternalAuthorizationDSL.g:814:5: lv_userTasks_7_0= ruleRoleBlipUserTask
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBlipProcessAccess().getUserTasksRoleBlipUserTaskParserRuleCall_6_0());
}
pushFollow(FOLLOW_17);
lv_userTasks_7_0=ruleRoleBlipUserTask();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleBlipProcessRule());
}
add(
current,
"userTasks",
lv_userTasks_7_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RoleBlipUserTask");
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop16;
}
} while (true);
otherlv_8=(Token)match(input,15,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getRoleBlipProcessAccess().getRightCurlyBracketKeyword_7());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleBlipProcess"
// $ANTLR start "entryRuleRoleEntityFeature"
// InternalAuthorizationDSL.g:839:1: entryRuleRoleEntityFeature returns [EObject current=null] : iv_ruleRoleEntityFeature= ruleRoleEntityFeature EOF ;
public final EObject entryRuleRoleEntityFeature() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleEntityFeature = null;
try {
// InternalAuthorizationDSL.g:839:58: (iv_ruleRoleEntityFeature= ruleRoleEntityFeature EOF )
// InternalAuthorizationDSL.g:840:2: iv_ruleRoleEntityFeature= ruleRoleEntityFeature EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityFeatureRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleEntityFeature=ruleRoleEntityFeature();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleEntityFeature;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleEntityFeature"
// $ANTLR start "ruleRoleEntityFeature"
// InternalAuthorizationDSL.g:846:1: ruleRoleEntityFeature returns [EObject current=null] : (this_RoleEntityAttribute_0= ruleRoleEntityAttribute | this_RoleEntityReference_1= ruleRoleEntityReference ) ;
public final EObject ruleRoleEntityFeature() throws RecognitionException {
EObject current = null;
EObject this_RoleEntityAttribute_0 = null;
EObject this_RoleEntityReference_1 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:852:2: ( (this_RoleEntityAttribute_0= ruleRoleEntityAttribute | this_RoleEntityReference_1= ruleRoleEntityReference ) )
// InternalAuthorizationDSL.g:853:2: (this_RoleEntityAttribute_0= ruleRoleEntityAttribute | this_RoleEntityReference_1= ruleRoleEntityReference )
{
// InternalAuthorizationDSL.g:853:2: (this_RoleEntityAttribute_0= ruleRoleEntityAttribute | this_RoleEntityReference_1= ruleRoleEntityReference )
int alt17=2;
int LA17_0 = input.LA(1);
if ( (LA17_0==25) ) {
alt17=1;
}
else if ( (LA17_0==26) ) {
alt17=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 17, 0, input);
throw nvae;
}
switch (alt17) {
case 1 :
// InternalAuthorizationDSL.g:854:3: this_RoleEntityAttribute_0= ruleRoleEntityAttribute
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityFeatureAccess().getRoleEntityAttributeParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_RoleEntityAttribute_0=ruleRoleEntityAttribute();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleEntityAttribute_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:863:3: this_RoleEntityReference_1= ruleRoleEntityReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityFeatureAccess().getRoleEntityReferenceParserRuleCall_1());
}
pushFollow(FOLLOW_2);
this_RoleEntityReference_1=ruleRoleEntityReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleEntityReference_1;
afterParserOrEnumRuleCall();
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleEntityFeature"
// $ANTLR start "entryRuleRoleEntityAttribute"
// InternalAuthorizationDSL.g:875:1: entryRuleRoleEntityAttribute returns [EObject current=null] : iv_ruleRoleEntityAttribute= ruleRoleEntityAttribute EOF ;
public final EObject entryRuleRoleEntityAttribute() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleEntityAttribute = null;
try {
// InternalAuthorizationDSL.g:875:60: (iv_ruleRoleEntityAttribute= ruleRoleEntityAttribute EOF )
// InternalAuthorizationDSL.g:876:2: iv_ruleRoleEntityAttribute= ruleRoleEntityAttribute EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityAttributeRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleEntityAttribute=ruleRoleEntityAttribute();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleEntityAttribute;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleEntityAttribute"
// $ANTLR start "ruleRoleEntityAttribute"
// InternalAuthorizationDSL.g:882:1: ruleRoleEntityAttribute returns [EObject current=null] : (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) ;
public final EObject ruleRoleEntityAttribute() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_1=null;
Enumerator lv_entityAttriUnauthorized_2_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:888:2: ( (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) )
// InternalAuthorizationDSL.g:889:2: (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
{
// InternalAuthorizationDSL.g:889:2: (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
// InternalAuthorizationDSL.g:890:3: otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
{
otherlv_0=(Token)match(input,25,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getRoleEntityAttributeAccess().getAttributeKeyword_0());
}
// InternalAuthorizationDSL.g:894:3: ( (otherlv_1= RULE_ID ) )
// InternalAuthorizationDSL.g:895:4: (otherlv_1= RULE_ID )
{
// InternalAuthorizationDSL.g:895:4: (otherlv_1= RULE_ID )
// InternalAuthorizationDSL.g:896:5: otherlv_1= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleEntityAttributeRule());
}
}
otherlv_1=(Token)match(input,RULE_ID,FOLLOW_18); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleEntityAttributeAccess().getEntityAttriColLEntityAttributeCrossReference_1_0());
}
}
}
// InternalAuthorizationDSL.g:907:3: ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
// InternalAuthorizationDSL.g:908:4: (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum )
{
// InternalAuthorizationDSL.g:908:4: (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum )
// InternalAuthorizationDSL.g:909:5: lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityAttributeAccess().getEntityAttriUnauthorizedRolePropertyEnumEnumRuleCall_2_0());
}
pushFollow(FOLLOW_2);
lv_entityAttriUnauthorized_2_0=ruleRolePropertyEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleEntityAttributeRule());
}
set(
current,
"entityAttriUnauthorized",
lv_entityAttriUnauthorized_2_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RolePropertyEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleEntityAttribute"
// $ANTLR start "entryRuleRoleEntityReference"
// InternalAuthorizationDSL.g:930:1: entryRuleRoleEntityReference returns [EObject current=null] : iv_ruleRoleEntityReference= ruleRoleEntityReference EOF ;
public final EObject entryRuleRoleEntityReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleEntityReference = null;
try {
// InternalAuthorizationDSL.g:930:60: (iv_ruleRoleEntityReference= ruleRoleEntityReference EOF )
// InternalAuthorizationDSL.g:931:2: iv_ruleRoleEntityReference= ruleRoleEntityReference EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityReferenceRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleEntityReference=ruleRoleEntityReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleEntityReference;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleEntityReference"
// $ANTLR start "ruleRoleEntityReference"
// InternalAuthorizationDSL.g:937:1: ruleRoleEntityReference returns [EObject current=null] : (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) ;
public final EObject ruleRoleEntityReference() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_1=null;
Enumerator lv_entityAttriUnauthorized_2_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:943:2: ( (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) )
// InternalAuthorizationDSL.g:944:2: (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
{
// InternalAuthorizationDSL.g:944:2: (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
// InternalAuthorizationDSL.g:945:3: otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
{
otherlv_0=(Token)match(input,26,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getRoleEntityReferenceAccess().getRelationKeyword_0());
}
// InternalAuthorizationDSL.g:949:3: ( (otherlv_1= RULE_ID ) )
// InternalAuthorizationDSL.g:950:4: (otherlv_1= RULE_ID )
{
// InternalAuthorizationDSL.g:950:4: (otherlv_1= RULE_ID )
// InternalAuthorizationDSL.g:951:5: otherlv_1= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleEntityReferenceRule());
}
}
otherlv_1=(Token)match(input,RULE_ID,FOLLOW_18); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleEntityReferenceAccess().getEntityAttriColLEntityReferenceCrossReference_1_0());
}
}
}
// InternalAuthorizationDSL.g:962:3: ( (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
// InternalAuthorizationDSL.g:963:4: (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum )
{
// InternalAuthorizationDSL.g:963:4: (lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum )
// InternalAuthorizationDSL.g:964:5: lv_entityAttriUnauthorized_2_0= ruleRolePropertyEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleEntityReferenceAccess().getEntityAttriUnauthorizedRolePropertyEnumEnumRuleCall_2_0());
}
pushFollow(FOLLOW_2);
lv_entityAttriUnauthorized_2_0=ruleRolePropertyEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleEntityReferenceRule());
}
set(
current,
"entityAttriUnauthorized",
lv_entityAttriUnauthorized_2_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RolePropertyEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleEntityReference"
// $ANTLR start "entryRuleRoleBeanFeature"
// InternalAuthorizationDSL.g:985:1: entryRuleRoleBeanFeature returns [EObject current=null] : iv_ruleRoleBeanFeature= ruleRoleBeanFeature EOF ;
public final EObject entryRuleRoleBeanFeature() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleBeanFeature = null;
try {
// InternalAuthorizationDSL.g:985:56: (iv_ruleRoleBeanFeature= ruleRoleBeanFeature EOF )
// InternalAuthorizationDSL.g:986:2: iv_ruleRoleBeanFeature= ruleRoleBeanFeature EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanFeatureRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleBeanFeature=ruleRoleBeanFeature();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleBeanFeature;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleBeanFeature"
// $ANTLR start "ruleRoleBeanFeature"
// InternalAuthorizationDSL.g:992:1: ruleRoleBeanFeature returns [EObject current=null] : (this_RoleBeanAttribute_0= ruleRoleBeanAttribute | this_RoleBeanReference_1= ruleRoleBeanReference ) ;
public final EObject ruleRoleBeanFeature() throws RecognitionException {
EObject current = null;
EObject this_RoleBeanAttribute_0 = null;
EObject this_RoleBeanReference_1 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:998:2: ( (this_RoleBeanAttribute_0= ruleRoleBeanAttribute | this_RoleBeanReference_1= ruleRoleBeanReference ) )
// InternalAuthorizationDSL.g:999:2: (this_RoleBeanAttribute_0= ruleRoleBeanAttribute | this_RoleBeanReference_1= ruleRoleBeanReference )
{
// InternalAuthorizationDSL.g:999:2: (this_RoleBeanAttribute_0= ruleRoleBeanAttribute | this_RoleBeanReference_1= ruleRoleBeanReference )
int alt18=2;
int LA18_0 = input.LA(1);
if ( (LA18_0==25) ) {
alt18=1;
}
else if ( (LA18_0==26) ) {
alt18=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 18, 0, input);
throw nvae;
}
switch (alt18) {
case 1 :
// InternalAuthorizationDSL.g:1000:3: this_RoleBeanAttribute_0= ruleRoleBeanAttribute
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanFeatureAccess().getRoleBeanAttributeParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_RoleBeanAttribute_0=ruleRoleBeanAttribute();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleBeanAttribute_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:1009:3: this_RoleBeanReference_1= ruleRoleBeanReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanFeatureAccess().getRoleBeanReferenceParserRuleCall_1());
}
pushFollow(FOLLOW_2);
this_RoleBeanReference_1=ruleRoleBeanReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleBeanReference_1;
afterParserOrEnumRuleCall();
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleBeanFeature"
// $ANTLR start "entryRuleRoleBeanAttribute"
// InternalAuthorizationDSL.g:1021:1: entryRuleRoleBeanAttribute returns [EObject current=null] : iv_ruleRoleBeanAttribute= ruleRoleBeanAttribute EOF ;
public final EObject entryRuleRoleBeanAttribute() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleBeanAttribute = null;
try {
// InternalAuthorizationDSL.g:1021:58: (iv_ruleRoleBeanAttribute= ruleRoleBeanAttribute EOF )
// InternalAuthorizationDSL.g:1022:2: iv_ruleRoleBeanAttribute= ruleRoleBeanAttribute EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanAttributeRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleBeanAttribute=ruleRoleBeanAttribute();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleBeanAttribute;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleBeanAttribute"
// $ANTLR start "ruleRoleBeanAttribute"
// InternalAuthorizationDSL.g:1028:1: ruleRoleBeanAttribute returns [EObject current=null] : (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) ;
public final EObject ruleRoleBeanAttribute() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_1=null;
Enumerator lv_beanAttriUnauthorized_2_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:1034:2: ( (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) )
// InternalAuthorizationDSL.g:1035:2: (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
{
// InternalAuthorizationDSL.g:1035:2: (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
// InternalAuthorizationDSL.g:1036:3: otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
{
otherlv_0=(Token)match(input,25,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getRoleBeanAttributeAccess().getAttributeKeyword_0());
}
// InternalAuthorizationDSL.g:1040:3: ( (otherlv_1= RULE_ID ) )
// InternalAuthorizationDSL.g:1041:4: (otherlv_1= RULE_ID )
{
// InternalAuthorizationDSL.g:1041:4: (otherlv_1= RULE_ID )
// InternalAuthorizationDSL.g:1042:5: otherlv_1= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleBeanAttributeRule());
}
}
otherlv_1=(Token)match(input,RULE_ID,FOLLOW_18); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleBeanAttributeAccess().getBeanAttriColLBeanAttributeCrossReference_1_0());
}
}
}
// InternalAuthorizationDSL.g:1053:3: ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
// InternalAuthorizationDSL.g:1054:4: (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum )
{
// InternalAuthorizationDSL.g:1054:4: (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum )
// InternalAuthorizationDSL.g:1055:5: lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanAttributeAccess().getBeanAttriUnauthorizedRolePropertyEnumEnumRuleCall_2_0());
}
pushFollow(FOLLOW_2);
lv_beanAttriUnauthorized_2_0=ruleRolePropertyEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleBeanAttributeRule());
}
set(
current,
"beanAttriUnauthorized",
lv_beanAttriUnauthorized_2_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RolePropertyEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleBeanAttribute"
// $ANTLR start "entryRuleRoleBeanReference"
// InternalAuthorizationDSL.g:1076:1: entryRuleRoleBeanReference returns [EObject current=null] : iv_ruleRoleBeanReference= ruleRoleBeanReference EOF ;
public final EObject entryRuleRoleBeanReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleBeanReference = null;
try {
// InternalAuthorizationDSL.g:1076:58: (iv_ruleRoleBeanReference= ruleRoleBeanReference EOF )
// InternalAuthorizationDSL.g:1077:2: iv_ruleRoleBeanReference= ruleRoleBeanReference EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanReferenceRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleBeanReference=ruleRoleBeanReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleBeanReference;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleBeanReference"
// $ANTLR start "ruleRoleBeanReference"
// InternalAuthorizationDSL.g:1083:1: ruleRoleBeanReference returns [EObject current=null] : (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) ;
public final EObject ruleRoleBeanReference() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_1=null;
Enumerator lv_beanAttriUnauthorized_2_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:1089:2: ( (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) )
// InternalAuthorizationDSL.g:1090:2: (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
{
// InternalAuthorizationDSL.g:1090:2: (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
// InternalAuthorizationDSL.g:1091:3: otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
{
otherlv_0=(Token)match(input,26,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getRoleBeanReferenceAccess().getRelationKeyword_0());
}
// InternalAuthorizationDSL.g:1095:3: ( (otherlv_1= RULE_ID ) )
// InternalAuthorizationDSL.g:1096:4: (otherlv_1= RULE_ID )
{
// InternalAuthorizationDSL.g:1096:4: (otherlv_1= RULE_ID )
// InternalAuthorizationDSL.g:1097:5: otherlv_1= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleBeanReferenceRule());
}
}
otherlv_1=(Token)match(input,RULE_ID,FOLLOW_18); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleBeanReferenceAccess().getBeanAttriColLBeanReferenceCrossReference_1_0());
}
}
}
// InternalAuthorizationDSL.g:1108:3: ( (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
// InternalAuthorizationDSL.g:1109:4: (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum )
{
// InternalAuthorizationDSL.g:1109:4: (lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum )
// InternalAuthorizationDSL.g:1110:5: lv_beanAttriUnauthorized_2_0= ruleRolePropertyEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleBeanReferenceAccess().getBeanAttriUnauthorizedRolePropertyEnumEnumRuleCall_2_0());
}
pushFollow(FOLLOW_2);
lv_beanAttriUnauthorized_2_0=ruleRolePropertyEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleBeanReferenceRule());
}
set(
current,
"beanAttriUnauthorized",
lv_beanAttriUnauthorized_2_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RolePropertyEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleBeanReference"
// $ANTLR start "entryRuleRoleDtoFeature"
// InternalAuthorizationDSL.g:1131:1: entryRuleRoleDtoFeature returns [EObject current=null] : iv_ruleRoleDtoFeature= ruleRoleDtoFeature EOF ;
public final EObject entryRuleRoleDtoFeature() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleDtoFeature = null;
try {
// InternalAuthorizationDSL.g:1131:55: (iv_ruleRoleDtoFeature= ruleRoleDtoFeature EOF )
// InternalAuthorizationDSL.g:1132:2: iv_ruleRoleDtoFeature= ruleRoleDtoFeature EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoFeatureRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleDtoFeature=ruleRoleDtoFeature();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleDtoFeature;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleDtoFeature"
// $ANTLR start "ruleRoleDtoFeature"
// InternalAuthorizationDSL.g:1138:1: ruleRoleDtoFeature returns [EObject current=null] : (this_RoleDtoAttribute_0= ruleRoleDtoAttribute | this_RoleDtoReference_1= ruleRoleDtoReference ) ;
public final EObject ruleRoleDtoFeature() throws RecognitionException {
EObject current = null;
EObject this_RoleDtoAttribute_0 = null;
EObject this_RoleDtoReference_1 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:1144:2: ( (this_RoleDtoAttribute_0= ruleRoleDtoAttribute | this_RoleDtoReference_1= ruleRoleDtoReference ) )
// InternalAuthorizationDSL.g:1145:2: (this_RoleDtoAttribute_0= ruleRoleDtoAttribute | this_RoleDtoReference_1= ruleRoleDtoReference )
{
// InternalAuthorizationDSL.g:1145:2: (this_RoleDtoAttribute_0= ruleRoleDtoAttribute | this_RoleDtoReference_1= ruleRoleDtoReference )
int alt19=2;
int LA19_0 = input.LA(1);
if ( (LA19_0==25) ) {
alt19=1;
}
else if ( (LA19_0==26) ) {
alt19=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 19, 0, input);
throw nvae;
}
switch (alt19) {
case 1 :
// InternalAuthorizationDSL.g:1146:3: this_RoleDtoAttribute_0= ruleRoleDtoAttribute
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoFeatureAccess().getRoleDtoAttributeParserRuleCall_0());
}
pushFollow(FOLLOW_2);
this_RoleDtoAttribute_0=ruleRoleDtoAttribute();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleDtoAttribute_0;
afterParserOrEnumRuleCall();
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:1155:3: this_RoleDtoReference_1= ruleRoleDtoReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoFeatureAccess().getRoleDtoReferenceParserRuleCall_1());
}
pushFollow(FOLLOW_2);
this_RoleDtoReference_1=ruleRoleDtoReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_RoleDtoReference_1;
afterParserOrEnumRuleCall();
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleDtoFeature"
// $ANTLR start "entryRuleRoleDtoAttribute"
// InternalAuthorizationDSL.g:1167:1: entryRuleRoleDtoAttribute returns [EObject current=null] : iv_ruleRoleDtoAttribute= ruleRoleDtoAttribute EOF ;
public final EObject entryRuleRoleDtoAttribute() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleDtoAttribute = null;
try {
// InternalAuthorizationDSL.g:1167:57: (iv_ruleRoleDtoAttribute= ruleRoleDtoAttribute EOF )
// InternalAuthorizationDSL.g:1168:2: iv_ruleRoleDtoAttribute= ruleRoleDtoAttribute EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoAttributeRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleDtoAttribute=ruleRoleDtoAttribute();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleDtoAttribute;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleDtoAttribute"
// $ANTLR start "ruleRoleDtoAttribute"
// InternalAuthorizationDSL.g:1174:1: ruleRoleDtoAttribute returns [EObject current=null] : (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) ;
public final EObject ruleRoleDtoAttribute() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_1=null;
Enumerator lv_dtoAttriUnauthorized_2_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:1180:2: ( (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) )
// InternalAuthorizationDSL.g:1181:2: (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
{
// InternalAuthorizationDSL.g:1181:2: (otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
// InternalAuthorizationDSL.g:1182:3: otherlv_0= 'attribute' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
{
otherlv_0=(Token)match(input,25,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getRoleDtoAttributeAccess().getAttributeKeyword_0());
}
// InternalAuthorizationDSL.g:1186:3: ( (otherlv_1= RULE_ID ) )
// InternalAuthorizationDSL.g:1187:4: (otherlv_1= RULE_ID )
{
// InternalAuthorizationDSL.g:1187:4: (otherlv_1= RULE_ID )
// InternalAuthorizationDSL.g:1188:5: otherlv_1= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleDtoAttributeRule());
}
}
otherlv_1=(Token)match(input,RULE_ID,FOLLOW_18); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleDtoAttributeAccess().getDtoAttriColLDtoAttributeCrossReference_1_0());
}
}
}
// InternalAuthorizationDSL.g:1199:3: ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
// InternalAuthorizationDSL.g:1200:4: (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum )
{
// InternalAuthorizationDSL.g:1200:4: (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum )
// InternalAuthorizationDSL.g:1201:5: lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoAttributeAccess().getDtoAttriUnauthorizedRolePropertyEnumEnumRuleCall_2_0());
}
pushFollow(FOLLOW_2);
lv_dtoAttriUnauthorized_2_0=ruleRolePropertyEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleDtoAttributeRule());
}
set(
current,
"dtoAttriUnauthorized",
lv_dtoAttriUnauthorized_2_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RolePropertyEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleDtoAttribute"
// $ANTLR start "entryRuleRoleDtoReference"
// InternalAuthorizationDSL.g:1222:1: entryRuleRoleDtoReference returns [EObject current=null] : iv_ruleRoleDtoReference= ruleRoleDtoReference EOF ;
public final EObject entryRuleRoleDtoReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleRoleDtoReference = null;
try {
// InternalAuthorizationDSL.g:1222:57: (iv_ruleRoleDtoReference= ruleRoleDtoReference EOF )
// InternalAuthorizationDSL.g:1223:2: iv_ruleRoleDtoReference= ruleRoleDtoReference EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoReferenceRule());
}
pushFollow(FOLLOW_1);
iv_ruleRoleDtoReference=ruleRoleDtoReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleRoleDtoReference;
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleRoleDtoReference"
// $ANTLR start "ruleRoleDtoReference"
// InternalAuthorizationDSL.g:1229:1: ruleRoleDtoReference returns [EObject current=null] : (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) ;
public final EObject ruleRoleDtoReference() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_1=null;
Enumerator lv_dtoAttriUnauthorized_2_0 = null;
enterRule();
try {
// InternalAuthorizationDSL.g:1235:2: ( (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) ) )
// InternalAuthorizationDSL.g:1236:2: (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
{
// InternalAuthorizationDSL.g:1236:2: (otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) ) )
// InternalAuthorizationDSL.g:1237:3: otherlv_0= 'relation' ( (otherlv_1= RULE_ID ) ) ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
{
otherlv_0=(Token)match(input,26,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getRoleDtoReferenceAccess().getRelationKeyword_0());
}
// InternalAuthorizationDSL.g:1241:3: ( (otherlv_1= RULE_ID ) )
// InternalAuthorizationDSL.g:1242:4: (otherlv_1= RULE_ID )
{
// InternalAuthorizationDSL.g:1242:4: (otherlv_1= RULE_ID )
// InternalAuthorizationDSL.g:1243:5: otherlv_1= RULE_ID
{
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElement(grammarAccess.getRoleDtoReferenceRule());
}
}
otherlv_1=(Token)match(input,RULE_ID,FOLLOW_18); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getRoleDtoReferenceAccess().getDtoAttriColLDtoReferenceCrossReference_1_0());
}
}
}
// InternalAuthorizationDSL.g:1254:3: ( (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum ) )
// InternalAuthorizationDSL.g:1255:4: (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum )
{
// InternalAuthorizationDSL.g:1255:4: (lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum )
// InternalAuthorizationDSL.g:1256:5: lv_dtoAttriUnauthorized_2_0= ruleRolePropertyEnum
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getRoleDtoReferenceAccess().getDtoAttriUnauthorizedRolePropertyEnumEnumRuleCall_2_0());
}
pushFollow(FOLLOW_2);
lv_dtoAttriUnauthorized_2_0=ruleRolePropertyEnum();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
if (current==null) {
current = createModelElementForParent(grammarAccess.getRoleDtoReferenceRule());
}
set(
current,
"dtoAttriUnauthorized",
lv_dtoAttriUnauthorized_2_0,
"org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSL.RolePropertyEnum");
afterParserOrEnumRuleCall();
}
}
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleDtoReference"
// $ANTLR start "entryRuleTRANSLATABLEID"
// InternalAuthorizationDSL.g:1277:1: entryRuleTRANSLATABLEID returns [String current=null] : iv_ruleTRANSLATABLEID= ruleTRANSLATABLEID EOF ;
public final String entryRuleTRANSLATABLEID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleTRANSLATABLEID = null;
try {
// InternalAuthorizationDSL.g:1277:54: (iv_ruleTRANSLATABLEID= ruleTRANSLATABLEID EOF )
// InternalAuthorizationDSL.g:1278:2: iv_ruleTRANSLATABLEID= ruleTRANSLATABLEID EOF
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getTRANSLATABLEIDRule());
}
pushFollow(FOLLOW_1);
iv_ruleTRANSLATABLEID=ruleTRANSLATABLEID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current =iv_ruleTRANSLATABLEID.getText();
}
match(input,EOF,FOLLOW_2); if (state.failed) return current;
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "entryRuleTRANSLATABLEID"
// $ANTLR start "ruleTRANSLATABLEID"
// InternalAuthorizationDSL.g:1284:1: ruleTRANSLATABLEID returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_ID_0= RULE_ID ;
public final AntlrDatatypeRuleToken ruleTRANSLATABLEID() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token this_ID_0=null;
enterRule();
try {
// InternalAuthorizationDSL.g:1290:2: (this_ID_0= RULE_ID )
// InternalAuthorizationDSL.g:1291:2: this_ID_0= RULE_ID
{
this_ID_0=(Token)match(input,RULE_ID,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(this_ID_0);
}
if ( state.backtracking==0 ) {
newLeafNode(this_ID_0, grammarAccess.getTRANSLATABLEIDAccess().getIDTerminalRuleCall());
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleTRANSLATABLEID"
// $ANTLR start "entryRuleXImportDeclaration"
// InternalAuthorizationDSL.g:1301:1: entryRuleXImportDeclaration returns [EObject current=null] : iv_ruleXImportDeclaration= ruleXImportDeclaration EOF ;
public final EObject entryRuleXImportDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXImportDeclaration = null;
try {
// InternalAuthorizationDSL.g:1301:59: (iv_ruleXImportDeclaration= ruleXImportDeclaration EOF )
// InternalAuthorizationDSL.g:1302: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"
// InternalAuthorizationDSL.g:1308: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 {
// InternalAuthorizationDSL.g:1314: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= ';' )? ) )
// InternalAuthorizationDSL.g:1315: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= ';' )? )
{
// InternalAuthorizationDSL.g:1315: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= ';' )? )
// InternalAuthorizationDSL.g:1316: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= ';' )?
{
// InternalAuthorizationDSL.g:1316:3: ()
// InternalAuthorizationDSL.g:1317:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXImportDeclarationAccess().getOXImportDeclarationAction_0(),
current);
}
}
otherlv_1=(Token)match(input,27,FOLLOW_19); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXImportDeclarationAccess().getImportKeyword_1());
}
// InternalAuthorizationDSL.g:1327: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 alt22=4;
alt22 = dfa22.predict(input);
switch (alt22) {
case 1 :
// InternalAuthorizationDSL.g:1328:4: ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) )
{
// InternalAuthorizationDSL.g:1328:4: ( ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) ) )
// InternalAuthorizationDSL.g:1329:5: ( (lv_static_2_0= 'static' ) ) ( (lv_extension_3_0= 'extension' ) )? ( ( ruleQualifiedNameInStaticImport ) ) ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) )
{
// InternalAuthorizationDSL.g:1329:5: ( (lv_static_2_0= 'static' ) )
// InternalAuthorizationDSL.g:1330:6: (lv_static_2_0= 'static' )
{
// InternalAuthorizationDSL.g:1330:6: (lv_static_2_0= 'static' )
// InternalAuthorizationDSL.g:1331:7: lv_static_2_0= 'static'
{
lv_static_2_0=(Token)match(input,28,FOLLOW_20); 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");
}
}
}
// InternalAuthorizationDSL.g:1343:5: ( (lv_extension_3_0= 'extension' ) )?
int alt20=2;
int LA20_0 = input.LA(1);
if ( (LA20_0==29) ) {
alt20=1;
}
switch (alt20) {
case 1 :
// InternalAuthorizationDSL.g:1344:6: (lv_extension_3_0= 'extension' )
{
// InternalAuthorizationDSL.g:1344:6: (lv_extension_3_0= 'extension' )
// InternalAuthorizationDSL.g:1345:7: lv_extension_3_0= 'extension'
{
lv_extension_3_0=(Token)match(input,29,FOLLOW_20); 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;
}
// InternalAuthorizationDSL.g:1357:5: ( ( ruleQualifiedNameInStaticImport ) )
// InternalAuthorizationDSL.g:1358:6: ( ruleQualifiedNameInStaticImport )
{
// InternalAuthorizationDSL.g:1358:6: ( ruleQualifiedNameInStaticImport )
// InternalAuthorizationDSL.g:1359: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_21);
ruleQualifiedNameInStaticImport();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:1373:5: ( ( (lv_wildcard_5_0= '*' ) ) | ( (lv_memberName_6_0= ruleValidID ) ) )
int alt21=2;
int LA21_0 = input.LA(1);
if ( (LA21_0==30) ) {
alt21=1;
}
else if ( (LA21_0==RULE_ID) ) {
alt21=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 21, 0, input);
throw nvae;
}
switch (alt21) {
case 1 :
// InternalAuthorizationDSL.g:1374:6: ( (lv_wildcard_5_0= '*' ) )
{
// InternalAuthorizationDSL.g:1374:6: ( (lv_wildcard_5_0= '*' ) )
// InternalAuthorizationDSL.g:1375:7: (lv_wildcard_5_0= '*' )
{
// InternalAuthorizationDSL.g:1375:7: (lv_wildcard_5_0= '*' )
// InternalAuthorizationDSL.g:1376:8: lv_wildcard_5_0= '*'
{
lv_wildcard_5_0=(Token)match(input,30,FOLLOW_22); 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 :
// InternalAuthorizationDSL.g:1389:6: ( (lv_memberName_6_0= ruleValidID ) )
{
// InternalAuthorizationDSL.g:1389:6: ( (lv_memberName_6_0= ruleValidID ) )
// InternalAuthorizationDSL.g:1390:7: (lv_memberName_6_0= ruleValidID )
{
// InternalAuthorizationDSL.g:1390:7: (lv_memberName_6_0= ruleValidID )
// InternalAuthorizationDSL.g:1391:8: lv_memberName_6_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getMemberNameValidIDParserRuleCall_2_0_3_1_0());
}
pushFollow(FOLLOW_22);
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 :
// InternalAuthorizationDSL.g:1411:4: ( ( ruleQualifiedName ) )
{
// InternalAuthorizationDSL.g:1411:4: ( ( ruleQualifiedName ) )
// InternalAuthorizationDSL.g:1412:5: ( ruleQualifiedName )
{
// InternalAuthorizationDSL.g:1412:5: ( ruleQualifiedName )
// InternalAuthorizationDSL.g:1413: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_22);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:1428:4: ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) )
{
// InternalAuthorizationDSL.g:1428:4: ( (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard ) )
// InternalAuthorizationDSL.g:1429:5: (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard )
{
// InternalAuthorizationDSL.g:1429:5: (lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard )
// InternalAuthorizationDSL.g:1430:6: lv_importedNamespace_8_0= ruleQualifiedNameWithWildcard
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_2_2_0());
}
pushFollow(FOLLOW_22);
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 :
// InternalAuthorizationDSL.g:1448:4: ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) )
{
// InternalAuthorizationDSL.g:1448:4: ( ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) ) )
// InternalAuthorizationDSL.g:1449:5: ( (lv_fqnImport_9_0= 'ns' ) ) ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) )
{
// InternalAuthorizationDSL.g:1449:5: ( (lv_fqnImport_9_0= 'ns' ) )
// InternalAuthorizationDSL.g:1450:6: (lv_fqnImport_9_0= 'ns' )
{
// InternalAuthorizationDSL.g:1450:6: (lv_fqnImport_9_0= 'ns' )
// InternalAuthorizationDSL.g:1451:7: lv_fqnImport_9_0= 'ns'
{
lv_fqnImport_9_0=(Token)match(input,31,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");
}
}
}
// InternalAuthorizationDSL.g:1463:5: ( (lv_importedFullyQualifiedName_10_0= ruleQualifiedName ) )
// InternalAuthorizationDSL.g:1464:6: (lv_importedFullyQualifiedName_10_0= ruleQualifiedName )
{
// InternalAuthorizationDSL.g:1464:6: (lv_importedFullyQualifiedName_10_0= ruleQualifiedName )
// InternalAuthorizationDSL.g:1465:7: lv_importedFullyQualifiedName_10_0= ruleQualifiedName
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportDeclarationAccess().getImportedFullyQualifiedNameQualifiedNameParserRuleCall_2_3_1_0());
}
pushFollow(FOLLOW_22);
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;
}
// InternalAuthorizationDSL.g:1484:3: (otherlv_11= ';' )?
int alt23=2;
int LA23_0 = input.LA(1);
if ( (LA23_0==32) ) {
alt23=1;
}
switch (alt23) {
case 1 :
// InternalAuthorizationDSL.g:1485:4: otherlv_11= ';'
{
otherlv_11=(Token)match(input,32,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"
// InternalAuthorizationDSL.g:1494:1: entryRuleXAnnotation returns [EObject current=null] : iv_ruleXAnnotation= ruleXAnnotation EOF ;
public final EObject entryRuleXAnnotation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotation = null;
try {
// InternalAuthorizationDSL.g:1494:52: (iv_ruleXAnnotation= ruleXAnnotation EOF )
// InternalAuthorizationDSL.g:1495: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"
// InternalAuthorizationDSL.g:1501: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 {
// InternalAuthorizationDSL.g:1507: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= ')' )? ) )
// InternalAuthorizationDSL.g:1508: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= ')' )? )
{
// InternalAuthorizationDSL.g:1508: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= ')' )? )
// InternalAuthorizationDSL.g:1509: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= ')' )?
{
// InternalAuthorizationDSL.g:1509:3: ()
// InternalAuthorizationDSL.g:1510:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAnnotationAccess().getXAnnotationAction_0(),
current);
}
}
otherlv_1=(Token)match(input,33,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationAccess().getCommercialAtKeyword_1());
}
// InternalAuthorizationDSL.g:1520:3: ( ( ruleQualifiedName ) )
// InternalAuthorizationDSL.g:1521:4: ( ruleQualifiedName )
{
// InternalAuthorizationDSL.g:1521:4: ( ruleQualifiedName )
// InternalAuthorizationDSL.g:1522: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_23);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:1536: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 alt26=2;
int LA26_0 = input.LA(1);
if ( (LA26_0==34) && (synpred1_InternalAuthorizationDSL())) {
alt26=1;
}
switch (alt26) {
case 1 :
// InternalAuthorizationDSL.g:1537:4: ( ( '(' )=>otherlv_3= '(' ) ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )? otherlv_8= ')'
{
// InternalAuthorizationDSL.g:1537:4: ( ( '(' )=>otherlv_3= '(' )
// InternalAuthorizationDSL.g:1538:5: ( '(' )=>otherlv_3= '('
{
otherlv_3=(Token)match(input,34,FOLLOW_24); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXAnnotationAccess().getLeftParenthesisKeyword_3_0());
}
}
// InternalAuthorizationDSL.g:1544:4: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* ) | ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) ) )?
int alt25=3;
alt25 = dfa25.predict(input);
switch (alt25) {
case 1 :
// InternalAuthorizationDSL.g:1545:5: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* )
{
// InternalAuthorizationDSL.g:1545:5: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )* )
// InternalAuthorizationDSL.g:1546:6: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) ) (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )*
{
// InternalAuthorizationDSL.g:1546:6: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair ) )
// InternalAuthorizationDSL.g:1547:7: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair )
{
// InternalAuthorizationDSL.g:1556:7: (lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair )
// InternalAuthorizationDSL.g:1557:8: lv_elementValuePairs_4_0= ruleXAnnotationElementValuePair
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_0_0());
}
pushFollow(FOLLOW_25);
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();
}
}
}
// InternalAuthorizationDSL.g:1574:6: (otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) ) )*
loop24:
do {
int alt24=2;
int LA24_0 = input.LA(1);
if ( (LA24_0==35) ) {
alt24=1;
}
switch (alt24) {
case 1 :
// InternalAuthorizationDSL.g:1575:7: otherlv_5= ',' ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) )
{
otherlv_5=(Token)match(input,35,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXAnnotationAccess().getCommaKeyword_3_1_0_1_0());
}
// InternalAuthorizationDSL.g:1579:7: ( ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair ) )
// InternalAuthorizationDSL.g:1580:8: ( ( ( ( ruleValidID ) ) '=' ) )=> (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair )
{
// InternalAuthorizationDSL.g:1589:8: (lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair )
// InternalAuthorizationDSL.g:1590:9: lv_elementValuePairs_6_0= ruleXAnnotationElementValuePair
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getElementValuePairsXAnnotationElementValuePairParserRuleCall_3_1_0_1_1_0());
}
pushFollow(FOLLOW_25);
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 loop24;
}
} while (true);
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:1610:5: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) )
{
// InternalAuthorizationDSL.g:1610:5: ( (lv_value_7_0= ruleXAnnotationElementValueOrCommaList ) )
// InternalAuthorizationDSL.g:1611:6: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList )
{
// InternalAuthorizationDSL.g:1611:6: (lv_value_7_0= ruleXAnnotationElementValueOrCommaList )
// InternalAuthorizationDSL.g:1612:7: lv_value_7_0= ruleXAnnotationElementValueOrCommaList
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationAccess().getValueXAnnotationElementValueOrCommaListParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_26);
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,36,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"
// InternalAuthorizationDSL.g:1639:1: entryRuleXAnnotationElementValuePair returns [EObject current=null] : iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF ;
public final EObject entryRuleXAnnotationElementValuePair() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationElementValuePair = null;
try {
// InternalAuthorizationDSL.g:1639:68: (iv_ruleXAnnotationElementValuePair= ruleXAnnotationElementValuePair EOF )
// InternalAuthorizationDSL.g:1640: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"
// InternalAuthorizationDSL.g:1646: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 {
// InternalAuthorizationDSL.g:1652:2: ( ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) ) )
// InternalAuthorizationDSL.g:1653:2: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) )
{
// InternalAuthorizationDSL.g:1653:2: ( ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) ) )
// InternalAuthorizationDSL.g:1654:3: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) ) ( (lv_value_2_0= ruleXAnnotationElementValue ) )
{
// InternalAuthorizationDSL.g:1654:3: ( ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' ) )
// InternalAuthorizationDSL.g:1655:4: ( ( ( ( ruleValidID ) ) '=' ) )=> ( ( ( ruleValidID ) ) otherlv_1= '=' )
{
// InternalAuthorizationDSL.g:1664:4: ( ( ( ruleValidID ) ) otherlv_1= '=' )
// InternalAuthorizationDSL.g:1665:5: ( ( ruleValidID ) ) otherlv_1= '='
{
// InternalAuthorizationDSL.g:1665:5: ( ( ruleValidID ) )
// InternalAuthorizationDSL.g:1666:6: ( ruleValidID )
{
// InternalAuthorizationDSL.g:1666:6: ( ruleValidID )
// InternalAuthorizationDSL.g:1667: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_27);
ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
otherlv_1=(Token)match(input,37,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValuePairAccess().getEqualsSignKeyword_0_0_1());
}
}
}
// InternalAuthorizationDSL.g:1687:3: ( (lv_value_2_0= ruleXAnnotationElementValue ) )
// InternalAuthorizationDSL.g:1688:4: (lv_value_2_0= ruleXAnnotationElementValue )
{
// InternalAuthorizationDSL.g:1688:4: (lv_value_2_0= ruleXAnnotationElementValue )
// InternalAuthorizationDSL.g:1689: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"
// InternalAuthorizationDSL.g:1710:1: entryRuleXAnnotationElementValueOrCommaList returns [EObject current=null] : iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF ;
public final EObject entryRuleXAnnotationElementValueOrCommaList() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationElementValueOrCommaList = null;
try {
// InternalAuthorizationDSL.g:1710:75: (iv_ruleXAnnotationElementValueOrCommaList= ruleXAnnotationElementValueOrCommaList EOF )
// InternalAuthorizationDSL.g:1711: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"
// InternalAuthorizationDSL.g:1717: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 {
// InternalAuthorizationDSL.g:1723: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 ) ) )+ )? ) ) )
// InternalAuthorizationDSL.g:1724: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 ) ) )+ )? ) )
{
// InternalAuthorizationDSL.g:1724: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 alt31=2;
alt31 = dfa31.predict(input);
switch (alt31) {
case 1 :
// InternalAuthorizationDSL.g:1725:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
{
// InternalAuthorizationDSL.g:1725:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
// InternalAuthorizationDSL.g:1726:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']'
{
// InternalAuthorizationDSL.g:1726:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) )
// InternalAuthorizationDSL.g:1727:5: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' )
{
// InternalAuthorizationDSL.g:1734:5: ( () otherlv_1= '#' otherlv_2= '[' )
// InternalAuthorizationDSL.g:1735:6: () otherlv_1= '#' otherlv_2= '['
{
// InternalAuthorizationDSL.g:1735:6: ()
// InternalAuthorizationDSL.g:1736:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralAction_0_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,38,FOLLOW_29); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getNumberSignKeyword_0_0_0_1());
}
otherlv_2=(Token)match(input,39,FOLLOW_30); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getLeftSquareBracketKeyword_0_0_0_2());
}
}
}
// InternalAuthorizationDSL.g:1752:4: ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )?
int alt28=2;
int LA28_0 = input.LA(1);
if ( ((LA28_0>=RULE_ID && LA28_0<=RULE_DECIMAL)||LA28_0==14||(LA28_0>=27 && LA28_0<=29)||(LA28_0>=33 && LA28_0<=34)||(LA28_0>=38 && LA28_0<=39)||LA28_0==46||(LA28_0>=62 && LA28_0<=63)||LA28_0==67||LA28_0==75||LA28_0==77||(LA28_0>=81 && LA28_0<=83)||(LA28_0>=86 && LA28_0<=95)||LA28_0==97) ) {
alt28=1;
}
switch (alt28) {
case 1 :
// InternalAuthorizationDSL.g:1753:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
{
// InternalAuthorizationDSL.g:1753:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) )
// InternalAuthorizationDSL.g:1754:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
{
// InternalAuthorizationDSL.g:1754:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
// InternalAuthorizationDSL.g:1755:7: lv_elements_3_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_31);
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();
}
}
}
// InternalAuthorizationDSL.g:1772:5: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
loop27:
do {
int alt27=2;
int LA27_0 = input.LA(1);
if ( (LA27_0==35) ) {
alt27=1;
}
switch (alt27) {
case 1 :
// InternalAuthorizationDSL.g:1773:6: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
{
otherlv_4=(Token)match(input,35,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_0_1_1_0());
}
// InternalAuthorizationDSL.g:1777:6: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
// InternalAuthorizationDSL.g:1778:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
{
// InternalAuthorizationDSL.g:1778:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
// InternalAuthorizationDSL.g:1779:8: lv_elements_5_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_31);
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 loop27;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,40,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getRightSquareBracketKeyword_0_2());
}
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:1804:3: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? )
{
// InternalAuthorizationDSL.g:1804:3: (this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )? )
// InternalAuthorizationDSL.g:1805:4: this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXAnnotationOrExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_32);
this_XAnnotationOrExpression_7=ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAnnotationOrExpression_7;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:1813:4: ( () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+ )?
int alt30=2;
int LA30_0 = input.LA(1);
if ( (LA30_0==35) ) {
alt30=1;
}
switch (alt30) {
case 1 :
// InternalAuthorizationDSL.g:1814:5: () (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+
{
// InternalAuthorizationDSL.g:1814:5: ()
// InternalAuthorizationDSL.g:1815:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndAdd(
grammarAccess.getXAnnotationElementValueOrCommaListAccess().getXListLiteralElementsAction_1_1_0(),
current);
}
}
// InternalAuthorizationDSL.g:1821:5: (otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) ) )+
int cnt29=0;
loop29:
do {
int alt29=2;
int LA29_0 = input.LA(1);
if ( (LA29_0==35) ) {
alt29=1;
}
switch (alt29) {
case 1 :
// InternalAuthorizationDSL.g:1822:6: otherlv_9= ',' ( (lv_elements_10_0= ruleXAnnotationOrExpression ) )
{
otherlv_9=(Token)match(input,35,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getXAnnotationElementValueOrCommaListAccess().getCommaKeyword_1_1_1_0());
}
// InternalAuthorizationDSL.g:1826:6: ( (lv_elements_10_0= ruleXAnnotationOrExpression ) )
// InternalAuthorizationDSL.g:1827:7: (lv_elements_10_0= ruleXAnnotationOrExpression )
{
// InternalAuthorizationDSL.g:1827:7: (lv_elements_10_0= ruleXAnnotationOrExpression )
// InternalAuthorizationDSL.g:1828:8: lv_elements_10_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getElementsXAnnotationOrExpressionParserRuleCall_1_1_1_1_0());
}
pushFollow(FOLLOW_32);
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 ( cnt29 >= 1 ) break loop29;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(29, input);
throw eee;
}
cnt29++;
} 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"
// InternalAuthorizationDSL.g:1852:1: entryRuleXAnnotationElementValue returns [EObject current=null] : iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF ;
public final EObject entryRuleXAnnotationElementValue() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationElementValue = null;
try {
// InternalAuthorizationDSL.g:1852:64: (iv_ruleXAnnotationElementValue= ruleXAnnotationElementValue EOF )
// InternalAuthorizationDSL.g:1853: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"
// InternalAuthorizationDSL.g:1859: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 {
// InternalAuthorizationDSL.g:1865:2: ( ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression ) )
// InternalAuthorizationDSL.g:1866:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression )
{
// InternalAuthorizationDSL.g:1866:2: ( ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' ) | this_XAnnotationOrExpression_7= ruleXAnnotationOrExpression )
int alt34=2;
alt34 = dfa34.predict(input);
switch (alt34) {
case 1 :
// InternalAuthorizationDSL.g:1867:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
{
// InternalAuthorizationDSL.g:1867:3: ( ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']' )
// InternalAuthorizationDSL.g:1868:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) ) ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )? otherlv_6= ']'
{
// InternalAuthorizationDSL.g:1868:4: ( ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' ) )
// InternalAuthorizationDSL.g:1869:5: ( ( () '#' '[' ) )=> ( () otherlv_1= '#' otherlv_2= '[' )
{
// InternalAuthorizationDSL.g:1876:5: ( () otherlv_1= '#' otherlv_2= '[' )
// InternalAuthorizationDSL.g:1877:6: () otherlv_1= '#' otherlv_2= '['
{
// InternalAuthorizationDSL.g:1877:6: ()
// InternalAuthorizationDSL.g:1878:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAnnotationElementValueAccess().getXListLiteralAction_0_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,38,FOLLOW_29); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXAnnotationElementValueAccess().getNumberSignKeyword_0_0_0_1());
}
otherlv_2=(Token)match(input,39,FOLLOW_30); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXAnnotationElementValueAccess().getLeftSquareBracketKeyword_0_0_0_2());
}
}
}
// InternalAuthorizationDSL.g:1894:4: ( ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )* )?
int alt33=2;
int LA33_0 = input.LA(1);
if ( ((LA33_0>=RULE_ID && LA33_0<=RULE_DECIMAL)||LA33_0==14||(LA33_0>=27 && LA33_0<=29)||(LA33_0>=33 && LA33_0<=34)||(LA33_0>=38 && LA33_0<=39)||LA33_0==46||(LA33_0>=62 && LA33_0<=63)||LA33_0==67||LA33_0==75||LA33_0==77||(LA33_0>=81 && LA33_0<=83)||(LA33_0>=86 && LA33_0<=95)||LA33_0==97) ) {
alt33=1;
}
switch (alt33) {
case 1 :
// InternalAuthorizationDSL.g:1895:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
{
// InternalAuthorizationDSL.g:1895:5: ( (lv_elements_3_0= ruleXAnnotationOrExpression ) )
// InternalAuthorizationDSL.g:1896:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
{
// InternalAuthorizationDSL.g:1896:6: (lv_elements_3_0= ruleXAnnotationOrExpression )
// InternalAuthorizationDSL.g:1897:7: lv_elements_3_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_31);
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();
}
}
}
// InternalAuthorizationDSL.g:1914:5: (otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) ) )*
loop32:
do {
int alt32=2;
int LA32_0 = input.LA(1);
if ( (LA32_0==35) ) {
alt32=1;
}
switch (alt32) {
case 1 :
// InternalAuthorizationDSL.g:1915:6: otherlv_4= ',' ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
{
otherlv_4=(Token)match(input,35,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXAnnotationElementValueAccess().getCommaKeyword_0_1_1_0());
}
// InternalAuthorizationDSL.g:1919:6: ( (lv_elements_5_0= ruleXAnnotationOrExpression ) )
// InternalAuthorizationDSL.g:1920:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
{
// InternalAuthorizationDSL.g:1920:7: (lv_elements_5_0= ruleXAnnotationOrExpression )
// InternalAuthorizationDSL.g:1921:8: lv_elements_5_0= ruleXAnnotationOrExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAnnotationElementValueAccess().getElementsXAnnotationOrExpressionParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_31);
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 loop32;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,40,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXAnnotationElementValueAccess().getRightSquareBracketKeyword_0_2());
}
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:1946: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"
// InternalAuthorizationDSL.g:1958:1: entryRuleXAnnotationOrExpression returns [EObject current=null] : iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF ;
public final EObject entryRuleXAnnotationOrExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAnnotationOrExpression = null;
try {
// InternalAuthorizationDSL.g:1958:64: (iv_ruleXAnnotationOrExpression= ruleXAnnotationOrExpression EOF )
// InternalAuthorizationDSL.g:1959: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"
// InternalAuthorizationDSL.g:1965: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 {
// InternalAuthorizationDSL.g:1971:2: ( (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression ) )
// InternalAuthorizationDSL.g:1972:2: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression )
{
// InternalAuthorizationDSL.g:1972:2: (this_XAnnotation_0= ruleXAnnotation | this_XExpression_1= ruleXExpression )
int alt35=2;
int LA35_0 = input.LA(1);
if ( (LA35_0==33) ) {
alt35=1;
}
else if ( ((LA35_0>=RULE_ID && LA35_0<=RULE_DECIMAL)||LA35_0==14||(LA35_0>=27 && LA35_0<=29)||LA35_0==34||(LA35_0>=38 && LA35_0<=39)||LA35_0==46||(LA35_0>=62 && LA35_0<=63)||LA35_0==67||LA35_0==75||LA35_0==77||(LA35_0>=81 && LA35_0<=83)||(LA35_0>=86 && LA35_0<=95)||LA35_0==97) ) {
alt35=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 35, 0, input);
throw nvae;
}
switch (alt35) {
case 1 :
// InternalAuthorizationDSL.g:1973: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 :
// InternalAuthorizationDSL.g:1982: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"
// InternalAuthorizationDSL.g:1994:1: entryRuleXExpression returns [EObject current=null] : iv_ruleXExpression= ruleXExpression EOF ;
public final EObject entryRuleXExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpression = null;
try {
// InternalAuthorizationDSL.g:1994:52: (iv_ruleXExpression= ruleXExpression EOF )
// InternalAuthorizationDSL.g:1995: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"
// InternalAuthorizationDSL.g:2001: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 {
// InternalAuthorizationDSL.g:2007:2: (this_XAssignment_0= ruleXAssignment )
// InternalAuthorizationDSL.g:2008: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"
// InternalAuthorizationDSL.g:2019:1: entryRuleXAssignment returns [EObject current=null] : iv_ruleXAssignment= ruleXAssignment EOF ;
public final EObject entryRuleXAssignment() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAssignment = null;
try {
// InternalAuthorizationDSL.g:2019:52: (iv_ruleXAssignment= ruleXAssignment EOF )
// InternalAuthorizationDSL.g:2020: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"
// InternalAuthorizationDSL.g:2026: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 {
// InternalAuthorizationDSL.g:2032:2: ( ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) ) )
// InternalAuthorizationDSL.g:2033:2: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )
{
// InternalAuthorizationDSL.g:2033:2: ( ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) ) | (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? ) )
int alt37=2;
switch ( input.LA(1) ) {
case RULE_ID:
{
int LA37_1 = input.LA(2);
if ( (LA37_1==37) ) {
alt37=1;
}
else if ( (LA37_1==EOF||(LA37_1>=RULE_ID && LA37_1<=RULE_DECIMAL)||(LA37_1>=14 && LA37_1<=15)||(LA37_1>=27 && LA37_1<=30)||LA37_1==32||(LA37_1>=34 && LA37_1<=36)||(LA37_1>=38 && LA37_1<=73)||(LA37_1>=75 && LA37_1<=98)) ) {
alt37=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 1, input);
throw nvae;
}
}
break;
case 86:
{
int LA37_2 = input.LA(2);
if ( (LA37_2==37) ) {
alt37=1;
}
else if ( (LA37_2==EOF||(LA37_2>=RULE_ID && LA37_2<=RULE_DECIMAL)||(LA37_2>=14 && LA37_2<=15)||(LA37_2>=27 && LA37_2<=30)||LA37_2==32||(LA37_2>=34 && LA37_2<=36)||(LA37_2>=38 && LA37_2<=73)||(LA37_2>=75 && LA37_2<=98)) ) {
alt37=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 2, input);
throw nvae;
}
}
break;
case 28:
{
int LA37_3 = input.LA(2);
if ( (LA37_3==37) ) {
alt37=1;
}
else if ( (LA37_3==EOF||(LA37_3>=RULE_ID && LA37_3<=RULE_DECIMAL)||(LA37_3>=14 && LA37_3<=15)||(LA37_3>=27 && LA37_3<=30)||LA37_3==32||(LA37_3>=34 && LA37_3<=36)||(LA37_3>=38 && LA37_3<=73)||(LA37_3>=75 && LA37_3<=98)) ) {
alt37=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 3, input);
throw nvae;
}
}
break;
case 27:
{
int LA37_4 = input.LA(2);
if ( (LA37_4==37) ) {
alt37=1;
}
else if ( (LA37_4==EOF||(LA37_4>=RULE_ID && LA37_4<=RULE_DECIMAL)||(LA37_4>=14 && LA37_4<=15)||(LA37_4>=27 && LA37_4<=30)||LA37_4==32||(LA37_4>=34 && LA37_4<=36)||(LA37_4>=38 && LA37_4<=73)||(LA37_4>=75 && LA37_4<=98)) ) {
alt37=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 4, input);
throw nvae;
}
}
break;
case 29:
{
int LA37_5 = input.LA(2);
if ( (LA37_5==37) ) {
alt37=1;
}
else if ( (LA37_5==EOF||(LA37_5>=RULE_ID && LA37_5<=RULE_DECIMAL)||(LA37_5>=14 && LA37_5<=15)||(LA37_5>=27 && LA37_5<=30)||LA37_5==32||(LA37_5>=34 && LA37_5<=36)||(LA37_5>=38 && LA37_5<=73)||(LA37_5>=75 && LA37_5<=98)) ) {
alt37=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 5, input);
throw nvae;
}
}
break;
case RULE_STRING:
case RULE_HEX:
case RULE_INT:
case RULE_DECIMAL:
case 14:
case 34:
case 38:
case 39:
case 46:
case 62:
case 63:
case 67:
case 75:
case 77:
case 81:
case 82:
case 83:
case 87:
case 88:
case 89:
case 90:
case 91:
case 92:
case 93:
case 94:
case 95:
case 97:
{
alt37=2;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 37, 0, input);
throw nvae;
}
switch (alt37) {
case 1 :
// InternalAuthorizationDSL.g:2034:3: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) )
{
// InternalAuthorizationDSL.g:2034:3: ( () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) ) )
// InternalAuthorizationDSL.g:2035:4: () ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ( (lv_value_3_0= ruleXAssignment ) )
{
// InternalAuthorizationDSL.g:2035:4: ()
// InternalAuthorizationDSL.g:2036:5:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXAssignmentAccess().getXAssignmentAction_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:2042:4: ( ( ruleFeatureCallID ) )
// InternalAuthorizationDSL.g:2043:5: ( ruleFeatureCallID )
{
// InternalAuthorizationDSL.g:2043:5: ( ruleFeatureCallID )
// InternalAuthorizationDSL.g:2044: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_27);
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_28);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:2065:4: ( (lv_value_3_0= ruleXAssignment ) )
// InternalAuthorizationDSL.g:2066:5: (lv_value_3_0= ruleXAssignment )
{
// InternalAuthorizationDSL.g:2066:5: (lv_value_3_0= ruleXAssignment )
// InternalAuthorizationDSL.g:2067: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 :
// InternalAuthorizationDSL.g:2086:3: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? )
{
// InternalAuthorizationDSL.g:2086:3: (this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )? )
// InternalAuthorizationDSL.g:2087:4: this_XOrExpression_4= ruleXOrExpression ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAssignmentAccess().getXOrExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_33);
this_XOrExpression_4=ruleXOrExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XOrExpression_4;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:2095:4: ( ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) ) )?
int alt36=2;
alt36 = dfa36.predict(input);
switch (alt36) {
case 1 :
// InternalAuthorizationDSL.g:2096:5: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) ) ( (lv_rightOperand_7_0= ruleXAssignment ) )
{
// InternalAuthorizationDSL.g:2096:5: ( ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) ) )
// InternalAuthorizationDSL.g:2097:6: ( ( () ( ( ruleOpMultiAssign ) ) ) )=> ( () ( ( ruleOpMultiAssign ) ) )
{
// InternalAuthorizationDSL.g:2107:6: ( () ( ( ruleOpMultiAssign ) ) )
// InternalAuthorizationDSL.g:2108:7: () ( ( ruleOpMultiAssign ) )
{
// InternalAuthorizationDSL.g:2108:7: ()
// InternalAuthorizationDSL.g:2109:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAssignmentAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:2115:7: ( ( ruleOpMultiAssign ) )
// InternalAuthorizationDSL.g:2116:8: ( ruleOpMultiAssign )
{
// InternalAuthorizationDSL.g:2116:8: ( ruleOpMultiAssign )
// InternalAuthorizationDSL.g:2117: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_28);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalAuthorizationDSL.g:2133:5: ( (lv_rightOperand_7_0= ruleXAssignment ) )
// InternalAuthorizationDSL.g:2134:6: (lv_rightOperand_7_0= ruleXAssignment )
{
// InternalAuthorizationDSL.g:2134:6: (lv_rightOperand_7_0= ruleXAssignment )
// InternalAuthorizationDSL.g:2135: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"
// InternalAuthorizationDSL.g:2158:1: entryRuleOpSingleAssign returns [String current=null] : iv_ruleOpSingleAssign= ruleOpSingleAssign EOF ;
public final String entryRuleOpSingleAssign() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpSingleAssign = null;
try {
// InternalAuthorizationDSL.g:2158:54: (iv_ruleOpSingleAssign= ruleOpSingleAssign EOF )
// InternalAuthorizationDSL.g:2159: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"
// InternalAuthorizationDSL.g:2165:1: ruleOpSingleAssign returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '=' ;
public final AntlrDatatypeRuleToken ruleOpSingleAssign() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalAuthorizationDSL.g:2171:2: (kw= '=' )
// InternalAuthorizationDSL.g:2172:2: kw= '='
{
kw=(Token)match(input,37,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"
// InternalAuthorizationDSL.g:2180:1: entryRuleOpMultiAssign returns [String current=null] : iv_ruleOpMultiAssign= ruleOpMultiAssign EOF ;
public final String entryRuleOpMultiAssign() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpMultiAssign = null;
try {
// InternalAuthorizationDSL.g:2180:53: (iv_ruleOpMultiAssign= ruleOpMultiAssign EOF )
// InternalAuthorizationDSL.g:2181: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"
// InternalAuthorizationDSL.g:2187: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 {
// InternalAuthorizationDSL.g:2193:2: ( (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) ) )
// InternalAuthorizationDSL.g:2194:2: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) )
{
// InternalAuthorizationDSL.g:2194:2: (kw= '+=' | kw= '-=' | kw= '*=' | kw= '/=' | kw= '%=' | (kw= '<' kw= '<' kw= '=' ) | (kw= '>' (kw= '>' )? kw= '>=' ) )
int alt39=7;
switch ( input.LA(1) ) {
case 41:
{
alt39=1;
}
break;
case 42:
{
alt39=2;
}
break;
case 43:
{
alt39=3;
}
break;
case 44:
{
alt39=4;
}
break;
case 45:
{
alt39=5;
}
break;
case 46:
{
alt39=6;
}
break;
case 47:
{
alt39=7;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 39, 0, input);
throw nvae;
}
switch (alt39) {
case 1 :
// InternalAuthorizationDSL.g:2195:3: kw= '+='
{
kw=(Token)match(input,41,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:2201:3: kw= '-='
{
kw=(Token)match(input,42,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1());
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:2207:3: kw= '*='
{
kw=(Token)match(input,43,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2());
}
}
break;
case 4 :
// InternalAuthorizationDSL.g:2213: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().getSolidusEqualsSignKeyword_3());
}
}
break;
case 5 :
// InternalAuthorizationDSL.g:2219: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().getPercentSignEqualsSignKeyword_4());
}
}
break;
case 6 :
// InternalAuthorizationDSL.g:2225:3: (kw= '<' kw= '<' kw= '=' )
{
// InternalAuthorizationDSL.g:2225:3: (kw= '<' kw= '<' kw= '=' )
// InternalAuthorizationDSL.g:2226:4: kw= '<' kw= '<' kw= '='
{
kw=(Token)match(input,46,FOLLOW_34); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_0());
}
kw=(Token)match(input,46,FOLLOW_27); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getLessThanSignKeyword_5_1());
}
kw=(Token)match(input,37,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getEqualsSignKeyword_5_2());
}
}
}
break;
case 7 :
// InternalAuthorizationDSL.g:2243:3: (kw= '>' (kw= '>' )? kw= '>=' )
{
// InternalAuthorizationDSL.g:2243:3: (kw= '>' (kw= '>' )? kw= '>=' )
// InternalAuthorizationDSL.g:2244:4: kw= '>' (kw= '>' )? kw= '>='
{
kw=(Token)match(input,47,FOLLOW_35); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_0());
}
// InternalAuthorizationDSL.g:2249:4: (kw= '>' )?
int alt38=2;
int LA38_0 = input.LA(1);
if ( (LA38_0==47) ) {
alt38=1;
}
switch (alt38) {
case 1 :
// InternalAuthorizationDSL.g:2250:5: kw= '>'
{
kw=(Token)match(input,47,FOLLOW_36); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAssignAccess().getGreaterThanSignKeyword_6_1());
}
}
break;
}
kw=(Token)match(input,48,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"
// InternalAuthorizationDSL.g:2266:1: entryRuleXOrExpression returns [EObject current=null] : iv_ruleXOrExpression= ruleXOrExpression EOF ;
public final EObject entryRuleXOrExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXOrExpression = null;
try {
// InternalAuthorizationDSL.g:2266:54: (iv_ruleXOrExpression= ruleXOrExpression EOF )
// InternalAuthorizationDSL.g:2267: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"
// InternalAuthorizationDSL.g:2273: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 {
// InternalAuthorizationDSL.g:2279:2: ( (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* ) )
// InternalAuthorizationDSL.g:2280:2: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* )
{
// InternalAuthorizationDSL.g:2280:2: (this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )* )
// InternalAuthorizationDSL.g:2281:3: this_XAndExpression_0= ruleXAndExpression ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionAccess().getXAndExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_37);
this_XAndExpression_0=ruleXAndExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAndExpression_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:2289:3: ( ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) ) )*
loop40:
do {
int alt40=2;
int LA40_0 = input.LA(1);
if ( (LA40_0==49) ) {
int LA40_2 = input.LA(2);
if ( (synpred8_InternalAuthorizationDSL()) ) {
alt40=1;
}
}
switch (alt40) {
case 1 :
// InternalAuthorizationDSL.g:2290:4: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) ) ( (lv_rightOperand_3_0= ruleXAndExpression ) )
{
// InternalAuthorizationDSL.g:2290:4: ( ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) ) )
// InternalAuthorizationDSL.g:2291:5: ( ( () ( ( ruleOpOr ) ) ) )=> ( () ( ( ruleOpOr ) ) )
{
// InternalAuthorizationDSL.g:2301:5: ( () ( ( ruleOpOr ) ) )
// InternalAuthorizationDSL.g:2302:6: () ( ( ruleOpOr ) )
{
// InternalAuthorizationDSL.g:2302:6: ()
// InternalAuthorizationDSL.g:2303:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXOrExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:2309:6: ( ( ruleOpOr ) )
// InternalAuthorizationDSL.g:2310:7: ( ruleOpOr )
{
// InternalAuthorizationDSL.g:2310:7: ( ruleOpOr )
// InternalAuthorizationDSL.g:2311: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_28);
ruleOpOr();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalAuthorizationDSL.g:2327:4: ( (lv_rightOperand_3_0= ruleXAndExpression ) )
// InternalAuthorizationDSL.g:2328:5: (lv_rightOperand_3_0= ruleXAndExpression )
{
// InternalAuthorizationDSL.g:2328:5: (lv_rightOperand_3_0= ruleXAndExpression )
// InternalAuthorizationDSL.g:2329:6: lv_rightOperand_3_0= ruleXAndExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOrExpressionAccess().getRightOperandXAndExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_37);
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 loop40;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXOrExpression"
// $ANTLR start "entryRuleOpOr"
// InternalAuthorizationDSL.g:2351:1: entryRuleOpOr returns [String current=null] : iv_ruleOpOr= ruleOpOr EOF ;
public final String entryRuleOpOr() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpOr = null;
try {
// InternalAuthorizationDSL.g:2351:44: (iv_ruleOpOr= ruleOpOr EOF )
// InternalAuthorizationDSL.g:2352: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"
// InternalAuthorizationDSL.g:2358:1: ruleOpOr returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '||' ;
public final AntlrDatatypeRuleToken ruleOpOr() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalAuthorizationDSL.g:2364:2: (kw= '||' )
// InternalAuthorizationDSL.g:2365:2: kw= '||'
{
kw=(Token)match(input,49,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"
// InternalAuthorizationDSL.g:2373:1: entryRuleXAndExpression returns [EObject current=null] : iv_ruleXAndExpression= ruleXAndExpression EOF ;
public final EObject entryRuleXAndExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAndExpression = null;
try {
// InternalAuthorizationDSL.g:2373:55: (iv_ruleXAndExpression= ruleXAndExpression EOF )
// InternalAuthorizationDSL.g:2374: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"
// InternalAuthorizationDSL.g:2380: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 {
// InternalAuthorizationDSL.g:2386:2: ( (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* ) )
// InternalAuthorizationDSL.g:2387:2: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* )
{
// InternalAuthorizationDSL.g:2387:2: (this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )* )
// InternalAuthorizationDSL.g:2388:3: this_XEqualityExpression_0= ruleXEqualityExpression ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionAccess().getXEqualityExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_38);
this_XEqualityExpression_0=ruleXEqualityExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XEqualityExpression_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:2396:3: ( ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) ) )*
loop41:
do {
int alt41=2;
int LA41_0 = input.LA(1);
if ( (LA41_0==50) ) {
int LA41_2 = input.LA(2);
if ( (synpred9_InternalAuthorizationDSL()) ) {
alt41=1;
}
}
switch (alt41) {
case 1 :
// InternalAuthorizationDSL.g:2397:4: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) ) ( (lv_rightOperand_3_0= ruleXEqualityExpression ) )
{
// InternalAuthorizationDSL.g:2397:4: ( ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) ) )
// InternalAuthorizationDSL.g:2398:5: ( ( () ( ( ruleOpAnd ) ) ) )=> ( () ( ( ruleOpAnd ) ) )
{
// InternalAuthorizationDSL.g:2408:5: ( () ( ( ruleOpAnd ) ) )
// InternalAuthorizationDSL.g:2409:6: () ( ( ruleOpAnd ) )
{
// InternalAuthorizationDSL.g:2409:6: ()
// InternalAuthorizationDSL.g:2410:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAndExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:2416:6: ( ( ruleOpAnd ) )
// InternalAuthorizationDSL.g:2417:7: ( ruleOpAnd )
{
// InternalAuthorizationDSL.g:2417:7: ( ruleOpAnd )
// InternalAuthorizationDSL.g:2418: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_28);
ruleOpAnd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalAuthorizationDSL.g:2434:4: ( (lv_rightOperand_3_0= ruleXEqualityExpression ) )
// InternalAuthorizationDSL.g:2435:5: (lv_rightOperand_3_0= ruleXEqualityExpression )
{
// InternalAuthorizationDSL.g:2435:5: (lv_rightOperand_3_0= ruleXEqualityExpression )
// InternalAuthorizationDSL.g:2436:6: lv_rightOperand_3_0= ruleXEqualityExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAndExpressionAccess().getRightOperandXEqualityExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_38);
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 loop41;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAndExpression"
// $ANTLR start "entryRuleOpAnd"
// InternalAuthorizationDSL.g:2458:1: entryRuleOpAnd returns [String current=null] : iv_ruleOpAnd= ruleOpAnd EOF ;
public final String entryRuleOpAnd() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpAnd = null;
try {
// InternalAuthorizationDSL.g:2458:45: (iv_ruleOpAnd= ruleOpAnd EOF )
// InternalAuthorizationDSL.g:2459: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"
// InternalAuthorizationDSL.g:2465:1: ruleOpAnd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '&&' ;
public final AntlrDatatypeRuleToken ruleOpAnd() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalAuthorizationDSL.g:2471:2: (kw= '&&' )
// InternalAuthorizationDSL.g:2472:2: kw= '&&'
{
kw=(Token)match(input,50,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"
// InternalAuthorizationDSL.g:2480:1: entryRuleXEqualityExpression returns [EObject current=null] : iv_ruleXEqualityExpression= ruleXEqualityExpression EOF ;
public final EObject entryRuleXEqualityExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXEqualityExpression = null;
try {
// InternalAuthorizationDSL.g:2480:60: (iv_ruleXEqualityExpression= ruleXEqualityExpression EOF )
// InternalAuthorizationDSL.g:2481: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"
// InternalAuthorizationDSL.g:2487: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 {
// InternalAuthorizationDSL.g:2493:2: ( (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* ) )
// InternalAuthorizationDSL.g:2494:2: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* )
{
// InternalAuthorizationDSL.g:2494:2: (this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )* )
// InternalAuthorizationDSL.g:2495:3: this_XRelationalExpression_0= ruleXRelationalExpression ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getXRelationalExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_39);
this_XRelationalExpression_0=ruleXRelationalExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XRelationalExpression_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:2503:3: ( ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) ) )*
loop42:
do {
int alt42=2;
switch ( input.LA(1) ) {
case 51:
{
int LA42_2 = input.LA(2);
if ( (synpred10_InternalAuthorizationDSL()) ) {
alt42=1;
}
}
break;
case 52:
{
int LA42_3 = input.LA(2);
if ( (synpred10_InternalAuthorizationDSL()) ) {
alt42=1;
}
}
break;
case 53:
{
int LA42_4 = input.LA(2);
if ( (synpred10_InternalAuthorizationDSL()) ) {
alt42=1;
}
}
break;
case 54:
{
int LA42_5 = input.LA(2);
if ( (synpred10_InternalAuthorizationDSL()) ) {
alt42=1;
}
}
break;
}
switch (alt42) {
case 1 :
// InternalAuthorizationDSL.g:2504:4: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) ) ( (lv_rightOperand_3_0= ruleXRelationalExpression ) )
{
// InternalAuthorizationDSL.g:2504:4: ( ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) ) )
// InternalAuthorizationDSL.g:2505:5: ( ( () ( ( ruleOpEquality ) ) ) )=> ( () ( ( ruleOpEquality ) ) )
{
// InternalAuthorizationDSL.g:2515:5: ( () ( ( ruleOpEquality ) ) )
// InternalAuthorizationDSL.g:2516:6: () ( ( ruleOpEquality ) )
{
// InternalAuthorizationDSL.g:2516:6: ()
// InternalAuthorizationDSL.g:2517:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXEqualityExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:2523:6: ( ( ruleOpEquality ) )
// InternalAuthorizationDSL.g:2524:7: ( ruleOpEquality )
{
// InternalAuthorizationDSL.g:2524:7: ( ruleOpEquality )
// InternalAuthorizationDSL.g:2525: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_28);
ruleOpEquality();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalAuthorizationDSL.g:2541:4: ( (lv_rightOperand_3_0= ruleXRelationalExpression ) )
// InternalAuthorizationDSL.g:2542:5: (lv_rightOperand_3_0= ruleXRelationalExpression )
{
// InternalAuthorizationDSL.g:2542:5: (lv_rightOperand_3_0= ruleXRelationalExpression )
// InternalAuthorizationDSL.g:2543:6: lv_rightOperand_3_0= ruleXRelationalExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXEqualityExpressionAccess().getRightOperandXRelationalExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_39);
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 loop42;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXEqualityExpression"
// $ANTLR start "entryRuleOpEquality"
// InternalAuthorizationDSL.g:2565:1: entryRuleOpEquality returns [String current=null] : iv_ruleOpEquality= ruleOpEquality EOF ;
public final String entryRuleOpEquality() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpEquality = null;
try {
// InternalAuthorizationDSL.g:2565:50: (iv_ruleOpEquality= ruleOpEquality EOF )
// InternalAuthorizationDSL.g:2566: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"
// InternalAuthorizationDSL.g:2572: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 {
// InternalAuthorizationDSL.g:2578:2: ( (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' ) )
// InternalAuthorizationDSL.g:2579:2: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' )
{
// InternalAuthorizationDSL.g:2579:2: (kw= '==' | kw= '!=' | kw= '===' | kw= '!==' )
int alt43=4;
switch ( input.LA(1) ) {
case 51:
{
alt43=1;
}
break;
case 52:
{
alt43=2;
}
break;
case 53:
{
alt43=3;
}
break;
case 54:
{
alt43=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 43, 0, input);
throw nvae;
}
switch (alt43) {
case 1 :
// InternalAuthorizationDSL.g:2580:3: kw= '=='
{
kw=(Token)match(input,51,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:2586:3: kw= '!='
{
kw=(Token)match(input,52,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1());
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:2592:3: kw= '==='
{
kw=(Token)match(input,53,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2());
}
}
break;
case 4 :
// InternalAuthorizationDSL.g:2598: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().getExclamationMarkEqualsSignEqualsSignKeyword_3());
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleOpEquality"
// $ANTLR start "entryRuleXRelationalExpression"
// InternalAuthorizationDSL.g:2607:1: entryRuleXRelationalExpression returns [EObject current=null] : iv_ruleXRelationalExpression= ruleXRelationalExpression EOF ;
public final EObject entryRuleXRelationalExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXRelationalExpression = null;
try {
// InternalAuthorizationDSL.g:2607:62: (iv_ruleXRelationalExpression= ruleXRelationalExpression EOF )
// InternalAuthorizationDSL.g:2608: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"
// InternalAuthorizationDSL.g:2614: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 {
// InternalAuthorizationDSL.g:2620:2: ( (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* ) )
// InternalAuthorizationDSL.g:2621:2: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* )
{
// InternalAuthorizationDSL.g:2621:2: (this_XOtherOperatorExpression_0= ruleXOtherOperatorExpression ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )* )
// InternalAuthorizationDSL.g:2622: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_40);
this_XOtherOperatorExpression_0=ruleXOtherOperatorExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XOtherOperatorExpression_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:2630:3: ( ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) ) | ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) ) )*
loop44:
do {
int alt44=3;
switch ( input.LA(1) ) {
case 46:
{
int LA44_2 = input.LA(2);
if ( (synpred12_InternalAuthorizationDSL()) ) {
alt44=2;
}
}
break;
case 47:
{
int LA44_3 = input.LA(2);
if ( (synpred12_InternalAuthorizationDSL()) ) {
alt44=2;
}
}
break;
case 55:
{
int LA44_4 = input.LA(2);
if ( (synpred11_InternalAuthorizationDSL()) ) {
alt44=1;
}
}
break;
case 48:
{
int LA44_5 = input.LA(2);
if ( (synpred12_InternalAuthorizationDSL()) ) {
alt44=2;
}
}
break;
}
switch (alt44) {
case 1 :
// InternalAuthorizationDSL.g:2631:4: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )
{
// InternalAuthorizationDSL.g:2631:4: ( ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )
// InternalAuthorizationDSL.g:2632:5: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) )
{
// InternalAuthorizationDSL.g:2632:5: ( ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' ) )
// InternalAuthorizationDSL.g:2633:6: ( ( () 'instanceof' ) )=> ( () otherlv_2= 'instanceof' )
{
// InternalAuthorizationDSL.g:2639:6: ( () otherlv_2= 'instanceof' )
// InternalAuthorizationDSL.g:2640:7: () otherlv_2= 'instanceof'
{
// InternalAuthorizationDSL.g:2640:7: ()
// InternalAuthorizationDSL.g:2641:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXRelationalExpressionAccess().getXInstanceOfExpressionExpressionAction_1_0_0_0_0(),
current);
}
}
otherlv_2=(Token)match(input,55,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXRelationalExpressionAccess().getInstanceofKeyword_1_0_0_0_1());
}
}
}
// InternalAuthorizationDSL.g:2653:5: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:2654:6: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:2654:6: (lv_type_3_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:2655:7: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_0_1_0());
}
pushFollow(FOLLOW_40);
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 :
// InternalAuthorizationDSL.g:2674:4: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) )
{
// InternalAuthorizationDSL.g:2674:4: ( ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) ) )
// InternalAuthorizationDSL.g:2675:5: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) ) ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) )
{
// InternalAuthorizationDSL.g:2675:5: ( ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) ) )
// InternalAuthorizationDSL.g:2676:6: ( ( () ( ( ruleOpCompare ) ) ) )=> ( () ( ( ruleOpCompare ) ) )
{
// InternalAuthorizationDSL.g:2686:6: ( () ( ( ruleOpCompare ) ) )
// InternalAuthorizationDSL.g:2687:7: () ( ( ruleOpCompare ) )
{
// InternalAuthorizationDSL.g:2687:7: ()
// InternalAuthorizationDSL.g:2688:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXRelationalExpressionAccess().getXBinaryOperationLeftOperandAction_1_1_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:2694:7: ( ( ruleOpCompare ) )
// InternalAuthorizationDSL.g:2695:8: ( ruleOpCompare )
{
// InternalAuthorizationDSL.g:2695:8: ( ruleOpCompare )
// InternalAuthorizationDSL.g:2696: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_28);
ruleOpCompare();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalAuthorizationDSL.g:2712:5: ( (lv_rightOperand_6_0= ruleXOtherOperatorExpression ) )
// InternalAuthorizationDSL.g:2713:6: (lv_rightOperand_6_0= ruleXOtherOperatorExpression )
{
// InternalAuthorizationDSL.g:2713:6: (lv_rightOperand_6_0= ruleXOtherOperatorExpression )
// InternalAuthorizationDSL.g:2714:7: lv_rightOperand_6_0= ruleXOtherOperatorExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXRelationalExpressionAccess().getRightOperandXOtherOperatorExpressionParserRuleCall_1_1_1_0());
}
pushFollow(FOLLOW_40);
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 loop44;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXRelationalExpression"
// $ANTLR start "entryRuleOpCompare"
// InternalAuthorizationDSL.g:2737:1: entryRuleOpCompare returns [String current=null] : iv_ruleOpCompare= ruleOpCompare EOF ;
public final String entryRuleOpCompare() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpCompare = null;
try {
// InternalAuthorizationDSL.g:2737:49: (iv_ruleOpCompare= ruleOpCompare EOF )
// InternalAuthorizationDSL.g:2738: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"
// InternalAuthorizationDSL.g:2744: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 {
// InternalAuthorizationDSL.g:2750:2: ( (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' ) )
// InternalAuthorizationDSL.g:2751:2: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' )
{
// InternalAuthorizationDSL.g:2751:2: (kw= '>=' | (kw= '<' kw= '=' ) | kw= '>' | kw= '<' )
int alt45=4;
switch ( input.LA(1) ) {
case 48:
{
alt45=1;
}
break;
case 46:
{
int LA45_2 = input.LA(2);
if ( (LA45_2==EOF||(LA45_2>=RULE_ID && LA45_2<=RULE_DECIMAL)||LA45_2==14||(LA45_2>=27 && LA45_2<=29)||LA45_2==34||(LA45_2>=38 && LA45_2<=39)||LA45_2==46||(LA45_2>=62 && LA45_2<=63)||LA45_2==67||LA45_2==75||LA45_2==77||(LA45_2>=81 && LA45_2<=83)||(LA45_2>=86 && LA45_2<=95)||LA45_2==97) ) {
alt45=4;
}
else if ( (LA45_2==37) ) {
alt45=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 45, 2, input);
throw nvae;
}
}
break;
case 47:
{
alt45=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 45, 0, input);
throw nvae;
}
switch (alt45) {
case 1 :
// InternalAuthorizationDSL.g:2752:3: kw= '>='
{
kw=(Token)match(input,48,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:2758:3: (kw= '<' kw= '=' )
{
// InternalAuthorizationDSL.g:2758:3: (kw= '<' kw= '=' )
// InternalAuthorizationDSL.g:2759:4: kw= '<' kw= '='
{
kw=(Token)match(input,46,FOLLOW_27); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getLessThanSignKeyword_1_0());
}
kw=(Token)match(input,37,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getEqualsSignKeyword_1_1());
}
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:2771:3: kw= '>'
{
kw=(Token)match(input,47,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2());
}
}
break;
case 4 :
// InternalAuthorizationDSL.g:2777:3: kw= '<'
{
kw=(Token)match(input,46,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpCompareAccess().getLessThanSignKeyword_3());
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleOpCompare"
// $ANTLR start "entryRuleXOtherOperatorExpression"
// InternalAuthorizationDSL.g:2786:1: entryRuleXOtherOperatorExpression returns [EObject current=null] : iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF ;
public final EObject entryRuleXOtherOperatorExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXOtherOperatorExpression = null;
try {
// InternalAuthorizationDSL.g:2786:65: (iv_ruleXOtherOperatorExpression= ruleXOtherOperatorExpression EOF )
// InternalAuthorizationDSL.g:2787: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"
// InternalAuthorizationDSL.g:2793: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 {
// InternalAuthorizationDSL.g:2799:2: ( (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* ) )
// InternalAuthorizationDSL.g:2800:2: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* )
{
// InternalAuthorizationDSL.g:2800:2: (this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )* )
// InternalAuthorizationDSL.g:2801:3: this_XAdditiveExpression_0= ruleXAdditiveExpression ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getXAdditiveExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_42);
this_XAdditiveExpression_0=ruleXAdditiveExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XAdditiveExpression_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:2809:3: ( ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) ) )*
loop46:
do {
int alt46=2;
alt46 = dfa46.predict(input);
switch (alt46) {
case 1 :
// InternalAuthorizationDSL.g:2810:4: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) ) ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) )
{
// InternalAuthorizationDSL.g:2810:4: ( ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) ) )
// InternalAuthorizationDSL.g:2811:5: ( ( () ( ( ruleOpOther ) ) ) )=> ( () ( ( ruleOpOther ) ) )
{
// InternalAuthorizationDSL.g:2821:5: ( () ( ( ruleOpOther ) ) )
// InternalAuthorizationDSL.g:2822:6: () ( ( ruleOpOther ) )
{
// InternalAuthorizationDSL.g:2822:6: ()
// InternalAuthorizationDSL.g:2823:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXOtherOperatorExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:2829:6: ( ( ruleOpOther ) )
// InternalAuthorizationDSL.g:2830:7: ( ruleOpOther )
{
// InternalAuthorizationDSL.g:2830:7: ( ruleOpOther )
// InternalAuthorizationDSL.g:2831: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_28);
ruleOpOther();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalAuthorizationDSL.g:2847:4: ( (lv_rightOperand_3_0= ruleXAdditiveExpression ) )
// InternalAuthorizationDSL.g:2848:5: (lv_rightOperand_3_0= ruleXAdditiveExpression )
{
// InternalAuthorizationDSL.g:2848:5: (lv_rightOperand_3_0= ruleXAdditiveExpression )
// InternalAuthorizationDSL.g:2849:6: lv_rightOperand_3_0= ruleXAdditiveExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXOtherOperatorExpressionAccess().getRightOperandXAdditiveExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_42);
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 loop46;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXOtherOperatorExpression"
// $ANTLR start "entryRuleOpOther"
// InternalAuthorizationDSL.g:2871:1: entryRuleOpOther returns [String current=null] : iv_ruleOpOther= ruleOpOther EOF ;
public final String entryRuleOpOther() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpOther = null;
try {
// InternalAuthorizationDSL.g:2871:47: (iv_ruleOpOther= ruleOpOther EOF )
// InternalAuthorizationDSL.g:2872: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"
// InternalAuthorizationDSL.g:2878: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 {
// InternalAuthorizationDSL.g:2884:2: ( (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' ) )
// InternalAuthorizationDSL.g:2885:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )
{
// InternalAuthorizationDSL.g:2885:2: (kw= '->' | kw= '..<' | (kw= '>' kw= '..' ) | kw= '..' | kw= '=>' | (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) ) | (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) ) | kw= '<>' | kw= '?:' )
int alt49=9;
alt49 = dfa49.predict(input);
switch (alt49) {
case 1 :
// InternalAuthorizationDSL.g:2886:3: kw= '->'
{
kw=(Token)match(input,56,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:2892:3: kw= '..<'
{
kw=(Token)match(input,57,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1());
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:2898:3: (kw= '>' kw= '..' )
{
// InternalAuthorizationDSL.g:2898:3: (kw= '>' kw= '..' )
// InternalAuthorizationDSL.g:2899:4: kw= '>' kw= '..'
{
kw=(Token)match(input,47,FOLLOW_43); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_2_0());
}
kw=(Token)match(input,58,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_2_1());
}
}
}
break;
case 4 :
// InternalAuthorizationDSL.g:2911:3: kw= '..'
{
kw=(Token)match(input,58,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3());
}
}
break;
case 5 :
// InternalAuthorizationDSL.g:2917: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().getEqualsSignGreaterThanSignKeyword_4());
}
}
break;
case 6 :
// InternalAuthorizationDSL.g:2923:3: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) )
{
// InternalAuthorizationDSL.g:2923:3: (kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' ) )
// InternalAuthorizationDSL.g:2924:4: kw= '>' ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' )
{
kw=(Token)match(input,47,FOLLOW_44); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_0());
}
// InternalAuthorizationDSL.g:2929:4: ( ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) ) | kw= '>' )
int alt47=2;
int LA47_0 = input.LA(1);
if ( (LA47_0==47) ) {
int LA47_1 = input.LA(2);
if ( (LA47_1==EOF||(LA47_1>=RULE_ID && LA47_1<=RULE_DECIMAL)||LA47_1==14||(LA47_1>=27 && LA47_1<=29)||LA47_1==34||(LA47_1>=38 && LA47_1<=39)||LA47_1==46||(LA47_1>=62 && LA47_1<=63)||LA47_1==67||LA47_1==75||LA47_1==77||(LA47_1>=81 && LA47_1<=83)||(LA47_1>=86 && LA47_1<=95)||LA47_1==97) ) {
alt47=2;
}
else if ( (LA47_1==47) && (synpred14_InternalAuthorizationDSL())) {
alt47=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 47, 1, input);
throw nvae;
}
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 47, 0, input);
throw nvae;
}
switch (alt47) {
case 1 :
// InternalAuthorizationDSL.g:2930:5: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) )
{
// InternalAuthorizationDSL.g:2930:5: ( ( ( '>' '>' ) )=> (kw= '>' kw= '>' ) )
// InternalAuthorizationDSL.g:2931:6: ( ( '>' '>' ) )=> (kw= '>' kw= '>' )
{
// InternalAuthorizationDSL.g:2936:6: (kw= '>' kw= '>' )
// InternalAuthorizationDSL.g:2937:7: kw= '>' kw= '>'
{
kw=(Token)match(input,47,FOLLOW_44); 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,47,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 :
// InternalAuthorizationDSL.g:2950:5: kw= '>'
{
kw=(Token)match(input,47,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 :
// InternalAuthorizationDSL.g:2958:3: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) )
{
// InternalAuthorizationDSL.g:2958:3: (kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' ) )
// InternalAuthorizationDSL.g:2959:4: kw= '<' ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' )
{
kw=(Token)match(input,46,FOLLOW_45); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_0());
}
// InternalAuthorizationDSL.g:2964:4: ( ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) ) | kw= '<' | kw= '=>' )
int alt48=3;
int LA48_0 = input.LA(1);
if ( (LA48_0==46) ) {
int LA48_1 = input.LA(2);
if ( (synpred15_InternalAuthorizationDSL()) ) {
alt48=1;
}
else if ( (true) ) {
alt48=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 48, 1, input);
throw nvae;
}
}
else if ( (LA48_0==59) ) {
alt48=3;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 48, 0, input);
throw nvae;
}
switch (alt48) {
case 1 :
// InternalAuthorizationDSL.g:2965:5: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) )
{
// InternalAuthorizationDSL.g:2965:5: ( ( ( '<' '<' ) )=> (kw= '<' kw= '<' ) )
// InternalAuthorizationDSL.g:2966:6: ( ( '<' '<' ) )=> (kw= '<' kw= '<' )
{
// InternalAuthorizationDSL.g:2971:6: (kw= '<' kw= '<' )
// InternalAuthorizationDSL.g:2972:7: kw= '<' kw= '<'
{
kw=(Token)match(input,46,FOLLOW_34); 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,46,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 :
// InternalAuthorizationDSL.g:2985:5: kw= '<'
{
kw=(Token)match(input,46,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 :
// InternalAuthorizationDSL.g:2991:5: kw= '=>'
{
kw=(Token)match(input,59,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 :
// InternalAuthorizationDSL.g:2999: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().getLessThanSignGreaterThanSignKeyword_7());
}
}
break;
case 9 :
// InternalAuthorizationDSL.g:3005: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().getQuestionMarkColonKeyword_8());
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleOpOther"
// $ANTLR start "entryRuleXAdditiveExpression"
// InternalAuthorizationDSL.g:3014:1: entryRuleXAdditiveExpression returns [EObject current=null] : iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF ;
public final EObject entryRuleXAdditiveExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXAdditiveExpression = null;
try {
// InternalAuthorizationDSL.g:3014:60: (iv_ruleXAdditiveExpression= ruleXAdditiveExpression EOF )
// InternalAuthorizationDSL.g:3015: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"
// InternalAuthorizationDSL.g:3021: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 {
// InternalAuthorizationDSL.g:3027:2: ( (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* ) )
// InternalAuthorizationDSL.g:3028:2: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* )
{
// InternalAuthorizationDSL.g:3028:2: (this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )* )
// InternalAuthorizationDSL.g:3029:3: this_XMultiplicativeExpression_0= ruleXMultiplicativeExpression ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getXMultiplicativeExpressionParserRuleCall_0());
}
pushFollow(FOLLOW_46);
this_XMultiplicativeExpression_0=ruleXMultiplicativeExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XMultiplicativeExpression_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:3037:3: ( ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) ) )*
loop50:
do {
int alt50=2;
int LA50_0 = input.LA(1);
if ( (LA50_0==62) ) {
int LA50_2 = input.LA(2);
if ( (synpred16_InternalAuthorizationDSL()) ) {
alt50=1;
}
}
else if ( (LA50_0==63) ) {
int LA50_3 = input.LA(2);
if ( (synpred16_InternalAuthorizationDSL()) ) {
alt50=1;
}
}
switch (alt50) {
case 1 :
// InternalAuthorizationDSL.g:3038:4: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) ) ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) )
{
// InternalAuthorizationDSL.g:3038:4: ( ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) ) )
// InternalAuthorizationDSL.g:3039:5: ( ( () ( ( ruleOpAdd ) ) ) )=> ( () ( ( ruleOpAdd ) ) )
{
// InternalAuthorizationDSL.g:3049:5: ( () ( ( ruleOpAdd ) ) )
// InternalAuthorizationDSL.g:3050:6: () ( ( ruleOpAdd ) )
{
// InternalAuthorizationDSL.g:3050:6: ()
// InternalAuthorizationDSL.g:3051:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXAdditiveExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:3057:6: ( ( ruleOpAdd ) )
// InternalAuthorizationDSL.g:3058:7: ( ruleOpAdd )
{
// InternalAuthorizationDSL.g:3058:7: ( ruleOpAdd )
// InternalAuthorizationDSL.g:3059: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_28);
ruleOpAdd();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalAuthorizationDSL.g:3075:4: ( (lv_rightOperand_3_0= ruleXMultiplicativeExpression ) )
// InternalAuthorizationDSL.g:3076:5: (lv_rightOperand_3_0= ruleXMultiplicativeExpression )
{
// InternalAuthorizationDSL.g:3076:5: (lv_rightOperand_3_0= ruleXMultiplicativeExpression )
// InternalAuthorizationDSL.g:3077:6: lv_rightOperand_3_0= ruleXMultiplicativeExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXAdditiveExpressionAccess().getRightOperandXMultiplicativeExpressionParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_46);
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 loop50;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXAdditiveExpression"
// $ANTLR start "entryRuleOpAdd"
// InternalAuthorizationDSL.g:3099:1: entryRuleOpAdd returns [String current=null] : iv_ruleOpAdd= ruleOpAdd EOF ;
public final String entryRuleOpAdd() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpAdd = null;
try {
// InternalAuthorizationDSL.g:3099:45: (iv_ruleOpAdd= ruleOpAdd EOF )
// InternalAuthorizationDSL.g:3100: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"
// InternalAuthorizationDSL.g:3106:1: ruleOpAdd returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '+' | kw= '-' ) ;
public final AntlrDatatypeRuleToken ruleOpAdd() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalAuthorizationDSL.g:3112:2: ( (kw= '+' | kw= '-' ) )
// InternalAuthorizationDSL.g:3113:2: (kw= '+' | kw= '-' )
{
// InternalAuthorizationDSL.g:3113:2: (kw= '+' | kw= '-' )
int alt51=2;
int LA51_0 = input.LA(1);
if ( (LA51_0==62) ) {
alt51=1;
}
else if ( (LA51_0==63) ) {
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 :
// InternalAuthorizationDSL.g:3114:3: kw= '+'
{
kw=(Token)match(input,62,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpAddAccess().getPlusSignKeyword_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:3120:3: kw= '-'
{
kw=(Token)match(input,63,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"
// InternalAuthorizationDSL.g:3129:1: entryRuleXMultiplicativeExpression returns [EObject current=null] : iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF ;
public final EObject entryRuleXMultiplicativeExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXMultiplicativeExpression = null;
try {
// InternalAuthorizationDSL.g:3129:66: (iv_ruleXMultiplicativeExpression= ruleXMultiplicativeExpression EOF )
// InternalAuthorizationDSL.g:3130: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"
// InternalAuthorizationDSL.g:3136: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 {
// InternalAuthorizationDSL.g:3142:2: ( (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* ) )
// InternalAuthorizationDSL.g:3143:2: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* )
{
// InternalAuthorizationDSL.g:3143:2: (this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )* )
// InternalAuthorizationDSL.g:3144:3: this_XUnaryOperation_0= ruleXUnaryOperation ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getXUnaryOperationParserRuleCall_0());
}
pushFollow(FOLLOW_47);
this_XUnaryOperation_0=ruleXUnaryOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XUnaryOperation_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:3152:3: ( ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) ) )*
loop52:
do {
int alt52=2;
switch ( input.LA(1) ) {
case 30:
{
int LA52_2 = input.LA(2);
if ( (synpred17_InternalAuthorizationDSL()) ) {
alt52=1;
}
}
break;
case 64:
{
int LA52_3 = input.LA(2);
if ( (synpred17_InternalAuthorizationDSL()) ) {
alt52=1;
}
}
break;
case 65:
{
int LA52_4 = input.LA(2);
if ( (synpred17_InternalAuthorizationDSL()) ) {
alt52=1;
}
}
break;
case 66:
{
int LA52_5 = input.LA(2);
if ( (synpred17_InternalAuthorizationDSL()) ) {
alt52=1;
}
}
break;
}
switch (alt52) {
case 1 :
// InternalAuthorizationDSL.g:3153:4: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) ) ( (lv_rightOperand_3_0= ruleXUnaryOperation ) )
{
// InternalAuthorizationDSL.g:3153:4: ( ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) ) )
// InternalAuthorizationDSL.g:3154:5: ( ( () ( ( ruleOpMulti ) ) ) )=> ( () ( ( ruleOpMulti ) ) )
{
// InternalAuthorizationDSL.g:3164:5: ( () ( ( ruleOpMulti ) ) )
// InternalAuthorizationDSL.g:3165:6: () ( ( ruleOpMulti ) )
{
// InternalAuthorizationDSL.g:3165:6: ()
// InternalAuthorizationDSL.g:3166:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMultiplicativeExpressionAccess().getXBinaryOperationLeftOperandAction_1_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:3172:6: ( ( ruleOpMulti ) )
// InternalAuthorizationDSL.g:3173:7: ( ruleOpMulti )
{
// InternalAuthorizationDSL.g:3173:7: ( ruleOpMulti )
// InternalAuthorizationDSL.g:3174: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_28);
ruleOpMulti();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
}
}
// InternalAuthorizationDSL.g:3190:4: ( (lv_rightOperand_3_0= ruleXUnaryOperation ) )
// InternalAuthorizationDSL.g:3191:5: (lv_rightOperand_3_0= ruleXUnaryOperation )
{
// InternalAuthorizationDSL.g:3191:5: (lv_rightOperand_3_0= ruleXUnaryOperation )
// InternalAuthorizationDSL.g:3192:6: lv_rightOperand_3_0= ruleXUnaryOperation
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMultiplicativeExpressionAccess().getRightOperandXUnaryOperationParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_47);
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 loop52;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXMultiplicativeExpression"
// $ANTLR start "entryRuleOpMulti"
// InternalAuthorizationDSL.g:3214:1: entryRuleOpMulti returns [String current=null] : iv_ruleOpMulti= ruleOpMulti EOF ;
public final String entryRuleOpMulti() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpMulti = null;
try {
// InternalAuthorizationDSL.g:3214:47: (iv_ruleOpMulti= ruleOpMulti EOF )
// InternalAuthorizationDSL.g:3215: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"
// InternalAuthorizationDSL.g:3221: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 {
// InternalAuthorizationDSL.g:3227:2: ( (kw= '*' | kw= '**' | kw= '/' | kw= '%' ) )
// InternalAuthorizationDSL.g:3228:2: (kw= '*' | kw= '**' | kw= '/' | kw= '%' )
{
// InternalAuthorizationDSL.g:3228:2: (kw= '*' | kw= '**' | kw= '/' | kw= '%' )
int alt53=4;
switch ( input.LA(1) ) {
case 30:
{
alt53=1;
}
break;
case 64:
{
alt53=2;
}
break;
case 65:
{
alt53=3;
}
break;
case 66:
{
alt53=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 53, 0, input);
throw nvae;
}
switch (alt53) {
case 1 :
// InternalAuthorizationDSL.g:3229:3: kw= '*'
{
kw=(Token)match(input,30,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskKeyword_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:3235:3: kw= '**'
{
kw=(Token)match(input,64,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1());
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:3241:3: kw= '/'
{
kw=(Token)match(input,65,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpMultiAccess().getSolidusKeyword_2());
}
}
break;
case 4 :
// InternalAuthorizationDSL.g:3247:3: kw= '%'
{
kw=(Token)match(input,66,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"
// InternalAuthorizationDSL.g:3256:1: entryRuleXUnaryOperation returns [EObject current=null] : iv_ruleXUnaryOperation= ruleXUnaryOperation EOF ;
public final EObject entryRuleXUnaryOperation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXUnaryOperation = null;
try {
// InternalAuthorizationDSL.g:3256:56: (iv_ruleXUnaryOperation= ruleXUnaryOperation EOF )
// InternalAuthorizationDSL.g:3257: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"
// InternalAuthorizationDSL.g:3263: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 {
// InternalAuthorizationDSL.g:3269:2: ( ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression ) )
// InternalAuthorizationDSL.g:3270:2: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression )
{
// InternalAuthorizationDSL.g:3270:2: ( ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) ) | this_XCastedExpression_3= ruleXCastedExpression )
int alt54=2;
int LA54_0 = input.LA(1);
if ( ((LA54_0>=62 && LA54_0<=63)||LA54_0==67) ) {
alt54=1;
}
else if ( ((LA54_0>=RULE_ID && LA54_0<=RULE_DECIMAL)||LA54_0==14||(LA54_0>=27 && LA54_0<=29)||LA54_0==34||(LA54_0>=38 && LA54_0<=39)||LA54_0==46||LA54_0==75||LA54_0==77||(LA54_0>=81 && LA54_0<=83)||(LA54_0>=86 && LA54_0<=95)||LA54_0==97) ) {
alt54=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 54, 0, input);
throw nvae;
}
switch (alt54) {
case 1 :
// InternalAuthorizationDSL.g:3271:3: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) )
{
// InternalAuthorizationDSL.g:3271:3: ( () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) ) )
// InternalAuthorizationDSL.g:3272:4: () ( ( ruleOpUnary ) ) ( (lv_operand_2_0= ruleXUnaryOperation ) )
{
// InternalAuthorizationDSL.g:3272:4: ()
// InternalAuthorizationDSL.g:3273:5:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXUnaryOperationAccess().getXUnaryOperationAction_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:3279:4: ( ( ruleOpUnary ) )
// InternalAuthorizationDSL.g:3280:5: ( ruleOpUnary )
{
// InternalAuthorizationDSL.g:3280:5: ( ruleOpUnary )
// InternalAuthorizationDSL.g:3281: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_28);
ruleOpUnary();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:3295:4: ( (lv_operand_2_0= ruleXUnaryOperation ) )
// InternalAuthorizationDSL.g:3296:5: (lv_operand_2_0= ruleXUnaryOperation )
{
// InternalAuthorizationDSL.g:3296:5: (lv_operand_2_0= ruleXUnaryOperation )
// InternalAuthorizationDSL.g:3297: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 :
// InternalAuthorizationDSL.g:3316: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"
// InternalAuthorizationDSL.g:3328:1: entryRuleOpUnary returns [String current=null] : iv_ruleOpUnary= ruleOpUnary EOF ;
public final String entryRuleOpUnary() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpUnary = null;
try {
// InternalAuthorizationDSL.g:3328:47: (iv_ruleOpUnary= ruleOpUnary EOF )
// InternalAuthorizationDSL.g:3329: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"
// InternalAuthorizationDSL.g:3335: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 {
// InternalAuthorizationDSL.g:3341:2: ( (kw= '!' | kw= '-' | kw= '+' ) )
// InternalAuthorizationDSL.g:3342:2: (kw= '!' | kw= '-' | kw= '+' )
{
// InternalAuthorizationDSL.g:3342:2: (kw= '!' | kw= '-' | kw= '+' )
int alt55=3;
switch ( input.LA(1) ) {
case 67:
{
alt55=1;
}
break;
case 63:
{
alt55=2;
}
break;
case 62:
{
alt55=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 55, 0, input);
throw nvae;
}
switch (alt55) {
case 1 :
// InternalAuthorizationDSL.g:3343:3: kw= '!'
{
kw=(Token)match(input,67,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:3349:3: kw= '-'
{
kw=(Token)match(input,63,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1());
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:3355:3: kw= '+'
{
kw=(Token)match(input,62,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"
// InternalAuthorizationDSL.g:3364:1: entryRuleXCastedExpression returns [EObject current=null] : iv_ruleXCastedExpression= ruleXCastedExpression EOF ;
public final EObject entryRuleXCastedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCastedExpression = null;
try {
// InternalAuthorizationDSL.g:3364:58: (iv_ruleXCastedExpression= ruleXCastedExpression EOF )
// InternalAuthorizationDSL.g:3365: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"
// InternalAuthorizationDSL.g:3371: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 {
// InternalAuthorizationDSL.g:3377:2: ( (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* ) )
// InternalAuthorizationDSL.g:3378:2: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* )
{
// InternalAuthorizationDSL.g:3378:2: (this_XPostfixOperation_0= ruleXPostfixOperation ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )* )
// InternalAuthorizationDSL.g:3379: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_48);
this_XPostfixOperation_0=ruleXPostfixOperation();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XPostfixOperation_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:3387:3: ( ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) ) )*
loop56:
do {
int alt56=2;
int LA56_0 = input.LA(1);
if ( (LA56_0==68) ) {
int LA56_2 = input.LA(2);
if ( (synpred18_InternalAuthorizationDSL()) ) {
alt56=1;
}
}
switch (alt56) {
case 1 :
// InternalAuthorizationDSL.g:3388:4: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) ) ( (lv_type_3_0= ruleJvmTypeReference ) )
{
// InternalAuthorizationDSL.g:3388:4: ( ( ( () 'as' ) )=> ( () otherlv_2= 'as' ) )
// InternalAuthorizationDSL.g:3389:5: ( ( () 'as' ) )=> ( () otherlv_2= 'as' )
{
// InternalAuthorizationDSL.g:3395:5: ( () otherlv_2= 'as' )
// InternalAuthorizationDSL.g:3396:6: () otherlv_2= 'as'
{
// InternalAuthorizationDSL.g:3396:6: ()
// InternalAuthorizationDSL.g:3397:7:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXCastedExpressionAccess().getXCastedExpressionTargetAction_1_0_0_0(),
current);
}
}
otherlv_2=(Token)match(input,68,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXCastedExpressionAccess().getAsKeyword_1_0_0_1());
}
}
}
// InternalAuthorizationDSL.g:3409:4: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:3410:5: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:3410:5: (lv_type_3_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:3411:6: lv_type_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCastedExpressionAccess().getTypeJvmTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_48);
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 loop56;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXCastedExpression"
// $ANTLR start "entryRuleXPostfixOperation"
// InternalAuthorizationDSL.g:3433:1: entryRuleXPostfixOperation returns [EObject current=null] : iv_ruleXPostfixOperation= ruleXPostfixOperation EOF ;
public final EObject entryRuleXPostfixOperation() throws RecognitionException {
EObject current = null;
EObject iv_ruleXPostfixOperation = null;
try {
// InternalAuthorizationDSL.g:3433:58: (iv_ruleXPostfixOperation= ruleXPostfixOperation EOF )
// InternalAuthorizationDSL.g:3434: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"
// InternalAuthorizationDSL.g:3440: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 {
// InternalAuthorizationDSL.g:3446:2: ( (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? ) )
// InternalAuthorizationDSL.g:3447:2: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? )
{
// InternalAuthorizationDSL.g:3447:2: (this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )? )
// InternalAuthorizationDSL.g:3448:3: this_XMemberFeatureCall_0= ruleXMemberFeatureCall ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )?
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXPostfixOperationAccess().getXMemberFeatureCallParserRuleCall_0());
}
pushFollow(FOLLOW_49);
this_XMemberFeatureCall_0=ruleXMemberFeatureCall();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XMemberFeatureCall_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:3456:3: ( ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) ) )?
int alt57=2;
int LA57_0 = input.LA(1);
if ( (LA57_0==69) ) {
int LA57_1 = input.LA(2);
if ( (synpred19_InternalAuthorizationDSL()) ) {
alt57=1;
}
}
else if ( (LA57_0==70) ) {
int LA57_2 = input.LA(2);
if ( (synpred19_InternalAuthorizationDSL()) ) {
alt57=1;
}
}
switch (alt57) {
case 1 :
// InternalAuthorizationDSL.g:3457:4: ( ( () ( ( ruleOpPostfix ) ) ) )=> ( () ( ( ruleOpPostfix ) ) )
{
// InternalAuthorizationDSL.g:3467:4: ( () ( ( ruleOpPostfix ) ) )
// InternalAuthorizationDSL.g:3468:5: () ( ( ruleOpPostfix ) )
{
// InternalAuthorizationDSL.g:3468:5: ()
// InternalAuthorizationDSL.g:3469:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXPostfixOperationAccess().getXPostfixOperationOperandAction_1_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:3475:5: ( ( ruleOpPostfix ) )
// InternalAuthorizationDSL.g:3476:6: ( ruleOpPostfix )
{
// InternalAuthorizationDSL.g:3476:6: ( ruleOpPostfix )
// InternalAuthorizationDSL.g:3477: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"
// InternalAuthorizationDSL.g:3497:1: entryRuleOpPostfix returns [String current=null] : iv_ruleOpPostfix= ruleOpPostfix EOF ;
public final String entryRuleOpPostfix() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleOpPostfix = null;
try {
// InternalAuthorizationDSL.g:3497:49: (iv_ruleOpPostfix= ruleOpPostfix EOF )
// InternalAuthorizationDSL.g:3498: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"
// InternalAuthorizationDSL.g:3504:1: ruleOpPostfix returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '++' | kw= '--' ) ;
public final AntlrDatatypeRuleToken ruleOpPostfix() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalAuthorizationDSL.g:3510:2: ( (kw= '++' | kw= '--' ) )
// InternalAuthorizationDSL.g:3511:2: (kw= '++' | kw= '--' )
{
// InternalAuthorizationDSL.g:3511:2: (kw= '++' | kw= '--' )
int alt58=2;
int LA58_0 = input.LA(1);
if ( (LA58_0==69) ) {
alt58=1;
}
else if ( (LA58_0==70) ) {
alt58=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 58, 0, input);
throw nvae;
}
switch (alt58) {
case 1 :
// InternalAuthorizationDSL.g:3512:3: kw= '++'
{
kw=(Token)match(input,69,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:3518:3: kw= '--'
{
kw=(Token)match(input,70,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"
// InternalAuthorizationDSL.g:3527:1: entryRuleXMemberFeatureCall returns [EObject current=null] : iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF ;
public final EObject entryRuleXMemberFeatureCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXMemberFeatureCall = null;
try {
// InternalAuthorizationDSL.g:3527:59: (iv_ruleXMemberFeatureCall= ruleXMemberFeatureCall EOF )
// InternalAuthorizationDSL.g:3528: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"
// InternalAuthorizationDSL.g:3534: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 {
// InternalAuthorizationDSL.g:3540: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 ) )? ) )* ) )
// InternalAuthorizationDSL.g:3541: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 ) )? ) )* )
{
// InternalAuthorizationDSL.g:3541: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 ) )? ) )* )
// InternalAuthorizationDSL.g:3542: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_50);
this_XPrimaryExpression_0=ruleXPrimaryExpression();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_XPrimaryExpression_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:3550: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 ) )? ) )*
loop67:
do {
int alt67=3;
switch ( input.LA(1) ) {
case 71:
{
int LA67_2 = input.LA(2);
if ( (synpred20_InternalAuthorizationDSL()) ) {
alt67=1;
}
else if ( (synpred21_InternalAuthorizationDSL()) ) {
alt67=2;
}
}
break;
case 72:
{
int LA67_3 = input.LA(2);
if ( (synpred20_InternalAuthorizationDSL()) ) {
alt67=1;
}
else if ( (synpred21_InternalAuthorizationDSL()) ) {
alt67=2;
}
}
break;
case 73:
{
int LA67_4 = input.LA(2);
if ( (synpred21_InternalAuthorizationDSL()) ) {
alt67=2;
}
}
break;
}
switch (alt67) {
case 1 :
// InternalAuthorizationDSL.g:3551:4: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) )
{
// InternalAuthorizationDSL.g:3551:4: ( ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) ) )
// InternalAuthorizationDSL.g:3552:5: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) ) ( (lv_value_6_0= ruleXAssignment ) )
{
// InternalAuthorizationDSL.g:3552:5: ( ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )
// InternalAuthorizationDSL.g:3553:6: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )=> ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
{
// InternalAuthorizationDSL.g:3573:6: ( () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
// InternalAuthorizationDSL.g:3574:7: () (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign
{
// InternalAuthorizationDSL.g:3574:7: ()
// InternalAuthorizationDSL.g:3575:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMemberFeatureCallAccess().getXAssignmentAssignableAction_1_0_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:3581:7: (otherlv_2= '.' | ( (lv_explicitStatic_3_0= '::' ) ) )
int alt59=2;
int LA59_0 = input.LA(1);
if ( (LA59_0==71) ) {
alt59=1;
}
else if ( (LA59_0==72) ) {
alt59=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 59, 0, input);
throw nvae;
}
switch (alt59) {
case 1 :
// InternalAuthorizationDSL.g:3582:8: otherlv_2= '.'
{
otherlv_2=(Token)match(input,71,FOLLOW_51); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:3587:8: ( (lv_explicitStatic_3_0= '::' ) )
{
// InternalAuthorizationDSL.g:3587:8: ( (lv_explicitStatic_3_0= '::' ) )
// InternalAuthorizationDSL.g:3588:9: (lv_explicitStatic_3_0= '::' )
{
// InternalAuthorizationDSL.g:3588:9: (lv_explicitStatic_3_0= '::' )
// InternalAuthorizationDSL.g:3589:10: lv_explicitStatic_3_0= '::'
{
lv_explicitStatic_3_0=(Token)match(input,72,FOLLOW_51); 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;
}
// InternalAuthorizationDSL.g:3602:7: ( ( ruleFeatureCallID ) )
// InternalAuthorizationDSL.g:3603:8: ( ruleFeatureCallID )
{
// InternalAuthorizationDSL.g:3603:8: ( ruleFeatureCallID )
// InternalAuthorizationDSL.g:3604: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_27);
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_28);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:3627:5: ( (lv_value_6_0= ruleXAssignment ) )
// InternalAuthorizationDSL.g:3628:6: (lv_value_6_0= ruleXAssignment )
{
// InternalAuthorizationDSL.g:3628:6: (lv_value_6_0= ruleXAssignment )
// InternalAuthorizationDSL.g:3629:7: lv_value_6_0= ruleXAssignment
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getValueXAssignmentParserRuleCall_1_0_1_0());
}
pushFollow(FOLLOW_50);
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 :
// InternalAuthorizationDSL.g:3648: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 ) )? )
{
// InternalAuthorizationDSL.g:3648: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 ) )? )
// InternalAuthorizationDSL.g:3649: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 ) )?
{
// InternalAuthorizationDSL.g:3649:5: ( ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) ) )
// InternalAuthorizationDSL.g:3650:6: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )=> ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) )
{
// InternalAuthorizationDSL.g:3670:6: ( () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) ) )
// InternalAuthorizationDSL.g:3671:7: () (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) )
{
// InternalAuthorizationDSL.g:3671:7: ()
// InternalAuthorizationDSL.g:3672:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getXMemberFeatureCallAccess().getXMemberFeatureCallMemberCallTargetAction_1_1_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:3678:7: (otherlv_8= '.' | ( (lv_nullSafe_9_0= '?.' ) ) | ( (lv_explicitStatic_10_0= '::' ) ) )
int alt60=3;
switch ( input.LA(1) ) {
case 71:
{
alt60=1;
}
break;
case 73:
{
alt60=2;
}
break;
case 72:
{
alt60=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 60, 0, input);
throw nvae;
}
switch (alt60) {
case 1 :
// InternalAuthorizationDSL.g:3679:8: otherlv_8= '.'
{
otherlv_8=(Token)match(input,71,FOLLOW_52); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_1_0_0_1_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:3684:8: ( (lv_nullSafe_9_0= '?.' ) )
{
// InternalAuthorizationDSL.g:3684:8: ( (lv_nullSafe_9_0= '?.' ) )
// InternalAuthorizationDSL.g:3685:9: (lv_nullSafe_9_0= '?.' )
{
// InternalAuthorizationDSL.g:3685:9: (lv_nullSafe_9_0= '?.' )
// InternalAuthorizationDSL.g:3686:10: lv_nullSafe_9_0= '?.'
{
lv_nullSafe_9_0=(Token)match(input,73,FOLLOW_52); 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 :
// InternalAuthorizationDSL.g:3699:8: ( (lv_explicitStatic_10_0= '::' ) )
{
// InternalAuthorizationDSL.g:3699:8: ( (lv_explicitStatic_10_0= '::' ) )
// InternalAuthorizationDSL.g:3700:9: (lv_explicitStatic_10_0= '::' )
{
// InternalAuthorizationDSL.g:3700:9: (lv_explicitStatic_10_0= '::' )
// InternalAuthorizationDSL.g:3701:10: lv_explicitStatic_10_0= '::'
{
lv_explicitStatic_10_0=(Token)match(input,72,FOLLOW_52); 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;
}
}
}
// InternalAuthorizationDSL.g:3716:5: (otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>' )?
int alt62=2;
int LA62_0 = input.LA(1);
if ( (LA62_0==46) ) {
alt62=1;
}
switch (alt62) {
case 1 :
// InternalAuthorizationDSL.g:3717:6: otherlv_11= '<' ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) ) (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )* otherlv_15= '>'
{
otherlv_11=(Token)match(input,46,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXMemberFeatureCallAccess().getLessThanSignKeyword_1_1_1_0());
}
// InternalAuthorizationDSL.g:3721:6: ( (lv_typeArguments_12_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:3722:7: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:3722:7: (lv_typeArguments_12_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:3723:8: lv_typeArguments_12_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_1_0());
}
pushFollow(FOLLOW_54);
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();
}
}
}
// InternalAuthorizationDSL.g:3740:6: (otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) ) )*
loop61:
do {
int alt61=2;
int LA61_0 = input.LA(1);
if ( (LA61_0==35) ) {
alt61=1;
}
switch (alt61) {
case 1 :
// InternalAuthorizationDSL.g:3741:7: otherlv_13= ',' ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) )
{
otherlv_13=(Token)match(input,35,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_1_2_0());
}
// InternalAuthorizationDSL.g:3745:7: ( (lv_typeArguments_14_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:3746:8: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:3746:8: (lv_typeArguments_14_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:3747:9: lv_typeArguments_14_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_1_2_1_0());
}
pushFollow(FOLLOW_54);
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 loop61;
}
} while (true);
otherlv_15=(Token)match(input,47,FOLLOW_52); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_15, grammarAccess.getXMemberFeatureCallAccess().getGreaterThanSignKeyword_1_1_1_3());
}
}
break;
}
// InternalAuthorizationDSL.g:3770:5: ( ( ruleIdOrSuper ) )
// InternalAuthorizationDSL.g:3771:6: ( ruleIdOrSuper )
{
// InternalAuthorizationDSL.g:3771:6: ( ruleIdOrSuper )
// InternalAuthorizationDSL.g:3772: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_55);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:3786: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 alt65=2;
alt65 = dfa65.predict(input);
switch (alt65) {
case 1 :
// InternalAuthorizationDSL.g:3787: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= ')'
{
// InternalAuthorizationDSL.g:3787:6: ( ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' ) )
// InternalAuthorizationDSL.g:3788:7: ( ( '(' ) )=> (lv_explicitOperationCall_17_0= '(' )
{
// InternalAuthorizationDSL.g:3792:7: (lv_explicitOperationCall_17_0= '(' )
// InternalAuthorizationDSL.g:3793:8: lv_explicitOperationCall_17_0= '('
{
lv_explicitOperationCall_17_0=(Token)match(input,34,FOLLOW_56); 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, "(");
}
}
}
// InternalAuthorizationDSL.g:3805:6: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) ) | ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* ) )?
int alt64=3;
alt64 = dfa64.predict(input);
switch (alt64) {
case 1 :
// InternalAuthorizationDSL.g:3806:7: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) )
{
// InternalAuthorizationDSL.g:3806:7: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure ) )
// InternalAuthorizationDSL.g:3807:8: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_memberCallArguments_18_0= ruleXShortClosure )
{
// InternalAuthorizationDSL.g:3832:8: (lv_memberCallArguments_18_0= ruleXShortClosure )
// InternalAuthorizationDSL.g:3833:9: lv_memberCallArguments_18_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXShortClosureParserRuleCall_1_1_3_1_0_0());
}
pushFollow(FOLLOW_26);
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 :
// InternalAuthorizationDSL.g:3851:7: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* )
{
// InternalAuthorizationDSL.g:3851:7: ( ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )* )
// InternalAuthorizationDSL.g:3852:8: ( (lv_memberCallArguments_19_0= ruleXExpression ) ) (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )*
{
// InternalAuthorizationDSL.g:3852:8: ( (lv_memberCallArguments_19_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:3853:9: (lv_memberCallArguments_19_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:3853:9: (lv_memberCallArguments_19_0= ruleXExpression )
// InternalAuthorizationDSL.g:3854:10: lv_memberCallArguments_19_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_0_0());
}
pushFollow(FOLLOW_25);
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();
}
}
}
// InternalAuthorizationDSL.g:3871:8: (otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) ) )*
loop63:
do {
int alt63=2;
int LA63_0 = input.LA(1);
if ( (LA63_0==35) ) {
alt63=1;
}
switch (alt63) {
case 1 :
// InternalAuthorizationDSL.g:3872:9: otherlv_20= ',' ( (lv_memberCallArguments_21_0= ruleXExpression ) )
{
otherlv_20=(Token)match(input,35,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_20, grammarAccess.getXMemberFeatureCallAccess().getCommaKeyword_1_1_3_1_1_1_0());
}
// InternalAuthorizationDSL.g:3876:9: ( (lv_memberCallArguments_21_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:3877:10: (lv_memberCallArguments_21_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:3877:10: (lv_memberCallArguments_21_0= ruleXExpression )
// InternalAuthorizationDSL.g:3878:11: lv_memberCallArguments_21_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXExpressionParserRuleCall_1_1_3_1_1_1_1_0());
}
pushFollow(FOLLOW_25);
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 loop63;
}
} while (true);
}
}
break;
}
otherlv_22=(Token)match(input,36,FOLLOW_57); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_22, grammarAccess.getXMemberFeatureCallAccess().getRightParenthesisKeyword_1_1_3_2());
}
}
break;
}
// InternalAuthorizationDSL.g:3903:5: ( ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure ) )?
int alt66=2;
alt66 = dfa66.predict(input);
switch (alt66) {
case 1 :
// InternalAuthorizationDSL.g:3904:6: ( ( () '[' ) )=> (lv_memberCallArguments_23_0= ruleXClosure )
{
// InternalAuthorizationDSL.g:3910:6: (lv_memberCallArguments_23_0= ruleXClosure )
// InternalAuthorizationDSL.g:3911:7: lv_memberCallArguments_23_0= ruleXClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXMemberFeatureCallAccess().getMemberCallArgumentsXClosureParserRuleCall_1_1_4_0());
}
pushFollow(FOLLOW_50);
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 loop67;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXMemberFeatureCall"
// $ANTLR start "entryRuleXPrimaryExpression"
// InternalAuthorizationDSL.g:3934:1: entryRuleXPrimaryExpression returns [EObject current=null] : iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF ;
public final EObject entryRuleXPrimaryExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXPrimaryExpression = null;
try {
// InternalAuthorizationDSL.g:3934:59: (iv_ruleXPrimaryExpression= ruleXPrimaryExpression EOF )
// InternalAuthorizationDSL.g:3935: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"
// InternalAuthorizationDSL.g:3941: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 {
// InternalAuthorizationDSL.g:3947: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 ) )
// InternalAuthorizationDSL.g:3948: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 )
{
// InternalAuthorizationDSL.g:3948: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 alt68=15;
alt68 = dfa68.predict(input);
switch (alt68) {
case 1 :
// InternalAuthorizationDSL.g:3949: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 :
// InternalAuthorizationDSL.g:3958: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 :
// InternalAuthorizationDSL.g:3967: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 :
// InternalAuthorizationDSL.g:3976:3: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression )
{
// InternalAuthorizationDSL.g:3976:3: ( ( ( () 'synchronized' '(' ) )=>this_XSynchronizedExpression_3= ruleXSynchronizedExpression )
// InternalAuthorizationDSL.g:3977: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 :
// InternalAuthorizationDSL.g:3994: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 :
// InternalAuthorizationDSL.g:4003: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 :
// InternalAuthorizationDSL.g:4012: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 :
// InternalAuthorizationDSL.g:4021:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression )
{
// InternalAuthorizationDSL.g:4021:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=>this_XForLoopExpression_7= ruleXForLoopExpression )
// InternalAuthorizationDSL.g:4022: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 :
// InternalAuthorizationDSL.g:4045: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 :
// InternalAuthorizationDSL.g:4054: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 :
// InternalAuthorizationDSL.g:4063: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 :
// InternalAuthorizationDSL.g:4072: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 :
// InternalAuthorizationDSL.g:4081: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 :
// InternalAuthorizationDSL.g:4090: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 :
// InternalAuthorizationDSL.g:4099: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"
// InternalAuthorizationDSL.g:4111:1: entryRuleXLiteral returns [EObject current=null] : iv_ruleXLiteral= ruleXLiteral EOF ;
public final EObject entryRuleXLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXLiteral = null;
try {
// InternalAuthorizationDSL.g:4111:49: (iv_ruleXLiteral= ruleXLiteral EOF )
// InternalAuthorizationDSL.g:4112: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"
// InternalAuthorizationDSL.g:4118: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 {
// InternalAuthorizationDSL.g:4124: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 ) )
// InternalAuthorizationDSL.g:4125: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 )
{
// InternalAuthorizationDSL.g:4125: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 alt69=7;
int LA69_0 = input.LA(1);
if ( (LA69_0==38) ) {
alt69=1;
}
else if ( (LA69_0==39) && (synpred27_InternalAuthorizationDSL())) {
alt69=2;
}
else if ( ((LA69_0>=89 && LA69_0<=90)) ) {
alt69=3;
}
else if ( ((LA69_0>=RULE_HEX && LA69_0<=RULE_DECIMAL)) ) {
alt69=4;
}
else if ( (LA69_0==91) ) {
alt69=5;
}
else if ( (LA69_0==RULE_STRING) ) {
alt69=6;
}
else if ( (LA69_0==92) ) {
alt69=7;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 69, 0, input);
throw nvae;
}
switch (alt69) {
case 1 :
// InternalAuthorizationDSL.g:4126: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 :
// InternalAuthorizationDSL.g:4135:3: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure )
{
// InternalAuthorizationDSL.g:4135:3: ( ( ( () '[' ) )=>this_XClosure_1= ruleXClosure )
// InternalAuthorizationDSL.g:4136: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 :
// InternalAuthorizationDSL.g:4152: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 :
// InternalAuthorizationDSL.g:4161: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 :
// InternalAuthorizationDSL.g:4170: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 :
// InternalAuthorizationDSL.g:4179: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 :
// InternalAuthorizationDSL.g:4188: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"
// InternalAuthorizationDSL.g:4200:1: entryRuleXCollectionLiteral returns [EObject current=null] : iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF ;
public final EObject entryRuleXCollectionLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCollectionLiteral = null;
try {
// InternalAuthorizationDSL.g:4200:59: (iv_ruleXCollectionLiteral= ruleXCollectionLiteral EOF )
// InternalAuthorizationDSL.g:4201: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"
// InternalAuthorizationDSL.g:4207: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 {
// InternalAuthorizationDSL.g:4213:2: ( (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral ) )
// InternalAuthorizationDSL.g:4214:2: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral )
{
// InternalAuthorizationDSL.g:4214:2: (this_XSetLiteral_0= ruleXSetLiteral | this_XListLiteral_1= ruleXListLiteral )
int alt70=2;
int LA70_0 = input.LA(1);
if ( (LA70_0==38) ) {
int LA70_1 = input.LA(2);
if ( (LA70_1==39) ) {
alt70=2;
}
else if ( (LA70_1==14) ) {
alt70=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 70, 1, input);
throw nvae;
}
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 70, 0, input);
throw nvae;
}
switch (alt70) {
case 1 :
// InternalAuthorizationDSL.g:4215: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 :
// InternalAuthorizationDSL.g:4224: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"
// InternalAuthorizationDSL.g:4236:1: entryRuleXSetLiteral returns [EObject current=null] : iv_ruleXSetLiteral= ruleXSetLiteral EOF ;
public final EObject entryRuleXSetLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSetLiteral = null;
try {
// InternalAuthorizationDSL.g:4236:52: (iv_ruleXSetLiteral= ruleXSetLiteral EOF )
// InternalAuthorizationDSL.g:4237: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"
// InternalAuthorizationDSL.g:4243: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 {
// InternalAuthorizationDSL.g:4249:2: ( ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' ) )
// InternalAuthorizationDSL.g:4250:2: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' )
{
// InternalAuthorizationDSL.g:4250:2: ( () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}' )
// InternalAuthorizationDSL.g:4251:3: () otherlv_1= '#' otherlv_2= '{' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= '}'
{
// InternalAuthorizationDSL.g:4251:3: ()
// InternalAuthorizationDSL.g:4252:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSetLiteralAccess().getXSetLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,38,FOLLOW_5); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSetLiteralAccess().getNumberSignKeyword_1());
}
otherlv_2=(Token)match(input,14,FOLLOW_58); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSetLiteralAccess().getLeftCurlyBracketKeyword_2());
}
// InternalAuthorizationDSL.g:4266:3: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )?
int alt72=2;
int LA72_0 = input.LA(1);
if ( ((LA72_0>=RULE_ID && LA72_0<=RULE_DECIMAL)||LA72_0==14||(LA72_0>=27 && LA72_0<=29)||LA72_0==34||(LA72_0>=38 && LA72_0<=39)||LA72_0==46||(LA72_0>=62 && LA72_0<=63)||LA72_0==67||LA72_0==75||LA72_0==77||(LA72_0>=81 && LA72_0<=83)||(LA72_0>=86 && LA72_0<=95)||LA72_0==97) ) {
alt72=1;
}
switch (alt72) {
case 1 :
// InternalAuthorizationDSL.g:4267:4: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
{
// InternalAuthorizationDSL.g:4267:4: ( (lv_elements_3_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:4268:5: (lv_elements_3_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:4268:5: (lv_elements_3_0= ruleXExpression )
// InternalAuthorizationDSL.g:4269:6: lv_elements_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_59);
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();
}
}
}
// InternalAuthorizationDSL.g:4286:4: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
loop71:
do {
int alt71=2;
int LA71_0 = input.LA(1);
if ( (LA71_0==35) ) {
alt71=1;
}
switch (alt71) {
case 1 :
// InternalAuthorizationDSL.g:4287:5: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,35,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSetLiteralAccess().getCommaKeyword_3_1_0());
}
// InternalAuthorizationDSL.g:4291:5: ( (lv_elements_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:4292:6: (lv_elements_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:4292:6: (lv_elements_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:4293:7: lv_elements_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSetLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_59);
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 loop71;
}
} 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"
// InternalAuthorizationDSL.g:4320:1: entryRuleXListLiteral returns [EObject current=null] : iv_ruleXListLiteral= ruleXListLiteral EOF ;
public final EObject entryRuleXListLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXListLiteral = null;
try {
// InternalAuthorizationDSL.g:4320:53: (iv_ruleXListLiteral= ruleXListLiteral EOF )
// InternalAuthorizationDSL.g:4321: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"
// InternalAuthorizationDSL.g:4327: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 {
// InternalAuthorizationDSL.g:4333:2: ( ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' ) )
// InternalAuthorizationDSL.g:4334:2: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' )
{
// InternalAuthorizationDSL.g:4334:2: ( () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']' )
// InternalAuthorizationDSL.g:4335:3: () otherlv_1= '#' otherlv_2= '[' ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )? otherlv_6= ']'
{
// InternalAuthorizationDSL.g:4335:3: ()
// InternalAuthorizationDSL.g:4336:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXListLiteralAccess().getXListLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,38,FOLLOW_29); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXListLiteralAccess().getNumberSignKeyword_1());
}
otherlv_2=(Token)match(input,39,FOLLOW_30); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXListLiteralAccess().getLeftSquareBracketKeyword_2());
}
// InternalAuthorizationDSL.g:4350:3: ( ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )* )?
int alt74=2;
int LA74_0 = input.LA(1);
if ( ((LA74_0>=RULE_ID && LA74_0<=RULE_DECIMAL)||LA74_0==14||(LA74_0>=27 && LA74_0<=29)||LA74_0==34||(LA74_0>=38 && LA74_0<=39)||LA74_0==46||(LA74_0>=62 && LA74_0<=63)||LA74_0==67||LA74_0==75||LA74_0==77||(LA74_0>=81 && LA74_0<=83)||(LA74_0>=86 && LA74_0<=95)||LA74_0==97) ) {
alt74=1;
}
switch (alt74) {
case 1 :
// InternalAuthorizationDSL.g:4351:4: ( (lv_elements_3_0= ruleXExpression ) ) (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
{
// InternalAuthorizationDSL.g:4351:4: ( (lv_elements_3_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:4352:5: (lv_elements_3_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:4352:5: (lv_elements_3_0= ruleXExpression )
// InternalAuthorizationDSL.g:4353:6: lv_elements_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_31);
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();
}
}
}
// InternalAuthorizationDSL.g:4370:4: (otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) ) )*
loop73:
do {
int alt73=2;
int LA73_0 = input.LA(1);
if ( (LA73_0==35) ) {
alt73=1;
}
switch (alt73) {
case 1 :
// InternalAuthorizationDSL.g:4371:5: otherlv_4= ',' ( (lv_elements_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,35,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXListLiteralAccess().getCommaKeyword_3_1_0());
}
// InternalAuthorizationDSL.g:4375:5: ( (lv_elements_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:4376:6: (lv_elements_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:4376:6: (lv_elements_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:4377:7: lv_elements_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXListLiteralAccess().getElementsXExpressionParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_31);
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 loop73;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,40,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"
// InternalAuthorizationDSL.g:4404:1: entryRuleXClosure returns [EObject current=null] : iv_ruleXClosure= ruleXClosure EOF ;
public final EObject entryRuleXClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXClosure = null;
try {
// InternalAuthorizationDSL.g:4404:49: (iv_ruleXClosure= ruleXClosure EOF )
// InternalAuthorizationDSL.g:4405: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"
// InternalAuthorizationDSL.g:4411: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 {
// InternalAuthorizationDSL.g:4417: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= ']' ) )
// InternalAuthorizationDSL.g:4418: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= ']' )
{
// InternalAuthorizationDSL.g:4418: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= ']' )
// InternalAuthorizationDSL.g:4419: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= ']'
{
// InternalAuthorizationDSL.g:4419:3: ( ( ( () '[' ) )=> ( () otherlv_1= '[' ) )
// InternalAuthorizationDSL.g:4420:4: ( ( () '[' ) )=> ( () otherlv_1= '[' )
{
// InternalAuthorizationDSL.g:4426:4: ( () otherlv_1= '[' )
// InternalAuthorizationDSL.g:4427:5: () otherlv_1= '['
{
// InternalAuthorizationDSL.g:4427:5: ()
// InternalAuthorizationDSL.g:4428:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXClosureAccess().getXClosureAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,39,FOLLOW_60); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXClosureAccess().getLeftSquareBracketKeyword_0_0_1());
}
}
}
// InternalAuthorizationDSL.g:4440:3: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) ) )?
int alt77=2;
alt77 = dfa77.predict(input);
switch (alt77) {
case 1 :
// InternalAuthorizationDSL.g:4441:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) )
{
// InternalAuthorizationDSL.g:4464:4: ( ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) ) )
// InternalAuthorizationDSL.g:4465:5: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_5_0= '|' ) )
{
// InternalAuthorizationDSL.g:4465:5: ( ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )* )?
int alt76=2;
int LA76_0 = input.LA(1);
if ( (LA76_0==RULE_ID||LA76_0==34||LA76_0==59) ) {
alt76=1;
}
switch (alt76) {
case 1 :
// InternalAuthorizationDSL.g:4466:6: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) ) (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )*
{
// InternalAuthorizationDSL.g:4466:6: ( (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4467:7: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4467:7: (lv_declaredFormalParameters_2_0= ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4468:8: lv_declaredFormalParameters_2_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_0_0());
}
pushFollow(FOLLOW_61);
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();
}
}
}
// InternalAuthorizationDSL.g:4485:6: (otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) ) )*
loop75:
do {
int alt75=2;
int LA75_0 = input.LA(1);
if ( (LA75_0==35) ) {
alt75=1;
}
switch (alt75) {
case 1 :
// InternalAuthorizationDSL.g:4486:7: otherlv_3= ',' ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) )
{
otherlv_3=(Token)match(input,35,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXClosureAccess().getCommaKeyword_1_0_0_1_0());
}
// InternalAuthorizationDSL.g:4490:7: ( (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4491:8: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4491:8: (lv_declaredFormalParameters_4_0= ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4492:9: lv_declaredFormalParameters_4_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_1_0_0_1_1_0());
}
pushFollow(FOLLOW_61);
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 loop75;
}
} while (true);
}
break;
}
// InternalAuthorizationDSL.g:4511:5: ( (lv_explicitSyntax_5_0= '|' ) )
// InternalAuthorizationDSL.g:4512:6: (lv_explicitSyntax_5_0= '|' )
{
// InternalAuthorizationDSL.g:4512:6: (lv_explicitSyntax_5_0= '|' )
// InternalAuthorizationDSL.g:4513:7: lv_explicitSyntax_5_0= '|'
{
lv_explicitSyntax_5_0=(Token)match(input,74,FOLLOW_62); 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;
}
// InternalAuthorizationDSL.g:4527:3: ( (lv_expression_6_0= ruleXExpressionInClosure ) )
// InternalAuthorizationDSL.g:4528:4: (lv_expression_6_0= ruleXExpressionInClosure )
{
// InternalAuthorizationDSL.g:4528:4: (lv_expression_6_0= ruleXExpressionInClosure )
// InternalAuthorizationDSL.g:4529:5: lv_expression_6_0= ruleXExpressionInClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXClosureAccess().getExpressionXExpressionInClosureParserRuleCall_2_0());
}
pushFollow(FOLLOW_63);
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,40,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"
// InternalAuthorizationDSL.g:4554:1: entryRuleXExpressionInClosure returns [EObject current=null] : iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF ;
public final EObject entryRuleXExpressionInClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpressionInClosure = null;
try {
// InternalAuthorizationDSL.g:4554:61: (iv_ruleXExpressionInClosure= ruleXExpressionInClosure EOF )
// InternalAuthorizationDSL.g:4555: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"
// InternalAuthorizationDSL.g:4561: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 {
// InternalAuthorizationDSL.g:4567:2: ( ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* ) )
// InternalAuthorizationDSL.g:4568:2: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* )
{
// InternalAuthorizationDSL.g:4568:2: ( () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )* )
// InternalAuthorizationDSL.g:4569:3: () ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )*
{
// InternalAuthorizationDSL.g:4569:3: ()
// InternalAuthorizationDSL.g:4570:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXExpressionInClosureAccess().getXBlockExpressionAction_0(),
current);
}
}
// InternalAuthorizationDSL.g:4576:3: ( ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )? )*
loop79:
do {
int alt79=2;
int LA79_0 = input.LA(1);
if ( ((LA79_0>=RULE_ID && LA79_0<=RULE_DECIMAL)||LA79_0==14||(LA79_0>=27 && LA79_0<=29)||LA79_0==34||(LA79_0>=38 && LA79_0<=39)||LA79_0==46||(LA79_0>=62 && LA79_0<=63)||LA79_0==67||LA79_0==75||LA79_0==77||(LA79_0>=81 && LA79_0<=95)||LA79_0==97) ) {
alt79=1;
}
switch (alt79) {
case 1 :
// InternalAuthorizationDSL.g:4577:4: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_2= ';' )?
{
// InternalAuthorizationDSL.g:4577:4: ( (lv_expressions_1_0= ruleXExpressionOrVarDeclaration ) )
// InternalAuthorizationDSL.g:4578:5: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration )
{
// InternalAuthorizationDSL.g:4578:5: (lv_expressions_1_0= ruleXExpressionOrVarDeclaration )
// InternalAuthorizationDSL.g:4579:6: lv_expressions_1_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXExpressionInClosureAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_1_0_0());
}
pushFollow(FOLLOW_64);
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();
}
}
}
// InternalAuthorizationDSL.g:4596:4: (otherlv_2= ';' )?
int alt78=2;
int LA78_0 = input.LA(1);
if ( (LA78_0==32) ) {
alt78=1;
}
switch (alt78) {
case 1 :
// InternalAuthorizationDSL.g:4597:5: otherlv_2= ';'
{
otherlv_2=(Token)match(input,32,FOLLOW_65); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXExpressionInClosureAccess().getSemicolonKeyword_1_1());
}
}
break;
}
}
break;
default :
break loop79;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXExpressionInClosure"
// $ANTLR start "entryRuleXShortClosure"
// InternalAuthorizationDSL.g:4607:1: entryRuleXShortClosure returns [EObject current=null] : iv_ruleXShortClosure= ruleXShortClosure EOF ;
public final EObject entryRuleXShortClosure() throws RecognitionException {
EObject current = null;
EObject iv_ruleXShortClosure = null;
try {
// InternalAuthorizationDSL.g:4607:54: (iv_ruleXShortClosure= ruleXShortClosure EOF )
// InternalAuthorizationDSL.g:4608: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"
// InternalAuthorizationDSL.g:4614: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 {
// InternalAuthorizationDSL.g:4620:2: ( ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) ) )
// InternalAuthorizationDSL.g:4621:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) )
{
// InternalAuthorizationDSL.g:4621:2: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) ) )
// InternalAuthorizationDSL.g:4622:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) ) ( (lv_expression_5_0= ruleXExpression ) )
{
// InternalAuthorizationDSL.g:4622:3: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) ) )
// InternalAuthorizationDSL.g:4623:4: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) )
{
// InternalAuthorizationDSL.g:4648:4: ( () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) ) )
// InternalAuthorizationDSL.g:4649:5: () ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )? ( (lv_explicitSyntax_4_0= '|' ) )
{
// InternalAuthorizationDSL.g:4649:5: ()
// InternalAuthorizationDSL.g:4650:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXShortClosureAccess().getXClosureAction_0_0_0(),
current);
}
}
// InternalAuthorizationDSL.g:4656:5: ( ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )* )?
int alt81=2;
int LA81_0 = input.LA(1);
if ( (LA81_0==RULE_ID||LA81_0==34||LA81_0==59) ) {
alt81=1;
}
switch (alt81) {
case 1 :
// InternalAuthorizationDSL.g:4657:6: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) ) (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )*
{
// InternalAuthorizationDSL.g:4657:6: ( (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4658:7: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4658:7: (lv_declaredFormalParameters_1_0= ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4659:8: lv_declaredFormalParameters_1_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_0_0());
}
pushFollow(FOLLOW_61);
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();
}
}
}
// InternalAuthorizationDSL.g:4676:6: (otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) ) )*
loop80:
do {
int alt80=2;
int LA80_0 = input.LA(1);
if ( (LA80_0==35) ) {
alt80=1;
}
switch (alt80) {
case 1 :
// InternalAuthorizationDSL.g:4677:7: otherlv_2= ',' ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) )
{
otherlv_2=(Token)match(input,35,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXShortClosureAccess().getCommaKeyword_0_0_1_1_0());
}
// InternalAuthorizationDSL.g:4681:7: ( (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4682:8: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4682:8: (lv_declaredFormalParameters_3_0= ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4683:9: lv_declaredFormalParameters_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXShortClosureAccess().getDeclaredFormalParametersJvmFormalParameterParserRuleCall_0_0_1_1_1_0());
}
pushFollow(FOLLOW_61);
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 loop80;
}
} while (true);
}
break;
}
// InternalAuthorizationDSL.g:4702:5: ( (lv_explicitSyntax_4_0= '|' ) )
// InternalAuthorizationDSL.g:4703:6: (lv_explicitSyntax_4_0= '|' )
{
// InternalAuthorizationDSL.g:4703:6: (lv_explicitSyntax_4_0= '|' )
// InternalAuthorizationDSL.g:4704:7: lv_explicitSyntax_4_0= '|'
{
lv_explicitSyntax_4_0=(Token)match(input,74,FOLLOW_28); 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, "|");
}
}
}
}
}
// InternalAuthorizationDSL.g:4718:3: ( (lv_expression_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:4719:4: (lv_expression_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:4719:4: (lv_expression_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:4720: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"
// InternalAuthorizationDSL.g:4741:1: entryRuleXParenthesizedExpression returns [EObject current=null] : iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF ;
public final EObject entryRuleXParenthesizedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXParenthesizedExpression = null;
try {
// InternalAuthorizationDSL.g:4741:65: (iv_ruleXParenthesizedExpression= ruleXParenthesizedExpression EOF )
// InternalAuthorizationDSL.g:4742: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"
// InternalAuthorizationDSL.g:4748: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 {
// InternalAuthorizationDSL.g:4754:2: ( (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' ) )
// InternalAuthorizationDSL.g:4755:2: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' )
{
// InternalAuthorizationDSL.g:4755:2: (otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')' )
// InternalAuthorizationDSL.g:4756:3: otherlv_0= '(' this_XExpression_1= ruleXExpression otherlv_2= ')'
{
otherlv_0=(Token)match(input,34,FOLLOW_28); 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_26);
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,36,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"
// InternalAuthorizationDSL.g:4776:1: entryRuleXIfExpression returns [EObject current=null] : iv_ruleXIfExpression= ruleXIfExpression EOF ;
public final EObject entryRuleXIfExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXIfExpression = null;
try {
// InternalAuthorizationDSL.g:4776:54: (iv_ruleXIfExpression= ruleXIfExpression EOF )
// InternalAuthorizationDSL.g:4777: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"
// InternalAuthorizationDSL.g:4783: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 {
// InternalAuthorizationDSL.g:4789: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 ) ) )? ) )
// InternalAuthorizationDSL.g:4790: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 ) ) )? )
{
// InternalAuthorizationDSL.g:4790: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 ) ) )? )
// InternalAuthorizationDSL.g:4791: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 ) ) )?
{
// InternalAuthorizationDSL.g:4791:3: ()
// InternalAuthorizationDSL.g:4792:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXIfExpressionAccess().getXIfExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,75,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXIfExpressionAccess().getIfKeyword_1());
}
otherlv_2=(Token)match(input,34,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXIfExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalAuthorizationDSL.g:4806:3: ( (lv_if_3_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:4807:4: (lv_if_3_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:4807:4: (lv_if_3_0= ruleXExpression )
// InternalAuthorizationDSL.g:4808:5: lv_if_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionAccess().getIfXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_26);
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,36,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXIfExpressionAccess().getRightParenthesisKeyword_4());
}
// InternalAuthorizationDSL.g:4829:3: ( (lv_then_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:4830:4: (lv_then_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:4830:4: (lv_then_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:4831:5: lv_then_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXIfExpressionAccess().getThenXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_67);
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();
}
}
}
// InternalAuthorizationDSL.g:4848:3: ( ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) ) )?
int alt82=2;
int LA82_0 = input.LA(1);
if ( (LA82_0==76) ) {
int LA82_1 = input.LA(2);
if ( (synpred31_InternalAuthorizationDSL()) ) {
alt82=1;
}
}
switch (alt82) {
case 1 :
// InternalAuthorizationDSL.g:4849:4: ( ( 'else' )=>otherlv_6= 'else' ) ( (lv_else_7_0= ruleXExpression ) )
{
// InternalAuthorizationDSL.g:4849:4: ( ( 'else' )=>otherlv_6= 'else' )
// InternalAuthorizationDSL.g:4850:5: ( 'else' )=>otherlv_6= 'else'
{
otherlv_6=(Token)match(input,76,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXIfExpressionAccess().getElseKeyword_6_0());
}
}
// InternalAuthorizationDSL.g:4856:4: ( (lv_else_7_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:4857:5: (lv_else_7_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:4857:5: (lv_else_7_0= ruleXExpression )
// InternalAuthorizationDSL.g:4858: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"
// InternalAuthorizationDSL.g:4880:1: entryRuleXSwitchExpression returns [EObject current=null] : iv_ruleXSwitchExpression= ruleXSwitchExpression EOF ;
public final EObject entryRuleXSwitchExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSwitchExpression = null;
try {
// InternalAuthorizationDSL.g:4880:58: (iv_ruleXSwitchExpression= ruleXSwitchExpression EOF )
// InternalAuthorizationDSL.g:4881: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"
// InternalAuthorizationDSL.g:4887: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 {
// InternalAuthorizationDSL.g:4893: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= '}' ) )
// InternalAuthorizationDSL.g:4894: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= '}' )
{
// InternalAuthorizationDSL.g:4894: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= '}' )
// InternalAuthorizationDSL.g:4895: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= '}'
{
// InternalAuthorizationDSL.g:4895:3: ()
// InternalAuthorizationDSL.g:4896:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSwitchExpressionAccess().getXSwitchExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,77,FOLLOW_68); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSwitchExpressionAccess().getSwitchKeyword_1());
}
// InternalAuthorizationDSL.g:4906: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 alt84=2;
alt84 = dfa84.predict(input);
switch (alt84) {
case 1 :
// InternalAuthorizationDSL.g:4907:4: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' )
{
// InternalAuthorizationDSL.g:4907:4: ( ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')' )
// InternalAuthorizationDSL.g:4908:5: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) ) ( (lv_switch_5_0= ruleXExpression ) ) otherlv_6= ')'
{
// InternalAuthorizationDSL.g:4908:5: ( ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) )
// InternalAuthorizationDSL.g:4909:6: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
{
// InternalAuthorizationDSL.g:4919:6: (otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
// InternalAuthorizationDSL.g:4920:7: otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':'
{
otherlv_2=(Token)match(input,34,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSwitchExpressionAccess().getLeftParenthesisKeyword_2_0_0_0_0());
}
// InternalAuthorizationDSL.g:4924:7: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4925:8: (lv_declaredParam_3_0= ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4925:8: (lv_declaredParam_3_0= ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4926:9: lv_declaredParam_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_0_0_0_1_0());
}
pushFollow(FOLLOW_69);
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,78,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_0_0_0_2());
}
}
}
// InternalAuthorizationDSL.g:4949:5: ( (lv_switch_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:4950:6: (lv_switch_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:4950:6: (lv_switch_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:4951:7: lv_switch_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_0_1_0());
}
pushFollow(FOLLOW_26);
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,36,FOLLOW_5); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXSwitchExpressionAccess().getRightParenthesisKeyword_2_0_2());
}
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:4974:4: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) ) )
{
// InternalAuthorizationDSL.g:4974:4: ( ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) ) )
// InternalAuthorizationDSL.g:4975:5: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )? ( (lv_switch_9_0= ruleXExpression ) )
{
// InternalAuthorizationDSL.g:4975:5: ( ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' ) )?
int alt83=2;
alt83 = dfa83.predict(input);
switch (alt83) {
case 1 :
// InternalAuthorizationDSL.g:4976:6: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' )
{
// InternalAuthorizationDSL.g:4985:6: ( ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':' )
// InternalAuthorizationDSL.g:4986:7: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) ) otherlv_8= ':'
{
// InternalAuthorizationDSL.g:4986:7: ( (lv_declaredParam_7_0= ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4987:8: (lv_declaredParam_7_0= ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4987:8: (lv_declaredParam_7_0= ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4988:9: lv_declaredParam_7_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_2_1_0_0_0_0());
}
pushFollow(FOLLOW_69);
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,78,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_2_1_0_0_1());
}
}
}
break;
}
// InternalAuthorizationDSL.g:5011:5: ( (lv_switch_9_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5012:6: (lv_switch_9_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5012:6: (lv_switch_9_0= ruleXExpression )
// InternalAuthorizationDSL.g:5013:7: lv_switch_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getSwitchXExpressionParserRuleCall_2_1_1_0());
}
pushFollow(FOLLOW_5);
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_70); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXSwitchExpressionAccess().getLeftCurlyBracketKeyword_3());
}
// InternalAuthorizationDSL.g:5036:3: ( (lv_cases_11_0= ruleXCasePart ) )*
loop85:
do {
int alt85=2;
int LA85_0 = input.LA(1);
if ( (LA85_0==RULE_ID||(LA85_0>=34 && LA85_0<=35)||LA85_0==59||LA85_0==78||LA85_0==80) ) {
alt85=1;
}
switch (alt85) {
case 1 :
// InternalAuthorizationDSL.g:5037:4: (lv_cases_11_0= ruleXCasePart )
{
// InternalAuthorizationDSL.g:5037:4: (lv_cases_11_0= ruleXCasePart )
// InternalAuthorizationDSL.g:5038:5: lv_cases_11_0= ruleXCasePart
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getCasesXCasePartParserRuleCall_4_0());
}
pushFollow(FOLLOW_70);
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 loop85;
}
} while (true);
// InternalAuthorizationDSL.g:5055:3: (otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) ) )?
int alt86=2;
int LA86_0 = input.LA(1);
if ( (LA86_0==79) ) {
alt86=1;
}
switch (alt86) {
case 1 :
// InternalAuthorizationDSL.g:5056:4: otherlv_12= 'default' otherlv_13= ':' ( (lv_default_14_0= ruleXExpression ) )
{
otherlv_12=(Token)match(input,79,FOLLOW_69); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXSwitchExpressionAccess().getDefaultKeyword_5_0());
}
otherlv_13=(Token)match(input,78,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXSwitchExpressionAccess().getColonKeyword_5_1());
}
// InternalAuthorizationDSL.g:5064:4: ( (lv_default_14_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5065:5: (lv_default_14_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5065:5: (lv_default_14_0= ruleXExpression )
// InternalAuthorizationDSL.g:5066:6: lv_default_14_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSwitchExpressionAccess().getDefaultXExpressionParserRuleCall_5_2_0());
}
pushFollow(FOLLOW_71);
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"
// InternalAuthorizationDSL.g:5092:1: entryRuleXCasePart returns [EObject current=null] : iv_ruleXCasePart= ruleXCasePart EOF ;
public final EObject entryRuleXCasePart() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCasePart = null;
try {
// InternalAuthorizationDSL.g:5092:50: (iv_ruleXCasePart= ruleXCasePart EOF )
// InternalAuthorizationDSL.g:5093: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"
// InternalAuthorizationDSL.g:5099: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 {
// InternalAuthorizationDSL.g:5105: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= ',' ) ) ) ) )
// InternalAuthorizationDSL.g:5106: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= ',' ) ) ) )
{
// InternalAuthorizationDSL.g:5106: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= ',' ) ) ) )
// InternalAuthorizationDSL.g:5107: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= ',' ) ) )
{
// InternalAuthorizationDSL.g:5107:3: ()
// InternalAuthorizationDSL.g:5108:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXCasePartAccess().getXCasePartAction_0(),
current);
}
}
// InternalAuthorizationDSL.g:5114:3: ( (lv_typeGuard_1_0= ruleJvmTypeReference ) )?
int alt87=2;
int LA87_0 = input.LA(1);
if ( (LA87_0==RULE_ID||LA87_0==34||LA87_0==59) ) {
alt87=1;
}
switch (alt87) {
case 1 :
// InternalAuthorizationDSL.g:5115:4: (lv_typeGuard_1_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:5115:4: (lv_typeGuard_1_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:5116:5: lv_typeGuard_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartAccess().getTypeGuardJvmTypeReferenceParserRuleCall_1_0());
}
pushFollow(FOLLOW_72);
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;
}
// InternalAuthorizationDSL.g:5133:3: (otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) ) )?
int alt88=2;
int LA88_0 = input.LA(1);
if ( (LA88_0==80) ) {
alt88=1;
}
switch (alt88) {
case 1 :
// InternalAuthorizationDSL.g:5134:4: otherlv_2= 'case' ( (lv_case_3_0= ruleXExpression ) )
{
otherlv_2=(Token)match(input,80,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXCasePartAccess().getCaseKeyword_2_0());
}
// InternalAuthorizationDSL.g:5138:4: ( (lv_case_3_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5139:5: (lv_case_3_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5139:5: (lv_case_3_0= ruleXExpression )
// InternalAuthorizationDSL.g:5140:6: lv_case_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCasePartAccess().getCaseXExpressionParserRuleCall_2_1_0());
}
pushFollow(FOLLOW_73);
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;
}
// InternalAuthorizationDSL.g:5158:3: ( (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) ) | ( (lv_fallThrough_6_0= ',' ) ) )
int alt89=2;
int LA89_0 = input.LA(1);
if ( (LA89_0==78) ) {
alt89=1;
}
else if ( (LA89_0==35) ) {
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 :
// InternalAuthorizationDSL.g:5159:4: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) )
{
// InternalAuthorizationDSL.g:5159:4: (otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) ) )
// InternalAuthorizationDSL.g:5160:5: otherlv_4= ':' ( (lv_then_5_0= ruleXExpression ) )
{
otherlv_4=(Token)match(input,78,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXCasePartAccess().getColonKeyword_3_0_0());
}
// InternalAuthorizationDSL.g:5164:5: ( (lv_then_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5165:6: (lv_then_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5165:6: (lv_then_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:5166: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 :
// InternalAuthorizationDSL.g:5185:4: ( (lv_fallThrough_6_0= ',' ) )
{
// InternalAuthorizationDSL.g:5185:4: ( (lv_fallThrough_6_0= ',' ) )
// InternalAuthorizationDSL.g:5186:5: (lv_fallThrough_6_0= ',' )
{
// InternalAuthorizationDSL.g:5186:5: (lv_fallThrough_6_0= ',' )
// InternalAuthorizationDSL.g:5187:6: lv_fallThrough_6_0= ','
{
lv_fallThrough_6_0=(Token)match(input,35,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"
// InternalAuthorizationDSL.g:5204:1: entryRuleXForLoopExpression returns [EObject current=null] : iv_ruleXForLoopExpression= ruleXForLoopExpression EOF ;
public final EObject entryRuleXForLoopExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXForLoopExpression = null;
try {
// InternalAuthorizationDSL.g:5204:59: (iv_ruleXForLoopExpression= ruleXForLoopExpression EOF )
// InternalAuthorizationDSL.g:5205: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"
// InternalAuthorizationDSL.g:5211: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 {
// InternalAuthorizationDSL.g:5217: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 ) ) ) )
// InternalAuthorizationDSL.g:5218: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 ) ) )
{
// InternalAuthorizationDSL.g:5218: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 ) ) )
// InternalAuthorizationDSL.g:5219: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 ) )
{
// InternalAuthorizationDSL.g:5219:3: ( ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' ) )
// InternalAuthorizationDSL.g:5220:4: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )=> ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
{
// InternalAuthorizationDSL.g:5233:4: ( () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':' )
// InternalAuthorizationDSL.g:5234:5: () otherlv_1= 'for' otherlv_2= '(' ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) ) otherlv_4= ':'
{
// InternalAuthorizationDSL.g:5234:5: ()
// InternalAuthorizationDSL.g:5235:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXForLoopExpressionAccess().getXForLoopExpressionAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,81,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXForLoopExpressionAccess().getForKeyword_0_0_1());
}
otherlv_2=(Token)match(input,34,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXForLoopExpressionAccess().getLeftParenthesisKeyword_0_0_2());
}
// InternalAuthorizationDSL.g:5249:5: ( (lv_declaredParam_3_0= ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:5250:6: (lv_declaredParam_3_0= ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:5250:6: (lv_declaredParam_3_0= ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:5251:7: lv_declaredParam_3_0= ruleJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getDeclaredParamJvmFormalParameterParserRuleCall_0_0_3_0());
}
pushFollow(FOLLOW_69);
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,78,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXForLoopExpressionAccess().getColonKeyword_0_0_4());
}
}
}
// InternalAuthorizationDSL.g:5274:3: ( (lv_forExpression_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5275:4: (lv_forExpression_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5275:4: (lv_forExpression_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:5276:5: lv_forExpression_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXForLoopExpressionAccess().getForExpressionXExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_26);
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,36,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXForLoopExpressionAccess().getRightParenthesisKeyword_2());
}
// InternalAuthorizationDSL.g:5297:3: ( (lv_eachExpression_7_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5298:4: (lv_eachExpression_7_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5298:4: (lv_eachExpression_7_0= ruleXExpression )
// InternalAuthorizationDSL.g:5299: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"
// InternalAuthorizationDSL.g:5320:1: entryRuleXBasicForLoopExpression returns [EObject current=null] : iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF ;
public final EObject entryRuleXBasicForLoopExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBasicForLoopExpression = null;
try {
// InternalAuthorizationDSL.g:5320:64: (iv_ruleXBasicForLoopExpression= ruleXBasicForLoopExpression EOF )
// InternalAuthorizationDSL.g:5321: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"
// InternalAuthorizationDSL.g:5327: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 {
// InternalAuthorizationDSL.g:5333: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 ) ) ) )
// InternalAuthorizationDSL.g:5334: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 ) ) )
{
// InternalAuthorizationDSL.g:5334: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 ) ) )
// InternalAuthorizationDSL.g:5335: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 ) )
{
// InternalAuthorizationDSL.g:5335:3: ()
// InternalAuthorizationDSL.g:5336:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBasicForLoopExpressionAccess().getXBasicForLoopExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,81,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBasicForLoopExpressionAccess().getForKeyword_1());
}
otherlv_2=(Token)match(input,34,FOLLOW_74); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXBasicForLoopExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalAuthorizationDSL.g:5350:3: ( ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )* )?
int alt91=2;
int LA91_0 = input.LA(1);
if ( ((LA91_0>=RULE_ID && LA91_0<=RULE_DECIMAL)||LA91_0==14||(LA91_0>=27 && LA91_0<=29)||LA91_0==34||(LA91_0>=38 && LA91_0<=39)||LA91_0==46||(LA91_0>=62 && LA91_0<=63)||LA91_0==67||LA91_0==75||LA91_0==77||(LA91_0>=81 && LA91_0<=95)||LA91_0==97) ) {
alt91=1;
}
switch (alt91) {
case 1 :
// InternalAuthorizationDSL.g:5351:4: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )*
{
// InternalAuthorizationDSL.g:5351:4: ( (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration ) )
// InternalAuthorizationDSL.g:5352:5: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration )
{
// InternalAuthorizationDSL.g:5352:5: (lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration )
// InternalAuthorizationDSL.g:5353:6: lv_initExpressions_3_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_0_0());
}
pushFollow(FOLLOW_75);
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();
}
}
}
// InternalAuthorizationDSL.g:5370:4: (otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) ) )*
loop90:
do {
int alt90=2;
int LA90_0 = input.LA(1);
if ( (LA90_0==35) ) {
alt90=1;
}
switch (alt90) {
case 1 :
// InternalAuthorizationDSL.g:5371:5: otherlv_4= ',' ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) )
{
otherlv_4=(Token)match(input,35,FOLLOW_76); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_3_1_0());
}
// InternalAuthorizationDSL.g:5375:5: ( (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration ) )
// InternalAuthorizationDSL.g:5376:6: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration )
{
// InternalAuthorizationDSL.g:5376:6: (lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration )
// InternalAuthorizationDSL.g:5377:7: lv_initExpressions_5_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getInitExpressionsXExpressionOrVarDeclarationParserRuleCall_3_1_1_0());
}
pushFollow(FOLLOW_75);
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 loop90;
}
} while (true);
}
break;
}
otherlv_6=(Token)match(input,32,FOLLOW_77); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_4());
}
// InternalAuthorizationDSL.g:5400:3: ( (lv_expression_7_0= ruleXExpression ) )?
int alt92=2;
int LA92_0 = input.LA(1);
if ( ((LA92_0>=RULE_ID && LA92_0<=RULE_DECIMAL)||LA92_0==14||(LA92_0>=27 && LA92_0<=29)||LA92_0==34||(LA92_0>=38 && LA92_0<=39)||LA92_0==46||(LA92_0>=62 && LA92_0<=63)||LA92_0==67||LA92_0==75||LA92_0==77||(LA92_0>=81 && LA92_0<=83)||(LA92_0>=86 && LA92_0<=95)||LA92_0==97) ) {
alt92=1;
}
switch (alt92) {
case 1 :
// InternalAuthorizationDSL.g:5401:4: (lv_expression_7_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5401:4: (lv_expression_7_0= ruleXExpression )
// InternalAuthorizationDSL.g:5402:5: lv_expression_7_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getExpressionXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_78);
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,32,FOLLOW_24); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_8, grammarAccess.getXBasicForLoopExpressionAccess().getSemicolonKeyword_6());
}
// InternalAuthorizationDSL.g:5423:3: ( ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )* )?
int alt94=2;
int LA94_0 = input.LA(1);
if ( ((LA94_0>=RULE_ID && LA94_0<=RULE_DECIMAL)||LA94_0==14||(LA94_0>=27 && LA94_0<=29)||LA94_0==34||(LA94_0>=38 && LA94_0<=39)||LA94_0==46||(LA94_0>=62 && LA94_0<=63)||LA94_0==67||LA94_0==75||LA94_0==77||(LA94_0>=81 && LA94_0<=83)||(LA94_0>=86 && LA94_0<=95)||LA94_0==97) ) {
alt94=1;
}
switch (alt94) {
case 1 :
// InternalAuthorizationDSL.g:5424:4: ( (lv_updateExpressions_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )*
{
// InternalAuthorizationDSL.g:5424:4: ( (lv_updateExpressions_9_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5425:5: (lv_updateExpressions_9_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5425:5: (lv_updateExpressions_9_0= ruleXExpression )
// InternalAuthorizationDSL.g:5426:6: lv_updateExpressions_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_0_0());
}
pushFollow(FOLLOW_25);
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();
}
}
}
// InternalAuthorizationDSL.g:5443:4: (otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) ) )*
loop93:
do {
int alt93=2;
int LA93_0 = input.LA(1);
if ( (LA93_0==35) ) {
alt93=1;
}
switch (alt93) {
case 1 :
// InternalAuthorizationDSL.g:5444:5: otherlv_10= ',' ( (lv_updateExpressions_11_0= ruleXExpression ) )
{
otherlv_10=(Token)match(input,35,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXBasicForLoopExpressionAccess().getCommaKeyword_7_1_0());
}
// InternalAuthorizationDSL.g:5448:5: ( (lv_updateExpressions_11_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5449:6: (lv_updateExpressions_11_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5449:6: (lv_updateExpressions_11_0= ruleXExpression )
// InternalAuthorizationDSL.g:5450:7: lv_updateExpressions_11_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBasicForLoopExpressionAccess().getUpdateExpressionsXExpressionParserRuleCall_7_1_1_0());
}
pushFollow(FOLLOW_25);
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 loop93;
}
} while (true);
}
break;
}
otherlv_12=(Token)match(input,36,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXBasicForLoopExpressionAccess().getRightParenthesisKeyword_8());
}
// InternalAuthorizationDSL.g:5473:3: ( (lv_eachExpression_13_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5474:4: (lv_eachExpression_13_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5474:4: (lv_eachExpression_13_0= ruleXExpression )
// InternalAuthorizationDSL.g:5475: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"
// InternalAuthorizationDSL.g:5496:1: entryRuleXWhileExpression returns [EObject current=null] : iv_ruleXWhileExpression= ruleXWhileExpression EOF ;
public final EObject entryRuleXWhileExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXWhileExpression = null;
try {
// InternalAuthorizationDSL.g:5496:57: (iv_ruleXWhileExpression= ruleXWhileExpression EOF )
// InternalAuthorizationDSL.g:5497: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"
// InternalAuthorizationDSL.g:5503: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 {
// InternalAuthorizationDSL.g:5509:2: ( ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) ) )
// InternalAuthorizationDSL.g:5510:2: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) )
{
// InternalAuthorizationDSL.g:5510:2: ( () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) ) )
// InternalAuthorizationDSL.g:5511:3: () otherlv_1= 'while' otherlv_2= '(' ( (lv_predicate_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_body_5_0= ruleXExpression ) )
{
// InternalAuthorizationDSL.g:5511:3: ()
// InternalAuthorizationDSL.g:5512:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXWhileExpressionAccess().getXWhileExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,82,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXWhileExpressionAccess().getWhileKeyword_1());
}
otherlv_2=(Token)match(input,34,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXWhileExpressionAccess().getLeftParenthesisKeyword_2());
}
// InternalAuthorizationDSL.g:5526:3: ( (lv_predicate_3_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5527:4: (lv_predicate_3_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5527:4: (lv_predicate_3_0= ruleXExpression )
// InternalAuthorizationDSL.g:5528:5: lv_predicate_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXWhileExpressionAccess().getPredicateXExpressionParserRuleCall_3_0());
}
pushFollow(FOLLOW_26);
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,36,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXWhileExpressionAccess().getRightParenthesisKeyword_4());
}
// InternalAuthorizationDSL.g:5549:3: ( (lv_body_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5550:4: (lv_body_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5550:4: (lv_body_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:5551: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"
// InternalAuthorizationDSL.g:5572:1: entryRuleXDoWhileExpression returns [EObject current=null] : iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF ;
public final EObject entryRuleXDoWhileExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXDoWhileExpression = null;
try {
// InternalAuthorizationDSL.g:5572:59: (iv_ruleXDoWhileExpression= ruleXDoWhileExpression EOF )
// InternalAuthorizationDSL.g:5573: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"
// InternalAuthorizationDSL.g:5579: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 {
// InternalAuthorizationDSL.g:5585:2: ( ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' ) )
// InternalAuthorizationDSL.g:5586:2: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' )
{
// InternalAuthorizationDSL.g:5586:2: ( () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')' )
// InternalAuthorizationDSL.g:5587:3: () otherlv_1= 'do' ( (lv_body_2_0= ruleXExpression ) ) otherlv_3= 'while' otherlv_4= '(' ( (lv_predicate_5_0= ruleXExpression ) ) otherlv_6= ')'
{
// InternalAuthorizationDSL.g:5587:3: ()
// InternalAuthorizationDSL.g:5588:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXDoWhileExpressionAccess().getXDoWhileExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,83,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXDoWhileExpressionAccess().getDoKeyword_1());
}
// InternalAuthorizationDSL.g:5598:3: ( (lv_body_2_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5599:4: (lv_body_2_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5599:4: (lv_body_2_0= ruleXExpression )
// InternalAuthorizationDSL.g:5600:5: lv_body_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getBodyXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_79);
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,82,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXDoWhileExpressionAccess().getWhileKeyword_3());
}
otherlv_4=(Token)match(input,34,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXDoWhileExpressionAccess().getLeftParenthesisKeyword_4());
}
// InternalAuthorizationDSL.g:5625:3: ( (lv_predicate_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5626:4: (lv_predicate_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5626:4: (lv_predicate_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:5627:5: lv_predicate_5_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXDoWhileExpressionAccess().getPredicateXExpressionParserRuleCall_5_0());
}
pushFollow(FOLLOW_26);
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,36,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"
// InternalAuthorizationDSL.g:5652:1: entryRuleXBlockExpression returns [EObject current=null] : iv_ruleXBlockExpression= ruleXBlockExpression EOF ;
public final EObject entryRuleXBlockExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBlockExpression = null;
try {
// InternalAuthorizationDSL.g:5652:57: (iv_ruleXBlockExpression= ruleXBlockExpression EOF )
// InternalAuthorizationDSL.g:5653: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"
// InternalAuthorizationDSL.g:5659: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 {
// InternalAuthorizationDSL.g:5665:2: ( ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' ) )
// InternalAuthorizationDSL.g:5666:2: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' )
{
// InternalAuthorizationDSL.g:5666:2: ( () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}' )
// InternalAuthorizationDSL.g:5667:3: () otherlv_1= '{' ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )* otherlv_4= '}'
{
// InternalAuthorizationDSL.g:5667:3: ()
// InternalAuthorizationDSL.g:5668:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBlockExpressionAccess().getXBlockExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,14,FOLLOW_80); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBlockExpressionAccess().getLeftCurlyBracketKeyword_1());
}
// InternalAuthorizationDSL.g:5678:3: ( ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )? )*
loop96:
do {
int alt96=2;
int LA96_0 = input.LA(1);
if ( ((LA96_0>=RULE_ID && LA96_0<=RULE_DECIMAL)||LA96_0==14||(LA96_0>=27 && LA96_0<=29)||LA96_0==34||(LA96_0>=38 && LA96_0<=39)||LA96_0==46||(LA96_0>=62 && LA96_0<=63)||LA96_0==67||LA96_0==75||LA96_0==77||(LA96_0>=81 && LA96_0<=95)||LA96_0==97) ) {
alt96=1;
}
switch (alt96) {
case 1 :
// InternalAuthorizationDSL.g:5679:4: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) ) (otherlv_3= ';' )?
{
// InternalAuthorizationDSL.g:5679:4: ( (lv_expressions_2_0= ruleXExpressionOrVarDeclaration ) )
// InternalAuthorizationDSL.g:5680:5: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration )
{
// InternalAuthorizationDSL.g:5680:5: (lv_expressions_2_0= ruleXExpressionOrVarDeclaration )
// InternalAuthorizationDSL.g:5681:6: lv_expressions_2_0= ruleXExpressionOrVarDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXBlockExpressionAccess().getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0());
}
pushFollow(FOLLOW_81);
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();
}
}
}
// InternalAuthorizationDSL.g:5698:4: (otherlv_3= ';' )?
int alt95=2;
int LA95_0 = input.LA(1);
if ( (LA95_0==32) ) {
alt95=1;
}
switch (alt95) {
case 1 :
// InternalAuthorizationDSL.g:5699:5: otherlv_3= ';'
{
otherlv_3=(Token)match(input,32,FOLLOW_80); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXBlockExpressionAccess().getSemicolonKeyword_2_1());
}
}
break;
}
}
break;
default :
break loop96;
}
} 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"
// InternalAuthorizationDSL.g:5713:1: entryRuleXExpressionOrVarDeclaration returns [EObject current=null] : iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF ;
public final EObject entryRuleXExpressionOrVarDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXExpressionOrVarDeclaration = null;
try {
// InternalAuthorizationDSL.g:5713:68: (iv_ruleXExpressionOrVarDeclaration= ruleXExpressionOrVarDeclaration EOF )
// InternalAuthorizationDSL.g:5714: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"
// InternalAuthorizationDSL.g:5720: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 {
// InternalAuthorizationDSL.g:5726:2: ( (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression ) )
// InternalAuthorizationDSL.g:5727:2: (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression )
{
// InternalAuthorizationDSL.g:5727:2: (this_XVariableDeclaration_0= ruleXVariableDeclaration | this_XExpression_1= ruleXExpression )
int alt97=2;
int LA97_0 = input.LA(1);
if ( ((LA97_0>=84 && LA97_0<=85)) ) {
alt97=1;
}
else if ( ((LA97_0>=RULE_ID && LA97_0<=RULE_DECIMAL)||LA97_0==14||(LA97_0>=27 && LA97_0<=29)||LA97_0==34||(LA97_0>=38 && LA97_0<=39)||LA97_0==46||(LA97_0>=62 && LA97_0<=63)||LA97_0==67||LA97_0==75||LA97_0==77||(LA97_0>=81 && LA97_0<=83)||(LA97_0>=86 && LA97_0<=95)||LA97_0==97) ) {
alt97=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 97, 0, input);
throw nvae;
}
switch (alt97) {
case 1 :
// InternalAuthorizationDSL.g:5728: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 :
// InternalAuthorizationDSL.g:5737: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"
// InternalAuthorizationDSL.g:5749:1: entryRuleXVariableDeclaration returns [EObject current=null] : iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF ;
public final EObject entryRuleXVariableDeclaration() throws RecognitionException {
EObject current = null;
EObject iv_ruleXVariableDeclaration = null;
try {
// InternalAuthorizationDSL.g:5749:61: (iv_ruleXVariableDeclaration= ruleXVariableDeclaration EOF )
// InternalAuthorizationDSL.g:5750: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"
// InternalAuthorizationDSL.g:5756: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 {
// InternalAuthorizationDSL.g:5762: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 ) ) )? ) )
// InternalAuthorizationDSL.g:5763: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 ) ) )? )
{
// InternalAuthorizationDSL.g:5763: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 ) ) )? )
// InternalAuthorizationDSL.g:5764: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 ) ) )?
{
// InternalAuthorizationDSL.g:5764:3: ()
// InternalAuthorizationDSL.g:5765:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXVariableDeclarationAccess().getXVariableDeclarationAction_0(),
current);
}
}
// InternalAuthorizationDSL.g:5771:3: ( ( (lv_writeable_1_0= 'var' ) ) | otherlv_2= 'val' )
int alt98=2;
int LA98_0 = input.LA(1);
if ( (LA98_0==84) ) {
alt98=1;
}
else if ( (LA98_0==85) ) {
alt98=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 98, 0, input);
throw nvae;
}
switch (alt98) {
case 1 :
// InternalAuthorizationDSL.g:5772:4: ( (lv_writeable_1_0= 'var' ) )
{
// InternalAuthorizationDSL.g:5772:4: ( (lv_writeable_1_0= 'var' ) )
// InternalAuthorizationDSL.g:5773:5: (lv_writeable_1_0= 'var' )
{
// InternalAuthorizationDSL.g:5773:5: (lv_writeable_1_0= 'var' )
// InternalAuthorizationDSL.g:5774:6: lv_writeable_1_0= 'var'
{
lv_writeable_1_0=(Token)match(input,84,FOLLOW_41); 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 :
// InternalAuthorizationDSL.g:5787:4: otherlv_2= 'val'
{
otherlv_2=(Token)match(input,85,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXVariableDeclarationAccess().getValKeyword_1_1());
}
}
break;
}
// InternalAuthorizationDSL.g:5792:3: ( ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) ) | ( (lv_name_5_0= ruleValidID ) ) )
int alt99=2;
int LA99_0 = input.LA(1);
if ( (LA99_0==RULE_ID) ) {
int LA99_1 = input.LA(2);
if ( (synpred35_InternalAuthorizationDSL()) ) {
alt99=1;
}
else if ( (true) ) {
alt99=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 99, 1, input);
throw nvae;
}
}
else if ( (LA99_0==34) && (synpred35_InternalAuthorizationDSL())) {
alt99=1;
}
else if ( (LA99_0==59) && (synpred35_InternalAuthorizationDSL())) {
alt99=1;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 99, 0, input);
throw nvae;
}
switch (alt99) {
case 1 :
// InternalAuthorizationDSL.g:5793:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) )
{
// InternalAuthorizationDSL.g:5793:4: ( ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) ) )
// InternalAuthorizationDSL.g:5794:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )=> ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) )
{
// InternalAuthorizationDSL.g:5807:5: ( ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) ) )
// InternalAuthorizationDSL.g:5808:6: ( (lv_type_3_0= ruleJvmTypeReference ) ) ( (lv_name_4_0= ruleValidID ) )
{
// InternalAuthorizationDSL.g:5808:6: ( (lv_type_3_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:5809:7: (lv_type_3_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:5809:7: (lv_type_3_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:5810: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();
}
}
}
// InternalAuthorizationDSL.g:5827:6: ( (lv_name_4_0= ruleValidID ) )
// InternalAuthorizationDSL.g:5828:7: (lv_name_4_0= ruleValidID )
{
// InternalAuthorizationDSL.g:5828:7: (lv_name_4_0= ruleValidID )
// InternalAuthorizationDSL.g:5829:8: lv_name_4_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_0_0_1_0());
}
pushFollow(FOLLOW_82);
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 :
// InternalAuthorizationDSL.g:5849:4: ( (lv_name_5_0= ruleValidID ) )
{
// InternalAuthorizationDSL.g:5849:4: ( (lv_name_5_0= ruleValidID ) )
// InternalAuthorizationDSL.g:5850:5: (lv_name_5_0= ruleValidID )
{
// InternalAuthorizationDSL.g:5850:5: (lv_name_5_0= ruleValidID )
// InternalAuthorizationDSL.g:5851:6: lv_name_5_0= ruleValidID
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXVariableDeclarationAccess().getNameValidIDParserRuleCall_2_1_0());
}
pushFollow(FOLLOW_82);
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;
}
// InternalAuthorizationDSL.g:5869:3: (otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) ) )?
int alt100=2;
int LA100_0 = input.LA(1);
if ( (LA100_0==37) ) {
alt100=1;
}
switch (alt100) {
case 1 :
// InternalAuthorizationDSL.g:5870:4: otherlv_6= '=' ( (lv_right_7_0= ruleXExpression ) )
{
otherlv_6=(Token)match(input,37,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXVariableDeclarationAccess().getEqualsSignKeyword_3_0());
}
// InternalAuthorizationDSL.g:5874:4: ( (lv_right_7_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:5875:5: (lv_right_7_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:5875:5: (lv_right_7_0= ruleXExpression )
// InternalAuthorizationDSL.g:5876: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"
// InternalAuthorizationDSL.g:5898:1: entryRuleJvmFormalParameter returns [EObject current=null] : iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF ;
public final EObject entryRuleJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmFormalParameter = null;
try {
// InternalAuthorizationDSL.g:5898:59: (iv_ruleJvmFormalParameter= ruleJvmFormalParameter EOF )
// InternalAuthorizationDSL.g:5899: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"
// InternalAuthorizationDSL.g:5905: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 {
// InternalAuthorizationDSL.g:5911:2: ( ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) ) )
// InternalAuthorizationDSL.g:5912:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) )
{
// InternalAuthorizationDSL.g:5912:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) ) )
// InternalAuthorizationDSL.g:5913:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )? ( (lv_name_1_0= ruleValidID ) )
{
// InternalAuthorizationDSL.g:5913:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )?
int alt101=2;
int LA101_0 = input.LA(1);
if ( (LA101_0==RULE_ID) ) {
int LA101_1 = input.LA(2);
if ( (LA101_1==RULE_ID||LA101_1==39||LA101_1==46||LA101_1==71) ) {
alt101=1;
}
}
else if ( (LA101_0==34||LA101_0==59) ) {
alt101=1;
}
switch (alt101) {
case 1 :
// InternalAuthorizationDSL.g:5914:4: (lv_parameterType_0_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:5914:4: (lv_parameterType_0_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:5915: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;
}
// InternalAuthorizationDSL.g:5932:3: ( (lv_name_1_0= ruleValidID ) )
// InternalAuthorizationDSL.g:5933:4: (lv_name_1_0= ruleValidID )
{
// InternalAuthorizationDSL.g:5933:4: (lv_name_1_0= ruleValidID )
// InternalAuthorizationDSL.g:5934: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"
// InternalAuthorizationDSL.g:5955:1: entryRuleFullJvmFormalParameter returns [EObject current=null] : iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF ;
public final EObject entryRuleFullJvmFormalParameter() throws RecognitionException {
EObject current = null;
EObject iv_ruleFullJvmFormalParameter = null;
try {
// InternalAuthorizationDSL.g:5955:63: (iv_ruleFullJvmFormalParameter= ruleFullJvmFormalParameter EOF )
// InternalAuthorizationDSL.g:5956: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"
// InternalAuthorizationDSL.g:5962: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 {
// InternalAuthorizationDSL.g:5968:2: ( ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) ) )
// InternalAuthorizationDSL.g:5969:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) )
{
// InternalAuthorizationDSL.g:5969:2: ( ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) ) )
// InternalAuthorizationDSL.g:5970:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) ) ( (lv_name_1_0= ruleValidID ) )
{
// InternalAuthorizationDSL.g:5970:3: ( (lv_parameterType_0_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:5971:4: (lv_parameterType_0_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:5971:4: (lv_parameterType_0_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:5972: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();
}
}
}
// InternalAuthorizationDSL.g:5989:3: ( (lv_name_1_0= ruleValidID ) )
// InternalAuthorizationDSL.g:5990:4: (lv_name_1_0= ruleValidID )
{
// InternalAuthorizationDSL.g:5990:4: (lv_name_1_0= ruleValidID )
// InternalAuthorizationDSL.g:5991: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"
// InternalAuthorizationDSL.g:6012:1: entryRuleXFeatureCall returns [EObject current=null] : iv_ruleXFeatureCall= ruleXFeatureCall EOF ;
public final EObject entryRuleXFeatureCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXFeatureCall = null;
try {
// InternalAuthorizationDSL.g:6012:53: (iv_ruleXFeatureCall= ruleXFeatureCall EOF )
// InternalAuthorizationDSL.g:6013: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"
// InternalAuthorizationDSL.g:6019: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 {
// InternalAuthorizationDSL.g:6025: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 ) )? ) )
// InternalAuthorizationDSL.g:6026: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 ) )? )
{
// InternalAuthorizationDSL.g:6026: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 ) )? )
// InternalAuthorizationDSL.g:6027: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 ) )?
{
// InternalAuthorizationDSL.g:6027:3: ()
// InternalAuthorizationDSL.g:6028:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXFeatureCallAccess().getXFeatureCallAction_0(),
current);
}
}
// InternalAuthorizationDSL.g:6034:3: (otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>' )?
int alt103=2;
int LA103_0 = input.LA(1);
if ( (LA103_0==46) ) {
alt103=1;
}
switch (alt103) {
case 1 :
// InternalAuthorizationDSL.g:6035:4: otherlv_1= '<' ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) ) (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )* otherlv_5= '>'
{
otherlv_1=(Token)match(input,46,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXFeatureCallAccess().getLessThanSignKeyword_1_0());
}
// InternalAuthorizationDSL.g:6039:4: ( (lv_typeArguments_2_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:6040:5: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:6040:5: (lv_typeArguments_2_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:6041:6: lv_typeArguments_2_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_54);
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();
}
}
}
// InternalAuthorizationDSL.g:6058:4: (otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) )*
loop102:
do {
int alt102=2;
int LA102_0 = input.LA(1);
if ( (LA102_0==35) ) {
alt102=1;
}
switch (alt102) {
case 1 :
// InternalAuthorizationDSL.g:6059:5: otherlv_3= ',' ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
{
otherlv_3=(Token)match(input,35,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXFeatureCallAccess().getCommaKeyword_1_2_0());
}
// InternalAuthorizationDSL.g:6063:5: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:6064:6: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:6064:6: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:6065:7: lv_typeArguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0());
}
pushFollow(FOLLOW_54);
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 loop102;
}
} while (true);
otherlv_5=(Token)match(input,47,FOLLOW_52); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXFeatureCallAccess().getGreaterThanSignKeyword_1_3());
}
}
break;
}
// InternalAuthorizationDSL.g:6088:3: ( ( ruleIdOrSuper ) )
// InternalAuthorizationDSL.g:6089:4: ( ruleIdOrSuper )
{
// InternalAuthorizationDSL.g:6089:4: ( ruleIdOrSuper )
// InternalAuthorizationDSL.g:6090: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_83);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:6104: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 alt106=2;
alt106 = dfa106.predict(input);
switch (alt106) {
case 1 :
// InternalAuthorizationDSL.g:6105: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= ')'
{
// InternalAuthorizationDSL.g:6105:4: ( ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' ) )
// InternalAuthorizationDSL.g:6106:5: ( ( '(' ) )=> (lv_explicitOperationCall_7_0= '(' )
{
// InternalAuthorizationDSL.g:6110:5: (lv_explicitOperationCall_7_0= '(' )
// InternalAuthorizationDSL.g:6111:6: lv_explicitOperationCall_7_0= '('
{
lv_explicitOperationCall_7_0=(Token)match(input,34,FOLLOW_56); 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, "(");
}
}
}
// InternalAuthorizationDSL.g:6123:4: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) ) | ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* ) )?
int alt105=3;
alt105 = dfa105.predict(input);
switch (alt105) {
case 1 :
// InternalAuthorizationDSL.g:6124:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) )
{
// InternalAuthorizationDSL.g:6124:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure ) )
// InternalAuthorizationDSL.g:6125:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_featureCallArguments_8_0= ruleXShortClosure )
{
// InternalAuthorizationDSL.g:6150:6: (lv_featureCallArguments_8_0= ruleXShortClosure )
// InternalAuthorizationDSL.g:6151:7: lv_featureCallArguments_8_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXShortClosureParserRuleCall_3_1_0_0());
}
pushFollow(FOLLOW_26);
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 :
// InternalAuthorizationDSL.g:6169:5: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* )
{
// InternalAuthorizationDSL.g:6169:5: ( ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )* )
// InternalAuthorizationDSL.g:6170:6: ( (lv_featureCallArguments_9_0= ruleXExpression ) ) (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )*
{
// InternalAuthorizationDSL.g:6170:6: ( (lv_featureCallArguments_9_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:6171:7: (lv_featureCallArguments_9_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:6171:7: (lv_featureCallArguments_9_0= ruleXExpression )
// InternalAuthorizationDSL.g:6172:8: lv_featureCallArguments_9_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_0_0());
}
pushFollow(FOLLOW_25);
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();
}
}
}
// InternalAuthorizationDSL.g:6189:6: (otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) ) )*
loop104:
do {
int alt104=2;
int LA104_0 = input.LA(1);
if ( (LA104_0==35) ) {
alt104=1;
}
switch (alt104) {
case 1 :
// InternalAuthorizationDSL.g:6190:7: otherlv_10= ',' ( (lv_featureCallArguments_11_0= ruleXExpression ) )
{
otherlv_10=(Token)match(input,35,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_10, grammarAccess.getXFeatureCallAccess().getCommaKeyword_3_1_1_1_0());
}
// InternalAuthorizationDSL.g:6194:7: ( (lv_featureCallArguments_11_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:6195:8: (lv_featureCallArguments_11_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:6195:8: (lv_featureCallArguments_11_0= ruleXExpression )
// InternalAuthorizationDSL.g:6196:9: lv_featureCallArguments_11_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFeatureCallAccess().getFeatureCallArgumentsXExpressionParserRuleCall_3_1_1_1_1_0());
}
pushFollow(FOLLOW_25);
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 loop104;
}
} while (true);
}
}
break;
}
otherlv_12=(Token)match(input,36,FOLLOW_84); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_12, grammarAccess.getXFeatureCallAccess().getRightParenthesisKeyword_3_2());
}
}
break;
}
// InternalAuthorizationDSL.g:6221:3: ( ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure ) )?
int alt107=2;
alt107 = dfa107.predict(input);
switch (alt107) {
case 1 :
// InternalAuthorizationDSL.g:6222:4: ( ( () '[' ) )=> (lv_featureCallArguments_13_0= ruleXClosure )
{
// InternalAuthorizationDSL.g:6228:4: (lv_featureCallArguments_13_0= ruleXClosure )
// InternalAuthorizationDSL.g:6229: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"
// InternalAuthorizationDSL.g:6250:1: entryRuleFeatureCallID returns [String current=null] : iv_ruleFeatureCallID= ruleFeatureCallID EOF ;
public final String entryRuleFeatureCallID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleFeatureCallID = null;
try {
// InternalAuthorizationDSL.g:6250:53: (iv_ruleFeatureCallID= ruleFeatureCallID EOF )
// InternalAuthorizationDSL.g:6251: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"
// InternalAuthorizationDSL.g:6257: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 {
// InternalAuthorizationDSL.g:6263:2: ( (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' ) )
// InternalAuthorizationDSL.g:6264:2: (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' )
{
// InternalAuthorizationDSL.g:6264:2: (this_ValidID_0= ruleValidID | kw= 'extends' | kw= 'static' | kw= 'import' | kw= 'extension' )
int alt108=5;
switch ( input.LA(1) ) {
case RULE_ID:
{
alt108=1;
}
break;
case 86:
{
alt108=2;
}
break;
case 28:
{
alt108=3;
}
break;
case 27:
{
alt108=4;
}
break;
case 29:
{
alt108=5;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 108, 0, input);
throw nvae;
}
switch (alt108) {
case 1 :
// InternalAuthorizationDSL.g:6265: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 :
// InternalAuthorizationDSL.g:6276:3: kw= 'extends'
{
kw=(Token)match(input,86,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getExtendsKeyword_1());
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:6282:3: kw= 'static'
{
kw=(Token)match(input,28,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getStaticKeyword_2());
}
}
break;
case 4 :
// InternalAuthorizationDSL.g:6288:3: kw= 'import'
{
kw=(Token)match(input,27,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getFeatureCallIDAccess().getImportKeyword_3());
}
}
break;
case 5 :
// InternalAuthorizationDSL.g:6294:3: kw= 'extension'
{
kw=(Token)match(input,29,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"
// InternalAuthorizationDSL.g:6303:1: entryRuleIdOrSuper returns [String current=null] : iv_ruleIdOrSuper= ruleIdOrSuper EOF ;
public final String entryRuleIdOrSuper() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleIdOrSuper = null;
try {
// InternalAuthorizationDSL.g:6303:49: (iv_ruleIdOrSuper= ruleIdOrSuper EOF )
// InternalAuthorizationDSL.g:6304: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"
// InternalAuthorizationDSL.g:6310: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 {
// InternalAuthorizationDSL.g:6316:2: ( (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' ) )
// InternalAuthorizationDSL.g:6317:2: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' )
{
// InternalAuthorizationDSL.g:6317:2: (this_FeatureCallID_0= ruleFeatureCallID | kw= 'super' )
int alt109=2;
int LA109_0 = input.LA(1);
if ( (LA109_0==RULE_ID||(LA109_0>=27 && LA109_0<=29)||LA109_0==86) ) {
alt109=1;
}
else if ( (LA109_0==87) ) {
alt109=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 109, 0, input);
throw nvae;
}
switch (alt109) {
case 1 :
// InternalAuthorizationDSL.g:6318: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 :
// InternalAuthorizationDSL.g:6329:3: kw= 'super'
{
kw=(Token)match(input,87,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"
// InternalAuthorizationDSL.g:6338:1: entryRuleXConstructorCall returns [EObject current=null] : iv_ruleXConstructorCall= ruleXConstructorCall EOF ;
public final EObject entryRuleXConstructorCall() throws RecognitionException {
EObject current = null;
EObject iv_ruleXConstructorCall = null;
try {
// InternalAuthorizationDSL.g:6338:57: (iv_ruleXConstructorCall= ruleXConstructorCall EOF )
// InternalAuthorizationDSL.g:6339: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"
// InternalAuthorizationDSL.g:6345: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 {
// InternalAuthorizationDSL.g:6351: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 ) )? ) )
// InternalAuthorizationDSL.g:6352: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 ) )? )
{
// InternalAuthorizationDSL.g:6352: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 ) )? )
// InternalAuthorizationDSL.g:6353: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 ) )?
{
// InternalAuthorizationDSL.g:6353:3: ()
// InternalAuthorizationDSL.g:6354:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXConstructorCallAccess().getXConstructorCallAction_0(),
current);
}
}
otherlv_1=(Token)match(input,88,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXConstructorCallAccess().getNewKeyword_1());
}
// InternalAuthorizationDSL.g:6364:3: ( ( ruleQualifiedName ) )
// InternalAuthorizationDSL.g:6365:4: ( ruleQualifiedName )
{
// InternalAuthorizationDSL.g:6365:4: ( ruleQualifiedName )
// InternalAuthorizationDSL.g:6366: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_85);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:6380:3: ( ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>' )?
int alt111=2;
alt111 = dfa111.predict(input);
switch (alt111) {
case 1 :
// InternalAuthorizationDSL.g:6381:4: ( ( '<' )=>otherlv_3= '<' ) ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) ) (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )* otherlv_7= '>'
{
// InternalAuthorizationDSL.g:6381:4: ( ( '<' )=>otherlv_3= '<' )
// InternalAuthorizationDSL.g:6382:5: ( '<' )=>otherlv_3= '<'
{
otherlv_3=(Token)match(input,46,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXConstructorCallAccess().getLessThanSignKeyword_3_0());
}
}
// InternalAuthorizationDSL.g:6388:4: ( (lv_typeArguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:6389:5: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:6389:5: (lv_typeArguments_4_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:6390:6: lv_typeArguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_1_0());
}
pushFollow(FOLLOW_54);
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();
}
}
}
// InternalAuthorizationDSL.g:6407:4: (otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) ) )*
loop110:
do {
int alt110=2;
int LA110_0 = input.LA(1);
if ( (LA110_0==35) ) {
alt110=1;
}
switch (alt110) {
case 1 :
// InternalAuthorizationDSL.g:6408:5: otherlv_5= ',' ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) )
{
otherlv_5=(Token)match(input,35,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXConstructorCallAccess().getCommaKeyword_3_2_0());
}
// InternalAuthorizationDSL.g:6412:5: ( (lv_typeArguments_6_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:6413:6: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:6413:6: (lv_typeArguments_6_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:6414:7: lv_typeArguments_6_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getTypeArgumentsJvmArgumentTypeReferenceParserRuleCall_3_2_1_0());
}
pushFollow(FOLLOW_54);
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 loop110;
}
} while (true);
otherlv_7=(Token)match(input,47,FOLLOW_83); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getXConstructorCallAccess().getGreaterThanSignKeyword_3_3());
}
}
break;
}
// InternalAuthorizationDSL.g:6437: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 alt114=2;
alt114 = dfa114.predict(input);
switch (alt114) {
case 1 :
// InternalAuthorizationDSL.g:6438: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= ')'
{
// InternalAuthorizationDSL.g:6438:4: ( ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' ) )
// InternalAuthorizationDSL.g:6439:5: ( ( '(' ) )=> (lv_explicitConstructorCall_8_0= '(' )
{
// InternalAuthorizationDSL.g:6443:5: (lv_explicitConstructorCall_8_0= '(' )
// InternalAuthorizationDSL.g:6444:6: lv_explicitConstructorCall_8_0= '('
{
lv_explicitConstructorCall_8_0=(Token)match(input,34,FOLLOW_56); 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, "(");
}
}
}
// InternalAuthorizationDSL.g:6456:4: ( ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) ) | ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* ) )?
int alt113=3;
alt113 = dfa113.predict(input);
switch (alt113) {
case 1 :
// InternalAuthorizationDSL.g:6457:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) )
{
// InternalAuthorizationDSL.g:6457:5: ( ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure ) )
// InternalAuthorizationDSL.g:6458:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )=> (lv_arguments_9_0= ruleXShortClosure )
{
// InternalAuthorizationDSL.g:6483:6: (lv_arguments_9_0= ruleXShortClosure )
// InternalAuthorizationDSL.g:6484:7: lv_arguments_9_0= ruleXShortClosure
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXShortClosureParserRuleCall_4_1_0_0());
}
pushFollow(FOLLOW_26);
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 :
// InternalAuthorizationDSL.g:6502:5: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* )
{
// InternalAuthorizationDSL.g:6502:5: ( ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )* )
// InternalAuthorizationDSL.g:6503:6: ( (lv_arguments_10_0= ruleXExpression ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )*
{
// InternalAuthorizationDSL.g:6503:6: ( (lv_arguments_10_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:6504:7: (lv_arguments_10_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:6504:7: (lv_arguments_10_0= ruleXExpression )
// InternalAuthorizationDSL.g:6505:8: lv_arguments_10_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_0_0());
}
pushFollow(FOLLOW_25);
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();
}
}
}
// InternalAuthorizationDSL.g:6522:6: (otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) ) )*
loop112:
do {
int alt112=2;
int LA112_0 = input.LA(1);
if ( (LA112_0==35) ) {
alt112=1;
}
switch (alt112) {
case 1 :
// InternalAuthorizationDSL.g:6523:7: otherlv_11= ',' ( (lv_arguments_12_0= ruleXExpression ) )
{
otherlv_11=(Token)match(input,35,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getXConstructorCallAccess().getCommaKeyword_4_1_1_1_0());
}
// InternalAuthorizationDSL.g:6527:7: ( (lv_arguments_12_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:6528:8: (lv_arguments_12_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:6528:8: (lv_arguments_12_0= ruleXExpression )
// InternalAuthorizationDSL.g:6529:9: lv_arguments_12_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXConstructorCallAccess().getArgumentsXExpressionParserRuleCall_4_1_1_1_1_0());
}
pushFollow(FOLLOW_25);
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 loop112;
}
} while (true);
}
}
break;
}
otherlv_13=(Token)match(input,36,FOLLOW_84); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getXConstructorCallAccess().getRightParenthesisKeyword_4_2());
}
}
break;
}
// InternalAuthorizationDSL.g:6554:3: ( ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure ) )?
int alt115=2;
alt115 = dfa115.predict(input);
switch (alt115) {
case 1 :
// InternalAuthorizationDSL.g:6555:4: ( ( () '[' ) )=> (lv_arguments_14_0= ruleXClosure )
{
// InternalAuthorizationDSL.g:6561:4: (lv_arguments_14_0= ruleXClosure )
// InternalAuthorizationDSL.g:6562: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"
// InternalAuthorizationDSL.g:6583:1: entryRuleXBooleanLiteral returns [EObject current=null] : iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF ;
public final EObject entryRuleXBooleanLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXBooleanLiteral = null;
try {
// InternalAuthorizationDSL.g:6583:56: (iv_ruleXBooleanLiteral= ruleXBooleanLiteral EOF )
// InternalAuthorizationDSL.g:6584: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"
// InternalAuthorizationDSL.g:6590: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 {
// InternalAuthorizationDSL.g:6596:2: ( ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) )
// InternalAuthorizationDSL.g:6597:2: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
{
// InternalAuthorizationDSL.g:6597:2: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
// InternalAuthorizationDSL.g:6598:3: () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
{
// InternalAuthorizationDSL.g:6598:3: ()
// InternalAuthorizationDSL.g:6599:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXBooleanLiteralAccess().getXBooleanLiteralAction_0(),
current);
}
}
// InternalAuthorizationDSL.g:6605:3: (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
int alt116=2;
int LA116_0 = input.LA(1);
if ( (LA116_0==89) ) {
alt116=1;
}
else if ( (LA116_0==90) ) {
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 :
// InternalAuthorizationDSL.g:6606:4: otherlv_1= 'false'
{
otherlv_1=(Token)match(input,89,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXBooleanLiteralAccess().getFalseKeyword_1_0());
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:6611:4: ( (lv_isTrue_2_0= 'true' ) )
{
// InternalAuthorizationDSL.g:6611:4: ( (lv_isTrue_2_0= 'true' ) )
// InternalAuthorizationDSL.g:6612:5: (lv_isTrue_2_0= 'true' )
{
// InternalAuthorizationDSL.g:6612:5: (lv_isTrue_2_0= 'true' )
// InternalAuthorizationDSL.g:6613:6: lv_isTrue_2_0= 'true'
{
lv_isTrue_2_0=(Token)match(input,90,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"
// InternalAuthorizationDSL.g:6630:1: entryRuleXNullLiteral returns [EObject current=null] : iv_ruleXNullLiteral= ruleXNullLiteral EOF ;
public final EObject entryRuleXNullLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXNullLiteral = null;
try {
// InternalAuthorizationDSL.g:6630:53: (iv_ruleXNullLiteral= ruleXNullLiteral EOF )
// InternalAuthorizationDSL.g:6631: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"
// InternalAuthorizationDSL.g:6637:1: ruleXNullLiteral returns [EObject current=null] : ( () otherlv_1= 'null' ) ;
public final EObject ruleXNullLiteral() throws RecognitionException {
EObject current = null;
Token otherlv_1=null;
enterRule();
try {
// InternalAuthorizationDSL.g:6643:2: ( ( () otherlv_1= 'null' ) )
// InternalAuthorizationDSL.g:6644:2: ( () otherlv_1= 'null' )
{
// InternalAuthorizationDSL.g:6644:2: ( () otherlv_1= 'null' )
// InternalAuthorizationDSL.g:6645:3: () otherlv_1= 'null'
{
// InternalAuthorizationDSL.g:6645:3: ()
// InternalAuthorizationDSL.g:6646:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXNullLiteralAccess().getXNullLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,91,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"
// InternalAuthorizationDSL.g:6660:1: entryRuleXNumberLiteral returns [EObject current=null] : iv_ruleXNumberLiteral= ruleXNumberLiteral EOF ;
public final EObject entryRuleXNumberLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXNumberLiteral = null;
try {
// InternalAuthorizationDSL.g:6660:55: (iv_ruleXNumberLiteral= ruleXNumberLiteral EOF )
// InternalAuthorizationDSL.g:6661: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"
// InternalAuthorizationDSL.g:6667: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 {
// InternalAuthorizationDSL.g:6673:2: ( ( () ( (lv_value_1_0= ruleNumber ) ) ) )
// InternalAuthorizationDSL.g:6674:2: ( () ( (lv_value_1_0= ruleNumber ) ) )
{
// InternalAuthorizationDSL.g:6674:2: ( () ( (lv_value_1_0= ruleNumber ) ) )
// InternalAuthorizationDSL.g:6675:3: () ( (lv_value_1_0= ruleNumber ) )
{
// InternalAuthorizationDSL.g:6675:3: ()
// InternalAuthorizationDSL.g:6676:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXNumberLiteralAccess().getXNumberLiteralAction_0(),
current);
}
}
// InternalAuthorizationDSL.g:6682:3: ( (lv_value_1_0= ruleNumber ) )
// InternalAuthorizationDSL.g:6683:4: (lv_value_1_0= ruleNumber )
{
// InternalAuthorizationDSL.g:6683:4: (lv_value_1_0= ruleNumber )
// InternalAuthorizationDSL.g:6684: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"
// InternalAuthorizationDSL.g:6705:1: entryRuleXStringLiteral returns [EObject current=null] : iv_ruleXStringLiteral= ruleXStringLiteral EOF ;
public final EObject entryRuleXStringLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXStringLiteral = null;
try {
// InternalAuthorizationDSL.g:6705:55: (iv_ruleXStringLiteral= ruleXStringLiteral EOF )
// InternalAuthorizationDSL.g:6706: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"
// InternalAuthorizationDSL.g:6712: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 {
// InternalAuthorizationDSL.g:6718:2: ( ( () ( (lv_value_1_0= RULE_STRING ) ) ) )
// InternalAuthorizationDSL.g:6719:2: ( () ( (lv_value_1_0= RULE_STRING ) ) )
{
// InternalAuthorizationDSL.g:6719:2: ( () ( (lv_value_1_0= RULE_STRING ) ) )
// InternalAuthorizationDSL.g:6720:3: () ( (lv_value_1_0= RULE_STRING ) )
{
// InternalAuthorizationDSL.g:6720:3: ()
// InternalAuthorizationDSL.g:6721:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXStringLiteralAccess().getXStringLiteralAction_0(),
current);
}
}
// InternalAuthorizationDSL.g:6727:3: ( (lv_value_1_0= RULE_STRING ) )
// InternalAuthorizationDSL.g:6728:4: (lv_value_1_0= RULE_STRING )
{
// InternalAuthorizationDSL.g:6728:4: (lv_value_1_0= RULE_STRING )
// InternalAuthorizationDSL.g:6729: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"
// InternalAuthorizationDSL.g:6749:1: entryRuleXTypeLiteral returns [EObject current=null] : iv_ruleXTypeLiteral= ruleXTypeLiteral EOF ;
public final EObject entryRuleXTypeLiteral() throws RecognitionException {
EObject current = null;
EObject iv_ruleXTypeLiteral = null;
try {
// InternalAuthorizationDSL.g:6749:53: (iv_ruleXTypeLiteral= ruleXTypeLiteral EOF )
// InternalAuthorizationDSL.g:6750: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"
// InternalAuthorizationDSL.g:6756: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 {
// InternalAuthorizationDSL.g:6762:2: ( ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' ) )
// InternalAuthorizationDSL.g:6763:2: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' )
{
// InternalAuthorizationDSL.g:6763:2: ( () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')' )
// InternalAuthorizationDSL.g:6764:3: () otherlv_1= 'typeof' otherlv_2= '(' ( ( ruleQualifiedName ) ) ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )* otherlv_5= ')'
{
// InternalAuthorizationDSL.g:6764:3: ()
// InternalAuthorizationDSL.g:6765:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXTypeLiteralAccess().getXTypeLiteralAction_0(),
current);
}
}
otherlv_1=(Token)match(input,92,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXTypeLiteralAccess().getTypeofKeyword_1());
}
otherlv_2=(Token)match(input,34,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXTypeLiteralAccess().getLeftParenthesisKeyword_2());
}
// InternalAuthorizationDSL.g:6779:3: ( ( ruleQualifiedName ) )
// InternalAuthorizationDSL.g:6780:4: ( ruleQualifiedName )
{
// InternalAuthorizationDSL.g:6780:4: ( ruleQualifiedName )
// InternalAuthorizationDSL.g:6781: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_86);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:6795:3: ( (lv_arrayDimensions_4_0= ruleArrayBrackets ) )*
loop117:
do {
int alt117=2;
int LA117_0 = input.LA(1);
if ( (LA117_0==39) ) {
alt117=1;
}
switch (alt117) {
case 1 :
// InternalAuthorizationDSL.g:6796:4: (lv_arrayDimensions_4_0= ruleArrayBrackets )
{
// InternalAuthorizationDSL.g:6796:4: (lv_arrayDimensions_4_0= ruleArrayBrackets )
// InternalAuthorizationDSL.g:6797:5: lv_arrayDimensions_4_0= ruleArrayBrackets
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTypeLiteralAccess().getArrayDimensionsArrayBracketsParserRuleCall_4_0());
}
pushFollow(FOLLOW_86);
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 loop117;
}
} while (true);
otherlv_5=(Token)match(input,36,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"
// InternalAuthorizationDSL.g:6822:1: entryRuleXThrowExpression returns [EObject current=null] : iv_ruleXThrowExpression= ruleXThrowExpression EOF ;
public final EObject entryRuleXThrowExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXThrowExpression = null;
try {
// InternalAuthorizationDSL.g:6822:57: (iv_ruleXThrowExpression= ruleXThrowExpression EOF )
// InternalAuthorizationDSL.g:6823: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"
// InternalAuthorizationDSL.g:6829: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 {
// InternalAuthorizationDSL.g:6835:2: ( ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) ) )
// InternalAuthorizationDSL.g:6836:2: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) )
{
// InternalAuthorizationDSL.g:6836:2: ( () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) ) )
// InternalAuthorizationDSL.g:6837:3: () otherlv_1= 'throw' ( (lv_expression_2_0= ruleXExpression ) )
{
// InternalAuthorizationDSL.g:6837:3: ()
// InternalAuthorizationDSL.g:6838:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXThrowExpressionAccess().getXThrowExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,93,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXThrowExpressionAccess().getThrowKeyword_1());
}
// InternalAuthorizationDSL.g:6848:3: ( (lv_expression_2_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:6849:4: (lv_expression_2_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:6849:4: (lv_expression_2_0= ruleXExpression )
// InternalAuthorizationDSL.g:6850: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"
// InternalAuthorizationDSL.g:6871:1: entryRuleXReturnExpression returns [EObject current=null] : iv_ruleXReturnExpression= ruleXReturnExpression EOF ;
public final EObject entryRuleXReturnExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXReturnExpression = null;
try {
// InternalAuthorizationDSL.g:6871:58: (iv_ruleXReturnExpression= ruleXReturnExpression EOF )
// InternalAuthorizationDSL.g:6872: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"
// InternalAuthorizationDSL.g:6878: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 {
// InternalAuthorizationDSL.g:6884: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 ) )? ) )
// InternalAuthorizationDSL.g:6885: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 ) )? )
{
// InternalAuthorizationDSL.g:6885: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 ) )? )
// InternalAuthorizationDSL.g:6886: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 ) )?
{
// InternalAuthorizationDSL.g:6886:3: ()
// InternalAuthorizationDSL.g:6887:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXReturnExpressionAccess().getXReturnExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,94,FOLLOW_87); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXReturnExpressionAccess().getReturnKeyword_1());
}
// InternalAuthorizationDSL.g:6897: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 alt118=2;
alt118 = dfa118.predict(input);
switch (alt118) {
case 1 :
// InternalAuthorizationDSL.g:6898: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 )
{
// InternalAuthorizationDSL.g:6899:4: (lv_expression_2_0= ruleXExpression )
// InternalAuthorizationDSL.g:6900: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"
// InternalAuthorizationDSL.g:6921:1: entryRuleXTryCatchFinallyExpression returns [EObject current=null] : iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF ;
public final EObject entryRuleXTryCatchFinallyExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXTryCatchFinallyExpression = null;
try {
// InternalAuthorizationDSL.g:6921:67: (iv_ruleXTryCatchFinallyExpression= ruleXTryCatchFinallyExpression EOF )
// InternalAuthorizationDSL.g:6922: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"
// InternalAuthorizationDSL.g:6928: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 {
// InternalAuthorizationDSL.g:6934: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 ) ) ) ) ) )
// InternalAuthorizationDSL.g:6935: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 ) ) ) ) )
{
// InternalAuthorizationDSL.g:6935: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 ) ) ) ) )
// InternalAuthorizationDSL.g:6936: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 ) ) ) )
{
// InternalAuthorizationDSL.g:6936:3: ()
// InternalAuthorizationDSL.g:6937:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXTryCatchFinallyExpressionAccess().getXTryCatchFinallyExpressionAction_0(),
current);
}
}
otherlv_1=(Token)match(input,95,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXTryCatchFinallyExpressionAccess().getTryKeyword_1());
}
// InternalAuthorizationDSL.g:6947:3: ( (lv_expression_2_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:6948:4: (lv_expression_2_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:6948:4: (lv_expression_2_0= ruleXExpression )
// InternalAuthorizationDSL.g:6949:5: lv_expression_2_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getExpressionXExpressionParserRuleCall_2_0());
}
pushFollow(FOLLOW_88);
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();
}
}
}
// InternalAuthorizationDSL.g:6966: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 alt121=2;
int LA121_0 = input.LA(1);
if ( (LA121_0==98) ) {
alt121=1;
}
else if ( (LA121_0==96) ) {
alt121=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 121, 0, input);
throw nvae;
}
switch (alt121) {
case 1 :
// InternalAuthorizationDSL.g:6967:4: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? )
{
// InternalAuthorizationDSL.g:6967:4: ( ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )? )
// InternalAuthorizationDSL.g:6968:5: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+ ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )?
{
// InternalAuthorizationDSL.g:6968:5: ( ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause ) )+
int cnt119=0;
loop119:
do {
int alt119=2;
int LA119_0 = input.LA(1);
if ( (LA119_0==98) ) {
int LA119_2 = input.LA(2);
if ( (synpred44_InternalAuthorizationDSL()) ) {
alt119=1;
}
}
switch (alt119) {
case 1 :
// InternalAuthorizationDSL.g:6969:6: ( 'catch' )=> (lv_catchClauses_3_0= ruleXCatchClause )
{
// InternalAuthorizationDSL.g:6970:6: (lv_catchClauses_3_0= ruleXCatchClause )
// InternalAuthorizationDSL.g:6971:7: lv_catchClauses_3_0= ruleXCatchClause
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXTryCatchFinallyExpressionAccess().getCatchClausesXCatchClauseParserRuleCall_3_0_0_0());
}
pushFollow(FOLLOW_89);
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 ( cnt119 >= 1 ) break loop119;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(119, input);
throw eee;
}
cnt119++;
} while (true);
// InternalAuthorizationDSL.g:6988:5: ( ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) ) )?
int alt120=2;
int LA120_0 = input.LA(1);
if ( (LA120_0==96) ) {
int LA120_1 = input.LA(2);
if ( (synpred45_InternalAuthorizationDSL()) ) {
alt120=1;
}
}
switch (alt120) {
case 1 :
// InternalAuthorizationDSL.g:6989:6: ( ( 'finally' )=>otherlv_4= 'finally' ) ( (lv_finallyExpression_5_0= ruleXExpression ) )
{
// InternalAuthorizationDSL.g:6989:6: ( ( 'finally' )=>otherlv_4= 'finally' )
// InternalAuthorizationDSL.g:6990:7: ( 'finally' )=>otherlv_4= 'finally'
{
otherlv_4=(Token)match(input,96,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_0_1_0());
}
}
// InternalAuthorizationDSL.g:6996:6: ( (lv_finallyExpression_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:6997:7: (lv_finallyExpression_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:6997:7: (lv_finallyExpression_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:6998: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 :
// InternalAuthorizationDSL.g:7018:4: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) )
{
// InternalAuthorizationDSL.g:7018:4: (otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) ) )
// InternalAuthorizationDSL.g:7019:5: otherlv_6= 'finally' ( (lv_finallyExpression_7_0= ruleXExpression ) )
{
otherlv_6=(Token)match(input,96,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_6, grammarAccess.getXTryCatchFinallyExpressionAccess().getFinallyKeyword_3_1_0());
}
// InternalAuthorizationDSL.g:7023:5: ( (lv_finallyExpression_7_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:7024:6: (lv_finallyExpression_7_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:7024:6: (lv_finallyExpression_7_0= ruleXExpression )
// InternalAuthorizationDSL.g:7025: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"
// InternalAuthorizationDSL.g:7048:1: entryRuleXSynchronizedExpression returns [EObject current=null] : iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF ;
public final EObject entryRuleXSynchronizedExpression() throws RecognitionException {
EObject current = null;
EObject iv_ruleXSynchronizedExpression = null;
try {
// InternalAuthorizationDSL.g:7048:64: (iv_ruleXSynchronizedExpression= ruleXSynchronizedExpression EOF )
// InternalAuthorizationDSL.g:7049: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"
// InternalAuthorizationDSL.g:7055: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 {
// InternalAuthorizationDSL.g:7061:2: ( ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) ) )
// InternalAuthorizationDSL.g:7062:2: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) )
{
// InternalAuthorizationDSL.g:7062:2: ( ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) ) )
// InternalAuthorizationDSL.g:7063:3: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) ) ( (lv_param_3_0= ruleXExpression ) ) otherlv_4= ')' ( (lv_expression_5_0= ruleXExpression ) )
{
// InternalAuthorizationDSL.g:7063:3: ( ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' ) )
// InternalAuthorizationDSL.g:7064:4: ( ( () 'synchronized' '(' ) )=> ( () otherlv_1= 'synchronized' otherlv_2= '(' )
{
// InternalAuthorizationDSL.g:7071:4: ( () otherlv_1= 'synchronized' otherlv_2= '(' )
// InternalAuthorizationDSL.g:7072:5: () otherlv_1= 'synchronized' otherlv_2= '('
{
// InternalAuthorizationDSL.g:7072:5: ()
// InternalAuthorizationDSL.g:7073:6:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getXSynchronizedExpressionAccess().getXSynchronizedExpressionAction_0_0_0(),
current);
}
}
otherlv_1=(Token)match(input,97,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXSynchronizedExpressionAccess().getSynchronizedKeyword_0_0_1());
}
otherlv_2=(Token)match(input,34,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXSynchronizedExpressionAccess().getLeftParenthesisKeyword_0_0_2());
}
}
}
// InternalAuthorizationDSL.g:7089:3: ( (lv_param_3_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:7090:4: (lv_param_3_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:7090:4: (lv_param_3_0= ruleXExpression )
// InternalAuthorizationDSL.g:7091:5: lv_param_3_0= ruleXExpression
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXSynchronizedExpressionAccess().getParamXExpressionParserRuleCall_1_0());
}
pushFollow(FOLLOW_26);
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,36,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXSynchronizedExpressionAccess().getRightParenthesisKeyword_2());
}
// InternalAuthorizationDSL.g:7112:3: ( (lv_expression_5_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:7113:4: (lv_expression_5_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:7113:4: (lv_expression_5_0= ruleXExpression )
// InternalAuthorizationDSL.g:7114: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"
// InternalAuthorizationDSL.g:7135:1: entryRuleXCatchClause returns [EObject current=null] : iv_ruleXCatchClause= ruleXCatchClause EOF ;
public final EObject entryRuleXCatchClause() throws RecognitionException {
EObject current = null;
EObject iv_ruleXCatchClause = null;
try {
// InternalAuthorizationDSL.g:7135:53: (iv_ruleXCatchClause= ruleXCatchClause EOF )
// InternalAuthorizationDSL.g:7136: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"
// InternalAuthorizationDSL.g:7142: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 {
// InternalAuthorizationDSL.g:7148:2: ( ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) ) )
// InternalAuthorizationDSL.g:7149:2: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) )
{
// InternalAuthorizationDSL.g:7149:2: ( ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) ) )
// InternalAuthorizationDSL.g:7150:3: ( ( 'catch' )=>otherlv_0= 'catch' ) otherlv_1= '(' ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) ) otherlv_3= ')' ( (lv_expression_4_0= ruleXExpression ) )
{
// InternalAuthorizationDSL.g:7150:3: ( ( 'catch' )=>otherlv_0= 'catch' )
// InternalAuthorizationDSL.g:7151:4: ( 'catch' )=>otherlv_0= 'catch'
{
otherlv_0=(Token)match(input,98,FOLLOW_66); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getXCatchClauseAccess().getCatchKeyword_0());
}
}
otherlv_1=(Token)match(input,34,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getXCatchClauseAccess().getLeftParenthesisKeyword_1());
}
// InternalAuthorizationDSL.g:7161:3: ( (lv_declaredParam_2_0= ruleFullJvmFormalParameter ) )
// InternalAuthorizationDSL.g:7162:4: (lv_declaredParam_2_0= ruleFullJvmFormalParameter )
{
// InternalAuthorizationDSL.g:7162:4: (lv_declaredParam_2_0= ruleFullJvmFormalParameter )
// InternalAuthorizationDSL.g:7163:5: lv_declaredParam_2_0= ruleFullJvmFormalParameter
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXCatchClauseAccess().getDeclaredParamFullJvmFormalParameterParserRuleCall_2_0());
}
pushFollow(FOLLOW_26);
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,36,FOLLOW_28); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getXCatchClauseAccess().getRightParenthesisKeyword_3());
}
// InternalAuthorizationDSL.g:7184:3: ( (lv_expression_4_0= ruleXExpression ) )
// InternalAuthorizationDSL.g:7185:4: (lv_expression_4_0= ruleXExpression )
{
// InternalAuthorizationDSL.g:7185:4: (lv_expression_4_0= ruleXExpression )
// InternalAuthorizationDSL.g:7186: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"
// InternalAuthorizationDSL.g:7207:1: entryRuleQualifiedName returns [String current=null] : iv_ruleQualifiedName= ruleQualifiedName EOF ;
public final String entryRuleQualifiedName() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedName = null;
try {
// InternalAuthorizationDSL.g:7207:53: (iv_ruleQualifiedName= ruleQualifiedName EOF )
// InternalAuthorizationDSL.g:7208: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"
// InternalAuthorizationDSL.g:7214: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 {
// InternalAuthorizationDSL.g:7220:2: ( (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* ) )
// InternalAuthorizationDSL.g:7221:2: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* )
{
// InternalAuthorizationDSL.g:7221:2: (this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )* )
// InternalAuthorizationDSL.g:7222:3: this_ValidID_0= ruleValidID ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0());
}
pushFollow(FOLLOW_90);
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();
}
// InternalAuthorizationDSL.g:7232:3: ( ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID )*
loop122:
do {
int alt122=2;
int LA122_0 = input.LA(1);
if ( (LA122_0==71) ) {
int LA122_2 = input.LA(2);
if ( (LA122_2==RULE_ID) ) {
int LA122_3 = input.LA(3);
if ( (synpred48_InternalAuthorizationDSL()) ) {
alt122=1;
}
}
}
switch (alt122) {
case 1 :
// InternalAuthorizationDSL.g:7233:4: ( ( '.' )=>kw= '.' ) this_ValidID_2= ruleValidID
{
// InternalAuthorizationDSL.g:7233:4: ( ( '.' )=>kw= '.' )
// InternalAuthorizationDSL.g:7234:5: ( '.' )=>kw= '.'
{
kw=(Token)match(input,71,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_90);
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 loop122;
}
} while (true);
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleQualifiedName"
// $ANTLR start "entryRuleNumber"
// InternalAuthorizationDSL.g:7256: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 {
// InternalAuthorizationDSL.g:7258:2: (iv_ruleNumber= ruleNumber EOF )
// InternalAuthorizationDSL.g:7259: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"
// InternalAuthorizationDSL.g:7268: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 {
// InternalAuthorizationDSL.g:7275: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 ) )? ) ) )
// InternalAuthorizationDSL.g:7276: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 ) )? ) )
{
// InternalAuthorizationDSL.g:7276: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 alt126=2;
int LA126_0 = input.LA(1);
if ( (LA126_0==RULE_HEX) ) {
alt126=1;
}
else if ( ((LA126_0>=RULE_INT && LA126_0<=RULE_DECIMAL)) ) {
alt126=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 126, 0, input);
throw nvae;
}
switch (alt126) {
case 1 :
// InternalAuthorizationDSL.g:7277: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 :
// InternalAuthorizationDSL.g:7285:3: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? )
{
// InternalAuthorizationDSL.g:7285:3: ( (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )? )
// InternalAuthorizationDSL.g:7286:4: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL ) (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )?
{
// InternalAuthorizationDSL.g:7286:4: (this_INT_1= RULE_INT | this_DECIMAL_2= RULE_DECIMAL )
int alt123=2;
int LA123_0 = input.LA(1);
if ( (LA123_0==RULE_INT) ) {
alt123=1;
}
else if ( (LA123_0==RULE_DECIMAL) ) {
alt123=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 123, 0, input);
throw nvae;
}
switch (alt123) {
case 1 :
// InternalAuthorizationDSL.g:7287:5: this_INT_1= RULE_INT
{
this_INT_1=(Token)match(input,RULE_INT,FOLLOW_90); 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 :
// InternalAuthorizationDSL.g:7295:5: this_DECIMAL_2= RULE_DECIMAL
{
this_DECIMAL_2=(Token)match(input,RULE_DECIMAL,FOLLOW_90); 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;
}
// InternalAuthorizationDSL.g:7303:4: (kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL ) )?
int alt125=2;
int LA125_0 = input.LA(1);
if ( (LA125_0==71) ) {
int LA125_1 = input.LA(2);
if ( ((LA125_1>=RULE_INT && LA125_1<=RULE_DECIMAL)) ) {
alt125=1;
}
}
switch (alt125) {
case 1 :
// InternalAuthorizationDSL.g:7304:5: kw= '.' (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL )
{
kw=(Token)match(input,71,FOLLOW_91); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getNumberAccess().getFullStopKeyword_1_1_0());
}
// InternalAuthorizationDSL.g:7309:5: (this_INT_4= RULE_INT | this_DECIMAL_5= RULE_DECIMAL )
int alt124=2;
int LA124_0 = input.LA(1);
if ( (LA124_0==RULE_INT) ) {
alt124=1;
}
else if ( (LA124_0==RULE_DECIMAL) ) {
alt124=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 124, 0, input);
throw nvae;
}
switch (alt124) {
case 1 :
// InternalAuthorizationDSL.g:7310: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 :
// InternalAuthorizationDSL.g:7318: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"
// InternalAuthorizationDSL.g:7335:1: entryRuleJvmTypeReference returns [EObject current=null] : iv_ruleJvmTypeReference= ruleJvmTypeReference EOF ;
public final EObject entryRuleJvmTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmTypeReference = null;
try {
// InternalAuthorizationDSL.g:7335:57: (iv_ruleJvmTypeReference= ruleJvmTypeReference EOF )
// InternalAuthorizationDSL.g:7336: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"
// InternalAuthorizationDSL.g:7342: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 {
// InternalAuthorizationDSL.g:7348:2: ( ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef ) )
// InternalAuthorizationDSL.g:7349:2: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef )
{
// InternalAuthorizationDSL.g:7349:2: ( (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* ) | this_XFunctionTypeRef_3= ruleXFunctionTypeRef )
int alt128=2;
int LA128_0 = input.LA(1);
if ( (LA128_0==RULE_ID) ) {
alt128=1;
}
else if ( (LA128_0==34||LA128_0==59) ) {
alt128=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 128, 0, input);
throw nvae;
}
switch (alt128) {
case 1 :
// InternalAuthorizationDSL.g:7350:3: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* )
{
// InternalAuthorizationDSL.g:7350:3: (this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )* )
// InternalAuthorizationDSL.g:7351:4: this_JvmParameterizedTypeReference_0= ruleJvmParameterizedTypeReference ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )*
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmTypeReferenceAccess().getJvmParameterizedTypeReferenceParserRuleCall_0_0());
}
pushFollow(FOLLOW_84);
this_JvmParameterizedTypeReference_0=ruleJvmParameterizedTypeReference();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
current = this_JvmParameterizedTypeReference_0;
afterParserOrEnumRuleCall();
}
// InternalAuthorizationDSL.g:7359:4: ( ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets ) )*
loop127:
do {
int alt127=2;
int LA127_0 = input.LA(1);
if ( (LA127_0==39) ) {
int LA127_2 = input.LA(2);
if ( (LA127_2==40) ) {
int LA127_3 = input.LA(3);
if ( (synpred49_InternalAuthorizationDSL()) ) {
alt127=1;
}
}
}
switch (alt127) {
case 1 :
// InternalAuthorizationDSL.g:7360:5: ( ( () ruleArrayBrackets ) )=> ( () ruleArrayBrackets )
{
// InternalAuthorizationDSL.g:7366:5: ( () ruleArrayBrackets )
// InternalAuthorizationDSL.g:7367:6: () ruleArrayBrackets
{
// InternalAuthorizationDSL.g:7367:6: ()
// InternalAuthorizationDSL.g:7368: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_84);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
break;
default :
break loop127;
}
} while (true);
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:7385: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"
// InternalAuthorizationDSL.g:7397:1: entryRuleArrayBrackets returns [String current=null] : iv_ruleArrayBrackets= ruleArrayBrackets EOF ;
public final String entryRuleArrayBrackets() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleArrayBrackets = null;
try {
// InternalAuthorizationDSL.g:7397:53: (iv_ruleArrayBrackets= ruleArrayBrackets EOF )
// InternalAuthorizationDSL.g:7398: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"
// InternalAuthorizationDSL.g:7404:1: ruleArrayBrackets returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '[' kw= ']' ) ;
public final AntlrDatatypeRuleToken ruleArrayBrackets() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
Token kw=null;
enterRule();
try {
// InternalAuthorizationDSL.g:7410:2: ( (kw= '[' kw= ']' ) )
// InternalAuthorizationDSL.g:7411:2: (kw= '[' kw= ']' )
{
// InternalAuthorizationDSL.g:7411:2: (kw= '[' kw= ']' )
// InternalAuthorizationDSL.g:7412:3: kw= '[' kw= ']'
{
kw=(Token)match(input,39,FOLLOW_63); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getArrayBracketsAccess().getLeftSquareBracketKeyword_0());
}
kw=(Token)match(input,40,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"
// InternalAuthorizationDSL.g:7426:1: entryRuleXFunctionTypeRef returns [EObject current=null] : iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF ;
public final EObject entryRuleXFunctionTypeRef() throws RecognitionException {
EObject current = null;
EObject iv_ruleXFunctionTypeRef = null;
try {
// InternalAuthorizationDSL.g:7426:57: (iv_ruleXFunctionTypeRef= ruleXFunctionTypeRef EOF )
// InternalAuthorizationDSL.g:7427: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"
// InternalAuthorizationDSL.g:7433: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 {
// InternalAuthorizationDSL.g:7439:2: ( ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) ) )
// InternalAuthorizationDSL.g:7440:2: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) )
{
// InternalAuthorizationDSL.g:7440:2: ( (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) ) )
// InternalAuthorizationDSL.g:7441:3: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )? otherlv_5= '=>' ( (lv_returnType_6_0= ruleJvmTypeReference ) )
{
// InternalAuthorizationDSL.g:7441:3: (otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')' )?
int alt131=2;
int LA131_0 = input.LA(1);
if ( (LA131_0==34) ) {
alt131=1;
}
switch (alt131) {
case 1 :
// InternalAuthorizationDSL.g:7442:4: otherlv_0= '(' ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )? otherlv_4= ')'
{
otherlv_0=(Token)match(input,34,FOLLOW_92); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getXFunctionTypeRefAccess().getLeftParenthesisKeyword_0_0());
}
// InternalAuthorizationDSL.g:7446:4: ( ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )* )?
int alt130=2;
int LA130_0 = input.LA(1);
if ( (LA130_0==RULE_ID||LA130_0==34||LA130_0==59) ) {
alt130=1;
}
switch (alt130) {
case 1 :
// InternalAuthorizationDSL.g:7447:5: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) ) (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )*
{
// InternalAuthorizationDSL.g:7447:5: ( (lv_paramTypes_1_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:7448:6: (lv_paramTypes_1_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:7448:6: (lv_paramTypes_1_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:7449:7: lv_paramTypes_1_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_0_0());
}
pushFollow(FOLLOW_25);
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();
}
}
}
// InternalAuthorizationDSL.g:7466:5: (otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) ) )*
loop129:
do {
int alt129=2;
int LA129_0 = input.LA(1);
if ( (LA129_0==35) ) {
alt129=1;
}
switch (alt129) {
case 1 :
// InternalAuthorizationDSL.g:7467:6: otherlv_2= ',' ( (lv_paramTypes_3_0= ruleJvmTypeReference ) )
{
otherlv_2=(Token)match(input,35,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_2, grammarAccess.getXFunctionTypeRefAccess().getCommaKeyword_0_1_1_0());
}
// InternalAuthorizationDSL.g:7471:6: ( (lv_paramTypes_3_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:7472:7: (lv_paramTypes_3_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:7472:7: (lv_paramTypes_3_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:7473:8: lv_paramTypes_3_0= ruleJvmTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXFunctionTypeRefAccess().getParamTypesJvmTypeReferenceParserRuleCall_0_1_1_1_0());
}
pushFollow(FOLLOW_25);
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 loop129;
}
} while (true);
}
break;
}
otherlv_4=(Token)match(input,36,FOLLOW_93); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_4, grammarAccess.getXFunctionTypeRefAccess().getRightParenthesisKeyword_0_2());
}
}
break;
}
otherlv_5=(Token)match(input,59,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getXFunctionTypeRefAccess().getEqualsSignGreaterThanSignKeyword_1());
}
// InternalAuthorizationDSL.g:7501:3: ( (lv_returnType_6_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:7502:4: (lv_returnType_6_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:7502:4: (lv_returnType_6_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:7503: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"
// InternalAuthorizationDSL.g:7524:1: entryRuleJvmParameterizedTypeReference returns [EObject current=null] : iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF ;
public final EObject entryRuleJvmParameterizedTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmParameterizedTypeReference = null;
try {
// InternalAuthorizationDSL.g:7524:70: (iv_ruleJvmParameterizedTypeReference= ruleJvmParameterizedTypeReference EOF )
// InternalAuthorizationDSL.g:7525: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"
// InternalAuthorizationDSL.g:7531: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 {
// InternalAuthorizationDSL.g:7537: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= '>' )? )* )? ) )
// InternalAuthorizationDSL.g:7538: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= '>' )? )* )? )
{
// InternalAuthorizationDSL.g:7538: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= '>' )? )* )? )
// InternalAuthorizationDSL.g:7539: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= '>' )? )* )?
{
// InternalAuthorizationDSL.g:7539:3: ( ( ruleQualifiedName ) )
// InternalAuthorizationDSL.g:7540:4: ( ruleQualifiedName )
{
// InternalAuthorizationDSL.g:7540:4: ( ruleQualifiedName )
// InternalAuthorizationDSL.g:7541: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_94);
ruleQualifiedName();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:7555: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 alt136=2;
alt136 = dfa136.predict(input);
switch (alt136) {
case 1 :
// InternalAuthorizationDSL.g:7556: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= '>' )? )*
{
// InternalAuthorizationDSL.g:7556:4: ( ( '<' )=>otherlv_1= '<' )
// InternalAuthorizationDSL.g:7557:5: ( '<' )=>otherlv_1= '<'
{
otherlv_1=(Token)match(input,46,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_0());
}
}
// InternalAuthorizationDSL.g:7563:4: ( (lv_arguments_2_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:7564:5: (lv_arguments_2_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:7564:5: (lv_arguments_2_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:7565:6: lv_arguments_2_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_1_0());
}
pushFollow(FOLLOW_54);
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();
}
}
}
// InternalAuthorizationDSL.g:7582:4: (otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) ) )*
loop132:
do {
int alt132=2;
int LA132_0 = input.LA(1);
if ( (LA132_0==35) ) {
alt132=1;
}
switch (alt132) {
case 1 :
// InternalAuthorizationDSL.g:7583:5: otherlv_3= ',' ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) )
{
otherlv_3=(Token)match(input,35,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_3, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_2_0());
}
// InternalAuthorizationDSL.g:7587:5: ( (lv_arguments_4_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:7588:6: (lv_arguments_4_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:7588:6: (lv_arguments_4_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:7589:7: lv_arguments_4_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_2_1_0());
}
pushFollow(FOLLOW_54);
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 loop132;
}
} while (true);
otherlv_5=(Token)match(input,47,FOLLOW_90); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_5, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_3());
}
// InternalAuthorizationDSL.g:7611:4: ( ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )? )*
loop135:
do {
int alt135=2;
int LA135_0 = input.LA(1);
if ( (LA135_0==71) ) {
int LA135_2 = input.LA(2);
if ( (LA135_2==RULE_ID) ) {
int LA135_3 = input.LA(3);
if ( (synpred51_InternalAuthorizationDSL()) ) {
alt135=1;
}
}
}
switch (alt135) {
case 1 :
// InternalAuthorizationDSL.g:7612:5: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) ) ( ( ruleValidID ) ) ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )?
{
// InternalAuthorizationDSL.g:7612:5: ( ( ( () '.' ) )=> ( () otherlv_7= '.' ) )
// InternalAuthorizationDSL.g:7613:6: ( ( () '.' ) )=> ( () otherlv_7= '.' )
{
// InternalAuthorizationDSL.g:7619:6: ( () otherlv_7= '.' )
// InternalAuthorizationDSL.g:7620:7: () otherlv_7= '.'
{
// InternalAuthorizationDSL.g:7620:7: ()
// InternalAuthorizationDSL.g:7621:8:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElementAndSet(
grammarAccess.getJvmParameterizedTypeReferenceAccess().getJvmInnerTypeReferenceOuterAction_1_4_0_0_0(),
current);
}
}
otherlv_7=(Token)match(input,71,FOLLOW_4); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_7, grammarAccess.getJvmParameterizedTypeReferenceAccess().getFullStopKeyword_1_4_0_0_1());
}
}
}
// InternalAuthorizationDSL.g:7633:5: ( ( ruleValidID ) )
// InternalAuthorizationDSL.g:7634:6: ( ruleValidID )
{
// InternalAuthorizationDSL.g:7634:6: ( ruleValidID )
// InternalAuthorizationDSL.g:7635: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_95);
ruleValidID();
state._fsp--;
if (state.failed) return current;
if ( state.backtracking==0 ) {
afterParserOrEnumRuleCall();
}
}
}
// InternalAuthorizationDSL.g:7649:5: ( ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>' )?
int alt134=2;
alt134 = dfa134.predict(input);
switch (alt134) {
case 1 :
// InternalAuthorizationDSL.g:7650:6: ( ( '<' )=>otherlv_9= '<' ) ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) ) (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )* otherlv_13= '>'
{
// InternalAuthorizationDSL.g:7650:6: ( ( '<' )=>otherlv_9= '<' )
// InternalAuthorizationDSL.g:7651:7: ( '<' )=>otherlv_9= '<'
{
otherlv_9=(Token)match(input,46,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_9, grammarAccess.getJvmParameterizedTypeReferenceAccess().getLessThanSignKeyword_1_4_2_0());
}
}
// InternalAuthorizationDSL.g:7657:6: ( (lv_arguments_10_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:7658:7: (lv_arguments_10_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:7658:7: (lv_arguments_10_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:7659:8: lv_arguments_10_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_1_0());
}
pushFollow(FOLLOW_54);
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();
}
}
}
// InternalAuthorizationDSL.g:7676:6: (otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) ) )*
loop133:
do {
int alt133=2;
int LA133_0 = input.LA(1);
if ( (LA133_0==35) ) {
alt133=1;
}
switch (alt133) {
case 1 :
// InternalAuthorizationDSL.g:7677:7: otherlv_11= ',' ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) )
{
otherlv_11=(Token)match(input,35,FOLLOW_53); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_11, grammarAccess.getJvmParameterizedTypeReferenceAccess().getCommaKeyword_1_4_2_2_0());
}
// InternalAuthorizationDSL.g:7681:7: ( (lv_arguments_12_0= ruleJvmArgumentTypeReference ) )
// InternalAuthorizationDSL.g:7682:8: (lv_arguments_12_0= ruleJvmArgumentTypeReference )
{
// InternalAuthorizationDSL.g:7682:8: (lv_arguments_12_0= ruleJvmArgumentTypeReference )
// InternalAuthorizationDSL.g:7683:9: lv_arguments_12_0= ruleJvmArgumentTypeReference
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmParameterizedTypeReferenceAccess().getArgumentsJvmArgumentTypeReferenceParserRuleCall_1_4_2_2_1_0());
}
pushFollow(FOLLOW_54);
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 loop133;
}
} while (true);
otherlv_13=(Token)match(input,47,FOLLOW_90); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_13, grammarAccess.getJvmParameterizedTypeReferenceAccess().getGreaterThanSignKeyword_1_4_2_3());
}
}
break;
}
}
break;
default :
break loop135;
}
} while (true);
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmParameterizedTypeReference"
// $ANTLR start "entryRuleJvmArgumentTypeReference"
// InternalAuthorizationDSL.g:7712:1: entryRuleJvmArgumentTypeReference returns [EObject current=null] : iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF ;
public final EObject entryRuleJvmArgumentTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmArgumentTypeReference = null;
try {
// InternalAuthorizationDSL.g:7712:65: (iv_ruleJvmArgumentTypeReference= ruleJvmArgumentTypeReference EOF )
// InternalAuthorizationDSL.g:7713: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"
// InternalAuthorizationDSL.g:7719: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 {
// InternalAuthorizationDSL.g:7725:2: ( (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference ) )
// InternalAuthorizationDSL.g:7726:2: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference )
{
// InternalAuthorizationDSL.g:7726:2: (this_JvmTypeReference_0= ruleJvmTypeReference | this_JvmWildcardTypeReference_1= ruleJvmWildcardTypeReference )
int alt137=2;
int LA137_0 = input.LA(1);
if ( (LA137_0==RULE_ID||LA137_0==34||LA137_0==59) ) {
alt137=1;
}
else if ( (LA137_0==99) ) {
alt137=2;
}
else {
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 137, 0, input);
throw nvae;
}
switch (alt137) {
case 1 :
// InternalAuthorizationDSL.g:7727: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 :
// InternalAuthorizationDSL.g:7736: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"
// InternalAuthorizationDSL.g:7748:1: entryRuleJvmWildcardTypeReference returns [EObject current=null] : iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF ;
public final EObject entryRuleJvmWildcardTypeReference() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmWildcardTypeReference = null;
try {
// InternalAuthorizationDSL.g:7748:65: (iv_ruleJvmWildcardTypeReference= ruleJvmWildcardTypeReference EOF )
// InternalAuthorizationDSL.g:7749: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"
// InternalAuthorizationDSL.g:7755: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 {
// InternalAuthorizationDSL.g:7761:2: ( ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? ) )
// InternalAuthorizationDSL.g:7762:2: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? )
{
// InternalAuthorizationDSL.g:7762:2: ( () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )? )
// InternalAuthorizationDSL.g:7763:3: () otherlv_1= '?' ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )?
{
// InternalAuthorizationDSL.g:7763:3: ()
// InternalAuthorizationDSL.g:7764:4:
{
if ( state.backtracking==0 ) {
current = forceCreateModelElement(
grammarAccess.getJvmWildcardTypeReferenceAccess().getJvmWildcardTypeReferenceAction_0(),
current);
}
}
otherlv_1=(Token)match(input,99,FOLLOW_96); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_1, grammarAccess.getJvmWildcardTypeReferenceAccess().getQuestionMarkKeyword_1());
}
// InternalAuthorizationDSL.g:7774:3: ( ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* ) | ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* ) )?
int alt140=3;
int LA140_0 = input.LA(1);
if ( (LA140_0==86) ) {
alt140=1;
}
else if ( (LA140_0==87) ) {
alt140=2;
}
switch (alt140) {
case 1 :
// InternalAuthorizationDSL.g:7775:4: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* )
{
// InternalAuthorizationDSL.g:7775:4: ( ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )* )
// InternalAuthorizationDSL.g:7776:5: ( (lv_constraints_2_0= ruleJvmUpperBound ) ) ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )*
{
// InternalAuthorizationDSL.g:7776:5: ( (lv_constraints_2_0= ruleJvmUpperBound ) )
// InternalAuthorizationDSL.g:7777:6: (lv_constraints_2_0= ruleJvmUpperBound )
{
// InternalAuthorizationDSL.g:7777:6: (lv_constraints_2_0= ruleJvmUpperBound )
// InternalAuthorizationDSL.g:7778:7: lv_constraints_2_0= ruleJvmUpperBound
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundParserRuleCall_2_0_0_0());
}
pushFollow(FOLLOW_97);
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();
}
}
}
// InternalAuthorizationDSL.g:7795:5: ( (lv_constraints_3_0= ruleJvmUpperBoundAnded ) )*
loop138:
do {
int alt138=2;
int LA138_0 = input.LA(1);
if ( (LA138_0==100) ) {
alt138=1;
}
switch (alt138) {
case 1 :
// InternalAuthorizationDSL.g:7796:6: (lv_constraints_3_0= ruleJvmUpperBoundAnded )
{
// InternalAuthorizationDSL.g:7796:6: (lv_constraints_3_0= ruleJvmUpperBoundAnded )
// InternalAuthorizationDSL.g:7797:7: lv_constraints_3_0= ruleJvmUpperBoundAnded
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmUpperBoundAndedParserRuleCall_2_0_1_0());
}
pushFollow(FOLLOW_97);
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 loop138;
}
} while (true);
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:7816:4: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* )
{
// InternalAuthorizationDSL.g:7816:4: ( ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )* )
// InternalAuthorizationDSL.g:7817:5: ( (lv_constraints_4_0= ruleJvmLowerBound ) ) ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )*
{
// InternalAuthorizationDSL.g:7817:5: ( (lv_constraints_4_0= ruleJvmLowerBound ) )
// InternalAuthorizationDSL.g:7818:6: (lv_constraints_4_0= ruleJvmLowerBound )
{
// InternalAuthorizationDSL.g:7818:6: (lv_constraints_4_0= ruleJvmLowerBound )
// InternalAuthorizationDSL.g:7819:7: lv_constraints_4_0= ruleJvmLowerBound
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundParserRuleCall_2_1_0_0());
}
pushFollow(FOLLOW_97);
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();
}
}
}
// InternalAuthorizationDSL.g:7836:5: ( (lv_constraints_5_0= ruleJvmLowerBoundAnded ) )*
loop139:
do {
int alt139=2;
int LA139_0 = input.LA(1);
if ( (LA139_0==100) ) {
alt139=1;
}
switch (alt139) {
case 1 :
// InternalAuthorizationDSL.g:7837:6: (lv_constraints_5_0= ruleJvmLowerBoundAnded )
{
// InternalAuthorizationDSL.g:7837:6: (lv_constraints_5_0= ruleJvmLowerBoundAnded )
// InternalAuthorizationDSL.g:7838:7: lv_constraints_5_0= ruleJvmLowerBoundAnded
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getJvmWildcardTypeReferenceAccess().getConstraintsJvmLowerBoundAndedParserRuleCall_2_1_1_0());
}
pushFollow(FOLLOW_97);
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 loop139;
}
} while (true);
}
}
break;
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleJvmWildcardTypeReference"
// $ANTLR start "entryRuleJvmUpperBound"
// InternalAuthorizationDSL.g:7861:1: entryRuleJvmUpperBound returns [EObject current=null] : iv_ruleJvmUpperBound= ruleJvmUpperBound EOF ;
public final EObject entryRuleJvmUpperBound() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmUpperBound = null;
try {
// InternalAuthorizationDSL.g:7861:54: (iv_ruleJvmUpperBound= ruleJvmUpperBound EOF )
// InternalAuthorizationDSL.g:7862: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"
// InternalAuthorizationDSL.g:7868: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 {
// InternalAuthorizationDSL.g:7874:2: ( (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalAuthorizationDSL.g:7875:2: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalAuthorizationDSL.g:7875:2: (otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalAuthorizationDSL.g:7876:3: otherlv_0= 'extends' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,86,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAccess().getExtendsKeyword_0());
}
// InternalAuthorizationDSL.g:7880:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:7881:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:7881:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:7882: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"
// InternalAuthorizationDSL.g:7903:1: entryRuleJvmUpperBoundAnded returns [EObject current=null] : iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF ;
public final EObject entryRuleJvmUpperBoundAnded() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmUpperBoundAnded = null;
try {
// InternalAuthorizationDSL.g:7903:59: (iv_ruleJvmUpperBoundAnded= ruleJvmUpperBoundAnded EOF )
// InternalAuthorizationDSL.g:7904: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"
// InternalAuthorizationDSL.g:7910: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 {
// InternalAuthorizationDSL.g:7916:2: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalAuthorizationDSL.g:7917:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalAuthorizationDSL.g:7917:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalAuthorizationDSL.g:7918:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,100,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmUpperBoundAndedAccess().getAmpersandKeyword_0());
}
// InternalAuthorizationDSL.g:7922:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:7923:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:7923:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:7924: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"
// InternalAuthorizationDSL.g:7945:1: entryRuleJvmLowerBound returns [EObject current=null] : iv_ruleJvmLowerBound= ruleJvmLowerBound EOF ;
public final EObject entryRuleJvmLowerBound() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmLowerBound = null;
try {
// InternalAuthorizationDSL.g:7945:54: (iv_ruleJvmLowerBound= ruleJvmLowerBound EOF )
// InternalAuthorizationDSL.g:7946: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"
// InternalAuthorizationDSL.g:7952: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 {
// InternalAuthorizationDSL.g:7958:2: ( (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalAuthorizationDSL.g:7959:2: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalAuthorizationDSL.g:7959:2: (otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalAuthorizationDSL.g:7960:3: otherlv_0= 'super' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,87,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAccess().getSuperKeyword_0());
}
// InternalAuthorizationDSL.g:7964:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:7965:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:7965:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:7966: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"
// InternalAuthorizationDSL.g:7987:1: entryRuleJvmLowerBoundAnded returns [EObject current=null] : iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF ;
public final EObject entryRuleJvmLowerBoundAnded() throws RecognitionException {
EObject current = null;
EObject iv_ruleJvmLowerBoundAnded = null;
try {
// InternalAuthorizationDSL.g:7987:59: (iv_ruleJvmLowerBoundAnded= ruleJvmLowerBoundAnded EOF )
// InternalAuthorizationDSL.g:7988: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"
// InternalAuthorizationDSL.g:7994: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 {
// InternalAuthorizationDSL.g:8000:2: ( (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) ) )
// InternalAuthorizationDSL.g:8001:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
{
// InternalAuthorizationDSL.g:8001:2: (otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) ) )
// InternalAuthorizationDSL.g:8002:3: otherlv_0= '&' ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
{
otherlv_0=(Token)match(input,100,FOLLOW_41); if (state.failed) return current;
if ( state.backtracking==0 ) {
newLeafNode(otherlv_0, grammarAccess.getJvmLowerBoundAndedAccess().getAmpersandKeyword_0());
}
// InternalAuthorizationDSL.g:8006:3: ( (lv_typeReference_1_0= ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:8007:4: (lv_typeReference_1_0= ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:8007:4: (lv_typeReference_1_0= ruleJvmTypeReference )
// InternalAuthorizationDSL.g:8008: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"
// InternalAuthorizationDSL.g:8029:1: entryRuleQualifiedNameWithWildcard returns [String current=null] : iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF ;
public final String entryRuleQualifiedNameWithWildcard() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedNameWithWildcard = null;
try {
// InternalAuthorizationDSL.g:8029:65: (iv_ruleQualifiedNameWithWildcard= ruleQualifiedNameWithWildcard EOF )
// InternalAuthorizationDSL.g:8030: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"
// InternalAuthorizationDSL.g:8036: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 {
// InternalAuthorizationDSL.g:8042:2: ( (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' ) )
// InternalAuthorizationDSL.g:8043:2: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' )
{
// InternalAuthorizationDSL.g:8043:2: (this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*' )
// InternalAuthorizationDSL.g:8044:3: this_QualifiedName_0= ruleQualifiedName kw= '.' kw= '*'
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameWithWildcardAccess().getQualifiedNameParserRuleCall_0());
}
pushFollow(FOLLOW_98);
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,71,FOLLOW_99); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getQualifiedNameWithWildcardAccess().getFullStopKeyword_1());
}
kw=(Token)match(input,30,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"
// InternalAuthorizationDSL.g:8068:1: entryRuleValidID returns [String current=null] : iv_ruleValidID= ruleValidID EOF ;
public final String entryRuleValidID() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleValidID = null;
try {
// InternalAuthorizationDSL.g:8068:47: (iv_ruleValidID= ruleValidID EOF )
// InternalAuthorizationDSL.g:8069: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"
// InternalAuthorizationDSL.g:8075: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 {
// InternalAuthorizationDSL.g:8081:2: (this_ID_0= RULE_ID )
// InternalAuthorizationDSL.g:8082: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"
// InternalAuthorizationDSL.g:8092:1: entryRuleXImportSection returns [EObject current=null] : iv_ruleXImportSection= ruleXImportSection EOF ;
public final EObject entryRuleXImportSection() throws RecognitionException {
EObject current = null;
EObject iv_ruleXImportSection = null;
try {
// InternalAuthorizationDSL.g:8092:55: (iv_ruleXImportSection= ruleXImportSection EOF )
// InternalAuthorizationDSL.g:8093: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"
// InternalAuthorizationDSL.g:8099: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 {
// InternalAuthorizationDSL.g:8105:2: ( ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+ )
// InternalAuthorizationDSL.g:8106:2: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+
{
// InternalAuthorizationDSL.g:8106:2: ( (lv_importDeclarations_0_0= ruleXImportDeclaration ) )+
int cnt141=0;
loop141:
do {
int alt141=2;
int LA141_0 = input.LA(1);
if ( (LA141_0==27) ) {
alt141=1;
}
switch (alt141) {
case 1 :
// InternalAuthorizationDSL.g:8107:3: (lv_importDeclarations_0_0= ruleXImportDeclaration )
{
// InternalAuthorizationDSL.g:8107:3: (lv_importDeclarations_0_0= ruleXImportDeclaration )
// InternalAuthorizationDSL.g:8108:4: lv_importDeclarations_0_0= ruleXImportDeclaration
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getXImportSectionAccess().getImportDeclarationsXImportDeclarationParserRuleCall_0());
}
pushFollow(FOLLOW_100);
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 ( cnt141 >= 1 ) break loop141;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(141, input);
throw eee;
}
cnt141++;
} while (true);
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleXImportSection"
// $ANTLR start "entryRuleQualifiedNameInStaticImport"
// InternalAuthorizationDSL.g:8128:1: entryRuleQualifiedNameInStaticImport returns [String current=null] : iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF ;
public final String entryRuleQualifiedNameInStaticImport() throws RecognitionException {
String current = null;
AntlrDatatypeRuleToken iv_ruleQualifiedNameInStaticImport = null;
try {
// InternalAuthorizationDSL.g:8128:67: (iv_ruleQualifiedNameInStaticImport= ruleQualifiedNameInStaticImport EOF )
// InternalAuthorizationDSL.g:8129: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"
// InternalAuthorizationDSL.g:8135: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 {
// InternalAuthorizationDSL.g:8141:2: ( (this_ValidID_0= ruleValidID kw= '.' )+ )
// InternalAuthorizationDSL.g:8142:2: (this_ValidID_0= ruleValidID kw= '.' )+
{
// InternalAuthorizationDSL.g:8142:2: (this_ValidID_0= ruleValidID kw= '.' )+
int cnt142=0;
loop142:
do {
int alt142=2;
int LA142_0 = input.LA(1);
if ( (LA142_0==RULE_ID) ) {
int LA142_2 = input.LA(2);
if ( (LA142_2==71) ) {
alt142=1;
}
}
switch (alt142) {
case 1 :
// InternalAuthorizationDSL.g:8143:3: this_ValidID_0= ruleValidID kw= '.'
{
if ( state.backtracking==0 ) {
newCompositeNode(grammarAccess.getQualifiedNameInStaticImportAccess().getValidIDParserRuleCall_0());
}
pushFollow(FOLLOW_98);
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,71,FOLLOW_101); if (state.failed) return current;
if ( state.backtracking==0 ) {
current.merge(kw);
newLeafNode(kw, grammarAccess.getQualifiedNameInStaticImportAccess().getFullStopKeyword_1());
}
}
break;
default :
if ( cnt142 >= 1 ) break loop142;
if (state.backtracking>0) {state.failed=true; return current;}
EarlyExitException eee =
new EarlyExitException(142, input);
throw eee;
}
cnt142++;
} while (true);
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleQualifiedNameInStaticImport"
// $ANTLR start "ruleRoleEnum"
// InternalAuthorizationDSL.g:8162:1: ruleRoleEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'ANY' ) | (enumLiteral_1= 'CREATABLE' ) | (enumLiteral_2= 'READABLE' ) | (enumLiteral_3= 'UPDATABLE' ) | (enumLiteral_4= 'DELETABLE' ) ) ;
public final Enumerator ruleRoleEnum() 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;
enterRule();
try {
// InternalAuthorizationDSL.g:8168:2: ( ( (enumLiteral_0= 'ANY' ) | (enumLiteral_1= 'CREATABLE' ) | (enumLiteral_2= 'READABLE' ) | (enumLiteral_3= 'UPDATABLE' ) | (enumLiteral_4= 'DELETABLE' ) ) )
// InternalAuthorizationDSL.g:8169:2: ( (enumLiteral_0= 'ANY' ) | (enumLiteral_1= 'CREATABLE' ) | (enumLiteral_2= 'READABLE' ) | (enumLiteral_3= 'UPDATABLE' ) | (enumLiteral_4= 'DELETABLE' ) )
{
// InternalAuthorizationDSL.g:8169:2: ( (enumLiteral_0= 'ANY' ) | (enumLiteral_1= 'CREATABLE' ) | (enumLiteral_2= 'READABLE' ) | (enumLiteral_3= 'UPDATABLE' ) | (enumLiteral_4= 'DELETABLE' ) )
int alt143=5;
switch ( input.LA(1) ) {
case 101:
{
alt143=1;
}
break;
case 102:
{
alt143=2;
}
break;
case 103:
{
alt143=3;
}
break;
case 104:
{
alt143=4;
}
break;
case 105:
{
alt143=5;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 143, 0, input);
throw nvae;
}
switch (alt143) {
case 1 :
// InternalAuthorizationDSL.g:8170:3: (enumLiteral_0= 'ANY' )
{
// InternalAuthorizationDSL.g:8170:3: (enumLiteral_0= 'ANY' )
// InternalAuthorizationDSL.g:8171:4: enumLiteral_0= 'ANY'
{
enumLiteral_0=(Token)match(input,101,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRoleEnumAccess().getAnyEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getRoleEnumAccess().getAnyEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:8178:3: (enumLiteral_1= 'CREATABLE' )
{
// InternalAuthorizationDSL.g:8178:3: (enumLiteral_1= 'CREATABLE' )
// InternalAuthorizationDSL.g:8179:4: enumLiteral_1= 'CREATABLE'
{
enumLiteral_1=(Token)match(input,102,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRoleEnumAccess().getCreatableEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getRoleEnumAccess().getCreatableEnumLiteralDeclaration_1());
}
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:8186:3: (enumLiteral_2= 'READABLE' )
{
// InternalAuthorizationDSL.g:8186:3: (enumLiteral_2= 'READABLE' )
// InternalAuthorizationDSL.g:8187:4: enumLiteral_2= 'READABLE'
{
enumLiteral_2=(Token)match(input,103,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRoleEnumAccess().getReadableEnumLiteralDeclaration_2().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_2, grammarAccess.getRoleEnumAccess().getReadableEnumLiteralDeclaration_2());
}
}
}
break;
case 4 :
// InternalAuthorizationDSL.g:8194:3: (enumLiteral_3= 'UPDATABLE' )
{
// InternalAuthorizationDSL.g:8194:3: (enumLiteral_3= 'UPDATABLE' )
// InternalAuthorizationDSL.g:8195:4: enumLiteral_3= 'UPDATABLE'
{
enumLiteral_3=(Token)match(input,104,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRoleEnumAccess().getUpdatableEnumLiteralDeclaration_3().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_3, grammarAccess.getRoleEnumAccess().getUpdatableEnumLiteralDeclaration_3());
}
}
}
break;
case 5 :
// InternalAuthorizationDSL.g:8202:3: (enumLiteral_4= 'DELETABLE' )
{
// InternalAuthorizationDSL.g:8202:3: (enumLiteral_4= 'DELETABLE' )
// InternalAuthorizationDSL.g:8203:4: enumLiteral_4= 'DELETABLE'
{
enumLiteral_4=(Token)match(input,105,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRoleEnumAccess().getDeletableEnumLiteralDeclaration_4().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_4, grammarAccess.getRoleEnumAccess().getDeletableEnumLiteralDeclaration_4());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleEnum"
// $ANTLR start "ruleRolePropertyEnum"
// InternalAuthorizationDSL.g:8213:1: ruleRolePropertyEnum returns [Enumerator current=null] : ( (enumLiteral_0= 'INVISIBLE' ) | (enumLiteral_1= 'DISABLED' ) | (enumLiteral_2= 'NONEDITABLE' ) ) ;
public final Enumerator ruleRolePropertyEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
Token enumLiteral_1=null;
Token enumLiteral_2=null;
enterRule();
try {
// InternalAuthorizationDSL.g:8219:2: ( ( (enumLiteral_0= 'INVISIBLE' ) | (enumLiteral_1= 'DISABLED' ) | (enumLiteral_2= 'NONEDITABLE' ) ) )
// InternalAuthorizationDSL.g:8220:2: ( (enumLiteral_0= 'INVISIBLE' ) | (enumLiteral_1= 'DISABLED' ) | (enumLiteral_2= 'NONEDITABLE' ) )
{
// InternalAuthorizationDSL.g:8220:2: ( (enumLiteral_0= 'INVISIBLE' ) | (enumLiteral_1= 'DISABLED' ) | (enumLiteral_2= 'NONEDITABLE' ) )
int alt144=3;
switch ( input.LA(1) ) {
case 106:
{
alt144=1;
}
break;
case 107:
{
alt144=2;
}
break;
case 108:
{
alt144=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return current;}
NoViableAltException nvae =
new NoViableAltException("", 144, 0, input);
throw nvae;
}
switch (alt144) {
case 1 :
// InternalAuthorizationDSL.g:8221:3: (enumLiteral_0= 'INVISIBLE' )
{
// InternalAuthorizationDSL.g:8221:3: (enumLiteral_0= 'INVISIBLE' )
// InternalAuthorizationDSL.g:8222:4: enumLiteral_0= 'INVISIBLE'
{
enumLiteral_0=(Token)match(input,106,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRolePropertyEnumAccess().getInvisibleEnumLiteralDeclaration_0().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getRolePropertyEnumAccess().getInvisibleEnumLiteralDeclaration_0());
}
}
}
break;
case 2 :
// InternalAuthorizationDSL.g:8229:3: (enumLiteral_1= 'DISABLED' )
{
// InternalAuthorizationDSL.g:8229:3: (enumLiteral_1= 'DISABLED' )
// InternalAuthorizationDSL.g:8230:4: enumLiteral_1= 'DISABLED'
{
enumLiteral_1=(Token)match(input,107,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRolePropertyEnumAccess().getDisabledEnumLiteralDeclaration_1().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_1, grammarAccess.getRolePropertyEnumAccess().getDisabledEnumLiteralDeclaration_1());
}
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:8237:3: (enumLiteral_2= 'NONEDITABLE' )
{
// InternalAuthorizationDSL.g:8237:3: (enumLiteral_2= 'NONEDITABLE' )
// InternalAuthorizationDSL.g:8238:4: enumLiteral_2= 'NONEDITABLE'
{
enumLiteral_2=(Token)match(input,108,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRolePropertyEnumAccess().getNoneditableEnumLiteralDeclaration_2().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_2, grammarAccess.getRolePropertyEnumAccess().getNoneditableEnumLiteralDeclaration_2());
}
}
}
break;
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRolePropertyEnum"
// $ANTLR start "ruleRoleBlipProcessEnum"
// InternalAuthorizationDSL.g:8248:1: ruleRoleBlipProcessEnum returns [Enumerator current=null] : (enumLiteral_0= 'STARTABLE' ) ;
public final Enumerator ruleRoleBlipProcessEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
enterRule();
try {
// InternalAuthorizationDSL.g:8254:2: ( (enumLiteral_0= 'STARTABLE' ) )
// InternalAuthorizationDSL.g:8255:2: (enumLiteral_0= 'STARTABLE' )
{
// InternalAuthorizationDSL.g:8255:2: (enumLiteral_0= 'STARTABLE' )
// InternalAuthorizationDSL.g:8256:3: enumLiteral_0= 'STARTABLE'
{
enumLiteral_0=(Token)match(input,109,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRoleBlipProcessEnumAccess().getStartableEnumLiteralDeclaration().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getRoleBlipProcessEnumAccess().getStartableEnumLiteralDeclaration());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleBlipProcessEnum"
// $ANTLR start "ruleRoleBlipUserTaskEnum"
// InternalAuthorizationDSL.g:8265:1: ruleRoleBlipUserTaskEnum returns [Enumerator current=null] : (enumLiteral_0= 'TASKABLE' ) ;
public final Enumerator ruleRoleBlipUserTaskEnum() throws RecognitionException {
Enumerator current = null;
Token enumLiteral_0=null;
enterRule();
try {
// InternalAuthorizationDSL.g:8271:2: ( (enumLiteral_0= 'TASKABLE' ) )
// InternalAuthorizationDSL.g:8272:2: (enumLiteral_0= 'TASKABLE' )
{
// InternalAuthorizationDSL.g:8272:2: (enumLiteral_0= 'TASKABLE' )
// InternalAuthorizationDSL.g:8273:3: enumLiteral_0= 'TASKABLE'
{
enumLiteral_0=(Token)match(input,110,FOLLOW_2); if (state.failed) return current;
if ( state.backtracking==0 ) {
current = grammarAccess.getRoleBlipUserTaskEnumAccess().getExecutableEnumLiteralDeclaration().getEnumLiteral().getInstance();
newLeafNode(enumLiteral_0, grammarAccess.getRoleBlipUserTaskEnumAccess().getExecutableEnumLiteralDeclaration());
}
}
}
if ( state.backtracking==0 ) {
leaveRule();
}
}
catch (RecognitionException re) {
recover(input,re);
appendSkippedTokens();
}
finally {
}
return current;
}
// $ANTLR end "ruleRoleBlipUserTaskEnum"
// $ANTLR start synpred1_InternalAuthorizationDSL
public final void synpred1_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:1538:5: ( '(' )
// InternalAuthorizationDSL.g:1538:6: '('
{
match(input,34,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred1_InternalAuthorizationDSL
// $ANTLR start synpred2_InternalAuthorizationDSL
public final void synpred2_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:1547:7: ( ( ( ( ruleValidID ) ) '=' ) )
// InternalAuthorizationDSL.g:1547:8: ( ( ( ruleValidID ) ) '=' )
{
// InternalAuthorizationDSL.g:1547:8: ( ( ( ruleValidID ) ) '=' )
// InternalAuthorizationDSL.g:1548:8: ( ( ruleValidID ) ) '='
{
// InternalAuthorizationDSL.g:1548:8: ( ( ruleValidID ) )
// InternalAuthorizationDSL.g:1549:9: ( ruleValidID )
{
// InternalAuthorizationDSL.g:1549:9: ( ruleValidID )
// InternalAuthorizationDSL.g:1550:10: ruleValidID
{
pushFollow(FOLLOW_27);
ruleValidID();
state._fsp--;
if (state.failed) return ;
}
}
match(input,37,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred2_InternalAuthorizationDSL
// $ANTLR start synpred5_InternalAuthorizationDSL
public final void synpred5_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:1727:5: ( ( () '#' '[' ) )
// InternalAuthorizationDSL.g:1727:6: ( () '#' '[' )
{
// InternalAuthorizationDSL.g:1727:6: ( () '#' '[' )
// InternalAuthorizationDSL.g:1728:6: () '#' '['
{
// InternalAuthorizationDSL.g:1728:6: ()
// InternalAuthorizationDSL.g:1729:6:
{
}
match(input,38,FOLLOW_29); if (state.failed) return ;
match(input,39,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred5_InternalAuthorizationDSL
// $ANTLR start synpred6_InternalAuthorizationDSL
public final void synpred6_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:1869:5: ( ( () '#' '[' ) )
// InternalAuthorizationDSL.g:1869:6: ( () '#' '[' )
{
// InternalAuthorizationDSL.g:1869:6: ( () '#' '[' )
// InternalAuthorizationDSL.g:1870:6: () '#' '['
{
// InternalAuthorizationDSL.g:1870:6: ()
// InternalAuthorizationDSL.g:1871:6:
{
}
match(input,38,FOLLOW_29); if (state.failed) return ;
match(input,39,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred6_InternalAuthorizationDSL
// $ANTLR start synpred7_InternalAuthorizationDSL
public final void synpred7_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:2097:6: ( ( () ( ( ruleOpMultiAssign ) ) ) )
// InternalAuthorizationDSL.g:2097:7: ( () ( ( ruleOpMultiAssign ) ) )
{
// InternalAuthorizationDSL.g:2097:7: ( () ( ( ruleOpMultiAssign ) ) )
// InternalAuthorizationDSL.g:2098:7: () ( ( ruleOpMultiAssign ) )
{
// InternalAuthorizationDSL.g:2098:7: ()
// InternalAuthorizationDSL.g:2099:7:
{
}
// InternalAuthorizationDSL.g:2100:7: ( ( ruleOpMultiAssign ) )
// InternalAuthorizationDSL.g:2101:8: ( ruleOpMultiAssign )
{
// InternalAuthorizationDSL.g:2101:8: ( ruleOpMultiAssign )
// InternalAuthorizationDSL.g:2102:9: ruleOpMultiAssign
{
pushFollow(FOLLOW_2);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred7_InternalAuthorizationDSL
// $ANTLR start synpred8_InternalAuthorizationDSL
public final void synpred8_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:2291:5: ( ( () ( ( ruleOpOr ) ) ) )
// InternalAuthorizationDSL.g:2291:6: ( () ( ( ruleOpOr ) ) )
{
// InternalAuthorizationDSL.g:2291:6: ( () ( ( ruleOpOr ) ) )
// InternalAuthorizationDSL.g:2292:6: () ( ( ruleOpOr ) )
{
// InternalAuthorizationDSL.g:2292:6: ()
// InternalAuthorizationDSL.g:2293:6:
{
}
// InternalAuthorizationDSL.g:2294:6: ( ( ruleOpOr ) )
// InternalAuthorizationDSL.g:2295:7: ( ruleOpOr )
{
// InternalAuthorizationDSL.g:2295:7: ( ruleOpOr )
// InternalAuthorizationDSL.g:2296:8: ruleOpOr
{
pushFollow(FOLLOW_2);
ruleOpOr();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred8_InternalAuthorizationDSL
// $ANTLR start synpred9_InternalAuthorizationDSL
public final void synpred9_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:2398:5: ( ( () ( ( ruleOpAnd ) ) ) )
// InternalAuthorizationDSL.g:2398:6: ( () ( ( ruleOpAnd ) ) )
{
// InternalAuthorizationDSL.g:2398:6: ( () ( ( ruleOpAnd ) ) )
// InternalAuthorizationDSL.g:2399:6: () ( ( ruleOpAnd ) )
{
// InternalAuthorizationDSL.g:2399:6: ()
// InternalAuthorizationDSL.g:2400:6:
{
}
// InternalAuthorizationDSL.g:2401:6: ( ( ruleOpAnd ) )
// InternalAuthorizationDSL.g:2402:7: ( ruleOpAnd )
{
// InternalAuthorizationDSL.g:2402:7: ( ruleOpAnd )
// InternalAuthorizationDSL.g:2403:8: ruleOpAnd
{
pushFollow(FOLLOW_2);
ruleOpAnd();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred9_InternalAuthorizationDSL
// $ANTLR start synpred10_InternalAuthorizationDSL
public final void synpred10_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:2505:5: ( ( () ( ( ruleOpEquality ) ) ) )
// InternalAuthorizationDSL.g:2505:6: ( () ( ( ruleOpEquality ) ) )
{
// InternalAuthorizationDSL.g:2505:6: ( () ( ( ruleOpEquality ) ) )
// InternalAuthorizationDSL.g:2506:6: () ( ( ruleOpEquality ) )
{
// InternalAuthorizationDSL.g:2506:6: ()
// InternalAuthorizationDSL.g:2507:6:
{
}
// InternalAuthorizationDSL.g:2508:6: ( ( ruleOpEquality ) )
// InternalAuthorizationDSL.g:2509:7: ( ruleOpEquality )
{
// InternalAuthorizationDSL.g:2509:7: ( ruleOpEquality )
// InternalAuthorizationDSL.g:2510:8: ruleOpEquality
{
pushFollow(FOLLOW_2);
ruleOpEquality();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred10_InternalAuthorizationDSL
// $ANTLR start synpred11_InternalAuthorizationDSL
public final void synpred11_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:2633:6: ( ( () 'instanceof' ) )
// InternalAuthorizationDSL.g:2633:7: ( () 'instanceof' )
{
// InternalAuthorizationDSL.g:2633:7: ( () 'instanceof' )
// InternalAuthorizationDSL.g:2634:7: () 'instanceof'
{
// InternalAuthorizationDSL.g:2634:7: ()
// InternalAuthorizationDSL.g:2635:7:
{
}
match(input,55,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred11_InternalAuthorizationDSL
// $ANTLR start synpred12_InternalAuthorizationDSL
public final void synpred12_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:2676:6: ( ( () ( ( ruleOpCompare ) ) ) )
// InternalAuthorizationDSL.g:2676:7: ( () ( ( ruleOpCompare ) ) )
{
// InternalAuthorizationDSL.g:2676:7: ( () ( ( ruleOpCompare ) ) )
// InternalAuthorizationDSL.g:2677:7: () ( ( ruleOpCompare ) )
{
// InternalAuthorizationDSL.g:2677:7: ()
// InternalAuthorizationDSL.g:2678:7:
{
}
// InternalAuthorizationDSL.g:2679:7: ( ( ruleOpCompare ) )
// InternalAuthorizationDSL.g:2680:8: ( ruleOpCompare )
{
// InternalAuthorizationDSL.g:2680:8: ( ruleOpCompare )
// InternalAuthorizationDSL.g:2681:9: ruleOpCompare
{
pushFollow(FOLLOW_2);
ruleOpCompare();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred12_InternalAuthorizationDSL
// $ANTLR start synpred13_InternalAuthorizationDSL
public final void synpred13_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:2811:5: ( ( () ( ( ruleOpOther ) ) ) )
// InternalAuthorizationDSL.g:2811:6: ( () ( ( ruleOpOther ) ) )
{
// InternalAuthorizationDSL.g:2811:6: ( () ( ( ruleOpOther ) ) )
// InternalAuthorizationDSL.g:2812:6: () ( ( ruleOpOther ) )
{
// InternalAuthorizationDSL.g:2812:6: ()
// InternalAuthorizationDSL.g:2813:6:
{
}
// InternalAuthorizationDSL.g:2814:6: ( ( ruleOpOther ) )
// InternalAuthorizationDSL.g:2815:7: ( ruleOpOther )
{
// InternalAuthorizationDSL.g:2815:7: ( ruleOpOther )
// InternalAuthorizationDSL.g:2816:8: ruleOpOther
{
pushFollow(FOLLOW_2);
ruleOpOther();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred13_InternalAuthorizationDSL
// $ANTLR start synpred14_InternalAuthorizationDSL
public final void synpred14_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:2931:6: ( ( '>' '>' ) )
// InternalAuthorizationDSL.g:2931:7: ( '>' '>' )
{
// InternalAuthorizationDSL.g:2931:7: ( '>' '>' )
// InternalAuthorizationDSL.g:2932:7: '>' '>'
{
match(input,47,FOLLOW_44); if (state.failed) return ;
match(input,47,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred14_InternalAuthorizationDSL
// $ANTLR start synpred15_InternalAuthorizationDSL
public final void synpred15_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:2966:6: ( ( '<' '<' ) )
// InternalAuthorizationDSL.g:2966:7: ( '<' '<' )
{
// InternalAuthorizationDSL.g:2966:7: ( '<' '<' )
// InternalAuthorizationDSL.g:2967:7: '<' '<'
{
match(input,46,FOLLOW_34); if (state.failed) return ;
match(input,46,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred15_InternalAuthorizationDSL
// $ANTLR start synpred16_InternalAuthorizationDSL
public final void synpred16_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3039:5: ( ( () ( ( ruleOpAdd ) ) ) )
// InternalAuthorizationDSL.g:3039:6: ( () ( ( ruleOpAdd ) ) )
{
// InternalAuthorizationDSL.g:3039:6: ( () ( ( ruleOpAdd ) ) )
// InternalAuthorizationDSL.g:3040:6: () ( ( ruleOpAdd ) )
{
// InternalAuthorizationDSL.g:3040:6: ()
// InternalAuthorizationDSL.g:3041:6:
{
}
// InternalAuthorizationDSL.g:3042:6: ( ( ruleOpAdd ) )
// InternalAuthorizationDSL.g:3043:7: ( ruleOpAdd )
{
// InternalAuthorizationDSL.g:3043:7: ( ruleOpAdd )
// InternalAuthorizationDSL.g:3044:8: ruleOpAdd
{
pushFollow(FOLLOW_2);
ruleOpAdd();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred16_InternalAuthorizationDSL
// $ANTLR start synpred17_InternalAuthorizationDSL
public final void synpred17_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3154:5: ( ( () ( ( ruleOpMulti ) ) ) )
// InternalAuthorizationDSL.g:3154:6: ( () ( ( ruleOpMulti ) ) )
{
// InternalAuthorizationDSL.g:3154:6: ( () ( ( ruleOpMulti ) ) )
// InternalAuthorizationDSL.g:3155:6: () ( ( ruleOpMulti ) )
{
// InternalAuthorizationDSL.g:3155:6: ()
// InternalAuthorizationDSL.g:3156:6:
{
}
// InternalAuthorizationDSL.g:3157:6: ( ( ruleOpMulti ) )
// InternalAuthorizationDSL.g:3158:7: ( ruleOpMulti )
{
// InternalAuthorizationDSL.g:3158:7: ( ruleOpMulti )
// InternalAuthorizationDSL.g:3159:8: ruleOpMulti
{
pushFollow(FOLLOW_2);
ruleOpMulti();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred17_InternalAuthorizationDSL
// $ANTLR start synpred18_InternalAuthorizationDSL
public final void synpred18_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3389:5: ( ( () 'as' ) )
// InternalAuthorizationDSL.g:3389:6: ( () 'as' )
{
// InternalAuthorizationDSL.g:3389:6: ( () 'as' )
// InternalAuthorizationDSL.g:3390:6: () 'as'
{
// InternalAuthorizationDSL.g:3390:6: ()
// InternalAuthorizationDSL.g:3391:6:
{
}
match(input,68,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred18_InternalAuthorizationDSL
// $ANTLR start synpred19_InternalAuthorizationDSL
public final void synpred19_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3457:4: ( ( () ( ( ruleOpPostfix ) ) ) )
// InternalAuthorizationDSL.g:3457:5: ( () ( ( ruleOpPostfix ) ) )
{
// InternalAuthorizationDSL.g:3457:5: ( () ( ( ruleOpPostfix ) ) )
// InternalAuthorizationDSL.g:3458:5: () ( ( ruleOpPostfix ) )
{
// InternalAuthorizationDSL.g:3458:5: ()
// InternalAuthorizationDSL.g:3459:5:
{
}
// InternalAuthorizationDSL.g:3460:5: ( ( ruleOpPostfix ) )
// InternalAuthorizationDSL.g:3461:6: ( ruleOpPostfix )
{
// InternalAuthorizationDSL.g:3461:6: ( ruleOpPostfix )
// InternalAuthorizationDSL.g:3462:7: ruleOpPostfix
{
pushFollow(FOLLOW_2);
ruleOpPostfix();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred19_InternalAuthorizationDSL
// $ANTLR start synpred20_InternalAuthorizationDSL
public final void synpred20_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3553:6: ( ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign ) )
// InternalAuthorizationDSL.g:3553:7: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
{
// InternalAuthorizationDSL.g:3553:7: ( () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign )
// InternalAuthorizationDSL.g:3554:7: () ( '.' | ( ( '::' ) ) ) ( ( ruleFeatureCallID ) ) ruleOpSingleAssign
{
// InternalAuthorizationDSL.g:3554:7: ()
// InternalAuthorizationDSL.g:3555:7:
{
}
// InternalAuthorizationDSL.g:3556:7: ( '.' | ( ( '::' ) ) )
int alt145=2;
int LA145_0 = input.LA(1);
if ( (LA145_0==71) ) {
alt145=1;
}
else if ( (LA145_0==72) ) {
alt145=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 145, 0, input);
throw nvae;
}
switch (alt145) {
case 1 :
// InternalAuthorizationDSL.g:3557:8: '.'
{
match(input,71,FOLLOW_51); if (state.failed) return ;
}
break;
case 2 :
// InternalAuthorizationDSL.g:3559:8: ( ( '::' ) )
{
// InternalAuthorizationDSL.g:3559:8: ( ( '::' ) )
// InternalAuthorizationDSL.g:3560:9: ( '::' )
{
// InternalAuthorizationDSL.g:3560:9: ( '::' )
// InternalAuthorizationDSL.g:3561:10: '::'
{
match(input,72,FOLLOW_51); if (state.failed) return ;
}
}
}
break;
}
// InternalAuthorizationDSL.g:3565:7: ( ( ruleFeatureCallID ) )
// InternalAuthorizationDSL.g:3566:8: ( ruleFeatureCallID )
{
// InternalAuthorizationDSL.g:3566:8: ( ruleFeatureCallID )
// InternalAuthorizationDSL.g:3567:9: ruleFeatureCallID
{
pushFollow(FOLLOW_27);
ruleFeatureCallID();
state._fsp--;
if (state.failed) return ;
}
}
pushFollow(FOLLOW_2);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return ;
}
}
}
// $ANTLR end synpred20_InternalAuthorizationDSL
// $ANTLR start synpred21_InternalAuthorizationDSL
public final void synpred21_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3650:6: ( ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) ) )
// InternalAuthorizationDSL.g:3650:7: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) )
{
// InternalAuthorizationDSL.g:3650:7: ( () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) ) )
// InternalAuthorizationDSL.g:3651:7: () ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) )
{
// InternalAuthorizationDSL.g:3651:7: ()
// InternalAuthorizationDSL.g:3652:7:
{
}
// InternalAuthorizationDSL.g:3653:7: ( '.' | ( ( '?.' ) ) | ( ( '::' ) ) )
int alt146=3;
switch ( input.LA(1) ) {
case 71:
{
alt146=1;
}
break;
case 73:
{
alt146=2;
}
break;
case 72:
{
alt146=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 146, 0, input);
throw nvae;
}
switch (alt146) {
case 1 :
// InternalAuthorizationDSL.g:3654:8: '.'
{
match(input,71,FOLLOW_2); if (state.failed) return ;
}
break;
case 2 :
// InternalAuthorizationDSL.g:3656:8: ( ( '?.' ) )
{
// InternalAuthorizationDSL.g:3656:8: ( ( '?.' ) )
// InternalAuthorizationDSL.g:3657:9: ( '?.' )
{
// InternalAuthorizationDSL.g:3657:9: ( '?.' )
// InternalAuthorizationDSL.g:3658:10: '?.'
{
match(input,73,FOLLOW_2); if (state.failed) return ;
}
}
}
break;
case 3 :
// InternalAuthorizationDSL.g:3662:8: ( ( '::' ) )
{
// InternalAuthorizationDSL.g:3662:8: ( ( '::' ) )
// InternalAuthorizationDSL.g:3663:9: ( '::' )
{
// InternalAuthorizationDSL.g:3663:9: ( '::' )
// InternalAuthorizationDSL.g:3664:10: '::'
{
match(input,72,FOLLOW_2); if (state.failed) return ;
}
}
}
break;
}
}
}
}
// $ANTLR end synpred21_InternalAuthorizationDSL
// $ANTLR start synpred22_InternalAuthorizationDSL
public final void synpred22_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3788:7: ( ( '(' ) )
// InternalAuthorizationDSL.g:3788:8: ( '(' )
{
// InternalAuthorizationDSL.g:3788:8: ( '(' )
// InternalAuthorizationDSL.g:3789:8: '('
{
match(input,34,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred22_InternalAuthorizationDSL
// $ANTLR start synpred23_InternalAuthorizationDSL
public final void synpred23_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3807:8: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalAuthorizationDSL.g:3807:9: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalAuthorizationDSL.g:3807:9: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalAuthorizationDSL.g:3808:9: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalAuthorizationDSL.g:3808:9: ()
// InternalAuthorizationDSL.g:3809:9:
{
}
// InternalAuthorizationDSL.g:3810:9: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt148=2;
int LA148_0 = input.LA(1);
if ( (LA148_0==RULE_ID||LA148_0==34||LA148_0==59) ) {
alt148=1;
}
switch (alt148) {
case 1 :
// InternalAuthorizationDSL.g:3811:10: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalAuthorizationDSL.g:3811:10: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:3812:11: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:3812:11: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:3813:12: ruleJvmFormalParameter
{
pushFollow(FOLLOW_61);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalAuthorizationDSL.g:3816:10: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop147:
do {
int alt147=2;
int LA147_0 = input.LA(1);
if ( (LA147_0==35) ) {
alt147=1;
}
switch (alt147) {
case 1 :
// InternalAuthorizationDSL.g:3817:11: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,35,FOLLOW_41); if (state.failed) return ;
// InternalAuthorizationDSL.g:3818:11: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:3819:12: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:3819:12: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:3820:13: ruleJvmFormalParameter
{
pushFollow(FOLLOW_61);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop147;
}
} while (true);
}
break;
}
// InternalAuthorizationDSL.g:3825:9: ( ( '|' ) )
// InternalAuthorizationDSL.g:3826:10: ( '|' )
{
// InternalAuthorizationDSL.g:3826:10: ( '|' )
// InternalAuthorizationDSL.g:3827:11: '|'
{
match(input,74,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred23_InternalAuthorizationDSL
// $ANTLR start synpred24_InternalAuthorizationDSL
public final void synpred24_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3904:6: ( ( () '[' ) )
// InternalAuthorizationDSL.g:3904:7: ( () '[' )
{
// InternalAuthorizationDSL.g:3904:7: ( () '[' )
// InternalAuthorizationDSL.g:3905:7: () '['
{
// InternalAuthorizationDSL.g:3905:7: ()
// InternalAuthorizationDSL.g:3906:7:
{
}
match(input,39,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred24_InternalAuthorizationDSL
// $ANTLR start synpred25_InternalAuthorizationDSL
public final void synpred25_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:3977:4: ( ( () 'synchronized' '(' ) )
// InternalAuthorizationDSL.g:3977:5: ( () 'synchronized' '(' )
{
// InternalAuthorizationDSL.g:3977:5: ( () 'synchronized' '(' )
// InternalAuthorizationDSL.g:3978:5: () 'synchronized' '('
{
// InternalAuthorizationDSL.g:3978:5: ()
// InternalAuthorizationDSL.g:3979:5:
{
}
match(input,97,FOLLOW_66); if (state.failed) return ;
match(input,34,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred25_InternalAuthorizationDSL
// $ANTLR start synpred26_InternalAuthorizationDSL
public final void synpred26_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:4022:4: ( ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalAuthorizationDSL.g:4022:5: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalAuthorizationDSL.g:4022:5: ( () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':' )
// InternalAuthorizationDSL.g:4023:5: () 'for' '(' ( ( ruleJvmFormalParameter ) ) ':'
{
// InternalAuthorizationDSL.g:4023:5: ()
// InternalAuthorizationDSL.g:4024:5:
{
}
match(input,81,FOLLOW_66); if (state.failed) return ;
match(input,34,FOLLOW_41); if (state.failed) return ;
// InternalAuthorizationDSL.g:4027:5: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4028:6: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4028:6: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4029:7: ruleJvmFormalParameter
{
pushFollow(FOLLOW_69);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,78,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred26_InternalAuthorizationDSL
// $ANTLR start synpred27_InternalAuthorizationDSL
public final void synpred27_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:4136:4: ( ( () '[' ) )
// InternalAuthorizationDSL.g:4136:5: ( () '[' )
{
// InternalAuthorizationDSL.g:4136:5: ( () '[' )
// InternalAuthorizationDSL.g:4137:5: () '['
{
// InternalAuthorizationDSL.g:4137:5: ()
// InternalAuthorizationDSL.g:4138:5:
{
}
match(input,39,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred27_InternalAuthorizationDSL
// $ANTLR start synpred29_InternalAuthorizationDSL
public final void synpred29_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:4441:4: ( ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalAuthorizationDSL.g:4441:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalAuthorizationDSL.g:4441:5: ( ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalAuthorizationDSL.g:4442:5: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalAuthorizationDSL.g:4442:5: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt150=2;
int LA150_0 = input.LA(1);
if ( (LA150_0==RULE_ID||LA150_0==34||LA150_0==59) ) {
alt150=1;
}
switch (alt150) {
case 1 :
// InternalAuthorizationDSL.g:4443:6: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalAuthorizationDSL.g:4443:6: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4444:7: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4444:7: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4445:8: ruleJvmFormalParameter
{
pushFollow(FOLLOW_61);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalAuthorizationDSL.g:4448:6: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop149:
do {
int alt149=2;
int LA149_0 = input.LA(1);
if ( (LA149_0==35) ) {
alt149=1;
}
switch (alt149) {
case 1 :
// InternalAuthorizationDSL.g:4449:7: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,35,FOLLOW_41); if (state.failed) return ;
// InternalAuthorizationDSL.g:4450:7: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4451:8: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4451:8: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4452:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_61);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop149;
}
} while (true);
}
break;
}
// InternalAuthorizationDSL.g:4457:5: ( ( '|' ) )
// InternalAuthorizationDSL.g:4458:6: ( '|' )
{
// InternalAuthorizationDSL.g:4458:6: ( '|' )
// InternalAuthorizationDSL.g:4459:7: '|'
{
match(input,74,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred29_InternalAuthorizationDSL
// $ANTLR start synpred31_InternalAuthorizationDSL
public final void synpred31_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:4850:5: ( 'else' )
// InternalAuthorizationDSL.g:4850:6: 'else'
{
match(input,76,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred31_InternalAuthorizationDSL
// $ANTLR start synpred32_InternalAuthorizationDSL
public final void synpred32_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:4909:6: ( ( '(' ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalAuthorizationDSL.g:4909:7: ( '(' ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalAuthorizationDSL.g:4909:7: ( '(' ( ( ruleJvmFormalParameter ) ) ':' )
// InternalAuthorizationDSL.g:4910:7: '(' ( ( ruleJvmFormalParameter ) ) ':'
{
match(input,34,FOLLOW_41); if (state.failed) return ;
// InternalAuthorizationDSL.g:4911:7: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4912:8: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4912:8: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4913:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_69);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,78,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred32_InternalAuthorizationDSL
// $ANTLR start synpred33_InternalAuthorizationDSL
public final void synpred33_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:4976:6: ( ( ( ( ruleJvmFormalParameter ) ) ':' ) )
// InternalAuthorizationDSL.g:4976:7: ( ( ( ruleJvmFormalParameter ) ) ':' )
{
// InternalAuthorizationDSL.g:4976:7: ( ( ( ruleJvmFormalParameter ) ) ':' )
// InternalAuthorizationDSL.g:4977:7: ( ( ruleJvmFormalParameter ) ) ':'
{
// InternalAuthorizationDSL.g:4977:7: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:4978:8: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:4978:8: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:4979:9: ruleJvmFormalParameter
{
pushFollow(FOLLOW_69);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
match(input,78,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred33_InternalAuthorizationDSL
// $ANTLR start synpred35_InternalAuthorizationDSL
public final void synpred35_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:5794:5: ( ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) ) )
// InternalAuthorizationDSL.g:5794:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) )
{
// InternalAuthorizationDSL.g:5794:6: ( ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) ) )
// InternalAuthorizationDSL.g:5795:6: ( ( ruleJvmTypeReference ) ) ( ( ruleValidID ) )
{
// InternalAuthorizationDSL.g:5795:6: ( ( ruleJvmTypeReference ) )
// InternalAuthorizationDSL.g:5796:7: ( ruleJvmTypeReference )
{
// InternalAuthorizationDSL.g:5796:7: ( ruleJvmTypeReference )
// InternalAuthorizationDSL.g:5797:8: ruleJvmTypeReference
{
pushFollow(FOLLOW_4);
ruleJvmTypeReference();
state._fsp--;
if (state.failed) return ;
}
}
// InternalAuthorizationDSL.g:5800:6: ( ( ruleValidID ) )
// InternalAuthorizationDSL.g:5801:7: ( ruleValidID )
{
// InternalAuthorizationDSL.g:5801:7: ( ruleValidID )
// InternalAuthorizationDSL.g:5802:8: ruleValidID
{
pushFollow(FOLLOW_2);
ruleValidID();
state._fsp--;
if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred35_InternalAuthorizationDSL
// $ANTLR start synpred36_InternalAuthorizationDSL
public final void synpred36_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6106:5: ( ( '(' ) )
// InternalAuthorizationDSL.g:6106:6: ( '(' )
{
// InternalAuthorizationDSL.g:6106:6: ( '(' )
// InternalAuthorizationDSL.g:6107:6: '('
{
match(input,34,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred36_InternalAuthorizationDSL
// $ANTLR start synpred37_InternalAuthorizationDSL
public final void synpred37_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6125:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalAuthorizationDSL.g:6125:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalAuthorizationDSL.g:6125:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalAuthorizationDSL.g:6126:7: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalAuthorizationDSL.g:6126:7: ()
// InternalAuthorizationDSL.g:6127:7:
{
}
// InternalAuthorizationDSL.g:6128:7: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt154=2;
int LA154_0 = input.LA(1);
if ( (LA154_0==RULE_ID||LA154_0==34||LA154_0==59) ) {
alt154=1;
}
switch (alt154) {
case 1 :
// InternalAuthorizationDSL.g:6129:8: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalAuthorizationDSL.g:6129:8: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:6130:9: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:6130:9: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:6131:10: ruleJvmFormalParameter
{
pushFollow(FOLLOW_61);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalAuthorizationDSL.g:6134:8: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop153:
do {
int alt153=2;
int LA153_0 = input.LA(1);
if ( (LA153_0==35) ) {
alt153=1;
}
switch (alt153) {
case 1 :
// InternalAuthorizationDSL.g:6135:9: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,35,FOLLOW_41); if (state.failed) return ;
// InternalAuthorizationDSL.g:6136:9: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:6137:10: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:6137:10: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:6138:11: ruleJvmFormalParameter
{
pushFollow(FOLLOW_61);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop153;
}
} while (true);
}
break;
}
// InternalAuthorizationDSL.g:6143:7: ( ( '|' ) )
// InternalAuthorizationDSL.g:6144:8: ( '|' )
{
// InternalAuthorizationDSL.g:6144:8: ( '|' )
// InternalAuthorizationDSL.g:6145:9: '|'
{
match(input,74,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred37_InternalAuthorizationDSL
// $ANTLR start synpred38_InternalAuthorizationDSL
public final void synpred38_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6222:4: ( ( () '[' ) )
// InternalAuthorizationDSL.g:6222:5: ( () '[' )
{
// InternalAuthorizationDSL.g:6222:5: ( () '[' )
// InternalAuthorizationDSL.g:6223:5: () '['
{
// InternalAuthorizationDSL.g:6223:5: ()
// InternalAuthorizationDSL.g:6224:5:
{
}
match(input,39,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred38_InternalAuthorizationDSL
// $ANTLR start synpred39_InternalAuthorizationDSL
public final void synpred39_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6382:5: ( '<' )
// InternalAuthorizationDSL.g:6382:6: '<'
{
match(input,46,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred39_InternalAuthorizationDSL
// $ANTLR start synpred40_InternalAuthorizationDSL
public final void synpred40_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6439:5: ( ( '(' ) )
// InternalAuthorizationDSL.g:6439:6: ( '(' )
{
// InternalAuthorizationDSL.g:6439:6: ( '(' )
// InternalAuthorizationDSL.g:6440:6: '('
{
match(input,34,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred40_InternalAuthorizationDSL
// $ANTLR start synpred41_InternalAuthorizationDSL
public final void synpred41_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6458:6: ( ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) ) )
// InternalAuthorizationDSL.g:6458:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
{
// InternalAuthorizationDSL.g:6458:7: ( () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) ) )
// InternalAuthorizationDSL.g:6459:7: () ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )? ( ( '|' ) )
{
// InternalAuthorizationDSL.g:6459:7: ()
// InternalAuthorizationDSL.g:6460:7:
{
}
// InternalAuthorizationDSL.g:6461:7: ( ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )* )?
int alt156=2;
int LA156_0 = input.LA(1);
if ( (LA156_0==RULE_ID||LA156_0==34||LA156_0==59) ) {
alt156=1;
}
switch (alt156) {
case 1 :
// InternalAuthorizationDSL.g:6462:8: ( ( ruleJvmFormalParameter ) ) ( ',' ( ( ruleJvmFormalParameter ) ) )*
{
// InternalAuthorizationDSL.g:6462:8: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:6463:9: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:6463:9: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:6464:10: ruleJvmFormalParameter
{
pushFollow(FOLLOW_61);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
// InternalAuthorizationDSL.g:6467:8: ( ',' ( ( ruleJvmFormalParameter ) ) )*
loop155:
do {
int alt155=2;
int LA155_0 = input.LA(1);
if ( (LA155_0==35) ) {
alt155=1;
}
switch (alt155) {
case 1 :
// InternalAuthorizationDSL.g:6468:9: ',' ( ( ruleJvmFormalParameter ) )
{
match(input,35,FOLLOW_41); if (state.failed) return ;
// InternalAuthorizationDSL.g:6469:9: ( ( ruleJvmFormalParameter ) )
// InternalAuthorizationDSL.g:6470:10: ( ruleJvmFormalParameter )
{
// InternalAuthorizationDSL.g:6470:10: ( ruleJvmFormalParameter )
// InternalAuthorizationDSL.g:6471:11: ruleJvmFormalParameter
{
pushFollow(FOLLOW_61);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
}
}
}
break;
default :
break loop155;
}
} while (true);
}
break;
}
// InternalAuthorizationDSL.g:6476:7: ( ( '|' ) )
// InternalAuthorizationDSL.g:6477:8: ( '|' )
{
// InternalAuthorizationDSL.g:6477:8: ( '|' )
// InternalAuthorizationDSL.g:6478:9: '|'
{
match(input,74,FOLLOW_2); if (state.failed) return ;
}
}
}
}
}
// $ANTLR end synpred41_InternalAuthorizationDSL
// $ANTLR start synpred42_InternalAuthorizationDSL
public final void synpred42_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6555:4: ( ( () '[' ) )
// InternalAuthorizationDSL.g:6555:5: ( () '[' )
{
// InternalAuthorizationDSL.g:6555:5: ( () '[' )
// InternalAuthorizationDSL.g:6556:5: () '['
{
// InternalAuthorizationDSL.g:6556:5: ()
// InternalAuthorizationDSL.g:6557:5:
{
}
match(input,39,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred42_InternalAuthorizationDSL
// $ANTLR start synpred43_InternalAuthorizationDSL
public final void synpred43_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6898: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 )
// InternalAuthorizationDSL.g:
{
if ( (input.LA(1)>=RULE_ID && input.LA(1)<=RULE_DECIMAL)||input.LA(1)==14||(input.LA(1)>=27 && input.LA(1)<=29)||input.LA(1)==34||(input.LA(1)>=38 && input.LA(1)<=39)||input.LA(1)==46||(input.LA(1)>=62 && input.LA(1)<=63)||input.LA(1)==67||input.LA(1)==75||input.LA(1)==77||(input.LA(1)>=81 && input.LA(1)<=83)||(input.LA(1)>=86 && input.LA(1)<=95)||input.LA(1)==97 ) {
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_InternalAuthorizationDSL
// $ANTLR start synpred44_InternalAuthorizationDSL
public final void synpred44_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6969:6: ( 'catch' )
// InternalAuthorizationDSL.g:6969:7: 'catch'
{
match(input,98,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred44_InternalAuthorizationDSL
// $ANTLR start synpred45_InternalAuthorizationDSL
public final void synpred45_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:6990:7: ( 'finally' )
// InternalAuthorizationDSL.g:6990:8: 'finally'
{
match(input,96,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred45_InternalAuthorizationDSL
// $ANTLR start synpred48_InternalAuthorizationDSL
public final void synpred48_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:7234:5: ( '.' )
// InternalAuthorizationDSL.g:7234:6: '.'
{
match(input,71,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred48_InternalAuthorizationDSL
// $ANTLR start synpred49_InternalAuthorizationDSL
public final void synpred49_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:7360:5: ( ( () ruleArrayBrackets ) )
// InternalAuthorizationDSL.g:7360:6: ( () ruleArrayBrackets )
{
// InternalAuthorizationDSL.g:7360:6: ( () ruleArrayBrackets )
// InternalAuthorizationDSL.g:7361:6: () ruleArrayBrackets
{
// InternalAuthorizationDSL.g:7361:6: ()
// InternalAuthorizationDSL.g:7362:6:
{
}
pushFollow(FOLLOW_2);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return ;
}
}
}
// $ANTLR end synpred49_InternalAuthorizationDSL
// $ANTLR start synpred50_InternalAuthorizationDSL
public final void synpred50_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:7557:5: ( '<' )
// InternalAuthorizationDSL.g:7557:6: '<'
{
match(input,46,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred50_InternalAuthorizationDSL
// $ANTLR start synpred51_InternalAuthorizationDSL
public final void synpred51_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:7613:6: ( ( () '.' ) )
// InternalAuthorizationDSL.g:7613:7: ( () '.' )
{
// InternalAuthorizationDSL.g:7613:7: ( () '.' )
// InternalAuthorizationDSL.g:7614:7: () '.'
{
// InternalAuthorizationDSL.g:7614:7: ()
// InternalAuthorizationDSL.g:7615:7:
{
}
match(input,71,FOLLOW_2); if (state.failed) return ;
}
}
}
// $ANTLR end synpred51_InternalAuthorizationDSL
// $ANTLR start synpred52_InternalAuthorizationDSL
public final void synpred52_InternalAuthorizationDSL_fragment() throws RecognitionException {
// InternalAuthorizationDSL.g:7651:7: ( '<' )
// InternalAuthorizationDSL.g:7651:8: '<'
{
match(input,46,FOLLOW_2); if (state.failed) return ;
}
}
// $ANTLR end synpred52_InternalAuthorizationDSL
// Delegated rules
public final boolean synpred17_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred17_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred31_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred45_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred29_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred33_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred16_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred19_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred20_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred1_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred44_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred32_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred22_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred21_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred35_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred2_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred10_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred50_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred18_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred12_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred52_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred51_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred25_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred37_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred6_InternalAuthorizationDSL_fragment(); // can never throw exception
} catch (RecognitionException re) {
System.err.println("impossible: "+re);
}
boolean success = !state.failed;
input.rewind(start);
state.backtracking--;
state.failed=false;
return success;
}
public final boolean synpred36_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred36_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred23_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred49_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred11_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred48_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred24_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred40_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred5_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred9_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred14_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred15_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred41_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred27_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred8_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred26_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred39_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred43_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred13_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred38_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred42_InternalAuthorizationDSL_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_InternalAuthorizationDSL() {
state.backtracking++;
int start = input.mark();
try {
synpred7_InternalAuthorizationDSL_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 DFA22 dfa22 = new DFA22(this);
protected DFA25 dfa25 = new DFA25(this);
protected DFA31 dfa31 = new DFA31(this);
protected DFA34 dfa34 = new DFA34(this);
protected DFA36 dfa36 = new DFA36(this);
protected DFA46 dfa46 = new DFA46(this);
protected DFA49 dfa49 = new DFA49(this);
protected DFA65 dfa65 = new DFA65(this);
protected DFA64 dfa64 = new DFA64(this);
protected DFA66 dfa66 = new DFA66(this);
protected DFA68 dfa68 = new DFA68(this);
protected DFA77 dfa77 = new DFA77(this);
protected DFA84 dfa84 = new DFA84(this);
protected DFA83 dfa83 = new DFA83(this);
protected DFA106 dfa106 = new DFA106(this);
protected DFA105 dfa105 = new DFA105(this);
protected DFA107 dfa107 = new DFA107(this);
protected DFA111 dfa111 = new DFA111(this);
protected DFA114 dfa114 = new DFA114(this);
protected DFA113 dfa113 = new DFA113(this);
protected DFA115 dfa115 = new DFA115(this);
protected DFA118 dfa118 = new DFA118(this);
protected DFA136 dfa136 = new DFA136(this);
protected DFA134 dfa134 = new DFA134(this);
static final String dfa_1s = "\10\uffff";
static final String dfa_2s = "\2\uffff\1\5\4\uffff\1\5";
static final String dfa_3s = "\1\4\1\uffff\1\15\1\uffff\1\4\2\uffff\1\15";
static final String dfa_4s = "\1\37\1\uffff\1\107\1\uffff\1\36\2\uffff\1\107";
static final String dfa_5s = "\1\uffff\1\1\1\uffff\1\4\1\uffff\1\2\1\3\1\uffff";
static final String dfa_6s = "\10\uffff}>";
static final String[] dfa_7s = {
"\1\2\27\uffff\1\1\2\uffff\1\3",
"",
"\1\5\15\uffff\1\5\4\uffff\1\5\46\uffff\1\4",
"",
"\1\7\31\uffff\1\6",
"",
"",
"\1\5\15\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 DFA22 extends DFA {
public DFA22(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 22;
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 "1327: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\141\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\14\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\3\uffff\3\2\2\uffff\12\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_8 = DFA.unpackEncodedString(dfa_8s);
static final char[] dfa_9 = DFA.unpackEncodedStringToUnsignedChars(dfa_9s);
static final char[] dfa_10 = DFA.unpackEncodedStringToUnsignedChars(dfa_10s);
static final short[] dfa_11 = DFA.unpackEncodedString(dfa_11s);
static final short[] dfa_12 = DFA.unpackEncodedString(dfa_12s);
static final short[][] dfa_13 = unpackEncodedStringArray(dfa_13s);
class DFA25 extends DFA {
public DFA25(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 25;
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 "1544: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 LA25_1 = input.LA(1);
int index25_1 = input.index();
input.rewind();
s = -1;
if ( (synpred2_InternalAuthorizationDSL()) ) {s = 35;}
else if ( (true) ) {s = 2;}
input.seek(index25_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 25, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_14s = "\43\uffff";
static final String dfa_15s = "\1\4\1\0\41\uffff";
static final String dfa_16s = "\1\141\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\14\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\3\uffff\3\2\2\uffff\12\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_14 = DFA.unpackEncodedString(dfa_14s);
static final char[] dfa_15 = DFA.unpackEncodedStringToUnsignedChars(dfa_15s);
static final char[] dfa_16 = DFA.unpackEncodedStringToUnsignedChars(dfa_16s);
static final short[] dfa_17 = DFA.unpackEncodedString(dfa_17s);
static final short[] dfa_18 = DFA.unpackEncodedString(dfa_18s);
static final short[][] dfa_19 = unpackEncodedStringArray(dfa_19s);
class DFA31 extends DFA {
public DFA31(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 31;
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 "1724: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 LA31_1 = input.LA(1);
int index31_1 = input.index();
input.rewind();
s = -1;
if ( (synpred5_InternalAuthorizationDSL()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index31_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 31, _s, input);
error(nvae);
throw nvae;
}
}
class DFA34 extends DFA {
public DFA34(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 34;
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 "1866: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 LA34_1 = input.LA(1);
int index34_1 = input.index();
input.rewind();
s = -1;
if ( (synpred6_InternalAuthorizationDSL()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index34_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 34, _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\142\7\0\2\uffff";
static final String dfa_24s = "\10\uffff\1\2\1\1";
static final String dfa_25s = "\1\uffff\1\2\1\3\1\4\1\5\1\6\1\0\1\1\2\uffff}>";
static final String[] dfa_26s = {
"\5\10\5\uffff\2\10\13\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\30\10",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"",
""
};
static final short[] dfa_20 = DFA.unpackEncodedString(dfa_20s);
static final short[] dfa_21 = DFA.unpackEncodedString(dfa_21s);
static final char[] dfa_22 = DFA.unpackEncodedStringToUnsignedChars(dfa_22s);
static final char[] dfa_23 = DFA.unpackEncodedStringToUnsignedChars(dfa_23s);
static final short[] dfa_24 = DFA.unpackEncodedString(dfa_24s);
static final short[] dfa_25 = DFA.unpackEncodedString(dfa_25s);
static final short[][] dfa_26 = unpackEncodedStringArray(dfa_26s);
class DFA36 extends DFA {
public DFA36(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 36;
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 "2095: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 LA36_6 = input.LA(1);
int index36_6 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalAuthorizationDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index36_6);
if ( s>=0 ) return s;
break;
case 1 :
int LA36_7 = input.LA(1);
int index36_7 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalAuthorizationDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index36_7);
if ( s>=0 ) return s;
break;
case 2 :
int LA36_1 = input.LA(1);
int index36_1 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalAuthorizationDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index36_1);
if ( s>=0 ) return s;
break;
case 3 :
int LA36_2 = input.LA(1);
int index36_2 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalAuthorizationDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index36_2);
if ( s>=0 ) return s;
break;
case 4 :
int LA36_3 = input.LA(1);
int index36_3 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalAuthorizationDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index36_3);
if ( s>=0 ) return s;
break;
case 5 :
int LA36_4 = input.LA(1);
int index36_4 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalAuthorizationDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index36_4);
if ( s>=0 ) return s;
break;
case 6 :
int LA36_5 = input.LA(1);
int index36_5 = input.index();
input.rewind();
s = -1;
if ( (synpred7_InternalAuthorizationDSL()) ) {s = 9;}
else if ( (true) ) {s = 8;}
input.seek(index36_5);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 36, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_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\142\1\uffff\10\0\1\uffff";
static final String dfa_31s = "\1\uffff\1\2\10\uffff\1\1";
static final String dfa_32s = "\2\uffff\1\6\1\2\1\3\1\4\1\7\1\5\1\0\1\1\1\uffff}>";
static final String[] dfa_33s = {
"\5\1\5\uffff\2\1\13\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\30\1",
"",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
""
};
static final short[] dfa_27 = DFA.unpackEncodedString(dfa_27s);
static final short[] dfa_28 = DFA.unpackEncodedString(dfa_28s);
static final char[] dfa_29 = DFA.unpackEncodedStringToUnsignedChars(dfa_29s);
static final char[] dfa_30 = DFA.unpackEncodedStringToUnsignedChars(dfa_30s);
static final short[] dfa_31 = DFA.unpackEncodedString(dfa_31s);
static final short[] dfa_32 = DFA.unpackEncodedString(dfa_32s);
static final short[][] dfa_33 = unpackEncodedStringArray(dfa_33s);
class DFA46 extends DFA {
public DFA46(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 46;
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 2809: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 LA46_8 = input.LA(1);
int index46_8 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalAuthorizationDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index46_8);
if ( s>=0 ) return s;
break;
case 1 :
int LA46_9 = input.LA(1);
int index46_9 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalAuthorizationDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index46_9);
if ( s>=0 ) return s;
break;
case 2 :
int LA46_3 = input.LA(1);
int index46_3 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalAuthorizationDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index46_3);
if ( s>=0 ) return s;
break;
case 3 :
int LA46_4 = input.LA(1);
int index46_4 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalAuthorizationDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index46_4);
if ( s>=0 ) return s;
break;
case 4 :
int LA46_5 = input.LA(1);
int index46_5 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalAuthorizationDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index46_5);
if ( s>=0 ) return s;
break;
case 5 :
int LA46_7 = input.LA(1);
int index46_7 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalAuthorizationDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index46_7);
if ( s>=0 ) return s;
break;
case 6 :
int LA46_2 = input.LA(1);
int index46_2 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalAuthorizationDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index46_2);
if ( s>=0 ) return s;
break;
case 7 :
int LA46_6 = input.LA(1);
int index46_6 = input.index();
input.rewind();
s = -1;
if ( (synpred13_InternalAuthorizationDSL()) ) {s = 10;}
else if ( (true) ) {s = 1;}
input.seek(index46_6);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 46, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_34s = "\1\56\2\uffff\1\57\7\uffff";
static final String dfa_35s = "\1\75\2\uffff\1\72\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 DFA49 extends DFA {
public DFA49(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 49;
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 "2885: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\142\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\4\2\1\uffff\1\2\1\uffff\1\1\2\2\1\uffff\44\2\1\uffff\30\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_39 = DFA.unpackEncodedString(dfa_39s);
static final short[] dfa_40 = DFA.unpackEncodedString(dfa_40s);
static final char[] dfa_41 = DFA.unpackEncodedStringToUnsignedChars(dfa_41s);
static final char[] dfa_42 = DFA.unpackEncodedStringToUnsignedChars(dfa_42s);
static final short[] dfa_43 = DFA.unpackEncodedString(dfa_43s);
static final short[] dfa_44 = DFA.unpackEncodedString(dfa_44s);
static final short[][] dfa_45 = unpackEncodedStringArray(dfa_45s);
class DFA65 extends DFA {
public DFA65(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 65;
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 "3786: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 LA65_1 = input.LA(1);
int index65_1 = input.index();
input.rewind();
s = -1;
if ( (synpred22_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index65_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 65, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_46s = "\1\4\2\0\41\uffff";
static final String dfa_47s = "\1\141\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\14\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\3\uffff\3\5\2\uffff\12\5\1\uffff\1\5",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final char[] dfa_46 = DFA.unpackEncodedStringToUnsignedChars(dfa_46s);
static final char[] dfa_47 = DFA.unpackEncodedStringToUnsignedChars(dfa_47s);
static final short[] dfa_48 = DFA.unpackEncodedString(dfa_48s);
static final short[] dfa_49 = DFA.unpackEncodedString(dfa_49s);
static final short[][] dfa_50 = unpackEncodedStringArray(dfa_50s);
class DFA64 extends DFA {
public DFA64(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 64;
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 "3805: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 LA64_0 = input.LA(1);
int index64_0 = input.index();
input.rewind();
s = -1;
if ( (LA64_0==RULE_ID) ) {s = 1;}
else if ( (LA64_0==34) ) {s = 2;}
else if ( (LA64_0==59) && (synpred23_InternalAuthorizationDSL())) {s = 3;}
else if ( (LA64_0==74) && (synpred23_InternalAuthorizationDSL())) {s = 4;}
else if ( ((LA64_0>=RULE_STRING && LA64_0<=RULE_DECIMAL)||LA64_0==14||(LA64_0>=27 && LA64_0<=29)||(LA64_0>=38 && LA64_0<=39)||LA64_0==46||(LA64_0>=62 && LA64_0<=63)||LA64_0==67||LA64_0==75||LA64_0==77||(LA64_0>=81 && LA64_0<=83)||(LA64_0>=86 && LA64_0<=95)||LA64_0==97) ) {s = 5;}
else if ( (LA64_0==36) ) {s = 35;}
input.seek(index64_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA64_1 = input.LA(1);
int index64_1 = input.index();
input.rewind();
s = -1;
if ( (synpred23_InternalAuthorizationDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index64_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA64_2 = input.LA(1);
int index64_2 = input.index();
input.rewind();
s = -1;
if ( (synpred23_InternalAuthorizationDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index64_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 64, _s, input);
error(nvae);
throw nvae;
}
}
static final String[] dfa_51s = {
"\5\2\5\uffff\2\2\13\uffff\4\2\1\uffff\1\2\1\uffff\3\2\1\uffff\1\2\1\1\42\2\1\uffff\30\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_51 = unpackEncodedStringArray(dfa_51s);
class DFA66 extends DFA {
public DFA66(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 66;
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 "3903: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 LA66_1 = input.LA(1);
int index66_1 = input.index();
input.rewind();
s = -1;
if ( (synpred24_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index66_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 66, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_52s = "\40\uffff";
static final String dfa_53s = "\1\4\26\uffff\1\0\10\uffff";
static final String dfa_54s = "\1\141\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\14\uffff\3\5\4\uffff\1\35\3\uffff\2\14\6\uffff\1\5\34\uffff\1\26\1\uffff\1\3\3\uffff\1\27\1\30\1\31\2\uffff\2\5\1\1\4\14\1\32\1\33\1\34\1\uffff\1\4",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_52 = DFA.unpackEncodedString(dfa_52s);
static final char[] dfa_53 = DFA.unpackEncodedStringToUnsignedChars(dfa_53s);
static final char[] dfa_54 = DFA.unpackEncodedStringToUnsignedChars(dfa_54s);
static final short[] dfa_55 = DFA.unpackEncodedString(dfa_55s);
static final short[] dfa_56 = DFA.unpackEncodedString(dfa_56s);
static final short[][] dfa_57 = unpackEncodedStringArray(dfa_57s);
class DFA68 extends DFA {
public DFA68(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 68;
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 "3948: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 LA68_0 = input.LA(1);
int index68_0 = input.index();
input.rewind();
s = -1;
if ( (LA68_0==88) ) {s = 1;}
else if ( (LA68_0==14) ) {s = 2;}
else if ( (LA68_0==77) ) {s = 3;}
else if ( (LA68_0==97) && (synpred25_InternalAuthorizationDSL())) {s = 4;}
else if ( (LA68_0==RULE_ID||(LA68_0>=27 && LA68_0<=29)||LA68_0==46||(LA68_0>=86 && LA68_0<=87)) ) {s = 5;}
else if ( ((LA68_0>=RULE_STRING && LA68_0<=RULE_DECIMAL)||(LA68_0>=38 && LA68_0<=39)||(LA68_0>=89 && LA68_0<=92)) ) {s = 12;}
else if ( (LA68_0==75) ) {s = 22;}
else if ( (LA68_0==81) ) {s = 23;}
else if ( (LA68_0==82) ) {s = 24;}
else if ( (LA68_0==83) ) {s = 25;}
else if ( (LA68_0==93) ) {s = 26;}
else if ( (LA68_0==94) ) {s = 27;}
else if ( (LA68_0==95) ) {s = 28;}
else if ( (LA68_0==34) ) {s = 29;}
input.seek(index68_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA68_23 = input.LA(1);
int index68_23 = input.index();
input.rewind();
s = -1;
if ( (synpred26_InternalAuthorizationDSL()) ) {s = 30;}
else if ( (true) ) {s = 31;}
input.seek(index68_23);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 68, _s, input);
error(nvae);
throw nvae;
}
}
static final String dfa_58s = "\46\uffff";
static final String dfa_59s = "\1\4\2\0\43\uffff";
static final String dfa_60s = "\1\141\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\14\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\3\uffff\17\5\1\uffff\1\5",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_58 = DFA.unpackEncodedString(dfa_58s);
static final char[] dfa_59 = DFA.unpackEncodedStringToUnsignedChars(dfa_59s);
static final char[] dfa_60 = DFA.unpackEncodedStringToUnsignedChars(dfa_60s);
static final short[] dfa_61 = DFA.unpackEncodedString(dfa_61s);
static final short[] dfa_62 = DFA.unpackEncodedString(dfa_62s);
static final short[][] dfa_63 = unpackEncodedStringArray(dfa_63s);
class DFA77 extends DFA {
public DFA77(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 77;
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 "4440: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 LA77_0 = input.LA(1);
int index77_0 = input.index();
input.rewind();
s = -1;
if ( (LA77_0==RULE_ID) ) {s = 1;}
else if ( (LA77_0==34) ) {s = 2;}
else if ( (LA77_0==59) && (synpred29_InternalAuthorizationDSL())) {s = 3;}
else if ( (LA77_0==74) && (synpred29_InternalAuthorizationDSL())) {s = 4;}
else if ( ((LA77_0>=RULE_STRING && LA77_0<=RULE_DECIMAL)||LA77_0==14||(LA77_0>=27 && LA77_0<=29)||(LA77_0>=38 && LA77_0<=40)||LA77_0==46||(LA77_0>=62 && LA77_0<=63)||LA77_0==67||LA77_0==75||LA77_0==77||(LA77_0>=81 && LA77_0<=95)||LA77_0==97) ) {s = 5;}
input.seek(index77_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA77_1 = input.LA(1);
int index77_1 = input.index();
input.rewind();
s = -1;
if ( (synpred29_InternalAuthorizationDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index77_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA77_2 = input.LA(1);
int index77_2 = input.index();
input.rewind();
s = -1;
if ( (synpred29_InternalAuthorizationDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index77_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 77, _s, input);
error(nvae);
throw nvae;
}
}
static final String[] dfa_64s = {
"\5\2\5\uffff\1\2\14\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\3\uffff\3\2\2\uffff\12\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_64 = unpackEncodedStringArray(dfa_64s);
class DFA84 extends DFA {
public DFA84(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 84;
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 "4906: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 LA84_1 = input.LA(1);
int index84_1 = input.index();
input.rewind();
s = -1;
if ( (synpred32_InternalAuthorizationDSL()) ) {s = 34;}
else if ( (true) ) {s = 2;}
input.seek(index84_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 84, _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\141\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\14\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\3\uffff\3\4\2\uffff\12\4\1\uffff\1\4",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_65 = DFA.unpackEncodedString(dfa_65s);
static final char[] dfa_66 = DFA.unpackEncodedStringToUnsignedChars(dfa_66s);
static final char[] dfa_67 = DFA.unpackEncodedStringToUnsignedChars(dfa_67s);
static final short[] dfa_68 = DFA.unpackEncodedString(dfa_68s);
static final short[] dfa_69 = DFA.unpackEncodedString(dfa_69s);
static final short[][] dfa_70 = unpackEncodedStringArray(dfa_70s);
class DFA83 extends DFA {
public DFA83(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 83;
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 "4975: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 LA83_0 = input.LA(1);
int index83_0 = input.index();
input.rewind();
s = -1;
if ( (LA83_0==RULE_ID) ) {s = 1;}
else if ( (LA83_0==34) ) {s = 2;}
else if ( (LA83_0==59) && (synpred33_InternalAuthorizationDSL())) {s = 3;}
else if ( ((LA83_0>=RULE_STRING && LA83_0<=RULE_DECIMAL)||LA83_0==14||(LA83_0>=27 && LA83_0<=29)||(LA83_0>=38 && LA83_0<=39)||LA83_0==46||(LA83_0>=62 && LA83_0<=63)||LA83_0==67||LA83_0==75||LA83_0==77||(LA83_0>=81 && LA83_0<=83)||(LA83_0>=86 && LA83_0<=95)||LA83_0==97) ) {s = 4;}
input.seek(index83_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA83_1 = input.LA(1);
int index83_1 = input.index();
input.rewind();
s = -1;
if ( (synpred33_InternalAuthorizationDSL()) ) {s = 3;}
else if ( (true) ) {s = 4;}
input.seek(index83_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA83_2 = input.LA(1);
int index83_2 = input.index();
input.rewind();
s = -1;
if ( (synpred33_InternalAuthorizationDSL()) ) {s = 3;}
else if ( (true) ) {s = 4;}
input.seek(index83_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 83, _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 "6104: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 LA106_1 = input.LA(1);
int index106_1 = input.index();
input.rewind();
s = -1;
if ( (synpred36_InternalAuthorizationDSL()) ) {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 "6123: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 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==34) ) {s = 2;}
else if ( (LA105_0==59) && (synpred37_InternalAuthorizationDSL())) {s = 3;}
else if ( (LA105_0==74) && (synpred37_InternalAuthorizationDSL())) {s = 4;}
else if ( ((LA105_0>=RULE_STRING && LA105_0<=RULE_DECIMAL)||LA105_0==14||(LA105_0>=27 && LA105_0<=29)||(LA105_0>=38 && LA105_0<=39)||LA105_0==46||(LA105_0>=62 && LA105_0<=63)||LA105_0==67||LA105_0==75||LA105_0==77||(LA105_0>=81 && LA105_0<=83)||(LA105_0>=86 && LA105_0<=95)||LA105_0==97) ) {s = 5;}
else if ( (LA105_0==36) ) {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 ( (synpred37_InternalAuthorizationDSL()) ) {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 ( (synpred37_InternalAuthorizationDSL()) ) {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 "6221: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 LA107_1 = input.LA(1);
int index107_1 = input.index();
input.rewind();
s = -1;
if ( (synpred38_InternalAuthorizationDSL()) ) {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_71s = {
"\5\2\5\uffff\2\2\13\uffff\4\2\1\uffff\1\2\1\uffff\3\2\1\uffff\10\2\1\1\33\2\1\uffff\30\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[][] dfa_71 = unpackEncodedStringArray(dfa_71s);
class DFA111 extends DFA {
public DFA111(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 111;
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 "6380: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 LA111_1 = input.LA(1);
int index111_1 = input.index();
input.rewind();
s = -1;
if ( (synpred39_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index111_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 111, _s, input);
error(nvae);
throw nvae;
}
}
class DFA114 extends DFA {
public DFA114(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 114;
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 "6437: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 LA114_1 = input.LA(1);
int index114_1 = input.index();
input.rewind();
s = -1;
if ( (synpred40_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index114_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 114, _s, input);
error(nvae);
throw nvae;
}
}
class DFA113 extends DFA {
public DFA113(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 113;
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 "6456: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 LA113_0 = input.LA(1);
int index113_0 = input.index();
input.rewind();
s = -1;
if ( (LA113_0==RULE_ID) ) {s = 1;}
else if ( (LA113_0==34) ) {s = 2;}
else if ( (LA113_0==59) && (synpred41_InternalAuthorizationDSL())) {s = 3;}
else if ( (LA113_0==74) && (synpred41_InternalAuthorizationDSL())) {s = 4;}
else if ( ((LA113_0>=RULE_STRING && LA113_0<=RULE_DECIMAL)||LA113_0==14||(LA113_0>=27 && LA113_0<=29)||(LA113_0>=38 && LA113_0<=39)||LA113_0==46||(LA113_0>=62 && LA113_0<=63)||LA113_0==67||LA113_0==75||LA113_0==77||(LA113_0>=81 && LA113_0<=83)||(LA113_0>=86 && LA113_0<=95)||LA113_0==97) ) {s = 5;}
else if ( (LA113_0==36) ) {s = 35;}
input.seek(index113_0);
if ( s>=0 ) return s;
break;
case 1 :
int LA113_1 = input.LA(1);
int index113_1 = input.index();
input.rewind();
s = -1;
if ( (synpred41_InternalAuthorizationDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index113_1);
if ( s>=0 ) return s;
break;
case 2 :
int LA113_2 = input.LA(1);
int index113_2 = input.index();
input.rewind();
s = -1;
if ( (synpred41_InternalAuthorizationDSL()) ) {s = 4;}
else if ( (true) ) {s = 5;}
input.seek(index113_2);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 113, _s, input);
error(nvae);
throw nvae;
}
}
class DFA115 extends DFA {
public DFA115(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 115;
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 "6554: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 LA115_1 = input.LA(1);
int index115_1 = input.index();
input.rewind();
s = -1;
if ( (synpred42_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 2;}
input.seek(index115_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 115, _s, input);
error(nvae);
throw nvae;
}
}
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\142\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\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\3\41\1\32\1\33\1\34\2\41\1\2\1\16\1\11\1\21\1\22\1\26\1\30\1\35\1\36\1\37\1\41\1\14\1\41",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_72 = DFA.unpackEncodedString(dfa_72s);
static final char[] dfa_73 = DFA.unpackEncodedStringToUnsignedChars(dfa_73s);
static final char[] dfa_74 = DFA.unpackEncodedStringToUnsignedChars(dfa_74s);
static final short[] dfa_75 = DFA.unpackEncodedString(dfa_75s);
static final short[] dfa_76 = DFA.unpackEncodedString(dfa_76s);
static final short[][] dfa_77 = unpackEncodedStringArray(dfa_77s);
class DFA118 extends DFA {
public DFA118(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 118;
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 "6897: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 LA118_1 = input.LA(1);
int index118_1 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_1);
if ( s>=0 ) return s;
break;
case 1 :
int LA118_2 = input.LA(1);
int index118_2 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_2);
if ( s>=0 ) return s;
break;
case 2 :
int LA118_3 = input.LA(1);
int index118_3 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_3);
if ( s>=0 ) return s;
break;
case 3 :
int LA118_4 = input.LA(1);
int index118_4 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_4);
if ( s>=0 ) return s;
break;
case 4 :
int LA118_5 = input.LA(1);
int index118_5 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_5);
if ( s>=0 ) return s;
break;
case 5 :
int LA118_6 = input.LA(1);
int index118_6 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_6);
if ( s>=0 ) return s;
break;
case 6 :
int LA118_7 = input.LA(1);
int index118_7 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_7);
if ( s>=0 ) return s;
break;
case 7 :
int LA118_8 = input.LA(1);
int index118_8 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_8);
if ( s>=0 ) return s;
break;
case 8 :
int LA118_9 = input.LA(1);
int index118_9 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_9);
if ( s>=0 ) return s;
break;
case 9 :
int LA118_10 = input.LA(1);
int index118_10 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_10);
if ( s>=0 ) return s;
break;
case 10 :
int LA118_11 = input.LA(1);
int index118_11 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_11);
if ( s>=0 ) return s;
break;
case 11 :
int LA118_12 = input.LA(1);
int index118_12 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_12);
if ( s>=0 ) return s;
break;
case 12 :
int LA118_13 = input.LA(1);
int index118_13 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_13);
if ( s>=0 ) return s;
break;
case 13 :
int LA118_14 = input.LA(1);
int index118_14 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_14);
if ( s>=0 ) return s;
break;
case 14 :
int LA118_15 = input.LA(1);
int index118_15 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_15);
if ( s>=0 ) return s;
break;
case 15 :
int LA118_16 = input.LA(1);
int index118_16 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_16);
if ( s>=0 ) return s;
break;
case 16 :
int LA118_17 = input.LA(1);
int index118_17 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_17);
if ( s>=0 ) return s;
break;
case 17 :
int LA118_18 = input.LA(1);
int index118_18 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_18);
if ( s>=0 ) return s;
break;
case 18 :
int LA118_19 = input.LA(1);
int index118_19 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_19);
if ( s>=0 ) return s;
break;
case 19 :
int LA118_20 = input.LA(1);
int index118_20 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_20);
if ( s>=0 ) return s;
break;
case 20 :
int LA118_21 = input.LA(1);
int index118_21 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_21);
if ( s>=0 ) return s;
break;
case 21 :
int LA118_22 = input.LA(1);
int index118_22 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_22);
if ( s>=0 ) return s;
break;
case 22 :
int LA118_23 = input.LA(1);
int index118_23 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_23);
if ( s>=0 ) return s;
break;
case 23 :
int LA118_24 = input.LA(1);
int index118_24 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_24);
if ( s>=0 ) return s;
break;
case 24 :
int LA118_25 = input.LA(1);
int index118_25 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_25);
if ( s>=0 ) return s;
break;
case 25 :
int LA118_26 = input.LA(1);
int index118_26 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_26);
if ( s>=0 ) return s;
break;
case 26 :
int LA118_27 = input.LA(1);
int index118_27 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_27);
if ( s>=0 ) return s;
break;
case 27 :
int LA118_28 = input.LA(1);
int index118_28 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_28);
if ( s>=0 ) return s;
break;
case 28 :
int LA118_29 = input.LA(1);
int index118_29 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_29);
if ( s>=0 ) return s;
break;
case 29 :
int LA118_30 = input.LA(1);
int index118_30 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_30);
if ( s>=0 ) return s;
break;
case 30 :
int LA118_31 = input.LA(1);
int index118_31 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_31);
if ( s>=0 ) return s;
break;
case 31 :
int LA118_32 = input.LA(1);
int index118_32 = input.index();
input.rewind();
s = -1;
if ( (synpred43_InternalAuthorizationDSL()) ) {s = 77;}
else if ( (true) ) {s = 33;}
input.seek(index118_32);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 118, _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\144\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\4\2\1\uffff\1\2\1\uffff\3\2\1\uffff\10\2\1\1\33\2\1\uffff\30\2\1\uffff\1\2",
"\1\uffff",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static final short[] dfa_78 = DFA.unpackEncodedString(dfa_78s);
static final short[] dfa_79 = DFA.unpackEncodedString(dfa_79s);
static final char[] dfa_80 = DFA.unpackEncodedStringToUnsignedChars(dfa_80s);
static final char[] dfa_81 = DFA.unpackEncodedStringToUnsignedChars(dfa_81s);
static final short[] dfa_82 = DFA.unpackEncodedString(dfa_82s);
static final short[] dfa_83 = DFA.unpackEncodedString(dfa_83s);
static final short[][] dfa_84 = unpackEncodedStringArray(dfa_84s);
class DFA136 extends DFA {
public DFA136(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 136;
this.eot = dfa_78;
this.eof = dfa_79;
this.min = dfa_80;
this.max = dfa_81;
this.accept = dfa_82;
this.special = dfa_83;
this.transition = dfa_84;
}
public String getDescription() {
return "7555: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 LA136_1 = input.LA(1);
int index136_1 = input.index();
input.rewind();
s = -1;
if ( (synpred50_InternalAuthorizationDSL()) ) {s = 78;}
else if ( (true) ) {s = 2;}
input.seek(index136_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 136, _s, input);
error(nvae);
throw nvae;
}
}
class DFA134 extends DFA {
public DFA134(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 134;
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 "7649: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 LA134_1 = input.LA(1);
int index134_1 = input.index();
input.rewind();
s = -1;
if ( (synpred52_InternalAuthorizationDSL()) ) {s = 78;}
else if ( (true) ) {s = 2;}
input.seek(index134_1);
if ( s>=0 ) return s;
break;
}
if (state.backtracking>0) {state.failed=true; return -1;}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 134, _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[]{0x0000000000002000L});
public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0000000000000010L});
public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0000000000004000L});
public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000018000L});
public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x00000000008E8000L});
public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000000000L,0x000003E000000000L});
public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000004002L,0x000003E000000000L});
public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000006000000L});
public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000006008000L});
public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000000200000L});
public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000000000000L,0x0000400000000000L});
public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000001508000L});
public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000000000000L,0x0000200000000000L});
public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000000000508000L});
public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000000408000L});
public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000000000000L,0x00001C0000000000L});
public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000090000010L});
public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000020000010L});
public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000040000010L});
public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000100000002L});
public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000400000002L});
public static final BitSet FOLLOW_24 = new BitSet(new long[]{0xC00040D6380041F0L,0x00000002FFCE2808L});
public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000001800000000L});
public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000001000000000L});
public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000002000000000L});
public static final BitSet FOLLOW_28 = new BitSet(new long[]{0xC00040C6380041F0L,0x00000002FFCE2808L});
public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000008000000000L});
public static final BitSet FOLLOW_30 = new BitSet(new long[]{0xC00041C6380041F0L,0x00000002FFCE2808L});
public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000010800000000L});
public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000000800000002L});
public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000FE0000000002L});
public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000400000000000L});
public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0001800000000000L});
public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0001000000000000L});
public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0002000000000002L});
public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0004000000000002L});
public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0078000000000002L});
public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0081C00000000002L});
public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0800000400000010L});
public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x3F00C00000000002L});
public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0400000000000000L});
public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000800000000000L});
public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0800400000000000L});
public static final BitSet FOLLOW_46 = new BitSet(new long[]{0xC000000000000002L});
public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000040000002L,0x0000000000000007L});
public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000010L});
public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000060L});
public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000380L});
public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000000038000010L,0x0000000000400000L});
public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000400038000010L,0x0000000000C00000L});
public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0800000400000010L,0x0000000800000000L});
public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000800800000000L});
public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000008400000002L,0x0000000000000380L});
public static final BitSet FOLLOW_56 = new BitSet(new long[]{0xC80040D6380041F0L,0x00000002FFCE2C08L});
public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0000008000000002L,0x0000000000000380L});
public static final BitSet FOLLOW_58 = new BitSet(new long[]{0xC00040C63800C1F0L,0x00000002FFCE2808L});
public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0000000800008000L});
public static final BitSet FOLLOW_60 = new BitSet(new long[]{0xC80041C6380041F0L,0x00000002FFFE2C08L});
public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000000800000000L,0x0000000000000400L});
public static final BitSet FOLLOW_62 = new BitSet(new long[]{0xC00041C6380041F0L,0x00000002FFFE2808L});
public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000010000000000L});
public static final BitSet FOLLOW_64 = new BitSet(new long[]{0xC00040C7380041F2L,0x00000002FFFE2808L});
public static final BitSet FOLLOW_65 = new BitSet(new long[]{0xC00040C6380041F2L,0x00000002FFFE2808L});
public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000400000000L});
public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000000000002L,0x0000000000001000L});
public static final BitSet FOLLOW_68 = new BitSet(new long[]{0xC80040C6380041F0L,0x00000002FFCE2808L});
public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L});
public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0800000C00008010L,0x000000000001C000L});
public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0000000000008000L});
public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000800000000L,0x0000000000014000L});
public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000800000000L,0x0000000000004000L});
public static final BitSet FOLLOW_74 = new BitSet(new long[]{0xC00040C7380041F0L,0x00000002FFFE2808L});
public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000900000000L});
public static final BitSet FOLLOW_76 = new BitSet(new long[]{0xC00040C6380041F0L,0x00000002FFFE2808L});
public static final BitSet FOLLOW_77 = new BitSet(new long[]{0xC00040C7380041F0L,0x00000002FFCE2808L});
public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0000000100000000L});
public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L});
public static final BitSet FOLLOW_80 = new BitSet(new long[]{0xC00040C63800C1F0L,0x00000002FFFE2808L});
public static final BitSet FOLLOW_81 = new BitSet(new long[]{0xC00040C73800C1F0L,0x00000002FFFE2808L});
public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0000002000000002L});
public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0000008400000002L});
public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000008000000002L});
public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x0000408400000002L});
public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0000009000000000L});
public static final BitSet FOLLOW_87 = new BitSet(new long[]{0xC00040C6380041F2L,0x00000002FFCE2808L});
public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000000000000000L,0x0000000500000000L});
public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0000000000000002L,0x0000000500000000L});
public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000080L});
public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000000000000180L});
public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x0800001400000010L});
public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0800000000000000L});
public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0000400000000002L});
public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0000400000000002L,0x0000000000000080L});
public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000000000000002L,0x0000000000C00000L});
public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x0000000000000002L,0x0000001000000000L});
public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000080L});
public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0000000040000000L});
public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0000000008000002L});
public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000000000012L});
}