InternalOrganizationParser.java
package org.osate.organization.ide.contentassist.antlr.internal;
import java.io.InputStream;
import org.eclipse.xtext.*;
import org.eclipse.xtext.parser.*;
import org.eclipse.xtext.parser.impl.*;
import org.eclipse.emf.ecore.util.EcoreUtil;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.xtext.parser.antlr.XtextTokenStream;
import org.eclipse.xtext.parser.antlr.XtextTokenStream.HiddenTokens;
import org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser;
import org.eclipse.xtext.ide.editor.contentassist.antlr.internal.DFA;
import org.osate.organization.services.OrganizationGrammarAccess;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
/**
* Copyright (c) 2004-2025 Carnegie Mellon University and others. (see Contributors file).
* All Rights Reserved.
*
* NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
* OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
* MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
*
* This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
* SPDX-License-Identifier: EPL-2.0
*
* Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
*
* This program includes and/or can make use of certain third party source code, object code, documentation and other
* files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
* configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
* conditions contained in any such Third Party Software or separate license file distributed with such Third Party
* Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
* aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
* censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
*/
@SuppressWarnings("all")
public class InternalOrganizationParser extends AbstractInternalContentAssistParser {
public static final String[] tokenNames = new String[] {
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_ID", "RULE_STRING", "RULE_INT", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'organization'", "'stakeholder'", "'['", "'full'", "'name'", "'title'", "'description'", "'role'", "'email'", "'phone'", "']'", "'supervisor'", "'.'"
};
public static final int RULE_STRING=5;
public static final int RULE_SL_COMMENT=8;
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__11=11;
public static final int T__12=12;
public static final int T__13=13;
public static final int T__14=14;
public static final int EOF=-1;
public static final int RULE_ID=4;
public static final int RULE_WS=9;
public static final int RULE_ANY_OTHER=10;
public static final int RULE_INT=6;
public static final int T__22=22;
public static final int RULE_ML_COMMENT=7;
public static final int T__23=23;
public static final int T__20=20;
public static final int T__21=21;
// delegates
// delegators
public InternalOrganizationParser(TokenStream input) {
this(input, new RecognizerSharedState());
}
public InternalOrganizationParser(TokenStream input, RecognizerSharedState state) {
super(input, state);
}
public String[] getTokenNames() { return InternalOrganizationParser.tokenNames; }
public String getGrammarFileName() { return "InternalOrganization.g"; }
private OrganizationGrammarAccess grammarAccess;
public void setGrammarAccess(OrganizationGrammarAccess grammarAccess) {
this.grammarAccess = grammarAccess;
}
@Override
protected Grammar getGrammar() {
return grammarAccess.getGrammar();
}
@Override
protected String getValueForTokenName(String tokenName) {
return tokenName;
}
// $ANTLR start "entryRuleOrganization"
// InternalOrganization.g:73:1: entryRuleOrganization : ruleOrganization EOF ;
public final void entryRuleOrganization() throws RecognitionException {
try {
// InternalOrganization.g:74:1: ( ruleOrganization EOF )
// InternalOrganization.g:75:1: ruleOrganization EOF
{
before(grammarAccess.getOrganizationRule());
pushFollow(FOLLOW_1);
ruleOrganization();
state._fsp--;
after(grammarAccess.getOrganizationRule());
match(input,EOF,FOLLOW_2);
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOrganization"
// $ANTLR start "ruleOrganization"
// InternalOrganization.g:82:1: ruleOrganization : ( ( rule__Organization__Group__0 ) ) ;
public final void ruleOrganization() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:86:2: ( ( ( rule__Organization__Group__0 ) ) )
// InternalOrganization.g:87:2: ( ( rule__Organization__Group__0 ) )
{
// InternalOrganization.g:87:2: ( ( rule__Organization__Group__0 ) )
// InternalOrganization.g:88:3: ( rule__Organization__Group__0 )
{
before(grammarAccess.getOrganizationAccess().getGroup());
// InternalOrganization.g:89:3: ( rule__Organization__Group__0 )
// InternalOrganization.g:89:4: rule__Organization__Group__0
{
pushFollow(FOLLOW_2);
rule__Organization__Group__0();
state._fsp--;
}
after(grammarAccess.getOrganizationAccess().getGroup());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOrganization"
// $ANTLR start "entryRuleStakeholder"
// InternalOrganization.g:98:1: entryRuleStakeholder : ruleStakeholder EOF ;
public final void entryRuleStakeholder() throws RecognitionException {
try {
// InternalOrganization.g:99:1: ( ruleStakeholder EOF )
// InternalOrganization.g:100:1: ruleStakeholder EOF
{
before(grammarAccess.getStakeholderRule());
pushFollow(FOLLOW_1);
ruleStakeholder();
state._fsp--;
after(grammarAccess.getStakeholderRule());
match(input,EOF,FOLLOW_2);
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleStakeholder"
// $ANTLR start "ruleStakeholder"
// InternalOrganization.g:107:1: ruleStakeholder : ( ( rule__Stakeholder__UnorderedGroup ) ) ;
public final void ruleStakeholder() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:111:2: ( ( ( rule__Stakeholder__UnorderedGroup ) ) )
// InternalOrganization.g:112:2: ( ( rule__Stakeholder__UnorderedGroup ) )
{
// InternalOrganization.g:112:2: ( ( rule__Stakeholder__UnorderedGroup ) )
// InternalOrganization.g:113:3: ( rule__Stakeholder__UnorderedGroup )
{
before(grammarAccess.getStakeholderAccess().getUnorderedGroup());
// InternalOrganization.g:114:3: ( rule__Stakeholder__UnorderedGroup )
// InternalOrganization.g:114:4: rule__Stakeholder__UnorderedGroup
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getUnorderedGroup());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleStakeholder"
// $ANTLR start "entryRuleQID"
// InternalOrganization.g:123:1: entryRuleQID : ruleQID EOF ;
public final void entryRuleQID() throws RecognitionException {
try {
// InternalOrganization.g:124:1: ( ruleQID EOF )
// InternalOrganization.g:125:1: ruleQID EOF
{
before(grammarAccess.getQIDRule());
pushFollow(FOLLOW_1);
ruleQID();
state._fsp--;
after(grammarAccess.getQIDRule());
match(input,EOF,FOLLOW_2);
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleQID"
// $ANTLR start "ruleQID"
// InternalOrganization.g:132:1: ruleQID : ( ( rule__QID__Group__0 ) ) ;
public final void ruleQID() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:136:2: ( ( ( rule__QID__Group__0 ) ) )
// InternalOrganization.g:137:2: ( ( rule__QID__Group__0 ) )
{
// InternalOrganization.g:137:2: ( ( rule__QID__Group__0 ) )
// InternalOrganization.g:138:3: ( rule__QID__Group__0 )
{
before(grammarAccess.getQIDAccess().getGroup());
// InternalOrganization.g:139:3: ( rule__QID__Group__0 )
// InternalOrganization.g:139:4: rule__QID__Group__0
{
pushFollow(FOLLOW_2);
rule__QID__Group__0();
state._fsp--;
}
after(grammarAccess.getQIDAccess().getGroup());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleQID"
// $ANTLR start "rule__Organization__Group__0"
// InternalOrganization.g:147:1: rule__Organization__Group__0 : rule__Organization__Group__0__Impl rule__Organization__Group__1 ;
public final void rule__Organization__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:151:1: ( rule__Organization__Group__0__Impl rule__Organization__Group__1 )
// InternalOrganization.g:152:2: rule__Organization__Group__0__Impl rule__Organization__Group__1
{
pushFollow(FOLLOW_3);
rule__Organization__Group__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Organization__Group__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Organization__Group__0"
// $ANTLR start "rule__Organization__Group__0__Impl"
// InternalOrganization.g:159:1: rule__Organization__Group__0__Impl : ( 'organization' ) ;
public final void rule__Organization__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:163:1: ( ( 'organization' ) )
// InternalOrganization.g:164:1: ( 'organization' )
{
// InternalOrganization.g:164:1: ( 'organization' )
// InternalOrganization.g:165:2: 'organization'
{
before(grammarAccess.getOrganizationAccess().getOrganizationKeyword_0());
match(input,11,FOLLOW_2);
after(grammarAccess.getOrganizationAccess().getOrganizationKeyword_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Organization__Group__0__Impl"
// $ANTLR start "rule__Organization__Group__1"
// InternalOrganization.g:174:1: rule__Organization__Group__1 : rule__Organization__Group__1__Impl rule__Organization__Group__2 ;
public final void rule__Organization__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:178:1: ( rule__Organization__Group__1__Impl rule__Organization__Group__2 )
// InternalOrganization.g:179:2: rule__Organization__Group__1__Impl rule__Organization__Group__2
{
pushFollow(FOLLOW_4);
rule__Organization__Group__1__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Organization__Group__2();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Organization__Group__1"
// $ANTLR start "rule__Organization__Group__1__Impl"
// InternalOrganization.g:186:1: rule__Organization__Group__1__Impl : ( ( rule__Organization__NameAssignment_1 ) ) ;
public final void rule__Organization__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:190:1: ( ( ( rule__Organization__NameAssignment_1 ) ) )
// InternalOrganization.g:191:1: ( ( rule__Organization__NameAssignment_1 ) )
{
// InternalOrganization.g:191:1: ( ( rule__Organization__NameAssignment_1 ) )
// InternalOrganization.g:192:2: ( rule__Organization__NameAssignment_1 )
{
before(grammarAccess.getOrganizationAccess().getNameAssignment_1());
// InternalOrganization.g:193:2: ( rule__Organization__NameAssignment_1 )
// InternalOrganization.g:193:3: rule__Organization__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__Organization__NameAssignment_1();
state._fsp--;
}
after(grammarAccess.getOrganizationAccess().getNameAssignment_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Organization__Group__1__Impl"
// $ANTLR start "rule__Organization__Group__2"
// InternalOrganization.g:201:1: rule__Organization__Group__2 : rule__Organization__Group__2__Impl ;
public final void rule__Organization__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:205:1: ( rule__Organization__Group__2__Impl )
// InternalOrganization.g:206:2: rule__Organization__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__Organization__Group__2__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Organization__Group__2"
// $ANTLR start "rule__Organization__Group__2__Impl"
// InternalOrganization.g:212:1: rule__Organization__Group__2__Impl : ( ( ( rule__Organization__StakeholderAssignment_2 ) ) ( ( rule__Organization__StakeholderAssignment_2 )* ) ) ;
public final void rule__Organization__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:216:1: ( ( ( ( rule__Organization__StakeholderAssignment_2 ) ) ( ( rule__Organization__StakeholderAssignment_2 )* ) ) )
// InternalOrganization.g:217:1: ( ( ( rule__Organization__StakeholderAssignment_2 ) ) ( ( rule__Organization__StakeholderAssignment_2 )* ) )
{
// InternalOrganization.g:217:1: ( ( ( rule__Organization__StakeholderAssignment_2 ) ) ( ( rule__Organization__StakeholderAssignment_2 )* ) )
// InternalOrganization.g:218:2: ( ( rule__Organization__StakeholderAssignment_2 ) ) ( ( rule__Organization__StakeholderAssignment_2 )* )
{
// InternalOrganization.g:218:2: ( ( rule__Organization__StakeholderAssignment_2 ) )
// InternalOrganization.g:219:3: ( rule__Organization__StakeholderAssignment_2 )
{
before(grammarAccess.getOrganizationAccess().getStakeholderAssignment_2());
// InternalOrganization.g:220:3: ( rule__Organization__StakeholderAssignment_2 )
// InternalOrganization.g:220:4: rule__Organization__StakeholderAssignment_2
{
pushFollow(FOLLOW_5);
rule__Organization__StakeholderAssignment_2();
state._fsp--;
}
after(grammarAccess.getOrganizationAccess().getStakeholderAssignment_2());
}
// InternalOrganization.g:223:2: ( ( rule__Organization__StakeholderAssignment_2 )* )
// InternalOrganization.g:224:3: ( rule__Organization__StakeholderAssignment_2 )*
{
before(grammarAccess.getOrganizationAccess().getStakeholderAssignment_2());
// InternalOrganization.g:225:3: ( rule__Organization__StakeholderAssignment_2 )*
loop1:
do {
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0==12||(LA1_0>=21 && LA1_0<=22)) ) {
alt1=1;
}
switch (alt1) {
case 1 :
// InternalOrganization.g:225:4: rule__Organization__StakeholderAssignment_2
{
pushFollow(FOLLOW_5);
rule__Organization__StakeholderAssignment_2();
state._fsp--;
}
break;
default :
break loop1;
}
} while (true);
after(grammarAccess.getOrganizationAccess().getStakeholderAssignment_2());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Organization__Group__2__Impl"
// $ANTLR start "rule__Stakeholder__Group_0__0"
// InternalOrganization.g:235:1: rule__Stakeholder__Group_0__0 : rule__Stakeholder__Group_0__0__Impl rule__Stakeholder__Group_0__1 ;
public final void rule__Stakeholder__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:239:1: ( rule__Stakeholder__Group_0__0__Impl rule__Stakeholder__Group_0__1 )
// InternalOrganization.g:240:2: rule__Stakeholder__Group_0__0__Impl rule__Stakeholder__Group_0__1
{
pushFollow(FOLLOW_3);
rule__Stakeholder__Group_0__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0__0"
// $ANTLR start "rule__Stakeholder__Group_0__0__Impl"
// InternalOrganization.g:247:1: rule__Stakeholder__Group_0__0__Impl : ( 'stakeholder' ) ;
public final void rule__Stakeholder__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:251:1: ( ( 'stakeholder' ) )
// InternalOrganization.g:252:1: ( 'stakeholder' )
{
// InternalOrganization.g:252:1: ( 'stakeholder' )
// InternalOrganization.g:253:2: 'stakeholder'
{
before(grammarAccess.getStakeholderAccess().getStakeholderKeyword_0_0());
match(input,12,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getStakeholderKeyword_0_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0__0__Impl"
// $ANTLR start "rule__Stakeholder__Group_0__1"
// InternalOrganization.g:262:1: rule__Stakeholder__Group_0__1 : rule__Stakeholder__Group_0__1__Impl rule__Stakeholder__Group_0__2 ;
public final void rule__Stakeholder__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:266:1: ( rule__Stakeholder__Group_0__1__Impl rule__Stakeholder__Group_0__2 )
// InternalOrganization.g:267:2: rule__Stakeholder__Group_0__1__Impl rule__Stakeholder__Group_0__2
{
pushFollow(FOLLOW_6);
rule__Stakeholder__Group_0__1__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0__2();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0__1"
// $ANTLR start "rule__Stakeholder__Group_0__1__Impl"
// InternalOrganization.g:274:1: rule__Stakeholder__Group_0__1__Impl : ( ( rule__Stakeholder__NameAssignment_0_1 ) ) ;
public final void rule__Stakeholder__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:278:1: ( ( ( rule__Stakeholder__NameAssignment_0_1 ) ) )
// InternalOrganization.g:279:1: ( ( rule__Stakeholder__NameAssignment_0_1 ) )
{
// InternalOrganization.g:279:1: ( ( rule__Stakeholder__NameAssignment_0_1 ) )
// InternalOrganization.g:280:2: ( rule__Stakeholder__NameAssignment_0_1 )
{
before(grammarAccess.getStakeholderAccess().getNameAssignment_0_1());
// InternalOrganization.g:281:2: ( rule__Stakeholder__NameAssignment_0_1 )
// InternalOrganization.g:281:3: rule__Stakeholder__NameAssignment_0_1
{
pushFollow(FOLLOW_2);
rule__Stakeholder__NameAssignment_0_1();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getNameAssignment_0_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0__1__Impl"
// $ANTLR start "rule__Stakeholder__Group_0__2"
// InternalOrganization.g:289:1: rule__Stakeholder__Group_0__2 : rule__Stakeholder__Group_0__2__Impl rule__Stakeholder__Group_0__3 ;
public final void rule__Stakeholder__Group_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:293:1: ( rule__Stakeholder__Group_0__2__Impl rule__Stakeholder__Group_0__3 )
// InternalOrganization.g:294:2: rule__Stakeholder__Group_0__2__Impl rule__Stakeholder__Group_0__3
{
pushFollow(FOLLOW_7);
rule__Stakeholder__Group_0__2__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0__3();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0__2"
// $ANTLR start "rule__Stakeholder__Group_0__2__Impl"
// InternalOrganization.g:301:1: rule__Stakeholder__Group_0__2__Impl : ( '[' ) ;
public final void rule__Stakeholder__Group_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:305:1: ( ( '[' ) )
// InternalOrganization.g:306:1: ( '[' )
{
// InternalOrganization.g:306:1: ( '[' )
// InternalOrganization.g:307:2: '['
{
before(grammarAccess.getStakeholderAccess().getLeftSquareBracketKeyword_0_2());
match(input,13,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getLeftSquareBracketKeyword_0_2());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0__2__Impl"
// $ANTLR start "rule__Stakeholder__Group_0__3"
// InternalOrganization.g:316:1: rule__Stakeholder__Group_0__3 : rule__Stakeholder__Group_0__3__Impl ;
public final void rule__Stakeholder__Group_0__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:320:1: ( rule__Stakeholder__Group_0__3__Impl )
// InternalOrganization.g:321:2: rule__Stakeholder__Group_0__3__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0__3__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0__3"
// $ANTLR start "rule__Stakeholder__Group_0__3__Impl"
// InternalOrganization.g:327:1: rule__Stakeholder__Group_0__3__Impl : ( ( rule__Stakeholder__UnorderedGroup_0_3 ) ) ;
public final void rule__Stakeholder__Group_0__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:331:1: ( ( ( rule__Stakeholder__UnorderedGroup_0_3 ) ) )
// InternalOrganization.g:332:1: ( ( rule__Stakeholder__UnorderedGroup_0_3 ) )
{
// InternalOrganization.g:332:1: ( ( rule__Stakeholder__UnorderedGroup_0_3 ) )
// InternalOrganization.g:333:2: ( rule__Stakeholder__UnorderedGroup_0_3 )
{
before(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3());
// InternalOrganization.g:334:2: ( rule__Stakeholder__UnorderedGroup_0_3 )
// InternalOrganization.g:334:3: rule__Stakeholder__UnorderedGroup_0_3
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup_0_3();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0__3__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_0__0"
// InternalOrganization.g:343:1: rule__Stakeholder__Group_0_3_0__0 : rule__Stakeholder__Group_0_3_0__0__Impl rule__Stakeholder__Group_0_3_0__1 ;
public final void rule__Stakeholder__Group_0_3_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:347:1: ( rule__Stakeholder__Group_0_3_0__0__Impl rule__Stakeholder__Group_0_3_0__1 )
// InternalOrganization.g:348:2: rule__Stakeholder__Group_0_3_0__0__Impl rule__Stakeholder__Group_0_3_0__1
{
pushFollow(FOLLOW_8);
rule__Stakeholder__Group_0_3_0__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_0__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_0__0"
// $ANTLR start "rule__Stakeholder__Group_0_3_0__0__Impl"
// InternalOrganization.g:355:1: rule__Stakeholder__Group_0_3_0__0__Impl : ( 'full' ) ;
public final void rule__Stakeholder__Group_0_3_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:359:1: ( ( 'full' ) )
// InternalOrganization.g:360:1: ( 'full' )
{
// InternalOrganization.g:360:1: ( 'full' )
// InternalOrganization.g:361:2: 'full'
{
before(grammarAccess.getStakeholderAccess().getFullKeyword_0_3_0_0());
match(input,14,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getFullKeyword_0_3_0_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_0__0__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_0__1"
// InternalOrganization.g:370:1: rule__Stakeholder__Group_0_3_0__1 : rule__Stakeholder__Group_0_3_0__1__Impl rule__Stakeholder__Group_0_3_0__2 ;
public final void rule__Stakeholder__Group_0_3_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:374:1: ( rule__Stakeholder__Group_0_3_0__1__Impl rule__Stakeholder__Group_0_3_0__2 )
// InternalOrganization.g:375:2: rule__Stakeholder__Group_0_3_0__1__Impl rule__Stakeholder__Group_0_3_0__2
{
pushFollow(FOLLOW_9);
rule__Stakeholder__Group_0_3_0__1__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_0__2();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_0__1"
// $ANTLR start "rule__Stakeholder__Group_0_3_0__1__Impl"
// InternalOrganization.g:382:1: rule__Stakeholder__Group_0_3_0__1__Impl : ( 'name' ) ;
public final void rule__Stakeholder__Group_0_3_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:386:1: ( ( 'name' ) )
// InternalOrganization.g:387:1: ( 'name' )
{
// InternalOrganization.g:387:1: ( 'name' )
// InternalOrganization.g:388:2: 'name'
{
before(grammarAccess.getStakeholderAccess().getNameKeyword_0_3_0_1());
match(input,15,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getNameKeyword_0_3_0_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_0__1__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_0__2"
// InternalOrganization.g:397:1: rule__Stakeholder__Group_0_3_0__2 : rule__Stakeholder__Group_0_3_0__2__Impl ;
public final void rule__Stakeholder__Group_0_3_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:401:1: ( rule__Stakeholder__Group_0_3_0__2__Impl )
// InternalOrganization.g:402:2: rule__Stakeholder__Group_0_3_0__2__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_0__2__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_0__2"
// $ANTLR start "rule__Stakeholder__Group_0_3_0__2__Impl"
// InternalOrganization.g:408:1: rule__Stakeholder__Group_0_3_0__2__Impl : ( ( rule__Stakeholder__FullnameAssignment_0_3_0_2 ) ) ;
public final void rule__Stakeholder__Group_0_3_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:412:1: ( ( ( rule__Stakeholder__FullnameAssignment_0_3_0_2 ) ) )
// InternalOrganization.g:413:1: ( ( rule__Stakeholder__FullnameAssignment_0_3_0_2 ) )
{
// InternalOrganization.g:413:1: ( ( rule__Stakeholder__FullnameAssignment_0_3_0_2 ) )
// InternalOrganization.g:414:2: ( rule__Stakeholder__FullnameAssignment_0_3_0_2 )
{
before(grammarAccess.getStakeholderAccess().getFullnameAssignment_0_3_0_2());
// InternalOrganization.g:415:2: ( rule__Stakeholder__FullnameAssignment_0_3_0_2 )
// InternalOrganization.g:415:3: rule__Stakeholder__FullnameAssignment_0_3_0_2
{
pushFollow(FOLLOW_2);
rule__Stakeholder__FullnameAssignment_0_3_0_2();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getFullnameAssignment_0_3_0_2());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_0__2__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_1__0"
// InternalOrganization.g:424:1: rule__Stakeholder__Group_0_3_1__0 : rule__Stakeholder__Group_0_3_1__0__Impl rule__Stakeholder__Group_0_3_1__1 ;
public final void rule__Stakeholder__Group_0_3_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:428:1: ( rule__Stakeholder__Group_0_3_1__0__Impl rule__Stakeholder__Group_0_3_1__1 )
// InternalOrganization.g:429:2: rule__Stakeholder__Group_0_3_1__0__Impl rule__Stakeholder__Group_0_3_1__1
{
pushFollow(FOLLOW_9);
rule__Stakeholder__Group_0_3_1__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_1__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_1__0"
// $ANTLR start "rule__Stakeholder__Group_0_3_1__0__Impl"
// InternalOrganization.g:436:1: rule__Stakeholder__Group_0_3_1__0__Impl : ( 'title' ) ;
public final void rule__Stakeholder__Group_0_3_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:440:1: ( ( 'title' ) )
// InternalOrganization.g:441:1: ( 'title' )
{
// InternalOrganization.g:441:1: ( 'title' )
// InternalOrganization.g:442:2: 'title'
{
before(grammarAccess.getStakeholderAccess().getTitleKeyword_0_3_1_0());
match(input,16,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getTitleKeyword_0_3_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_1__0__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_1__1"
// InternalOrganization.g:451:1: rule__Stakeholder__Group_0_3_1__1 : rule__Stakeholder__Group_0_3_1__1__Impl ;
public final void rule__Stakeholder__Group_0_3_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:455:1: ( rule__Stakeholder__Group_0_3_1__1__Impl )
// InternalOrganization.g:456:2: rule__Stakeholder__Group_0_3_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_1__1__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_1__1"
// $ANTLR start "rule__Stakeholder__Group_0_3_1__1__Impl"
// InternalOrganization.g:462:1: rule__Stakeholder__Group_0_3_1__1__Impl : ( ( rule__Stakeholder__TitleAssignment_0_3_1_1 ) ) ;
public final void rule__Stakeholder__Group_0_3_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:466:1: ( ( ( rule__Stakeholder__TitleAssignment_0_3_1_1 ) ) )
// InternalOrganization.g:467:1: ( ( rule__Stakeholder__TitleAssignment_0_3_1_1 ) )
{
// InternalOrganization.g:467:1: ( ( rule__Stakeholder__TitleAssignment_0_3_1_1 ) )
// InternalOrganization.g:468:2: ( rule__Stakeholder__TitleAssignment_0_3_1_1 )
{
before(grammarAccess.getStakeholderAccess().getTitleAssignment_0_3_1_1());
// InternalOrganization.g:469:2: ( rule__Stakeholder__TitleAssignment_0_3_1_1 )
// InternalOrganization.g:469:3: rule__Stakeholder__TitleAssignment_0_3_1_1
{
pushFollow(FOLLOW_2);
rule__Stakeholder__TitleAssignment_0_3_1_1();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getTitleAssignment_0_3_1_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_1__1__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_2__0"
// InternalOrganization.g:478:1: rule__Stakeholder__Group_0_3_2__0 : rule__Stakeholder__Group_0_3_2__0__Impl rule__Stakeholder__Group_0_3_2__1 ;
public final void rule__Stakeholder__Group_0_3_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:482:1: ( rule__Stakeholder__Group_0_3_2__0__Impl rule__Stakeholder__Group_0_3_2__1 )
// InternalOrganization.g:483:2: rule__Stakeholder__Group_0_3_2__0__Impl rule__Stakeholder__Group_0_3_2__1
{
pushFollow(FOLLOW_9);
rule__Stakeholder__Group_0_3_2__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_2__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_2__0"
// $ANTLR start "rule__Stakeholder__Group_0_3_2__0__Impl"
// InternalOrganization.g:490:1: rule__Stakeholder__Group_0_3_2__0__Impl : ( 'description' ) ;
public final void rule__Stakeholder__Group_0_3_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:494:1: ( ( 'description' ) )
// InternalOrganization.g:495:1: ( 'description' )
{
// InternalOrganization.g:495:1: ( 'description' )
// InternalOrganization.g:496:2: 'description'
{
before(grammarAccess.getStakeholderAccess().getDescriptionKeyword_0_3_2_0());
match(input,17,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getDescriptionKeyword_0_3_2_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_2__0__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_2__1"
// InternalOrganization.g:505:1: rule__Stakeholder__Group_0_3_2__1 : rule__Stakeholder__Group_0_3_2__1__Impl ;
public final void rule__Stakeholder__Group_0_3_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:509:1: ( rule__Stakeholder__Group_0_3_2__1__Impl )
// InternalOrganization.g:510:2: rule__Stakeholder__Group_0_3_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_2__1__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_2__1"
// $ANTLR start "rule__Stakeholder__Group_0_3_2__1__Impl"
// InternalOrganization.g:516:1: rule__Stakeholder__Group_0_3_2__1__Impl : ( ( rule__Stakeholder__DescriptionAssignment_0_3_2_1 ) ) ;
public final void rule__Stakeholder__Group_0_3_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:520:1: ( ( ( rule__Stakeholder__DescriptionAssignment_0_3_2_1 ) ) )
// InternalOrganization.g:521:1: ( ( rule__Stakeholder__DescriptionAssignment_0_3_2_1 ) )
{
// InternalOrganization.g:521:1: ( ( rule__Stakeholder__DescriptionAssignment_0_3_2_1 ) )
// InternalOrganization.g:522:2: ( rule__Stakeholder__DescriptionAssignment_0_3_2_1 )
{
before(grammarAccess.getStakeholderAccess().getDescriptionAssignment_0_3_2_1());
// InternalOrganization.g:523:2: ( rule__Stakeholder__DescriptionAssignment_0_3_2_1 )
// InternalOrganization.g:523:3: rule__Stakeholder__DescriptionAssignment_0_3_2_1
{
pushFollow(FOLLOW_2);
rule__Stakeholder__DescriptionAssignment_0_3_2_1();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getDescriptionAssignment_0_3_2_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_2__1__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_3__0"
// InternalOrganization.g:532:1: rule__Stakeholder__Group_0_3_3__0 : rule__Stakeholder__Group_0_3_3__0__Impl rule__Stakeholder__Group_0_3_3__1 ;
public final void rule__Stakeholder__Group_0_3_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:536:1: ( rule__Stakeholder__Group_0_3_3__0__Impl rule__Stakeholder__Group_0_3_3__1 )
// InternalOrganization.g:537:2: rule__Stakeholder__Group_0_3_3__0__Impl rule__Stakeholder__Group_0_3_3__1
{
pushFollow(FOLLOW_9);
rule__Stakeholder__Group_0_3_3__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_3__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_3__0"
// $ANTLR start "rule__Stakeholder__Group_0_3_3__0__Impl"
// InternalOrganization.g:544:1: rule__Stakeholder__Group_0_3_3__0__Impl : ( 'role' ) ;
public final void rule__Stakeholder__Group_0_3_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:548:1: ( ( 'role' ) )
// InternalOrganization.g:549:1: ( 'role' )
{
// InternalOrganization.g:549:1: ( 'role' )
// InternalOrganization.g:550:2: 'role'
{
before(grammarAccess.getStakeholderAccess().getRoleKeyword_0_3_3_0());
match(input,18,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getRoleKeyword_0_3_3_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_3__0__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_3__1"
// InternalOrganization.g:559:1: rule__Stakeholder__Group_0_3_3__1 : rule__Stakeholder__Group_0_3_3__1__Impl ;
public final void rule__Stakeholder__Group_0_3_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:563:1: ( rule__Stakeholder__Group_0_3_3__1__Impl )
// InternalOrganization.g:564:2: rule__Stakeholder__Group_0_3_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_3__1__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_3__1"
// $ANTLR start "rule__Stakeholder__Group_0_3_3__1__Impl"
// InternalOrganization.g:570:1: rule__Stakeholder__Group_0_3_3__1__Impl : ( ( rule__Stakeholder__RoleAssignment_0_3_3_1 ) ) ;
public final void rule__Stakeholder__Group_0_3_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:574:1: ( ( ( rule__Stakeholder__RoleAssignment_0_3_3_1 ) ) )
// InternalOrganization.g:575:1: ( ( rule__Stakeholder__RoleAssignment_0_3_3_1 ) )
{
// InternalOrganization.g:575:1: ( ( rule__Stakeholder__RoleAssignment_0_3_3_1 ) )
// InternalOrganization.g:576:2: ( rule__Stakeholder__RoleAssignment_0_3_3_1 )
{
before(grammarAccess.getStakeholderAccess().getRoleAssignment_0_3_3_1());
// InternalOrganization.g:577:2: ( rule__Stakeholder__RoleAssignment_0_3_3_1 )
// InternalOrganization.g:577:3: rule__Stakeholder__RoleAssignment_0_3_3_1
{
pushFollow(FOLLOW_2);
rule__Stakeholder__RoleAssignment_0_3_3_1();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getRoleAssignment_0_3_3_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_3__1__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_4__0"
// InternalOrganization.g:586:1: rule__Stakeholder__Group_0_3_4__0 : rule__Stakeholder__Group_0_3_4__0__Impl rule__Stakeholder__Group_0_3_4__1 ;
public final void rule__Stakeholder__Group_0_3_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:590:1: ( rule__Stakeholder__Group_0_3_4__0__Impl rule__Stakeholder__Group_0_3_4__1 )
// InternalOrganization.g:591:2: rule__Stakeholder__Group_0_3_4__0__Impl rule__Stakeholder__Group_0_3_4__1
{
pushFollow(FOLLOW_9);
rule__Stakeholder__Group_0_3_4__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_4__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_4__0"
// $ANTLR start "rule__Stakeholder__Group_0_3_4__0__Impl"
// InternalOrganization.g:598:1: rule__Stakeholder__Group_0_3_4__0__Impl : ( 'email' ) ;
public final void rule__Stakeholder__Group_0_3_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:602:1: ( ( 'email' ) )
// InternalOrganization.g:603:1: ( 'email' )
{
// InternalOrganization.g:603:1: ( 'email' )
// InternalOrganization.g:604:2: 'email'
{
before(grammarAccess.getStakeholderAccess().getEmailKeyword_0_3_4_0());
match(input,19,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getEmailKeyword_0_3_4_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_4__0__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_4__1"
// InternalOrganization.g:613:1: rule__Stakeholder__Group_0_3_4__1 : rule__Stakeholder__Group_0_3_4__1__Impl ;
public final void rule__Stakeholder__Group_0_3_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:617:1: ( rule__Stakeholder__Group_0_3_4__1__Impl )
// InternalOrganization.g:618:2: rule__Stakeholder__Group_0_3_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_4__1__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_4__1"
// $ANTLR start "rule__Stakeholder__Group_0_3_4__1__Impl"
// InternalOrganization.g:624:1: rule__Stakeholder__Group_0_3_4__1__Impl : ( ( rule__Stakeholder__EmailAssignment_0_3_4_1 ) ) ;
public final void rule__Stakeholder__Group_0_3_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:628:1: ( ( ( rule__Stakeholder__EmailAssignment_0_3_4_1 ) ) )
// InternalOrganization.g:629:1: ( ( rule__Stakeholder__EmailAssignment_0_3_4_1 ) )
{
// InternalOrganization.g:629:1: ( ( rule__Stakeholder__EmailAssignment_0_3_4_1 ) )
// InternalOrganization.g:630:2: ( rule__Stakeholder__EmailAssignment_0_3_4_1 )
{
before(grammarAccess.getStakeholderAccess().getEmailAssignment_0_3_4_1());
// InternalOrganization.g:631:2: ( rule__Stakeholder__EmailAssignment_0_3_4_1 )
// InternalOrganization.g:631:3: rule__Stakeholder__EmailAssignment_0_3_4_1
{
pushFollow(FOLLOW_2);
rule__Stakeholder__EmailAssignment_0_3_4_1();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getEmailAssignment_0_3_4_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_4__1__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_5__0"
// InternalOrganization.g:640:1: rule__Stakeholder__Group_0_3_5__0 : rule__Stakeholder__Group_0_3_5__0__Impl rule__Stakeholder__Group_0_3_5__1 ;
public final void rule__Stakeholder__Group_0_3_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:644:1: ( rule__Stakeholder__Group_0_3_5__0__Impl rule__Stakeholder__Group_0_3_5__1 )
// InternalOrganization.g:645:2: rule__Stakeholder__Group_0_3_5__0__Impl rule__Stakeholder__Group_0_3_5__1
{
pushFollow(FOLLOW_9);
rule__Stakeholder__Group_0_3_5__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_5__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_5__0"
// $ANTLR start "rule__Stakeholder__Group_0_3_5__0__Impl"
// InternalOrganization.g:652:1: rule__Stakeholder__Group_0_3_5__0__Impl : ( 'phone' ) ;
public final void rule__Stakeholder__Group_0_3_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:656:1: ( ( 'phone' ) )
// InternalOrganization.g:657:1: ( 'phone' )
{
// InternalOrganization.g:657:1: ( 'phone' )
// InternalOrganization.g:658:2: 'phone'
{
before(grammarAccess.getStakeholderAccess().getPhoneKeyword_0_3_5_0());
match(input,20,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getPhoneKeyword_0_3_5_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_5__0__Impl"
// $ANTLR start "rule__Stakeholder__Group_0_3_5__1"
// InternalOrganization.g:667:1: rule__Stakeholder__Group_0_3_5__1 : rule__Stakeholder__Group_0_3_5__1__Impl ;
public final void rule__Stakeholder__Group_0_3_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:671:1: ( rule__Stakeholder__Group_0_3_5__1__Impl )
// InternalOrganization.g:672:2: rule__Stakeholder__Group_0_3_5__1__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_5__1__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_5__1"
// $ANTLR start "rule__Stakeholder__Group_0_3_5__1__Impl"
// InternalOrganization.g:678:1: rule__Stakeholder__Group_0_3_5__1__Impl : ( ( rule__Stakeholder__PhoneAssignment_0_3_5_1 ) ) ;
public final void rule__Stakeholder__Group_0_3_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:682:1: ( ( ( rule__Stakeholder__PhoneAssignment_0_3_5_1 ) ) )
// InternalOrganization.g:683:1: ( ( rule__Stakeholder__PhoneAssignment_0_3_5_1 ) )
{
// InternalOrganization.g:683:1: ( ( rule__Stakeholder__PhoneAssignment_0_3_5_1 ) )
// InternalOrganization.g:684:2: ( rule__Stakeholder__PhoneAssignment_0_3_5_1 )
{
before(grammarAccess.getStakeholderAccess().getPhoneAssignment_0_3_5_1());
// InternalOrganization.g:685:2: ( rule__Stakeholder__PhoneAssignment_0_3_5_1 )
// InternalOrganization.g:685:3: rule__Stakeholder__PhoneAssignment_0_3_5_1
{
pushFollow(FOLLOW_2);
rule__Stakeholder__PhoneAssignment_0_3_5_1();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getPhoneAssignment_0_3_5_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_0_3_5__1__Impl"
// $ANTLR start "rule__Stakeholder__Group_1__0"
// InternalOrganization.g:694:1: rule__Stakeholder__Group_1__0 : rule__Stakeholder__Group_1__0__Impl rule__Stakeholder__Group_1__1 ;
public final void rule__Stakeholder__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:698:1: ( rule__Stakeholder__Group_1__0__Impl rule__Stakeholder__Group_1__1 )
// InternalOrganization.g:699:2: rule__Stakeholder__Group_1__0__Impl rule__Stakeholder__Group_1__1
{
pushFollow(FOLLOW_4);
rule__Stakeholder__Group_1__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_1__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_1__0"
// $ANTLR start "rule__Stakeholder__Group_1__0__Impl"
// InternalOrganization.g:706:1: rule__Stakeholder__Group_1__0__Impl : ( ( rule__Stakeholder__Group_1_0__0 )? ) ;
public final void rule__Stakeholder__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:710:1: ( ( ( rule__Stakeholder__Group_1_0__0 )? ) )
// InternalOrganization.g:711:1: ( ( rule__Stakeholder__Group_1_0__0 )? )
{
// InternalOrganization.g:711:1: ( ( rule__Stakeholder__Group_1_0__0 )? )
// InternalOrganization.g:712:2: ( rule__Stakeholder__Group_1_0__0 )?
{
before(grammarAccess.getStakeholderAccess().getGroup_1_0());
// InternalOrganization.g:713:2: ( rule__Stakeholder__Group_1_0__0 )?
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0==22) ) {
alt2=1;
}
switch (alt2) {
case 1 :
// InternalOrganization.g:713:3: rule__Stakeholder__Group_1_0__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_1_0__0();
state._fsp--;
}
break;
}
after(grammarAccess.getStakeholderAccess().getGroup_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_1__0__Impl"
// $ANTLR start "rule__Stakeholder__Group_1__1"
// InternalOrganization.g:721:1: rule__Stakeholder__Group_1__1 : rule__Stakeholder__Group_1__1__Impl ;
public final void rule__Stakeholder__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:725:1: ( rule__Stakeholder__Group_1__1__Impl )
// InternalOrganization.g:726:2: rule__Stakeholder__Group_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_1__1__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_1__1"
// $ANTLR start "rule__Stakeholder__Group_1__1__Impl"
// InternalOrganization.g:732:1: rule__Stakeholder__Group_1__1__Impl : ( ']' ) ;
public final void rule__Stakeholder__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:736:1: ( ( ']' ) )
// InternalOrganization.g:737:1: ( ']' )
{
// InternalOrganization.g:737:1: ( ']' )
// InternalOrganization.g:738:2: ']'
{
before(grammarAccess.getStakeholderAccess().getRightSquareBracketKeyword_1_1());
match(input,21,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getRightSquareBracketKeyword_1_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_1__1__Impl"
// $ANTLR start "rule__Stakeholder__Group_1_0__0"
// InternalOrganization.g:748:1: rule__Stakeholder__Group_1_0__0 : rule__Stakeholder__Group_1_0__0__Impl rule__Stakeholder__Group_1_0__1 ;
public final void rule__Stakeholder__Group_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:752:1: ( rule__Stakeholder__Group_1_0__0__Impl rule__Stakeholder__Group_1_0__1 )
// InternalOrganization.g:753:2: rule__Stakeholder__Group_1_0__0__Impl rule__Stakeholder__Group_1_0__1
{
pushFollow(FOLLOW_3);
rule__Stakeholder__Group_1_0__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_1_0__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_1_0__0"
// $ANTLR start "rule__Stakeholder__Group_1_0__0__Impl"
// InternalOrganization.g:760:1: rule__Stakeholder__Group_1_0__0__Impl : ( 'supervisor' ) ;
public final void rule__Stakeholder__Group_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:764:1: ( ( 'supervisor' ) )
// InternalOrganization.g:765:1: ( 'supervisor' )
{
// InternalOrganization.g:765:1: ( 'supervisor' )
// InternalOrganization.g:766:2: 'supervisor'
{
before(grammarAccess.getStakeholderAccess().getSupervisorKeyword_1_0_0());
match(input,22,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getSupervisorKeyword_1_0_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_1_0__0__Impl"
// $ANTLR start "rule__Stakeholder__Group_1_0__1"
// InternalOrganization.g:775:1: rule__Stakeholder__Group_1_0__1 : rule__Stakeholder__Group_1_0__1__Impl ;
public final void rule__Stakeholder__Group_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:779:1: ( rule__Stakeholder__Group_1_0__1__Impl )
// InternalOrganization.g:780:2: rule__Stakeholder__Group_1_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_1_0__1__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_1_0__1"
// $ANTLR start "rule__Stakeholder__Group_1_0__1__Impl"
// InternalOrganization.g:786:1: rule__Stakeholder__Group_1_0__1__Impl : ( ( rule__Stakeholder__SupervisorAssignment_1_0_1 ) ) ;
public final void rule__Stakeholder__Group_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:790:1: ( ( ( rule__Stakeholder__SupervisorAssignment_1_0_1 ) ) )
// InternalOrganization.g:791:1: ( ( rule__Stakeholder__SupervisorAssignment_1_0_1 ) )
{
// InternalOrganization.g:791:1: ( ( rule__Stakeholder__SupervisorAssignment_1_0_1 ) )
// InternalOrganization.g:792:2: ( rule__Stakeholder__SupervisorAssignment_1_0_1 )
{
before(grammarAccess.getStakeholderAccess().getSupervisorAssignment_1_0_1());
// InternalOrganization.g:793:2: ( rule__Stakeholder__SupervisorAssignment_1_0_1 )
// InternalOrganization.g:793:3: rule__Stakeholder__SupervisorAssignment_1_0_1
{
pushFollow(FOLLOW_2);
rule__Stakeholder__SupervisorAssignment_1_0_1();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getSupervisorAssignment_1_0_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__Group_1_0__1__Impl"
// $ANTLR start "rule__QID__Group__0"
// InternalOrganization.g:802:1: rule__QID__Group__0 : rule__QID__Group__0__Impl rule__QID__Group__1 ;
public final void rule__QID__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:806:1: ( rule__QID__Group__0__Impl rule__QID__Group__1 )
// InternalOrganization.g:807:2: rule__QID__Group__0__Impl rule__QID__Group__1
{
pushFollow(FOLLOW_10);
rule__QID__Group__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__QID__Group__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__QID__Group__0"
// $ANTLR start "rule__QID__Group__0__Impl"
// InternalOrganization.g:814:1: rule__QID__Group__0__Impl : ( RULE_ID ) ;
public final void rule__QID__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:818:1: ( ( RULE_ID ) )
// InternalOrganization.g:819:1: ( RULE_ID )
{
// InternalOrganization.g:819:1: ( RULE_ID )
// InternalOrganization.g:820:2: RULE_ID
{
before(grammarAccess.getQIDAccess().getIDTerminalRuleCall_0());
match(input,RULE_ID,FOLLOW_2);
after(grammarAccess.getQIDAccess().getIDTerminalRuleCall_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__QID__Group__0__Impl"
// $ANTLR start "rule__QID__Group__1"
// InternalOrganization.g:829:1: rule__QID__Group__1 : rule__QID__Group__1__Impl ;
public final void rule__QID__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:833:1: ( rule__QID__Group__1__Impl )
// InternalOrganization.g:834:2: rule__QID__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__QID__Group__1__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__QID__Group__1"
// $ANTLR start "rule__QID__Group__1__Impl"
// InternalOrganization.g:840:1: rule__QID__Group__1__Impl : ( ( rule__QID__Group_1__0 )? ) ;
public final void rule__QID__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:844:1: ( ( ( rule__QID__Group_1__0 )? ) )
// InternalOrganization.g:845:1: ( ( rule__QID__Group_1__0 )? )
{
// InternalOrganization.g:845:1: ( ( rule__QID__Group_1__0 )? )
// InternalOrganization.g:846:2: ( rule__QID__Group_1__0 )?
{
before(grammarAccess.getQIDAccess().getGroup_1());
// InternalOrganization.g:847:2: ( rule__QID__Group_1__0 )?
int alt3=2;
int LA3_0 = input.LA(1);
if ( (LA3_0==23) ) {
alt3=1;
}
switch (alt3) {
case 1 :
// InternalOrganization.g:847:3: rule__QID__Group_1__0
{
pushFollow(FOLLOW_2);
rule__QID__Group_1__0();
state._fsp--;
}
break;
}
after(grammarAccess.getQIDAccess().getGroup_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__QID__Group__1__Impl"
// $ANTLR start "rule__QID__Group_1__0"
// InternalOrganization.g:856:1: rule__QID__Group_1__0 : rule__QID__Group_1__0__Impl rule__QID__Group_1__1 ;
public final void rule__QID__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:860:1: ( rule__QID__Group_1__0__Impl rule__QID__Group_1__1 )
// InternalOrganization.g:861:2: rule__QID__Group_1__0__Impl rule__QID__Group_1__1
{
pushFollow(FOLLOW_3);
rule__QID__Group_1__0__Impl();
state._fsp--;
pushFollow(FOLLOW_2);
rule__QID__Group_1__1();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__QID__Group_1__0"
// $ANTLR start "rule__QID__Group_1__0__Impl"
// InternalOrganization.g:868:1: rule__QID__Group_1__0__Impl : ( '.' ) ;
public final void rule__QID__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:872:1: ( ( '.' ) )
// InternalOrganization.g:873:1: ( '.' )
{
// InternalOrganization.g:873:1: ( '.' )
// InternalOrganization.g:874:2: '.'
{
before(grammarAccess.getQIDAccess().getFullStopKeyword_1_0());
match(input,23,FOLLOW_2);
after(grammarAccess.getQIDAccess().getFullStopKeyword_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__QID__Group_1__0__Impl"
// $ANTLR start "rule__QID__Group_1__1"
// InternalOrganization.g:883:1: rule__QID__Group_1__1 : rule__QID__Group_1__1__Impl ;
public final void rule__QID__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:887:1: ( rule__QID__Group_1__1__Impl )
// InternalOrganization.g:888:2: rule__QID__Group_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__QID__Group_1__1__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__QID__Group_1__1"
// $ANTLR start "rule__QID__Group_1__1__Impl"
// InternalOrganization.g:894:1: rule__QID__Group_1__1__Impl : ( RULE_ID ) ;
public final void rule__QID__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:898:1: ( ( RULE_ID ) )
// InternalOrganization.g:899:1: ( RULE_ID )
{
// InternalOrganization.g:899:1: ( RULE_ID )
// InternalOrganization.g:900:2: RULE_ID
{
before(grammarAccess.getQIDAccess().getIDTerminalRuleCall_1_1());
match(input,RULE_ID,FOLLOW_2);
after(grammarAccess.getQIDAccess().getIDTerminalRuleCall_1_1());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__QID__Group_1__1__Impl"
// $ANTLR start "rule__Stakeholder__UnorderedGroup"
// InternalOrganization.g:910:1: rule__Stakeholder__UnorderedGroup : rule__Stakeholder__UnorderedGroup__0 {...}?;
public final void rule__Stakeholder__UnorderedGroup() throws RecognitionException {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getStakeholderAccess().getUnorderedGroup());
try {
// InternalOrganization.g:915:1: ( rule__Stakeholder__UnorderedGroup__0 {...}?)
// InternalOrganization.g:916:2: rule__Stakeholder__UnorderedGroup__0 {...}?
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup__0();
state._fsp--;
if ( ! getUnorderedGroupHelper().canLeave(grammarAccess.getStakeholderAccess().getUnorderedGroup()) ) {
throw new FailedPredicateException(input, "rule__Stakeholder__UnorderedGroup", "getUnorderedGroupHelper().canLeave(grammarAccess.getStakeholderAccess().getUnorderedGroup())");
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
getUnorderedGroupHelper().leave(grammarAccess.getStakeholderAccess().getUnorderedGroup());
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup"
// $ANTLR start "rule__Stakeholder__UnorderedGroup__Impl"
// InternalOrganization.g:924:1: rule__Stakeholder__UnorderedGroup__Impl : ( ({...}? => ( ( ( rule__Stakeholder__Group_0__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_1__0 ) ) ) ) ) ;
public final void rule__Stakeholder__UnorderedGroup__Impl() throws RecognitionException {
int stackSize = keepStackSize();
boolean selected = false;
try {
// InternalOrganization.g:929:1: ( ( ({...}? => ( ( ( rule__Stakeholder__Group_0__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_1__0 ) ) ) ) ) )
// InternalOrganization.g:930:3: ( ({...}? => ( ( ( rule__Stakeholder__Group_0__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_1__0 ) ) ) ) )
{
// InternalOrganization.g:930:3: ( ({...}? => ( ( ( rule__Stakeholder__Group_0__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_1__0 ) ) ) ) )
int alt4=2;
int LA4_0 = input.LA(1);
if ( LA4_0 == 12 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 0) ) {
alt4=1;
}
else if ( LA4_0 >= 21 && LA4_0 <= 22 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 1) ) {
alt4=2;
}
else {
NoViableAltException nvae =
new NoViableAltException("", 4, 0, input);
throw nvae;
}
switch (alt4) {
case 1 :
// InternalOrganization.g:931:3: ({...}? => ( ( ( rule__Stakeholder__Group_0__0 ) ) ) )
{
// InternalOrganization.g:931:3: ({...}? => ( ( ( rule__Stakeholder__Group_0__0 ) ) ) )
// InternalOrganization.g:932:4: {...}? => ( ( ( rule__Stakeholder__Group_0__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 0) ) {
throw new FailedPredicateException(input, "rule__Stakeholder__UnorderedGroup__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 0)");
}
// InternalOrganization.g:932:105: ( ( ( rule__Stakeholder__Group_0__0 ) ) )
// InternalOrganization.g:933:5: ( ( rule__Stakeholder__Group_0__0 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 0);
selected = true;
// InternalOrganization.g:939:5: ( ( rule__Stakeholder__Group_0__0 ) )
// InternalOrganization.g:940:6: ( rule__Stakeholder__Group_0__0 )
{
before(grammarAccess.getStakeholderAccess().getGroup_0());
// InternalOrganization.g:941:6: ( rule__Stakeholder__Group_0__0 )
// InternalOrganization.g:941:7: rule__Stakeholder__Group_0__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0__0();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getGroup_0());
}
}
}
}
break;
case 2 :
// InternalOrganization.g:946:3: ({...}? => ( ( ( rule__Stakeholder__Group_1__0 ) ) ) )
{
// InternalOrganization.g:946:3: ({...}? => ( ( ( rule__Stakeholder__Group_1__0 ) ) ) )
// InternalOrganization.g:947:4: {...}? => ( ( ( rule__Stakeholder__Group_1__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 1) ) {
throw new FailedPredicateException(input, "rule__Stakeholder__UnorderedGroup__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 1)");
}
// InternalOrganization.g:947:105: ( ( ( rule__Stakeholder__Group_1__0 ) ) )
// InternalOrganization.g:948:5: ( ( rule__Stakeholder__Group_1__0 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 1);
selected = true;
// InternalOrganization.g:954:5: ( ( rule__Stakeholder__Group_1__0 ) )
// InternalOrganization.g:955:6: ( rule__Stakeholder__Group_1__0 )
{
before(grammarAccess.getStakeholderAccess().getGroup_1());
// InternalOrganization.g:956:6: ( rule__Stakeholder__Group_1__0 )
// InternalOrganization.g:956:7: rule__Stakeholder__Group_1__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_1__0();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getGroup_1());
}
}
}
}
break;
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
if (selected)
getUnorderedGroupHelper().returnFromSelection(grammarAccess.getStakeholderAccess().getUnorderedGroup());
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup__Impl"
// $ANTLR start "rule__Stakeholder__UnorderedGroup__0"
// InternalOrganization.g:969:1: rule__Stakeholder__UnorderedGroup__0 : rule__Stakeholder__UnorderedGroup__Impl ( rule__Stakeholder__UnorderedGroup__1 )? ;
public final void rule__Stakeholder__UnorderedGroup__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:973:1: ( rule__Stakeholder__UnorderedGroup__Impl ( rule__Stakeholder__UnorderedGroup__1 )? )
// InternalOrganization.g:974:2: rule__Stakeholder__UnorderedGroup__Impl ( rule__Stakeholder__UnorderedGroup__1 )?
{
pushFollow(FOLLOW_5);
rule__Stakeholder__UnorderedGroup__Impl();
state._fsp--;
// InternalOrganization.g:975:2: ( rule__Stakeholder__UnorderedGroup__1 )?
int alt5=2;
alt5 = dfa5.predict(input);
switch (alt5) {
case 1 :
// InternalOrganization.g:975:2: rule__Stakeholder__UnorderedGroup__1
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup__1();
state._fsp--;
}
break;
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup__0"
// $ANTLR start "rule__Stakeholder__UnorderedGroup__1"
// InternalOrganization.g:981:1: rule__Stakeholder__UnorderedGroup__1 : rule__Stakeholder__UnorderedGroup__Impl ;
public final void rule__Stakeholder__UnorderedGroup__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:985:1: ( rule__Stakeholder__UnorderedGroup__Impl )
// InternalOrganization.g:986:2: rule__Stakeholder__UnorderedGroup__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup__1"
// $ANTLR start "rule__Stakeholder__UnorderedGroup_0_3"
// InternalOrganization.g:993:1: rule__Stakeholder__UnorderedGroup_0_3 : ( rule__Stakeholder__UnorderedGroup_0_3__0 )? ;
public final void rule__Stakeholder__UnorderedGroup_0_3() throws RecognitionException {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3());
try {
// InternalOrganization.g:998:1: ( ( rule__Stakeholder__UnorderedGroup_0_3__0 )? )
// InternalOrganization.g:999:2: ( rule__Stakeholder__UnorderedGroup_0_3__0 )?
{
// InternalOrganization.g:999:2: ( rule__Stakeholder__UnorderedGroup_0_3__0 )?
int alt6=2;
int LA6_0 = input.LA(1);
if ( LA6_0 == 14 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0) ) {
alt6=1;
}
else if ( LA6_0 == 16 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1) ) {
alt6=1;
}
else if ( LA6_0 == 17 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2) ) {
alt6=1;
}
else if ( LA6_0 == 18 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3) ) {
alt6=1;
}
else if ( LA6_0 == 19 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4) ) {
alt6=1;
}
else if ( LA6_0 == 20 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5) ) {
alt6=1;
}
switch (alt6) {
case 1 :
// InternalOrganization.g:999:2: rule__Stakeholder__UnorderedGroup_0_3__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup_0_3__0();
state._fsp--;
}
break;
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
getUnorderedGroupHelper().leave(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3());
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup_0_3"
// $ANTLR start "rule__Stakeholder__UnorderedGroup_0_3__Impl"
// InternalOrganization.g:1007:1: rule__Stakeholder__UnorderedGroup_0_3__Impl : ( ({...}? => ( ( ( rule__Stakeholder__Group_0_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_5__0 ) ) ) ) ) ;
public final void rule__Stakeholder__UnorderedGroup_0_3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
boolean selected = false;
try {
// InternalOrganization.g:1012:1: ( ( ({...}? => ( ( ( rule__Stakeholder__Group_0_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_5__0 ) ) ) ) ) )
// InternalOrganization.g:1013:3: ( ({...}? => ( ( ( rule__Stakeholder__Group_0_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_5__0 ) ) ) ) )
{
// InternalOrganization.g:1013:3: ( ({...}? => ( ( ( rule__Stakeholder__Group_0_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__Stakeholder__Group_0_3_5__0 ) ) ) ) )
int alt7=6;
int LA7_0 = input.LA(1);
if ( LA7_0 == 14 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0) ) {
alt7=1;
}
else if ( LA7_0 == 16 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1) ) {
alt7=2;
}
else if ( LA7_0 == 17 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2) ) {
alt7=3;
}
else if ( LA7_0 == 18 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3) ) {
alt7=4;
}
else if ( LA7_0 == 19 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4) ) {
alt7=5;
}
else if ( LA7_0 == 20 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5) ) {
alt7=6;
}
else {
NoViableAltException nvae =
new NoViableAltException("", 7, 0, input);
throw nvae;
}
switch (alt7) {
case 1 :
// InternalOrganization.g:1014:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_0__0 ) ) ) )
{
// InternalOrganization.g:1014:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_0__0 ) ) ) )
// InternalOrganization.g:1015:4: {...}? => ( ( ( rule__Stakeholder__Group_0_3_0__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0) ) {
throw new FailedPredicateException(input, "rule__Stakeholder__UnorderedGroup_0_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0)");
}
// InternalOrganization.g:1015:109: ( ( ( rule__Stakeholder__Group_0_3_0__0 ) ) )
// InternalOrganization.g:1016:5: ( ( rule__Stakeholder__Group_0_3_0__0 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0);
selected = true;
// InternalOrganization.g:1022:5: ( ( rule__Stakeholder__Group_0_3_0__0 ) )
// InternalOrganization.g:1023:6: ( rule__Stakeholder__Group_0_3_0__0 )
{
before(grammarAccess.getStakeholderAccess().getGroup_0_3_0());
// InternalOrganization.g:1024:6: ( rule__Stakeholder__Group_0_3_0__0 )
// InternalOrganization.g:1024:7: rule__Stakeholder__Group_0_3_0__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_0__0();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getGroup_0_3_0());
}
}
}
}
break;
case 2 :
// InternalOrganization.g:1029:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_1__0 ) ) ) )
{
// InternalOrganization.g:1029:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_1__0 ) ) ) )
// InternalOrganization.g:1030:4: {...}? => ( ( ( rule__Stakeholder__Group_0_3_1__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1) ) {
throw new FailedPredicateException(input, "rule__Stakeholder__UnorderedGroup_0_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1)");
}
// InternalOrganization.g:1030:109: ( ( ( rule__Stakeholder__Group_0_3_1__0 ) ) )
// InternalOrganization.g:1031:5: ( ( rule__Stakeholder__Group_0_3_1__0 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1);
selected = true;
// InternalOrganization.g:1037:5: ( ( rule__Stakeholder__Group_0_3_1__0 ) )
// InternalOrganization.g:1038:6: ( rule__Stakeholder__Group_0_3_1__0 )
{
before(grammarAccess.getStakeholderAccess().getGroup_0_3_1());
// InternalOrganization.g:1039:6: ( rule__Stakeholder__Group_0_3_1__0 )
// InternalOrganization.g:1039:7: rule__Stakeholder__Group_0_3_1__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_1__0();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getGroup_0_3_1());
}
}
}
}
break;
case 3 :
// InternalOrganization.g:1044:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_2__0 ) ) ) )
{
// InternalOrganization.g:1044:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_2__0 ) ) ) )
// InternalOrganization.g:1045:4: {...}? => ( ( ( rule__Stakeholder__Group_0_3_2__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2) ) {
throw new FailedPredicateException(input, "rule__Stakeholder__UnorderedGroup_0_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2)");
}
// InternalOrganization.g:1045:109: ( ( ( rule__Stakeholder__Group_0_3_2__0 ) ) )
// InternalOrganization.g:1046:5: ( ( rule__Stakeholder__Group_0_3_2__0 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2);
selected = true;
// InternalOrganization.g:1052:5: ( ( rule__Stakeholder__Group_0_3_2__0 ) )
// InternalOrganization.g:1053:6: ( rule__Stakeholder__Group_0_3_2__0 )
{
before(grammarAccess.getStakeholderAccess().getGroup_0_3_2());
// InternalOrganization.g:1054:6: ( rule__Stakeholder__Group_0_3_2__0 )
// InternalOrganization.g:1054:7: rule__Stakeholder__Group_0_3_2__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_2__0();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getGroup_0_3_2());
}
}
}
}
break;
case 4 :
// InternalOrganization.g:1059:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_3__0 ) ) ) )
{
// InternalOrganization.g:1059:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_3__0 ) ) ) )
// InternalOrganization.g:1060:4: {...}? => ( ( ( rule__Stakeholder__Group_0_3_3__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3) ) {
throw new FailedPredicateException(input, "rule__Stakeholder__UnorderedGroup_0_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3)");
}
// InternalOrganization.g:1060:109: ( ( ( rule__Stakeholder__Group_0_3_3__0 ) ) )
// InternalOrganization.g:1061:5: ( ( rule__Stakeholder__Group_0_3_3__0 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3);
selected = true;
// InternalOrganization.g:1067:5: ( ( rule__Stakeholder__Group_0_3_3__0 ) )
// InternalOrganization.g:1068:6: ( rule__Stakeholder__Group_0_3_3__0 )
{
before(grammarAccess.getStakeholderAccess().getGroup_0_3_3());
// InternalOrganization.g:1069:6: ( rule__Stakeholder__Group_0_3_3__0 )
// InternalOrganization.g:1069:7: rule__Stakeholder__Group_0_3_3__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_3__0();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getGroup_0_3_3());
}
}
}
}
break;
case 5 :
// InternalOrganization.g:1074:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_4__0 ) ) ) )
{
// InternalOrganization.g:1074:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_4__0 ) ) ) )
// InternalOrganization.g:1075:4: {...}? => ( ( ( rule__Stakeholder__Group_0_3_4__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4) ) {
throw new FailedPredicateException(input, "rule__Stakeholder__UnorderedGroup_0_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4)");
}
// InternalOrganization.g:1075:109: ( ( ( rule__Stakeholder__Group_0_3_4__0 ) ) )
// InternalOrganization.g:1076:5: ( ( rule__Stakeholder__Group_0_3_4__0 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4);
selected = true;
// InternalOrganization.g:1082:5: ( ( rule__Stakeholder__Group_0_3_4__0 ) )
// InternalOrganization.g:1083:6: ( rule__Stakeholder__Group_0_3_4__0 )
{
before(grammarAccess.getStakeholderAccess().getGroup_0_3_4());
// InternalOrganization.g:1084:6: ( rule__Stakeholder__Group_0_3_4__0 )
// InternalOrganization.g:1084:7: rule__Stakeholder__Group_0_3_4__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_4__0();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getGroup_0_3_4());
}
}
}
}
break;
case 6 :
// InternalOrganization.g:1089:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_5__0 ) ) ) )
{
// InternalOrganization.g:1089:3: ({...}? => ( ( ( rule__Stakeholder__Group_0_3_5__0 ) ) ) )
// InternalOrganization.g:1090:4: {...}? => ( ( ( rule__Stakeholder__Group_0_3_5__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5) ) {
throw new FailedPredicateException(input, "rule__Stakeholder__UnorderedGroup_0_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5)");
}
// InternalOrganization.g:1090:109: ( ( ( rule__Stakeholder__Group_0_3_5__0 ) ) )
// InternalOrganization.g:1091:5: ( ( rule__Stakeholder__Group_0_3_5__0 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5);
selected = true;
// InternalOrganization.g:1097:5: ( ( rule__Stakeholder__Group_0_3_5__0 ) )
// InternalOrganization.g:1098:6: ( rule__Stakeholder__Group_0_3_5__0 )
{
before(grammarAccess.getStakeholderAccess().getGroup_0_3_5());
// InternalOrganization.g:1099:6: ( rule__Stakeholder__Group_0_3_5__0 )
// InternalOrganization.g:1099:7: rule__Stakeholder__Group_0_3_5__0
{
pushFollow(FOLLOW_2);
rule__Stakeholder__Group_0_3_5__0();
state._fsp--;
}
after(grammarAccess.getStakeholderAccess().getGroup_0_3_5());
}
}
}
}
break;
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
if (selected)
getUnorderedGroupHelper().returnFromSelection(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3());
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup_0_3__Impl"
// $ANTLR start "rule__Stakeholder__UnorderedGroup_0_3__0"
// InternalOrganization.g:1112:1: rule__Stakeholder__UnorderedGroup_0_3__0 : rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__1 )? ;
public final void rule__Stakeholder__UnorderedGroup_0_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1116:1: ( rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__1 )? )
// InternalOrganization.g:1117:2: rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__1 )?
{
pushFollow(FOLLOW_11);
rule__Stakeholder__UnorderedGroup_0_3__Impl();
state._fsp--;
// InternalOrganization.g:1118:2: ( rule__Stakeholder__UnorderedGroup_0_3__1 )?
int alt8=2;
int LA8_0 = input.LA(1);
if ( LA8_0 == 14 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0) ) {
alt8=1;
}
else if ( LA8_0 == 16 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1) ) {
alt8=1;
}
else if ( LA8_0 == 17 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2) ) {
alt8=1;
}
else if ( LA8_0 == 18 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3) ) {
alt8=1;
}
else if ( LA8_0 == 19 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4) ) {
alt8=1;
}
else if ( LA8_0 == 20 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5) ) {
alt8=1;
}
switch (alt8) {
case 1 :
// InternalOrganization.g:1118:2: rule__Stakeholder__UnorderedGroup_0_3__1
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup_0_3__1();
state._fsp--;
}
break;
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup_0_3__0"
// $ANTLR start "rule__Stakeholder__UnorderedGroup_0_3__1"
// InternalOrganization.g:1124:1: rule__Stakeholder__UnorderedGroup_0_3__1 : rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__2 )? ;
public final void rule__Stakeholder__UnorderedGroup_0_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1128:1: ( rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__2 )? )
// InternalOrganization.g:1129:2: rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__2 )?
{
pushFollow(FOLLOW_11);
rule__Stakeholder__UnorderedGroup_0_3__Impl();
state._fsp--;
// InternalOrganization.g:1130:2: ( rule__Stakeholder__UnorderedGroup_0_3__2 )?
int alt9=2;
int LA9_0 = input.LA(1);
if ( LA9_0 == 14 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0) ) {
alt9=1;
}
else if ( LA9_0 == 16 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1) ) {
alt9=1;
}
else if ( LA9_0 == 17 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2) ) {
alt9=1;
}
else if ( LA9_0 == 18 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3) ) {
alt9=1;
}
else if ( LA9_0 == 19 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4) ) {
alt9=1;
}
else if ( LA9_0 == 20 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5) ) {
alt9=1;
}
switch (alt9) {
case 1 :
// InternalOrganization.g:1130:2: rule__Stakeholder__UnorderedGroup_0_3__2
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup_0_3__2();
state._fsp--;
}
break;
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup_0_3__1"
// $ANTLR start "rule__Stakeholder__UnorderedGroup_0_3__2"
// InternalOrganization.g:1136:1: rule__Stakeholder__UnorderedGroup_0_3__2 : rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__3 )? ;
public final void rule__Stakeholder__UnorderedGroup_0_3__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1140:1: ( rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__3 )? )
// InternalOrganization.g:1141:2: rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__3 )?
{
pushFollow(FOLLOW_11);
rule__Stakeholder__UnorderedGroup_0_3__Impl();
state._fsp--;
// InternalOrganization.g:1142:2: ( rule__Stakeholder__UnorderedGroup_0_3__3 )?
int alt10=2;
int LA10_0 = input.LA(1);
if ( LA10_0 == 14 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0) ) {
alt10=1;
}
else if ( LA10_0 == 16 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1) ) {
alt10=1;
}
else if ( LA10_0 == 17 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2) ) {
alt10=1;
}
else if ( LA10_0 == 18 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3) ) {
alt10=1;
}
else if ( LA10_0 == 19 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4) ) {
alt10=1;
}
else if ( LA10_0 == 20 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5) ) {
alt10=1;
}
switch (alt10) {
case 1 :
// InternalOrganization.g:1142:2: rule__Stakeholder__UnorderedGroup_0_3__3
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup_0_3__3();
state._fsp--;
}
break;
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup_0_3__2"
// $ANTLR start "rule__Stakeholder__UnorderedGroup_0_3__3"
// InternalOrganization.g:1148:1: rule__Stakeholder__UnorderedGroup_0_3__3 : rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__4 )? ;
public final void rule__Stakeholder__UnorderedGroup_0_3__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1152:1: ( rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__4 )? )
// InternalOrganization.g:1153:2: rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__4 )?
{
pushFollow(FOLLOW_11);
rule__Stakeholder__UnorderedGroup_0_3__Impl();
state._fsp--;
// InternalOrganization.g:1154:2: ( rule__Stakeholder__UnorderedGroup_0_3__4 )?
int alt11=2;
int LA11_0 = input.LA(1);
if ( LA11_0 == 14 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0) ) {
alt11=1;
}
else if ( LA11_0 == 16 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1) ) {
alt11=1;
}
else if ( LA11_0 == 17 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2) ) {
alt11=1;
}
else if ( LA11_0 == 18 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3) ) {
alt11=1;
}
else if ( LA11_0 == 19 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4) ) {
alt11=1;
}
else if ( LA11_0 == 20 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5) ) {
alt11=1;
}
switch (alt11) {
case 1 :
// InternalOrganization.g:1154:2: rule__Stakeholder__UnorderedGroup_0_3__4
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup_0_3__4();
state._fsp--;
}
break;
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup_0_3__3"
// $ANTLR start "rule__Stakeholder__UnorderedGroup_0_3__4"
// InternalOrganization.g:1160:1: rule__Stakeholder__UnorderedGroup_0_3__4 : rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__5 )? ;
public final void rule__Stakeholder__UnorderedGroup_0_3__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1164:1: ( rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__5 )? )
// InternalOrganization.g:1165:2: rule__Stakeholder__UnorderedGroup_0_3__Impl ( rule__Stakeholder__UnorderedGroup_0_3__5 )?
{
pushFollow(FOLLOW_11);
rule__Stakeholder__UnorderedGroup_0_3__Impl();
state._fsp--;
// InternalOrganization.g:1166:2: ( rule__Stakeholder__UnorderedGroup_0_3__5 )?
int alt12=2;
int LA12_0 = input.LA(1);
if ( LA12_0 == 14 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 0) ) {
alt12=1;
}
else if ( LA12_0 == 16 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 1) ) {
alt12=1;
}
else if ( LA12_0 == 17 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 2) ) {
alt12=1;
}
else if ( LA12_0 == 18 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 3) ) {
alt12=1;
}
else if ( LA12_0 == 19 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 4) ) {
alt12=1;
}
else if ( LA12_0 == 20 && getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup_0_3(), 5) ) {
alt12=1;
}
switch (alt12) {
case 1 :
// InternalOrganization.g:1166:2: rule__Stakeholder__UnorderedGroup_0_3__5
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup_0_3__5();
state._fsp--;
}
break;
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup_0_3__4"
// $ANTLR start "rule__Stakeholder__UnorderedGroup_0_3__5"
// InternalOrganization.g:1172:1: rule__Stakeholder__UnorderedGroup_0_3__5 : rule__Stakeholder__UnorderedGroup_0_3__Impl ;
public final void rule__Stakeholder__UnorderedGroup_0_3__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1176:1: ( rule__Stakeholder__UnorderedGroup_0_3__Impl )
// InternalOrganization.g:1177:2: rule__Stakeholder__UnorderedGroup_0_3__Impl
{
pushFollow(FOLLOW_2);
rule__Stakeholder__UnorderedGroup_0_3__Impl();
state._fsp--;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__UnorderedGroup_0_3__5"
// $ANTLR start "rule__Organization__NameAssignment_1"
// InternalOrganization.g:1184:1: rule__Organization__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__Organization__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1188:1: ( ( RULE_ID ) )
// InternalOrganization.g:1189:2: ( RULE_ID )
{
// InternalOrganization.g:1189:2: ( RULE_ID )
// InternalOrganization.g:1190:3: RULE_ID
{
before(grammarAccess.getOrganizationAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
after(grammarAccess.getOrganizationAccess().getNameIDTerminalRuleCall_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Organization__NameAssignment_1"
// $ANTLR start "rule__Organization__StakeholderAssignment_2"
// InternalOrganization.g:1199:1: rule__Organization__StakeholderAssignment_2 : ( ruleStakeholder ) ;
public final void rule__Organization__StakeholderAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1203:1: ( ( ruleStakeholder ) )
// InternalOrganization.g:1204:2: ( ruleStakeholder )
{
// InternalOrganization.g:1204:2: ( ruleStakeholder )
// InternalOrganization.g:1205:3: ruleStakeholder
{
before(grammarAccess.getOrganizationAccess().getStakeholderStakeholderParserRuleCall_2_0());
pushFollow(FOLLOW_2);
ruleStakeholder();
state._fsp--;
after(grammarAccess.getOrganizationAccess().getStakeholderStakeholderParserRuleCall_2_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Organization__StakeholderAssignment_2"
// $ANTLR start "rule__Stakeholder__NameAssignment_0_1"
// InternalOrganization.g:1214:1: rule__Stakeholder__NameAssignment_0_1 : ( RULE_ID ) ;
public final void rule__Stakeholder__NameAssignment_0_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1218:1: ( ( RULE_ID ) )
// InternalOrganization.g:1219:2: ( RULE_ID )
{
// InternalOrganization.g:1219:2: ( RULE_ID )
// InternalOrganization.g:1220:3: RULE_ID
{
before(grammarAccess.getStakeholderAccess().getNameIDTerminalRuleCall_0_1_0());
match(input,RULE_ID,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getNameIDTerminalRuleCall_0_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__NameAssignment_0_1"
// $ANTLR start "rule__Stakeholder__FullnameAssignment_0_3_0_2"
// InternalOrganization.g:1229:1: rule__Stakeholder__FullnameAssignment_0_3_0_2 : ( RULE_STRING ) ;
public final void rule__Stakeholder__FullnameAssignment_0_3_0_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1233:1: ( ( RULE_STRING ) )
// InternalOrganization.g:1234:2: ( RULE_STRING )
{
// InternalOrganization.g:1234:2: ( RULE_STRING )
// InternalOrganization.g:1235:3: RULE_STRING
{
before(grammarAccess.getStakeholderAccess().getFullnameSTRINGTerminalRuleCall_0_3_0_2_0());
match(input,RULE_STRING,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getFullnameSTRINGTerminalRuleCall_0_3_0_2_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__FullnameAssignment_0_3_0_2"
// $ANTLR start "rule__Stakeholder__TitleAssignment_0_3_1_1"
// InternalOrganization.g:1244:1: rule__Stakeholder__TitleAssignment_0_3_1_1 : ( RULE_STRING ) ;
public final void rule__Stakeholder__TitleAssignment_0_3_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1248:1: ( ( RULE_STRING ) )
// InternalOrganization.g:1249:2: ( RULE_STRING )
{
// InternalOrganization.g:1249:2: ( RULE_STRING )
// InternalOrganization.g:1250:3: RULE_STRING
{
before(grammarAccess.getStakeholderAccess().getTitleSTRINGTerminalRuleCall_0_3_1_1_0());
match(input,RULE_STRING,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getTitleSTRINGTerminalRuleCall_0_3_1_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__TitleAssignment_0_3_1_1"
// $ANTLR start "rule__Stakeholder__DescriptionAssignment_0_3_2_1"
// InternalOrganization.g:1259:1: rule__Stakeholder__DescriptionAssignment_0_3_2_1 : ( RULE_STRING ) ;
public final void rule__Stakeholder__DescriptionAssignment_0_3_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1263:1: ( ( RULE_STRING ) )
// InternalOrganization.g:1264:2: ( RULE_STRING )
{
// InternalOrganization.g:1264:2: ( RULE_STRING )
// InternalOrganization.g:1265:3: RULE_STRING
{
before(grammarAccess.getStakeholderAccess().getDescriptionSTRINGTerminalRuleCall_0_3_2_1_0());
match(input,RULE_STRING,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getDescriptionSTRINGTerminalRuleCall_0_3_2_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__DescriptionAssignment_0_3_2_1"
// $ANTLR start "rule__Stakeholder__RoleAssignment_0_3_3_1"
// InternalOrganization.g:1274:1: rule__Stakeholder__RoleAssignment_0_3_3_1 : ( RULE_STRING ) ;
public final void rule__Stakeholder__RoleAssignment_0_3_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1278:1: ( ( RULE_STRING ) )
// InternalOrganization.g:1279:2: ( RULE_STRING )
{
// InternalOrganization.g:1279:2: ( RULE_STRING )
// InternalOrganization.g:1280:3: RULE_STRING
{
before(grammarAccess.getStakeholderAccess().getRoleSTRINGTerminalRuleCall_0_3_3_1_0());
match(input,RULE_STRING,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getRoleSTRINGTerminalRuleCall_0_3_3_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__RoleAssignment_0_3_3_1"
// $ANTLR start "rule__Stakeholder__EmailAssignment_0_3_4_1"
// InternalOrganization.g:1289:1: rule__Stakeholder__EmailAssignment_0_3_4_1 : ( RULE_STRING ) ;
public final void rule__Stakeholder__EmailAssignment_0_3_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1293:1: ( ( RULE_STRING ) )
// InternalOrganization.g:1294:2: ( RULE_STRING )
{
// InternalOrganization.g:1294:2: ( RULE_STRING )
// InternalOrganization.g:1295:3: RULE_STRING
{
before(grammarAccess.getStakeholderAccess().getEmailSTRINGTerminalRuleCall_0_3_4_1_0());
match(input,RULE_STRING,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getEmailSTRINGTerminalRuleCall_0_3_4_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__EmailAssignment_0_3_4_1"
// $ANTLR start "rule__Stakeholder__PhoneAssignment_0_3_5_1"
// InternalOrganization.g:1304:1: rule__Stakeholder__PhoneAssignment_0_3_5_1 : ( RULE_STRING ) ;
public final void rule__Stakeholder__PhoneAssignment_0_3_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1308:1: ( ( RULE_STRING ) )
// InternalOrganization.g:1309:2: ( RULE_STRING )
{
// InternalOrganization.g:1309:2: ( RULE_STRING )
// InternalOrganization.g:1310:3: RULE_STRING
{
before(grammarAccess.getStakeholderAccess().getPhoneSTRINGTerminalRuleCall_0_3_5_1_0());
match(input,RULE_STRING,FOLLOW_2);
after(grammarAccess.getStakeholderAccess().getPhoneSTRINGTerminalRuleCall_0_3_5_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__PhoneAssignment_0_3_5_1"
// $ANTLR start "rule__Stakeholder__SupervisorAssignment_1_0_1"
// InternalOrganization.g:1319:1: rule__Stakeholder__SupervisorAssignment_1_0_1 : ( ( ruleQID ) ) ;
public final void rule__Stakeholder__SupervisorAssignment_1_0_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// InternalOrganization.g:1323:1: ( ( ( ruleQID ) ) )
// InternalOrganization.g:1324:2: ( ( ruleQID ) )
{
// InternalOrganization.g:1324:2: ( ( ruleQID ) )
// InternalOrganization.g:1325:3: ( ruleQID )
{
before(grammarAccess.getStakeholderAccess().getSupervisorStakeholderCrossReference_1_0_1_0());
// InternalOrganization.g:1326:3: ( ruleQID )
// InternalOrganization.g:1327:4: ruleQID
{
before(grammarAccess.getStakeholderAccess().getSupervisorStakeholderQIDParserRuleCall_1_0_1_0_1());
pushFollow(FOLLOW_2);
ruleQID();
state._fsp--;
after(grammarAccess.getStakeholderAccess().getSupervisorStakeholderQIDParserRuleCall_1_0_1_0_1());
}
after(grammarAccess.getStakeholderAccess().getSupervisorStakeholderCrossReference_1_0_1_0());
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__Stakeholder__SupervisorAssignment_1_0_1"
// Delegated rules
protected DFA5 dfa5 = new DFA5(this);
static final String dfa_1s = "\13\uffff";
static final String dfa_2s = "\1\4\12\uffff";
static final String dfa_3s = "\1\14\2\4\1\0\1\uffff\1\15\1\25\1\uffff\1\0\1\4\1\25";
static final String dfa_4s = "\1\26\2\4\1\0\1\uffff\1\15\1\27\1\uffff\1\0\1\4\1\25";
static final String dfa_5s = "\4\uffff\1\2\2\uffff\1\1\3\uffff";
static final String dfa_6s = "\3\uffff\1\0\4\uffff\1\1\2\uffff}>";
static final String[] dfa_7s = {
"\1\1\10\uffff\1\3\1\2",
"\1\5",
"\1\6",
"\1\uffff",
"",
"\1\10",
"\1\3\1\uffff\1\11",
"",
"\1\uffff",
"\1\12",
"\1\3"
};
static final short[] dfa_1 = DFA.unpackEncodedString(dfa_1s);
static final short[] dfa_2 = DFA.unpackEncodedString(dfa_2s);
static final char[] dfa_3 = DFA.unpackEncodedStringToUnsignedChars(dfa_3s);
static final char[] dfa_4 = DFA.unpackEncodedStringToUnsignedChars(dfa_4s);
static final short[] dfa_5 = DFA.unpackEncodedString(dfa_5s);
static final short[] dfa_6 = DFA.unpackEncodedString(dfa_6s);
static final short[][] dfa_7 = unpackEncodedStringArray(dfa_7s);
class DFA5 extends DFA {
public DFA5(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 5;
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 "975:2: ( rule__Stakeholder__UnorderedGroup__1 )?";
}
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
TokenStream input = (TokenStream)_input;
int _s = s;
switch ( s ) {
case 0 :
int LA5_3 = input.LA(1);
int index5_3 = input.index();
input.rewind();
s = -1;
if ( getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 1) ) {s = 7;}
else if ( getUnorderedGroupHelper().canLeave(grammarAccess.getStakeholderAccess().getUnorderedGroup()) ) {s = 4;}
input.seek(index5_3);
if ( s>=0 ) return s;
break;
case 1 :
int LA5_8 = input.LA(1);
int index5_8 = input.index();
input.rewind();
s = -1;
if ( getUnorderedGroupHelper().canSelect(grammarAccess.getStakeholderAccess().getUnorderedGroup(), 0) ) {s = 7;}
else if ( getUnorderedGroupHelper().canLeave(grammarAccess.getStakeholderAccess().getUnorderedGroup()) ) {s = 4;}
input.seek(index5_8);
if ( s>=0 ) return s;
break;
}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 5, _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[]{0x0000000000000010L});
public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0000000000601000L});
public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0000000000601002L});
public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000002000L});
public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x00000000001F4000L});
public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000008000L});
public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000000020L});
public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000800000L});
public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x00000000001F4002L});
}