Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2012-04-04 21:46:55 +0000
committerRoberto E. Escobar2012-04-04 21:46:55 +0000
commitbfb28b4528c2e3be64849f219c4a18a4679cf444 (patch)
treebfc503a505905c17d24889f5994fa67299c75d29 /plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse
parent34b436679032e7814189569902fb4290367ba0fd (diff)
downloadorg.eclipse.osee-bfb28b4528c2e3be64849f219c4a18a4679cf444.tar.gz
org.eclipse.osee-bfb28b4528c2e3be64849f219c4a18a4679cf444.tar.xz
org.eclipse.osee-bfb28b4528c2e3be64849f219c4a18a4679cf444.zip
feature[ats_VDYBJ]: Add Role declarations to OSEE DSL
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/AbstractOseeDslProposalProvider.java30
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/OseeDslParser.java17
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g745
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens16
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java837
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslParser.java10635
6 files changed, 7425 insertions, 4855 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/AbstractOseeDslProposalProvider.java b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/AbstractOseeDslProposalProvider.java
index 93a40009934..51db2812c7c 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/AbstractOseeDslProposalProvider.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/AbstractOseeDslProposalProvider.java
@@ -41,6 +41,9 @@ public class AbstractOseeDslProposalProvider extends TerminalsProposalProvider {
public void completeOseeDsl_AccessDeclarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
}
+ public void completeOseeDsl_RoleDeclarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
public void completeImport_ImportURI(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
}
@@ -204,6 +207,24 @@ public class AbstractOseeDslProposalProvider extends TerminalsProposalProvider {
public void completeXArtifactMatcher_Operators(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
}
+ public void completeRole_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRole_SuperRoles(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRole_UsersAndGroups(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRole_ReferencedContexts(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeReferencedContext_AccessContextRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeUsersAndGroups_UserOrGroupGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
public void completeAccessContext_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
}
@@ -367,6 +388,15 @@ public class AbstractOseeDslProposalProvider extends TerminalsProposalProvider {
public void complete_XArtifactMatcher(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
// subclasses may override
}
+ public void complete_Role(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ReferencedContext(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_UsersAndGroups(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
public void complete_AccessContext(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
// subclasses may override
}
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/OseeDslParser.java b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/OseeDslParser.java
index c59540defc6..1dcccbfe4c1 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/OseeDslParser.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/OseeDslParser.java
@@ -38,6 +38,7 @@ public class OseeDslParser extends AbstractContentAssistParser {
private static final long serialVersionUID = 1L;
{
put(grammarAccess.getOseeDslAccess().getAlternatives_1(), "rule__OseeDsl__Alternatives_1");
+ put(grammarAccess.getOseeDslAccess().getAlternatives_2(), "rule__OseeDsl__Alternatives_2");
put(grammarAccess.getOseeElementAccess().getAlternatives(), "rule__OseeElement__Alternatives");
put(grammarAccess.getOseeTypeAccess().getAlternatives(), "rule__OseeType__Alternatives");
put(grammarAccess.getXAttributeTypeAccess().getDataProviderAlternatives_9_0(), "rule__XAttributeType__DataProviderAlternatives_9_0");
@@ -48,6 +49,7 @@ public class OseeDslParser extends AbstractContentAssistParser {
put(grammarAccess.getRelationOrderTypeAccess().getAlternatives(), "rule__RelationOrderType__Alternatives");
put(grammarAccess.getCONDITION_VALUEAccess().getAlternatives(), "rule__CONDITION_VALUE__Alternatives");
put(grammarAccess.getConditionAccess().getAlternatives(), "rule__Condition__Alternatives");
+ put(grammarAccess.getRoleAccess().getAlternatives_4(), "rule__Role__Alternatives_4");
put(grammarAccess.getAccessContextAccess().getAlternatives_7(), "rule__AccessContext__Alternatives_7");
put(grammarAccess.getRelationTypePredicateAccess().getAlternatives(), "rule__RelationTypePredicate__Alternatives");
put(grammarAccess.getObjectRestrictionAccess().getAlternatives(), "rule__ObjectRestriction__Alternatives");
@@ -92,6 +94,10 @@ public class OseeDslParser extends AbstractContentAssistParser {
put(grammarAccess.getCompoundConditionAccess().getGroup_2(), "rule__CompoundCondition__Group_2__0");
put(grammarAccess.getXArtifactMatcherAccess().getGroup(), "rule__XArtifactMatcher__Group__0");
put(grammarAccess.getXArtifactMatcherAccess().getGroup_4(), "rule__XArtifactMatcher__Group_4__0");
+ put(grammarAccess.getRoleAccess().getGroup(), "rule__Role__Group__0");
+ put(grammarAccess.getRoleAccess().getGroup_2(), "rule__Role__Group_2__0");
+ put(grammarAccess.getReferencedContextAccess().getGroup(), "rule__ReferencedContext__Group__0");
+ put(grammarAccess.getUsersAndGroupsAccess().getGroup(), "rule__UsersAndGroups__Group__0");
put(grammarAccess.getAccessContextAccess().getGroup(), "rule__AccessContext__Group__0");
put(grammarAccess.getAccessContextAccess().getGroup_2(), "rule__AccessContext__Group_2__0");
put(grammarAccess.getHierarchyRestrictionAccess().getGroup(), "rule__HierarchyRestriction__Group__0");
@@ -110,8 +116,9 @@ public class OseeDslParser extends AbstractContentAssistParser {
put(grammarAccess.getOseeDslAccess().getAttributeTypesAssignment_1_2(), "rule__OseeDsl__AttributeTypesAssignment_1_2");
put(grammarAccess.getOseeDslAccess().getEnumTypesAssignment_1_3(), "rule__OseeDsl__EnumTypesAssignment_1_3");
put(grammarAccess.getOseeDslAccess().getEnumOverridesAssignment_1_4(), "rule__OseeDsl__EnumOverridesAssignment_1_4");
- put(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2(), "rule__OseeDsl__ArtifactMatchRefsAssignment_2");
- put(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_3(), "rule__OseeDsl__AccessDeclarationsAssignment_3");
+ put(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2_0(), "rule__OseeDsl__ArtifactMatchRefsAssignment_2_0");
+ put(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_2_1(), "rule__OseeDsl__AccessDeclarationsAssignment_2_1");
+ put(grammarAccess.getOseeDslAccess().getRoleDeclarationsAssignment_2_2(), "rule__OseeDsl__RoleDeclarationsAssignment_2_2");
put(grammarAccess.getImportAccess().getImportURIAssignment_1(), "rule__Import__ImportURIAssignment_1");
put(grammarAccess.getXArtifactTypeAccess().getAbstractAssignment_0(), "rule__XArtifactType__AbstractAssignment_0");
put(grammarAccess.getXArtifactTypeAccess().getNameAssignment_2(), "rule__XArtifactType__NameAssignment_2");
@@ -168,6 +175,12 @@ public class OseeDslParser extends AbstractContentAssistParser {
put(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_3(), "rule__XArtifactMatcher__ConditionsAssignment_3");
put(grammarAccess.getXArtifactMatcherAccess().getOperatorsAssignment_4_0(), "rule__XArtifactMatcher__OperatorsAssignment_4_0");
put(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_4_1(), "rule__XArtifactMatcher__ConditionsAssignment_4_1");
+ put(grammarAccess.getRoleAccess().getNameAssignment_1(), "rule__Role__NameAssignment_1");
+ put(grammarAccess.getRoleAccess().getSuperRolesAssignment_2_1(), "rule__Role__SuperRolesAssignment_2_1");
+ put(grammarAccess.getRoleAccess().getUsersAndGroupsAssignment_4_0(), "rule__Role__UsersAndGroupsAssignment_4_0");
+ put(grammarAccess.getRoleAccess().getReferencedContextsAssignment_4_1(), "rule__Role__ReferencedContextsAssignment_4_1");
+ put(grammarAccess.getReferencedContextAccess().getAccessContextRefAssignment_1(), "rule__ReferencedContext__AccessContextRefAssignment_1");
+ put(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidAssignment_1(), "rule__UsersAndGroups__UserOrGroupGuidAssignment_1");
put(grammarAccess.getAccessContextAccess().getNameAssignment_1(), "rule__AccessContext__NameAssignment_1");
put(grammarAccess.getAccessContextAccess().getSuperAccessContextsAssignment_2_1(), "rule__AccessContext__SuperAccessContextsAssignment_2_1");
put(grammarAccess.getAccessContextAccess().getGuidAssignment_5(), "rule__AccessContext__GuidAssignment_5");
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g
index 8eb960bd74b..fd1b671e1cd 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g
@@ -620,6 +620,90 @@ finally {
+// Entry rule entryRuleRole
+entryRuleRole
+:
+{ before(grammarAccess.getRoleRule()); }
+ ruleRole
+{ after(grammarAccess.getRoleRule()); }
+ EOF
+;
+
+// Rule Role
+ruleRole
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getRoleAccess().getGroup()); }
+(rule__Role__Group__0)
+{ after(grammarAccess.getRoleAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleReferencedContext
+entryRuleReferencedContext
+:
+{ before(grammarAccess.getReferencedContextRule()); }
+ ruleReferencedContext
+{ after(grammarAccess.getReferencedContextRule()); }
+ EOF
+;
+
+// Rule ReferencedContext
+ruleReferencedContext
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getReferencedContextAccess().getGroup()); }
+(rule__ReferencedContext__Group__0)
+{ after(grammarAccess.getReferencedContextAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleUsersAndGroups
+entryRuleUsersAndGroups
+:
+{ before(grammarAccess.getUsersAndGroupsRule()); }
+ ruleUsersAndGroups
+{ after(grammarAccess.getUsersAndGroupsRule()); }
+ EOF
+;
+
+// Rule UsersAndGroups
+ruleUsersAndGroups
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getUsersAndGroupsAccess().getGroup()); }
+(rule__UsersAndGroups__Group__0)
+{ after(grammarAccess.getUsersAndGroupsAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
// Entry rule entryRuleAccessContext
entryRuleAccessContext
:
@@ -1077,6 +1161,34 @@ finally {
restoreStackSize(stackSize);
}
+rule__OseeDsl__Alternatives_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2_0()); }
+(rule__OseeDsl__ArtifactMatchRefsAssignment_2_0)
+{ after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2_0()); }
+)
+
+ |(
+{ before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_2_1()); }
+(rule__OseeDsl__AccessDeclarationsAssignment_2_1)
+{ after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_2_1()); }
+)
+
+ |(
+{ before(grammarAccess.getOseeDslAccess().getRoleDeclarationsAssignment_2_2()); }
+(rule__OseeDsl__RoleDeclarationsAssignment_2_2)
+{ after(grammarAccess.getOseeDslAccess().getRoleDeclarationsAssignment_2_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
rule__OseeType__Alternatives
@init {
@@ -1373,6 +1485,28 @@ finally {
restoreStackSize(stackSize);
}
+rule__Role__Alternatives_4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getUsersAndGroupsAssignment_4_0()); }
+(rule__Role__UsersAndGroupsAssignment_4_0)
+{ after(grammarAccess.getRoleAccess().getUsersAndGroupsAssignment_4_0()); }
+)
+
+ |(
+{ before(grammarAccess.getRoleAccess().getReferencedContextsAssignment_4_1()); }
+(rule__Role__ReferencedContextsAssignment_4_1)
+{ after(grammarAccess.getRoleAccess().getReferencedContextsAssignment_4_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
rule__AccessContext__Alternatives_7
@init {
int stackSize = keepStackSize();
@@ -1718,7 +1852,6 @@ rule__OseeDsl__Group__2
}
:
rule__OseeDsl__Group__2__Impl
- rule__OseeDsl__Group__3
;
finally {
restoreStackSize(stackSize);
@@ -1730,37 +1863,9 @@ rule__OseeDsl__Group__2__Impl
}
:
(
-{ before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2()); }
-(rule__OseeDsl__ArtifactMatchRefsAssignment_2)*
-{ after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__OseeDsl__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__OseeDsl__Group__3__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__OseeDsl__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_3()); }
-(rule__OseeDsl__AccessDeclarationsAssignment_3)*
-{ after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_3()); }
+{ before(grammarAccess.getOseeDslAccess().getAlternatives_2()); }
+(rule__OseeDsl__Alternatives_2)*
+{ after(grammarAccess.getOseeDslAccess().getAlternatives_2()); }
)
;
@@ -1775,8 +1880,6 @@ finally {
-
-
rule__Import__Group__0
@init {
int stackSize = keepStackSize();
@@ -5953,6 +6056,459 @@ finally {
+rule__Role__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Role__Group__0__Impl
+ rule__Role__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getRoleKeyword_0()); }
+
+ 'role'
+
+{ after(grammarAccess.getRoleAccess().getRoleKeyword_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Role__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Role__Group__1__Impl
+ rule__Role__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getNameAssignment_1()); }
+(rule__Role__NameAssignment_1)
+{ after(grammarAccess.getRoleAccess().getNameAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Role__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Role__Group__2__Impl
+ rule__Role__Group__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getGroup_2()); }
+(rule__Role__Group_2__0)?
+{ after(grammarAccess.getRoleAccess().getGroup_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Role__Group__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Role__Group__3__Impl
+ rule__Role__Group__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__Group__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getLeftCurlyBracketKeyword_3()); }
+
+ '{'
+
+{ after(grammarAccess.getRoleAccess().getLeftCurlyBracketKeyword_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Role__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Role__Group__4__Impl
+ rule__Role__Group__5
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+(
+{ before(grammarAccess.getRoleAccess().getAlternatives_4()); }
+(rule__Role__Alternatives_4)
+{ after(grammarAccess.getRoleAccess().getAlternatives_4()); }
+)
+(
+{ before(grammarAccess.getRoleAccess().getAlternatives_4()); }
+(rule__Role__Alternatives_4)*
+{ after(grammarAccess.getRoleAccess().getAlternatives_4()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Role__Group__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Role__Group__5__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__Group__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getRightCurlyBracketKeyword_5()); }
+
+ '}'
+
+{ after(grammarAccess.getRoleAccess().getRightCurlyBracketKeyword_5()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+rule__Role__Group_2__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Role__Group_2__0__Impl
+ rule__Role__Group_2__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__Group_2__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getExtendsKeyword_2_0()); }
+
+ 'extends'
+
+{ after(grammarAccess.getRoleAccess().getExtendsKeyword_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Role__Group_2__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Role__Group_2__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__Group_2__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getSuperRolesAssignment_2_1()); }
+(rule__Role__SuperRolesAssignment_2_1)
+{ after(grammarAccess.getRoleAccess().getSuperRolesAssignment_2_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__ReferencedContext__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ReferencedContext__Group__0__Impl
+ rule__ReferencedContext__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ReferencedContext__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getReferencedContextAccess().getAccessContextKeyword_0()); }
+
+ 'accessContext'
+
+{ after(grammarAccess.getReferencedContextAccess().getAccessContextKeyword_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ReferencedContext__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ReferencedContext__Group__1__Impl
+ rule__ReferencedContext__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ReferencedContext__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getReferencedContextAccess().getAccessContextRefAssignment_1()); }
+(rule__ReferencedContext__AccessContextRefAssignment_1)
+{ after(grammarAccess.getReferencedContextAccess().getAccessContextRefAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ReferencedContext__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ReferencedContext__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ReferencedContext__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getReferencedContextAccess().getSemicolonKeyword_2()); }
+
+ ';'
+
+{ after(grammarAccess.getReferencedContextAccess().getSemicolonKeyword_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__UsersAndGroups__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__UsersAndGroups__Group__0__Impl
+ rule__UsersAndGroups__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UsersAndGroups__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUsersAndGroupsAccess().getGuidKeyword_0()); }
+
+ 'guid'
+
+{ after(grammarAccess.getUsersAndGroupsAccess().getGuidKeyword_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__UsersAndGroups__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__UsersAndGroups__Group__1__Impl
+ rule__UsersAndGroups__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UsersAndGroups__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidAssignment_1()); }
+(rule__UsersAndGroups__UserOrGroupGuidAssignment_1)
+{ after(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__UsersAndGroups__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__UsersAndGroups__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UsersAndGroups__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUsersAndGroupsAccess().getSemicolonKeyword_2()); }
+
+ ';'
+
+{ after(grammarAccess.getUsersAndGroupsAccess().getSemicolonKeyword_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
rule__AccessContext__Group__0
@init {
int stackSize = keepStackSize();
@@ -7526,14 +8082,14 @@ finally {
restoreStackSize(stackSize);
}
-rule__OseeDsl__ArtifactMatchRefsAssignment_2
+rule__OseeDsl__ArtifactMatchRefsAssignment_2_0
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0()); }
- ruleXArtifactMatcher{ after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0()); }
+{ before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0_0()); }
+ ruleXArtifactMatcher{ after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0_0()); }
)
;
@@ -7541,14 +8097,29 @@ finally {
restoreStackSize(stackSize);
}
-rule__OseeDsl__AccessDeclarationsAssignment_3
+rule__OseeDsl__AccessDeclarationsAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_3_0()); }
- ruleAccessContext{ after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_3_0()); }
+{ before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_2_1_0()); }
+ ruleAccessContext{ after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_2_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__OseeDsl__RoleDeclarationsAssignment_2_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getOseeDslAccess().getRoleDeclarationsRoleParserRuleCall_2_2_0()); }
+ ruleRole{ after(grammarAccess.getOseeDslAccess().getRoleDeclarationsRoleParserRuleCall_2_2_0()); }
)
;
@@ -8451,6 +9022,100 @@ finally {
restoreStackSize(stackSize);
}
+rule__Role__NameAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getNameSTRINGTerminalRuleCall_1_0()); }
+ RULE_STRING{ after(grammarAccess.getRoleAccess().getNameSTRINGTerminalRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__SuperRolesAssignment_2_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getSuperRolesRoleCrossReference_2_1_0()); }
+(
+{ before(grammarAccess.getRoleAccess().getSuperRolesRoleSTRINGTerminalRuleCall_2_1_0_1()); }
+ RULE_STRING{ after(grammarAccess.getRoleAccess().getSuperRolesRoleSTRINGTerminalRuleCall_2_1_0_1()); }
+)
+{ after(grammarAccess.getRoleAccess().getSuperRolesRoleCrossReference_2_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__UsersAndGroupsAssignment_4_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getUsersAndGroupsUsersAndGroupsParserRuleCall_4_0_0()); }
+ ruleUsersAndGroups{ after(grammarAccess.getRoleAccess().getUsersAndGroupsUsersAndGroupsParserRuleCall_4_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Role__ReferencedContextsAssignment_4_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoleAccess().getReferencedContextsReferencedContextParserRuleCall_4_1_0()); }
+ ruleReferencedContext{ after(grammarAccess.getRoleAccess().getReferencedContextsReferencedContextParserRuleCall_4_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ReferencedContext__AccessContextRefAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getReferencedContextAccess().getAccessContextRefSTRINGTerminalRuleCall_1_0()); }
+ RULE_STRING{ after(grammarAccess.getReferencedContextAccess().getAccessContextRefSTRINGTerminalRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UsersAndGroups__UserOrGroupGuidAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidSTRINGTerminalRuleCall_1_0()); }
+ RULE_STRING{ after(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidSTRINGTerminalRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
rule__AccessContext__NameAssignment_1
@init {
int stackSize = keepStackSize();
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens
index 307fc61958f..0a6a41b683f 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens
@@ -10,6 +10,7 @@ T__22=22
RULE_ANY_OTHER=12
T__21=21
T__20=20
+T__93=93
T__19=19
T__91=91
T__92=92
@@ -104,11 +105,11 @@ RULE_WS=11
'unlimited'=16
'.'=49
'import'=48
-'inheritAll'=92
-'childrenOf'=87
+'inheritAll'=93
+'childrenOf'=88
'Lexicographical_Ascending'=28
'add'=72
-'artifact'=88
+'artifact'=89
'extends'=54
'defaultOrderType'=79
'OR'=38
@@ -119,8 +120,8 @@ RULE_WS=11
'FloatingPointAttribute'=22
'ALLOW'=43
'('=81
-'of'=90
-'edit'=89
+'of'=91
+'edit'=90
','=55
'BOTH'=47
'IntegerAttribute'=23
@@ -134,6 +135,7 @@ RULE_WS=11
'branchGuid'=42
'oseeEnumType'=68
'sideAName'=75
+'role'=86
'ONE_TO_ONE'=31
'BooleanAttribute'=18
'SIDE_B'=46
@@ -150,11 +152,11 @@ RULE_WS=11
'multiplicity'=80
'MANY_TO_ONE'=33
'overrides'=62
-'abstract'=91
+'abstract'=92
'DefaultAttributeDataProvider'=14
'dataProvider'=59
'EnumeratedAttribute'=21
-'accessContext'=86
+'accessContext'=87
'branchName'=41
'MANY_TO_MANY'=34
'description'=65
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java
index 48dcb864df0..955eb71b3cf 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java
@@ -25,6 +25,7 @@ public class InternalOseeDslLexer extends Lexer {
public static final int T__21=21;
public static final int T__20=20;
public static final int EOF=-1;
+ public static final int T__93=93;
public static final int T__19=19;
public static final int T__91=91;
public static final int T__92=92;
@@ -1647,10 +1648,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = T__86;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:84:7: ( 'accessContext' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:84:9: 'accessContext'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:84:7: ( 'role' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:84:9: 'role'
{
- match("accessContext");
+ match("role");
}
@@ -1668,10 +1669,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = T__87;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:85:7: ( 'childrenOf' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:85:9: 'childrenOf'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:85:7: ( 'accessContext' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:85:9: 'accessContext'
{
- match("childrenOf");
+ match("accessContext");
}
@@ -1689,10 +1690,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = T__88;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:86:7: ( 'artifact' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:86:9: 'artifact'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:86:7: ( 'childrenOf' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:86:9: 'childrenOf'
{
- match("artifact");
+ match("childrenOf");
}
@@ -1710,10 +1711,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = T__89;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:87:7: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:87:9: 'edit'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:87:7: ( 'artifact' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:87:9: 'artifact'
{
- match("edit");
+ match("artifact");
}
@@ -1731,10 +1732,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = T__90;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:88:7: ( 'of' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:88:9: 'of'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:88:7: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:88:9: 'edit'
{
- match("of");
+ match("edit");
}
@@ -1752,10 +1753,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = T__91;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:89:7: ( 'abstract' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:89:9: 'abstract'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:89:7: ( 'of' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:89:9: 'of'
{
- match("abstract");
+ match("of");
}
@@ -1773,10 +1774,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = T__92;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:90:7: ( 'inheritAll' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:90:9: 'inheritAll'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:90:7: ( 'abstract' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:90:9: 'abstract'
{
- match("inheritAll");
+ match("abstract");
}
@@ -1789,15 +1790,36 @@ public class InternalOseeDslLexer extends Lexer {
}
// $ANTLR end "T__92"
+ // $ANTLR start "T__93"
+ public final void mT__93() throws RecognitionException {
+ try {
+ int _type = T__93;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:91:7: ( 'inheritAll' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:91:9: 'inheritAll'
+ {
+ match("inheritAll");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__93"
+
// $ANTLR start "RULE_STRING"
public final void mRULE_STRING() throws RecognitionException {
try {
int _type = RULE_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:13: ( ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:15: ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:13: ( ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:15: ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:15: ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:15: ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' )
int alt3=2;
int LA3_0 = input.LA(1);
@@ -1815,10 +1837,10 @@ public class InternalOseeDslLexer extends Lexer {
}
switch (alt3) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:16: '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:16: '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"'
{
match('\"');
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:20: ( '\\\\' '\"' | ~ ( '\"' ) )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:20: ( '\\\\' '\"' | ~ ( '\"' ) )*
loop1:
do {
int alt1=3;
@@ -1852,7 +1874,7 @@ public class InternalOseeDslLexer extends Lexer {
switch (alt1) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:21: '\\\\' '\"'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:21: '\\\\' '\"'
{
match('\\');
match('\"');
@@ -1860,7 +1882,7 @@ public class InternalOseeDslLexer extends Lexer {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:30: ~ ( '\"' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:30: ~ ( '\"' )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -1885,10 +1907,10 @@ public class InternalOseeDslLexer extends Lexer {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:43: '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\''
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:43: '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\''
{
match('\'');
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:48: ( '\\\\' '\\'' | ~ ( '\\'' ) )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:48: ( '\\\\' '\\'' | ~ ( '\\'' ) )*
loop2:
do {
int alt2=3;
@@ -1922,7 +1944,7 @@ public class InternalOseeDslLexer extends Lexer {
switch (alt2) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:49: '\\\\' '\\''
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:49: '\\\\' '\\''
{
match('\\');
match('\'');
@@ -1930,7 +1952,7 @@ public class InternalOseeDslLexer extends Lexer {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8810:59: ~ ( '\\'' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:59: ~ ( '\\'' )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -1973,10 +1995,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = RULE_WHOLE_NUM_STR;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8812:20: ( ( '0' .. '9' )+ )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8812:22: ( '0' .. '9' )+
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9477:20: ( ( '0' .. '9' )+ )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9477:22: ( '0' .. '9' )+
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8812:22: ( '0' .. '9' )+
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9477:22: ( '0' .. '9' )+
int cnt4=0;
loop4:
do {
@@ -1990,7 +2012,7 @@ public class InternalOseeDslLexer extends Lexer {
switch (alt4) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8812:23: '0' .. '9'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9477:23: '0' .. '9'
{
matchRange('0','9');
@@ -2022,12 +2044,12 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = RULE_HEX_INT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8814:14: ( '0x' ( 'A' .. 'F' | '0' .. '9' )+ )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8814:16: '0x' ( 'A' .. 'F' | '0' .. '9' )+
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9479:14: ( '0x' ( 'A' .. 'F' | '0' .. '9' )+ )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9479:16: '0x' ( 'A' .. 'F' | '0' .. '9' )+
{
match("0x");
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8814:21: ( 'A' .. 'F' | '0' .. '9' )+
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9479:21: ( 'A' .. 'F' | '0' .. '9' )+
int cnt5=0;
loop5:
do {
@@ -2081,10 +2103,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = RULE_ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8816:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8816:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9481:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9481:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8816:11: ( '^' )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9481:11: ( '^' )?
int alt6=2;
int LA6_0 = input.LA(1);
@@ -2093,7 +2115,7 @@ public class InternalOseeDslLexer extends Lexer {
}
switch (alt6) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8816:11: '^'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9481:11: '^'
{
match('^');
@@ -2111,7 +2133,7 @@ public class InternalOseeDslLexer extends Lexer {
recover(mse);
throw mse;}
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8816:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9481:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
loop7:
do {
int alt7=2;
@@ -2160,10 +2182,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = RULE_INT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8818:10: ( ( '0' .. '9' )+ )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8818:12: ( '0' .. '9' )+
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9483:10: ( ( '0' .. '9' )+ )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9483:12: ( '0' .. '9' )+
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8818:12: ( '0' .. '9' )+
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9483:12: ( '0' .. '9' )+
int cnt8=0;
loop8:
do {
@@ -2177,7 +2199,7 @@ public class InternalOseeDslLexer extends Lexer {
switch (alt8) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8818:13: '0' .. '9'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9483:13: '0' .. '9'
{
matchRange('0','9');
@@ -2209,12 +2231,12 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = RULE_ML_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8820:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8820:19: '/*' ( options {greedy=false; } : . )* '*/'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9485:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9485:19: '/*' ( options {greedy=false; } : . )* '*/'
{
match("/*");
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8820:24: ( options {greedy=false; } : . )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9485:24: ( options {greedy=false; } : . )*
loop9:
do {
int alt9=2;
@@ -2239,7 +2261,7 @@ public class InternalOseeDslLexer extends Lexer {
switch (alt9) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8820:52: .
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9485:52: .
{
matchAny();
@@ -2269,12 +2291,12 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = RULE_SL_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8822:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8822:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9487:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9487:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("//");
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8822:24: (~ ( ( '\\n' | '\\r' ) ) )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9487:24: (~ ( ( '\\n' | '\\r' ) ) )*
loop10:
do {
int alt10=2;
@@ -2287,7 +2309,7 @@ public class InternalOseeDslLexer extends Lexer {
switch (alt10) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8822:24: ~ ( ( '\\n' | '\\r' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9487:24: ~ ( ( '\\n' | '\\r' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -2307,7 +2329,7 @@ public class InternalOseeDslLexer extends Lexer {
}
} while (true);
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8822:40: ( ( '\\r' )? '\\n' )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9487:40: ( ( '\\r' )? '\\n' )?
int alt12=2;
int LA12_0 = input.LA(1);
@@ -2316,9 +2338,9 @@ public class InternalOseeDslLexer extends Lexer {
}
switch (alt12) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8822:41: ( '\\r' )? '\\n'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9487:41: ( '\\r' )? '\\n'
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8822:41: ( '\\r' )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9487:41: ( '\\r' )?
int alt11=2;
int LA11_0 = input.LA(1);
@@ -2327,7 +2349,7 @@ public class InternalOseeDslLexer extends Lexer {
}
switch (alt11) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8822:41: '\\r'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9487:41: '\\r'
{
match('\r');
@@ -2359,10 +2381,10 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = RULE_WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8824:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8824:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9489:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9489:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8824:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9489:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt13=0;
loop13:
do {
@@ -2416,8 +2438,8 @@ public class InternalOseeDslLexer extends Lexer {
try {
int _type = RULE_ANY_OTHER;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8826:16: ( . )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8826:18: .
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9491:16: ( . )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9491:18: .
{
matchAny();
@@ -2432,8 +2454,8 @@ public class InternalOseeDslLexer extends Lexer {
// $ANTLR end "RULE_ANY_OTHER"
public void mTokens() throws RecognitionException {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:8: ( T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | T__74 | T__75 | T__76 | T__77 | T__78 | T__79 | T__80 | T__81 | T__82 | T__83 | T__84 | T__85 | T__86 | T__87 | T__88 | T__89 | T__90 | T__91 | T__92 | RULE_STRING | RULE_WHOLE_NUM_STR | RULE_HEX_INT | RULE_ID | RULE_INT | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
- int alt14=89;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:8: ( T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | T__74 | T__75 | T__76 | T__77 | T__78 | T__79 | T__80 | T__81 | T__82 | T__83 | T__84 | T__85 | T__86 | T__87 | T__88 | T__89 | T__90 | T__91 | T__92 | T__93 | RULE_STRING | RULE_WHOLE_NUM_STR | RULE_HEX_INT | RULE_ID | RULE_INT | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
+ int alt14=90;
alt14 = dfa14.predict(input);
switch (alt14) {
case 1 :
@@ -2997,63 +3019,70 @@ public class InternalOseeDslLexer extends Lexer {
}
break;
case 81 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:490: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:490: T__93
{
- mRULE_STRING();
+ mT__93();
}
break;
case 82 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:502: RULE_WHOLE_NUM_STR
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:496: RULE_STRING
{
- mRULE_WHOLE_NUM_STR();
+ mRULE_STRING();
}
break;
case 83 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:521: RULE_HEX_INT
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:508: RULE_WHOLE_NUM_STR
{
- mRULE_HEX_INT();
+ mRULE_WHOLE_NUM_STR();
}
break;
case 84 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:534: RULE_ID
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:527: RULE_HEX_INT
{
- mRULE_ID();
+ mRULE_HEX_INT();
}
break;
case 85 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:542: RULE_INT
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:540: RULE_ID
{
- mRULE_INT();
+ mRULE_ID();
}
break;
case 86 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:551: RULE_ML_COMMENT
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:548: RULE_INT
{
- mRULE_ML_COMMENT();
+ mRULE_INT();
}
break;
case 87 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:567: RULE_SL_COMMENT
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:557: RULE_ML_COMMENT
{
- mRULE_SL_COMMENT();
+ mRULE_ML_COMMENT();
}
break;
case 88 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:583: RULE_WS
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:573: RULE_SL_COMMENT
{
- mRULE_WS();
+ mRULE_SL_COMMENT();
}
break;
case 89 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:591: RULE_ANY_OTHER
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:589: RULE_WS
+ {
+ mRULE_WS();
+
+ }
+ break;
+ case 90 :
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:597: RULE_ANY_OTHER
{
mRULE_ANY_OTHER();
@@ -3068,34 +3097,35 @@ public class InternalOseeDslLexer extends Lexer {
protected DFA14 dfa14 = new DFA14(this);
static final String DFA14_eotS =
"\1\uffff\22\60\3\uffff\1\60\1\uffff\10\60\2\uffff\1\60\1\uffff"+
- "\1\60\2\55\2\154\1\55\1\uffff\1\55\2\uffff\2\60\1\uffff\13\60\1"+
- "\176\10\60\1\u0087\13\60\3\uffff\3\60\1\uffff\10\60\1\u00a0\4\60"+
- "\2\uffff\1\60\1\uffff\1\60\3\uffff\1\154\3\uffff\1\u00a9\1\u00aa"+
- "\13\60\1\uffff\10\60\1\uffff\5\60\1\u00c3\15\60\1\u00d1\1\u00d2"+
- "\3\60\1\uffff\10\60\2\uffff\2\60\1\u00e0\3\60\1\u00e4\1\60\1\u00e6"+
- "\13\60\1\u00f2\3\60\1\uffff\10\60\1\u00fe\1\u00ff\3\60\2\uffff\12"+
- "\60\1\u010e\2\60\1\uffff\3\60\1\uffff\1\60\1\uffff\13\60\1\uffff"+
- "\12\60\1\u012c\2\uffff\14\60\1\u013b\1\60\1\uffff\14\60\1\u0149"+
- "\1\u014a\12\60\1\u0156\4\60\1\uffff\10\60\1\u0163\5\60\1\uffff\15"+
- "\60\2\uffff\13\60\1\uffff\1\60\1\u0183\12\60\1\uffff\30\60\1\u01ac"+
- "\2\60\1\u01af\3\60\1\uffff\1\u01b3\10\60\1\u01bc\12\60\1\u01c7\1"+
- "\u01c8\22\60\1\uffff\1\u01dc\1\60\1\uffff\3\60\1\uffff\1\u01e1\5"+
- "\60\1\u01e8\1\60\1\uffff\2\60\1\u01ec\1\60\1\u01ee\5\60\2\uffff"+
- "\11\60\1\u01fd\11\60\1\uffff\1\60\1\u0208\1\u0209\1\u020a\1\uffff"+
- "\5\60\2\uffff\3\60\1\uffff\1\60\1\uffff\1\60\1\u0215\14\60\1\uffff"+
- "\1\u0222\1\60\1\u0224\7\60\3\uffff\1\60\1\u022d\10\60\1\uffff\14"+
- "\60\1\uffff\1\60\1\uffff\1\u0243\1\u0244\1\u0245\1\u0246\3\60\1"+
- "\u024a\1\uffff\1\u024b\1\60\1\u024d\1\u024e\1\60\1\u0250\3\60\1"+
- "\u0254\10\60\1\u025d\2\60\4\uffff\1\60\1\u0261\1\u0262\2\uffff\1"+
- "\60\2\uffff\1\u0264\1\uffff\3\60\1\uffff\10\60\1\uffff\3\60\2\uffff"+
- "\1\60\1\uffff\12\60\1\u027e\2\60\1\u0281\5\60\1\u0288\3\60\1\u028c"+
- "\1\60\1\uffff\2\60\1\uffff\1\u0291\5\60\1\uffff\3\60\1\uffff\4\60"+
- "\1\uffff\1\u029e\1\u029f\12\60\2\uffff\4\60\1\u02ae\1\60\1\u02b0"+
- "\7\60\1\uffff\1\60\1\uffff\17\60\1\u02c8\1\u02c9\6\60\2\uffff\4"+
- "\60\1\u02d4\5\60\1\uffff\1\60\1\u02db\3\60\1\u02df\1\uffff\1\u02e0"+
- "\2\60\2\uffff\1\u02e3\1\60\1\uffff\1\60\1\u02e6\1\uffff";
+ "\1\60\2\55\2\155\1\55\1\uffff\1\55\2\uffff\2\60\1\uffff\13\60\1"+
+ "\177\10\60\1\u0088\13\60\3\uffff\3\60\1\uffff\10\60\1\u00a1\5\60"+
+ "\2\uffff\1\60\1\uffff\1\60\3\uffff\1\155\3\uffff\1\u00ab\1\u00ac"+
+ "\13\60\1\uffff\10\60\1\uffff\5\60\1\u00c5\15\60\1\u00d3\1\u00d4"+
+ "\3\60\1\uffff\11\60\2\uffff\2\60\1\u00e3\3\60\1\u00e7\1\60\1\u00e9"+
+ "\13\60\1\u00f5\3\60\1\uffff\10\60\1\u0101\1\u0102\3\60\2\uffff\7"+
+ "\60\1\u010d\3\60\1\u0112\2\60\1\uffff\3\60\1\uffff\1\60\1\uffff"+
+ "\13\60\1\uffff\12\60\1\u0130\2\uffff\12\60\1\uffff\2\60\1\u013f"+
+ "\1\60\1\uffff\14\60\1\u014d\1\u014e\12\60\1\u015a\4\60\1\uffff\10"+
+ "\60\1\u0167\5\60\1\uffff\15\60\2\uffff\13\60\1\uffff\1\60\1\u0187"+
+ "\12\60\1\uffff\30\60\1\u01b0\2\60\1\u01b3\3\60\1\uffff\1\u01b7\10"+
+ "\60\1\u01c0\12\60\1\u01cb\1\u01cc\22\60\1\uffff\1\u01e0\1\60\1\uffff"+
+ "\3\60\1\uffff\1\u01e5\5\60\1\u01ec\1\60\1\uffff\2\60\1\u01f0\1\60"+
+ "\1\u01f2\5\60\2\uffff\11\60\1\u0201\11\60\1\uffff\1\60\1\u020c\1"+
+ "\u020d\1\u020e\1\uffff\5\60\2\uffff\3\60\1\uffff\1\60\1\uffff\1"+
+ "\60\1\u0219\14\60\1\uffff\1\u0226\1\60\1\u0228\7\60\3\uffff\1\60"+
+ "\1\u0231\10\60\1\uffff\14\60\1\uffff\1\60\1\uffff\1\u0247\1\u0248"+
+ "\1\u0249\1\u024a\3\60\1\u024e\1\uffff\1\u024f\1\60\1\u0251\1\u0252"+
+ "\1\60\1\u0254\3\60\1\u0258\10\60\1\u0261\2\60\4\uffff\1\60\1\u0265"+
+ "\1\u0266\2\uffff\1\60\2\uffff\1\u0268\1\uffff\3\60\1\uffff\10\60"+
+ "\1\uffff\3\60\2\uffff\1\60\1\uffff\12\60\1\u0282\2\60\1\u0285\5"+
+ "\60\1\u028c\3\60\1\u0290\1\60\1\uffff\2\60\1\uffff\1\u0295\5\60"+
+ "\1\uffff\3\60\1\uffff\4\60\1\uffff\1\u02a2\1\u02a3\12\60\2\uffff"+
+ "\4\60\1\u02b2\1\60\1\u02b4\7\60\1\uffff\1\60\1\uffff\17\60\1\u02cc"+
+ "\1\u02cd\6\60\2\uffff\4\60\1\u02d8\5\60\1\uffff\1\60\1\u02df\3\60"+
+ "\1\u02e3\1\uffff\1\u02e4\2\60\2\uffff\1\u02e7\1\60\1\uffff\1\60"+
+ "\1\u02ea\1\uffff";
static final String DFA14_eofS =
- "\u02e7\uffff";
+ "\u02eb\uffff";
static final String DFA14_minS =
"\1\0\1\114\1\105\2\156\1\117\1\157\1\121\1\154\1\156\1\141\1\111"+
"\1\157\1\116\1\111\1\101\1\142\1\162\1\155\3\uffff\1\144\1\uffff"+
@@ -3105,33 +3135,33 @@ public class InternalOseeDslLexer extends Lexer {
"\1\60\1\157\1\164\1\166\1\162\1\104\1\162\1\164\1\105\1\60\1\170"+
"\1\113\1\116\2\164\1\144\1\143\1\163\1\141\1\160\1\150\3\uffff\2"+
"\164\1\151\1\uffff\1\151\1\164\1\146\1\156\1\170\1\154\2\145\1\60"+
- "\1\147\2\154\1\144\2\uffff\1\145\1\uffff\1\151\3\uffff\1\60\3\uffff"+
+ "\1\147\3\154\1\144\2\uffff\1\145\1\uffff\1\151\3\uffff\1\60\3\uffff"+
"\2\60\1\141\1\145\1\131\1\101\1\162\1\151\1\144\1\154\1\110\1\160"+
"\1\155\1\uffff\1\141\1\145\1\141\1\151\1\105\1\144\1\154\1\137\1"+
"\uffff\1\151\1\105\1\131\1\151\1\162\1\60\1\145\1\164\1\156\1\157"+
"\2\145\1\155\1\162\1\164\1\144\1\141\1\143\1\141\2\60\1\164\1\162"+
- "\1\145\1\uffff\1\147\1\145\1\157\1\141\1\145\1\162\1\154\1\127\2"+
+ "\1\145\1\uffff\1\147\1\145\1\157\1\141\2\145\1\162\1\154\1\127\2"+
"\uffff\1\165\1\101\1\60\1\164\1\144\1\155\1\60\1\145\1\60\1\162"+
"\1\145\1\164\1\147\1\117\1\156\1\137\1\101\1\151\1\124\1\143\1\60"+
"\1\137\1\146\1\151\1\uffff\1\163\1\162\1\143\2\162\1\156\1\124\1"+
"\171\2\60\1\120\1\162\1\165\2\uffff\1\151\1\162\1\105\1\145\1\105"+
- "\1\166\1\164\1\101\1\145\1\144\1\60\1\154\1\164\1\uffff\1\164\1"+
- "\145\1\151\1\uffff\1\141\1\uffff\1\145\1\162\1\151\1\145\1\142\1"+
- "\147\1\101\1\164\1\156\1\117\1\157\1\uffff\1\124\1\141\1\142\1\163"+
- "\1\141\1\150\1\164\1\151\1\144\1\171\1\60\2\uffff\1\162\1\151\1"+
- "\154\1\160\1\151\1\156\1\162\1\170\1\145\1\151\2\101\1\60\1\162"+
- "\1\uffff\2\164\2\162\1\164\1\156\1\163\1\141\1\156\1\162\1\152\1"+
- "\101\2\60\1\164\1\145\1\137\1\147\1\117\1\143\1\165\1\103\1\143"+
- "\1\107\1\60\1\164\1\163\1\160\1\165\1\uffff\1\157\1\160\1\164\1"+
- "\154\1\144\1\165\1\111\1\164\1\60\1\157\1\141\1\162\1\141\1\162"+
- "\1\uffff\1\145\1\101\1\162\1\151\2\145\1\101\1\163\1\164\1\147\1"+
- "\101\1\145\1\164\2\uffff\1\162\1\116\1\115\1\162\1\137\2\164\1\157"+
- "\1\164\1\141\1\165\1\uffff\1\101\1\60\1\145\1\151\1\166\1\164\1"+
- "\117\1\151\1\145\1\155\1\144\1\145\1\uffff\1\156\1\155\1\164\1\155"+
- "\1\164\1\156\1\164\1\151\1\142\2\144\1\164\2\145\1\120\1\164\1\143"+
- "\1\164\1\151\1\165\1\116\1\101\1\141\1\115\1\60\1\145\1\156\1\60"+
- "\1\155\1\151\1\154\1\uffff\1\60\1\144\2\151\1\141\1\162\1\143\1"+
- "\163\1\124\1\60\1\156\1\124\1\145\1\151\1\145\1\151\1\117\1\164"+
+ "\1\166\1\164\1\60\1\101\1\145\1\144\1\60\1\154\1\164\1\uffff\1\164"+
+ "\1\145\1\151\1\uffff\1\141\1\uffff\1\145\1\162\1\151\1\145\1\142"+
+ "\1\147\1\101\1\164\1\156\1\117\1\157\1\uffff\1\124\1\141\1\142\1"+
+ "\163\1\141\1\150\1\164\1\151\1\144\1\171\1\60\2\uffff\1\162\1\151"+
+ "\1\154\1\160\1\151\1\156\1\162\1\170\1\145\1\151\1\uffff\2\101\1"+
+ "\60\1\162\1\uffff\2\164\2\162\1\164\1\156\1\163\1\141\1\156\1\162"+
+ "\1\152\1\101\2\60\1\164\1\145\1\137\1\147\1\117\1\143\1\165\1\103"+
+ "\1\143\1\107\1\60\1\164\1\163\1\160\1\165\1\uffff\1\157\1\160\1"+
+ "\164\1\154\1\144\1\165\1\111\1\164\1\60\1\157\1\141\1\162\1\141"+
+ "\1\162\1\uffff\1\145\1\101\1\162\1\151\2\145\1\101\1\163\1\164\1"+
+ "\147\1\101\1\145\1\164\2\uffff\1\162\1\116\1\115\1\162\1\137\2\164"+
+ "\1\157\1\164\1\141\1\165\1\uffff\1\101\1\60\1\145\1\151\1\166\1"+
+ "\164\1\117\1\151\1\145\1\155\1\144\1\145\1\uffff\1\156\1\155\1\164"+
+ "\1\155\1\164\1\156\1\164\1\151\1\142\2\144\1\164\2\145\1\120\1\164"+
+ "\1\143\1\164\1\151\1\165\1\116\1\101\1\141\1\115\1\60\1\145\1\156"+
+ "\1\60\1\155\1\151\1\154\1\uffff\1\60\1\144\2\151\1\141\1\162\1\143"+
+ "\1\163\1\124\1\60\1\156\1\124\1\145\1\151\1\145\1\151\1\117\1\164"+
"\1\142\1\165\2\60\1\164\2\144\1\157\2\164\1\162\1\142\1\155\1\105"+
"\1\116\1\160\1\116\1\101\1\141\1\165\1\171\1\141\1\uffff\1\60\1"+
"\164\1\uffff\1\145\1\144\1\154\1\uffff\1\60\1\144\1\157\1\154\1"+
@@ -3164,39 +3194,39 @@ public class InternalOseeDslLexer extends Lexer {
static final String DFA14_maxS =
"\1\uffff\1\116\1\145\1\162\1\165\2\157\1\156\1\154\1\156\1\141"+
"\1\164\1\157\1\165\1\145\1\101\1\164\1\162\1\156\3\uffff\1\170\1"+
- "\uffff\1\165\1\145\1\165\1\166\1\141\1\151\1\145\1\151\2\uffff\1"+
+ "\uffff\1\165\1\145\1\165\1\166\1\141\1\151\1\157\1\151\2\uffff\1"+
"\150\1\uffff\1\150\2\uffff\1\170\1\71\1\172\1\uffff\1\57\2\uffff"+
"\1\114\1\104\1\uffff\1\146\1\164\1\116\1\151\1\157\1\154\1\151\1"+
"\157\1\124\1\155\1\165\1\172\1\157\1\164\1\166\1\162\1\104\1\162"+
"\1\164\1\105\1\172\1\170\1\113\1\116\2\164\1\144\1\143\1\163\1\141"+
"\1\160\1\150\3\uffff\1\164\1\165\1\151\1\uffff\1\151\1\164\1\163"+
- "\1\156\1\170\1\154\2\145\1\172\1\147\1\154\1\155\1\144\2\uffff\1"+
- "\145\1\uffff\1\151\3\uffff\1\71\3\uffff\2\172\1\141\1\145\1\131"+
+ "\1\156\1\170\1\154\2\145\1\172\1\147\1\154\1\155\1\154\1\144\2\uffff"+
+ "\1\145\1\uffff\1\151\3\uffff\1\71\3\uffff\2\172\1\141\1\145\1\131"+
"\1\101\1\162\1\151\1\144\1\154\1\110\1\160\1\155\1\uffff\1\141\1"+
"\145\1\141\1\151\1\105\1\144\1\154\1\137\1\uffff\1\151\1\105\1\131"+
"\1\151\1\162\1\172\1\145\1\164\1\156\1\157\2\145\1\155\1\162\1\164"+
"\1\144\1\141\1\143\1\141\2\172\1\164\1\162\1\145\1\uffff\1\147\1"+
- "\145\1\157\1\141\1\145\1\162\1\154\1\127\2\uffff\1\165\1\101\1\172"+
+ "\145\1\157\1\141\2\145\1\162\1\154\1\127\2\uffff\1\165\1\101\1\172"+
"\1\164\1\144\1\155\1\172\1\145\1\172\1\162\1\145\1\164\1\147\1\117"+
"\1\156\1\137\1\101\1\151\1\124\1\143\1\172\1\137\1\146\1\151\1\uffff"+
"\1\163\1\162\1\143\2\162\1\156\1\124\1\171\2\172\1\120\1\162\1\165"+
- "\2\uffff\1\151\1\162\1\105\1\145\1\105\1\166\1\164\1\102\1\145\1"+
- "\144\1\172\1\154\1\164\1\uffff\1\164\1\145\1\151\1\uffff\1\141\1"+
- "\uffff\1\145\1\162\1\151\1\145\1\142\1\147\1\102\1\164\1\156\1\117"+
- "\1\157\1\uffff\1\124\1\141\1\142\1\163\1\141\1\150\1\164\1\151\1"+
- "\144\1\171\1\172\2\uffff\1\162\1\151\1\154\1\160\1\151\1\156\1\162"+
- "\1\170\1\145\1\151\2\116\1\172\1\162\1\uffff\2\164\2\162\1\164\1"+
- "\156\1\163\1\141\1\156\1\162\1\152\1\101\2\172\1\164\1\145\1\137"+
- "\1\147\1\117\1\143\1\165\1\103\1\143\1\116\1\172\1\164\1\163\1\160"+
- "\1\165\1\uffff\1\157\1\160\1\164\1\154\1\144\1\165\1\111\1\164\1"+
- "\172\1\157\1\141\1\162\1\141\1\162\1\uffff\1\145\1\101\1\162\1\151"+
- "\2\145\1\101\1\163\1\164\1\147\1\101\1\145\1\164\2\uffff\1\162\1"+
- "\116\1\117\1\162\1\137\2\164\1\157\1\164\1\141\1\165\1\uffff\1\101"+
- "\1\172\1\145\1\151\1\166\1\164\1\126\1\151\1\145\1\155\1\144\1\145"+
- "\1\uffff\1\156\1\155\1\164\1\155\1\164\1\156\1\164\1\151\1\142\2"+
- "\144\1\164\2\145\1\120\1\164\1\143\1\164\1\151\1\165\1\116\1\101"+
- "\1\141\1\117\1\172\1\145\1\156\1\172\1\155\1\151\1\154\1\uffff\1"+
- "\172\1\144\2\151\1\141\1\162\1\143\1\163\1\124\1\172\1\156\1\124"+
+ "\2\uffff\1\151\1\162\1\105\1\145\1\105\1\166\1\164\1\172\1\102\1"+
+ "\145\1\144\1\172\1\154\1\164\1\uffff\1\164\1\145\1\151\1\uffff\1"+
+ "\141\1\uffff\1\145\1\162\1\151\1\145\1\142\1\147\1\102\1\164\1\156"+
+ "\1\117\1\157\1\uffff\1\124\1\141\1\142\1\163\1\141\1\150\1\164\1"+
+ "\151\1\144\1\171\1\172\2\uffff\1\162\1\151\1\154\1\160\1\151\1\156"+
+ "\1\162\1\170\1\145\1\151\1\uffff\2\116\1\172\1\162\1\uffff\2\164"+
+ "\2\162\1\164\1\156\1\163\1\141\1\156\1\162\1\152\1\101\2\172\1\164"+
+ "\1\145\1\137\1\147\1\117\1\143\1\165\1\103\1\143\1\116\1\172\1\164"+
+ "\1\163\1\160\1\165\1\uffff\1\157\1\160\1\164\1\154\1\144\1\165\1"+
+ "\111\1\164\1\172\1\157\1\141\1\162\1\141\1\162\1\uffff\1\145\1\101"+
+ "\1\162\1\151\2\145\1\101\1\163\1\164\1\147\1\101\1\145\1\164\2\uffff"+
+ "\1\162\1\116\1\117\1\162\1\137\2\164\1\157\1\164\1\141\1\165\1\uffff"+
+ "\1\101\1\172\1\145\1\151\1\166\1\164\1\126\1\151\1\145\1\155\1\144"+
+ "\1\145\1\uffff\1\156\1\155\1\164\1\155\1\164\1\156\1\164\1\151\1"+
+ "\142\2\144\1\164\2\145\1\120\1\164\1\143\1\164\1\151\1\165\1\116"+
+ "\1\101\1\141\1\117\1\172\1\145\1\156\1\172\1\155\1\151\1\154\1\uffff"+
+ "\1\172\1\144\2\151\1\141\1\162\1\143\1\163\1\124\1\172\1\156\1\124"+
"\1\145\1\151\1\145\1\151\1\117\1\164\1\142\1\165\2\172\1\164\2\144"+
"\1\157\2\164\1\162\1\142\1\155\1\105\1\116\1\160\1\116\1\101\1\141"+
"\1\165\1\171\1\141\1\uffff\1\172\1\164\1\uffff\1\145\1\144\1\154"+
@@ -3229,24 +3259,25 @@ public class InternalOseeDslLexer extends Lexer {
"\1\uffff";
static final String DFA14_acceptS =
"\23\uffff\1\45\1\47\1\51\1\uffff\1\53\10\uffff\1\105\1\106\1\uffff"+
- "\1\111\6\uffff\1\124\1\uffff\1\130\1\131\2\uffff\1\124\40\uffff"+
- "\1\45\1\47\1\51\3\uffff\1\53\15\uffff\1\105\1\106\1\uffff\1\111"+
- "\1\uffff\1\121\1\123\1\122\1\uffff\1\126\1\127\1\130\15\uffff\1"+
- "\27\10\uffff\1\32\30\uffff\1\116\10\uffff\1\1\1\31\30\uffff\1\74"+
- "\15\uffff\1\60\1\61\15\uffff\1\40\3\uffff\1\50\1\uffff\1\43\13\uffff"+
- "\1\30\13\uffff\1\115\1\54\16\uffff\1\37\35\uffff\1\71\16\uffff\1"+
- "\110\15\uffff\1\41\1\42\13\uffff\1\44\14\uffff\1\75\37\uffff\1\52"+
- "\50\uffff\1\114\2\uffff\1\117\3\uffff\1\64\10\uffff\1\63\12\uffff"+
- "\1\22\1\4\23\uffff\1\55\4\uffff\1\72\5\uffff\1\73\1\62\3\uffff\1"+
- "\77\1\uffff\1\101\16\uffff\1\23\12\uffff\1\35\1\36\1\120\12\uffff"+
- "\1\113\14\uffff\1\24\1\uffff\1\25\10\uffff\1\65\25\uffff\1\26\1"+
- "\33\1\34\1\46\3\uffff\1\57\1\66\1\uffff\1\104\1\70\1\uffff\1\76"+
- "\3\uffff\1\10\10\uffff\1\16\3\uffff\1\56\1\112\1\uffff\1\67\31\uffff"+
- "\1\15\2\uffff\1\107\6\uffff\1\6\3\uffff\1\13\4\uffff\1\103\14\uffff"+
- "\1\100\1\102\16\uffff\1\11\1\uffff\1\14\27\uffff\1\12\1\17\12\uffff"+
- "\1\3\6\uffff\1\20\3\uffff\1\7\1\21\2\uffff\1\2\2\uffff\1\5";
+ "\1\111\6\uffff\1\125\1\uffff\1\131\1\132\2\uffff\1\125\40\uffff"+
+ "\1\45\1\47\1\51\3\uffff\1\53\16\uffff\1\105\1\106\1\uffff\1\111"+
+ "\1\uffff\1\122\1\124\1\123\1\uffff\1\127\1\130\1\131\15\uffff\1"+
+ "\27\10\uffff\1\32\30\uffff\1\117\11\uffff\1\1\1\31\30\uffff\1\74"+
+ "\15\uffff\1\60\1\61\16\uffff\1\40\3\uffff\1\50\1\uffff\1\43\13\uffff"+
+ "\1\30\13\uffff\1\116\1\54\12\uffff\1\112\4\uffff\1\37\35\uffff\1"+
+ "\71\16\uffff\1\110\15\uffff\1\41\1\42\13\uffff\1\44\14\uffff\1\75"+
+ "\37\uffff\1\52\50\uffff\1\115\2\uffff\1\120\3\uffff\1\64\10\uffff"+
+ "\1\63\12\uffff\1\22\1\4\23\uffff\1\55\4\uffff\1\72\5\uffff\1\73"+
+ "\1\62\3\uffff\1\77\1\uffff\1\101\16\uffff\1\23\12\uffff\1\35\1\36"+
+ "\1\121\12\uffff\1\114\14\uffff\1\24\1\uffff\1\25\10\uffff\1\65\25"+
+ "\uffff\1\26\1\33\1\34\1\46\3\uffff\1\57\1\66\1\uffff\1\104\1\70"+
+ "\1\uffff\1\76\3\uffff\1\10\10\uffff\1\16\3\uffff\1\56\1\113\1\uffff"+
+ "\1\67\31\uffff\1\15\2\uffff\1\107\6\uffff\1\6\3\uffff\1\13\4\uffff"+
+ "\1\103\14\uffff\1\100\1\102\16\uffff\1\11\1\uffff\1\14\27\uffff"+
+ "\1\12\1\17\12\uffff\1\3\6\uffff\1\20\3\uffff\1\7\1\21\2\uffff\1"+
+ "\2\2\uffff\1\5";
static final String DFA14_specialS =
- "\1\2\44\uffff\1\1\1\0\u02c0\uffff}>";
+ "\1\0\44\uffff\1\2\1\1\u02c4\uffff}>";
static final String[] DFA14_transitionS = {
"\11\55\2\54\2\55\1\54\22\55\1\54\1\55\1\45\4\55\1\46\1\40\1"+
"\41\2\55\1\27\1\55\1\23\1\53\1\47\11\50\1\55\1\43\5\55\1\1\1"+
@@ -3284,26 +3315,25 @@ public class InternalOseeDslLexer extends Lexer {
"\1\140\14\uffff\1\137\2\uffff\1\136",
"\1\141",
"\1\142",
- "\1\143",
- "\1\144",
+ "\1\143\11\uffff\1\144",
+ "\1\145",
"",
"",
- "\1\147",
+ "\1\150",
"",
- "\1\151",
- "\0\152",
- "\0\152",
- "\12\155\76\uffff\1\153",
- "\12\155",
+ "\1\152",
+ "\0\153",
+ "\0\153",
+ "\12\156\76\uffff\1\154",
+ "\12\156",
"\32\60\4\uffff\1\60\1\uffff\32\60",
"",
- "\1\156\4\uffff\1\157",
+ "\1\157\4\uffff\1\160",
"",
"",
- "\1\161",
"\1\162",
- "",
"\1\163",
+ "",
"\1\164",
"\1\165",
"\1\166",
@@ -3314,8 +3344,8 @@ public class InternalOseeDslLexer extends Lexer {
"\1\173",
"\1\174",
"\1\175",
+ "\1\176",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\177",
"\1\u0080",
"\1\u0081",
"\1\u0082",
@@ -3323,8 +3353,8 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u0084",
"\1\u0085",
"\1\u0086",
+ "\1\u0087",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u0088",
"\1\u0089",
"\1\u008a",
"\1\u008b",
@@ -3335,43 +3365,43 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u0090",
"\1\u0091",
"\1\u0092",
+ "\1\u0093",
"",
"",
"",
- "\1\u0093",
- "\1\u0095\1\u0094",
- "\1\u0096",
- "",
+ "\1\u0094",
+ "\1\u0096\1\u0095",
"\1\u0097",
+ "",
"\1\u0098",
- "\1\u009a\14\uffff\1\u0099",
- "\1\u009b",
+ "\1\u0099",
+ "\1\u009b\14\uffff\1\u009a",
"\1\u009c",
"\1\u009d",
"\1\u009e",
"\1\u009f",
+ "\1\u00a0",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u00a1",
"\1\u00a2",
- "\1\u00a4\1\u00a3",
- "\1\u00a5",
+ "\1\u00a3",
+ "\1\u00a5\1\u00a4",
+ "\1\u00a6",
+ "\1\u00a7",
"",
"",
- "\1\u00a6",
+ "\1\u00a8",
"",
- "\1\u00a7",
+ "\1\u00a9",
"",
"",
"",
- "\12\155",
+ "\12\156",
"",
"",
"",
- "\12\60\7\uffff\16\60\1\u00a8\13\60\4\uffff\1\60\1\uffff\32"+
+ "\12\60\7\uffff\16\60\1\u00aa\13\60\4\uffff\1\60\1\uffff\32"+
"\60",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u00ab",
- "\1\u00ac",
"\1\u00ad",
"\1\u00ae",
"\1\u00af",
@@ -3381,24 +3411,24 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u00b3",
"\1\u00b4",
"\1\u00b5",
- "",
"\1\u00b6",
"\1\u00b7",
+ "",
"\1\u00b8",
"\1\u00b9",
"\1\u00ba",
"\1\u00bb",
"\1\u00bc",
"\1\u00bd",
- "",
"\1\u00be",
"\1\u00bf",
+ "",
"\1\u00c0",
"\1\u00c1",
"\1\u00c2",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00c3",
"\1\u00c4",
- "\1\u00c5",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u00c6",
"\1\u00c7",
"\1\u00c8",
@@ -3410,34 +3440,34 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u00ce",
"\1\u00cf",
"\1\u00d0",
+ "\1\u00d1",
+ "\1\u00d2",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u00d3",
- "\1\u00d4",
"\1\u00d5",
- "",
"\1\u00d6",
"\1\u00d7",
+ "",
"\1\u00d8",
"\1\u00d9",
"\1\u00da",
"\1\u00db",
"\1\u00dc",
"\1\u00dd",
- "",
- "",
"\1\u00de",
"\1\u00df",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00e0",
+ "",
+ "",
"\1\u00e1",
"\1\u00e2",
- "\1\u00e3",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00e4",
"\1\u00e5",
+ "\1\u00e6",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u00e7",
"\1\u00e8",
- "\1\u00e9",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u00ea",
"\1\u00eb",
"\1\u00ec",
@@ -3446,91 +3476,92 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u00ef",
"\1\u00f0",
"\1\u00f1",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00f2",
"\1\u00f3",
"\1\u00f4",
- "\1\u00f5",
- "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u00f6",
"\1\u00f7",
"\1\u00f8",
+ "",
"\1\u00f9",
"\1\u00fa",
"\1\u00fb",
"\1\u00fc",
"\1\u00fd",
+ "\1\u00fe",
+ "\1\u00ff",
+ "\1\u0100",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u0100",
- "\1\u0101",
- "\1\u0102",
- "",
- "",
"\1\u0103",
"\1\u0104",
"\1\u0105",
+ "",
+ "",
"\1\u0106",
"\1\u0107",
"\1\u0108",
"\1\u0109",
- "\1\u010a\1\u010b",
+ "\1\u010a",
+ "\1\u010b",
"\1\u010c",
- "\1\u010d",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u010f",
+ "\1\u010e\1\u010f",
"\1\u0110",
- "",
"\1\u0111",
- "\1\u0112",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u0113",
- "",
"\1\u0114",
"",
"\1\u0115",
"\1\u0116",
"\1\u0117",
+ "",
"\1\u0118",
+ "",
"\1\u0119",
"\1\u011a",
- "\1\u011b\1\u011c",
+ "\1\u011b",
+ "\1\u011c",
"\1\u011d",
"\1\u011e",
- "\1\u011f",
- "\1\u0120",
- "",
+ "\1\u011f\1\u0120",
"\1\u0121",
"\1\u0122",
"\1\u0123",
"\1\u0124",
+ "",
"\1\u0125",
"\1\u0126",
"\1\u0127",
"\1\u0128",
"\1\u0129",
"\1\u012a",
- "\12\60\7\uffff\6\60\1\u012b\23\60\4\uffff\1\60\1\uffff\32"+
+ "\1\u012b",
+ "\1\u012c",
+ "\1\u012d",
+ "\1\u012e",
+ "\12\60\7\uffff\6\60\1\u012f\23\60\4\uffff\1\60\1\uffff\32"+
"\60",
"",
"",
- "\1\u012d",
- "\1\u012e",
- "\1\u012f",
- "\1\u0130",
"\1\u0131",
"\1\u0132",
"\1\u0133",
"\1\u0134",
"\1\u0135",
"\1\u0136",
- "\1\u0138\14\uffff\1\u0137",
- "\1\u013a\14\uffff\1\u0139",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u013c",
+ "\1\u0137",
+ "\1\u0138",
+ "\1\u0139",
+ "\1\u013a",
"",
- "\1\u013d",
- "\1\u013e",
- "\1\u013f",
+ "\1\u013c\14\uffff\1\u013b",
+ "\1\u013e\14\uffff\1\u013d",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u0140",
+ "",
"\1\u0141",
"\1\u0142",
"\1\u0143",
@@ -3539,43 +3570,43 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u0146",
"\1\u0147",
"\1\u0148",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0149",
+ "\1\u014a",
"\1\u014b",
"\1\u014c",
- "\1\u014d",
- "\1\u014e",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u014f",
"\1\u0150",
"\1\u0151",
"\1\u0152",
"\1\u0153",
- "\1\u0155\6\uffff\1\u0154",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0154",
+ "\1\u0155",
+ "\1\u0156",
"\1\u0157",
- "\1\u0158",
- "\1\u0159",
- "\1\u015a",
- "",
+ "\1\u0159\6\uffff\1\u0158",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u015b",
"\1\u015c",
"\1\u015d",
"\1\u015e",
+ "",
"\1\u015f",
"\1\u0160",
"\1\u0161",
"\1\u0162",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0163",
"\1\u0164",
"\1\u0165",
"\1\u0166",
- "\1\u0167",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u0168",
- "",
"\1\u0169",
"\1\u016a",
"\1\u016b",
"\1\u016c",
+ "",
"\1\u016d",
"\1\u016e",
"\1\u016f",
@@ -3585,37 +3616,37 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u0173",
"\1\u0174",
"\1\u0175",
- "",
- "",
"\1\u0176",
"\1\u0177",
- "\1\u0179\1\uffff\1\u0178",
+ "\1\u0178",
+ "\1\u0179",
+ "",
+ "",
"\1\u017a",
"\1\u017b",
- "\1\u017c",
- "\1\u017d",
+ "\1\u017d\1\uffff\1\u017c",
"\1\u017e",
"\1\u017f",
"\1\u0180",
"\1\u0181",
- "",
"\1\u0182",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0183",
"\1\u0184",
"\1\u0185",
+ "",
"\1\u0186",
- "\1\u0187",
- "\1\u0189\6\uffff\1\u0188",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0188",
+ "\1\u0189",
"\1\u018a",
"\1\u018b",
- "\1\u018c",
- "\1\u018d",
+ "\1\u018d\6\uffff\1\u018c",
"\1\u018e",
- "",
"\1\u018f",
"\1\u0190",
"\1\u0191",
"\1\u0192",
+ "",
"\1\u0193",
"\1\u0194",
"\1\u0195",
@@ -3635,42 +3666,42 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u01a3",
"\1\u01a4",
"\1\u01a5",
- "\1\u01a7\1\uffff\1\u01a6",
- "\12\60\7\uffff\6\60\1\u01a9\5\60\1\u01ab\1\u01a8\5\60\1\u01aa"+
+ "\1\u01a6",
+ "\1\u01a7",
+ "\1\u01a8",
+ "\1\u01a9",
+ "\1\u01ab\1\uffff\1\u01aa",
+ "\12\60\7\uffff\6\60\1\u01ad\5\60\1\u01af\1\u01ac\5\60\1\u01ae"+
"\6\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u01ad",
- "\1\u01ae",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u01b0",
"\1\u01b1",
"\1\u01b2",
- "",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u01b4",
"\1\u01b5",
"\1\u01b6",
- "\1\u01b7",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u01b8",
"\1\u01b9",
"\1\u01ba",
"\1\u01bb",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u01bc",
"\1\u01bd",
"\1\u01be",
"\1\u01bf",
- "\1\u01c0",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u01c1",
"\1\u01c2",
"\1\u01c3",
"\1\u01c4",
"\1\u01c5",
"\1\u01c6",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u01c7",
+ "\1\u01c8",
"\1\u01c9",
"\1\u01ca",
- "\1\u01cb",
- "\1\u01cc",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u01cd",
"\1\u01ce",
"\1\u01cf",
@@ -3685,81 +3716,81 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u01d8",
"\1\u01d9",
"\1\u01da",
- "",
- "\12\60\7\uffff\23\60\1\u01db\6\60\4\uffff\1\60\1\uffff\32"+
- "\60",
+ "\1\u01db",
+ "\1\u01dc",
"\1\u01dd",
- "",
"\1\u01de",
- "\1\u01df",
- "\1\u01e0",
"",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\12\60\7\uffff\23\60\1\u01df\6\60\4\uffff\1\60\1\uffff\32"+
+ "\60",
+ "\1\u01e1",
+ "",
"\1\u01e2",
"\1\u01e3",
"\1\u01e4",
- "\1\u01e5",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u01e6",
- "\1\u01e7\17\uffff\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff"+
- "\32\60",
+ "\1\u01e7",
+ "\1\u01e8",
"\1\u01e9",
- "",
"\1\u01ea",
- "\1\u01eb",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u01eb\17\uffff\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff"+
+ "\32\60",
"\1\u01ed",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "",
+ "\1\u01ee",
"\1\u01ef",
- "\1\u01f0",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u01f1",
- "\1\u01f2",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u01f3",
- "",
- "",
"\1\u01f4",
"\1\u01f5",
"\1\u01f6",
"\1\u01f7",
+ "",
+ "",
"\1\u01f8",
"\1\u01f9",
"\1\u01fa",
"\1\u01fb",
"\1\u01fc",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u01fd",
"\1\u01fe",
"\1\u01ff",
"\1\u0200",
- "\1\u0201",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u0202",
"\1\u0203",
"\1\u0204",
"\1\u0205",
"\1\u0206",
- "",
"\1\u0207",
+ "\1\u0208",
+ "\1\u0209",
+ "\1\u020a",
+ "",
+ "\1\u020b",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"",
- "\1\u020b",
- "\1\u020c",
- "\1\u020d",
- "\1\u020e",
"\1\u020f",
- "",
- "",
"\1\u0210",
"\1\u0211",
"\1\u0212",
- "",
"\1\u0213",
"",
+ "",
"\1\u0214",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0215",
"\1\u0216",
+ "",
"\1\u0217",
+ "",
"\1\u0218",
- "\1\u0219",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u021a",
"\1\u021b",
"\1\u021c",
@@ -3768,35 +3799,35 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u021f",
"\1\u0220",
"\1\u0221",
- "",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0222",
"\1\u0223",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0224",
"\1\u0225",
- "\1\u0226",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u0227",
- "\1\u0228",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u0229",
"\1\u022a",
"\1\u022b",
- "",
- "",
- "",
"\1\u022c",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u022d",
"\1\u022e",
"\1\u022f",
+ "",
+ "",
+ "",
"\1\u0230",
- "\1\u0231",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u0232",
"\1\u0233",
"\1\u0234",
"\1\u0235",
- "",
"\1\u0236",
"\1\u0237",
"\1\u0238",
"\1\u0239",
+ "",
"\1\u023a",
"\1\u023b",
"\1\u023c",
@@ -3805,153 +3836,153 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u023f",
"\1\u0240",
"\1\u0241",
- "",
"\1\u0242",
+ "\1\u0243",
+ "\1\u0244",
+ "\1\u0245",
+ "",
+ "\1\u0246",
"",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u0247",
- "\1\u0248",
- "\1\u0249",
+ "\1\u024b",
+ "\1\u024c",
+ "\1\u024d",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u024c",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0250",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u024f",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u0251",
- "\1\u0252",
"\1\u0253",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u0255",
"\1\u0256",
"\1\u0257",
- "\1\u0258",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u0259",
"\1\u025a",
"\1\u025b",
"\1\u025c",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u025d",
"\1\u025e",
"\1\u025f",
+ "\1\u0260",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0262",
+ "\1\u0263",
"",
"",
"",
"",
- "\1\u0260",
+ "\1\u0264",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"",
"",
- "\1\u0263",
+ "\1\u0267",
"",
"",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"",
- "\1\u0265",
- "\1\u0266",
- "\1\u0267",
- "",
- "\1\u0268",
"\1\u0269",
"\1\u026a",
"\1\u026b",
+ "",
"\1\u026c",
"\1\u026d",
"\1\u026e",
"\1\u026f",
- "",
"\1\u0270",
"\1\u0271",
"\1\u0272",
- "",
- "",
"\1\u0273",
"",
"\1\u0274",
"\1\u0275",
"\1\u0276",
+ "",
+ "",
"\1\u0277",
+ "",
"\1\u0278",
"\1\u0279",
"\1\u027a",
"\1\u027b",
"\1\u027c",
"\1\u027d",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u027e",
"\1\u027f",
"\1\u0280",
+ "\1\u0281",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u0282",
"\1\u0283",
"\1\u0284",
- "\1\u0285\17\uffff\1\u0286",
- "\1\u0287",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u0289",
- "\1\u028a",
+ "\1\u0286",
+ "\1\u0287",
+ "\1\u0288",
+ "\1\u0289\17\uffff\1\u028a",
"\1\u028b",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u028d",
- "",
"\1\u028e",
- "\1\u028f\2\uffff\1\u0290",
- "",
+ "\1\u028f",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0291",
+ "",
"\1\u0292",
- "\1\u0293",
- "\1\u0294",
- "\1\u0295",
- "\1\u0296",
+ "\1\u0293\2\uffff\1\u0294",
"",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0296",
"\1\u0297",
"\1\u0298",
"\1\u0299",
- "",
"\1\u029a",
+ "",
"\1\u029b",
"\1\u029c",
"\1\u029d",
"",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u029e",
+ "\1\u029f",
"\1\u02a0",
"\1\u02a1",
- "\1\u02a2",
- "\1\u02a3",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u02a4",
"\1\u02a5",
"\1\u02a6",
"\1\u02a7",
"\1\u02a8",
"\1\u02a9",
- "",
- "",
"\1\u02aa",
"\1\u02ab",
"\1\u02ac",
"\1\u02ad",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "",
+ "",
+ "\1\u02ae",
"\1\u02af",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02b0",
"\1\u02b1",
- "\1\u02b2",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u02b3",
- "\1\u02b4",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u02b5",
"\1\u02b6",
"\1\u02b7",
- "",
"\1\u02b8",
- "",
"\1\u02b9",
"\1\u02ba",
"\1\u02bb",
+ "",
"\1\u02bc",
+ "",
"\1\u02bd",
"\1\u02be",
"\1\u02bf",
@@ -3963,43 +3994,47 @@ public class InternalOseeDslLexer extends Lexer {
"\1\u02c5",
"\1\u02c6",
"\1\u02c7",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02c8",
+ "\1\u02c9",
"\1\u02ca",
"\1\u02cb",
- "\1\u02cc",
- "\1\u02cd",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u02ce",
"\1\u02cf",
- "",
- "",
"\1\u02d0",
"\1\u02d1",
"\1\u02d2",
"\1\u02d3",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "",
+ "",
+ "\1\u02d4",
"\1\u02d5",
"\1\u02d6",
"\1\u02d7",
- "\1\u02d8",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"\1\u02d9",
- "",
"\1\u02da",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02db",
"\1\u02dc",
"\1\u02dd",
- "\1\u02de",
- "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
"",
+ "\1\u02de",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02e0",
"\1\u02e1",
"\1\u02e2",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02e5",
+ "\1\u02e6",
"",
"",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
- "\1\u02e4",
+ "\1\u02e8",
"",
- "\1\u02e5",
+ "\1\u02e9",
"\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
""
};
@@ -4034,33 +4069,13 @@ public class InternalOseeDslLexer extends Lexer {
this.transition = DFA14_transition;
}
public String getDescription() {
- return "1:1: Tokens : ( T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | T__74 | T__75 | T__76 | T__77 | T__78 | T__79 | T__80 | T__81 | T__82 | T__83 | T__84 | T__85 | T__86 | T__87 | T__88 | T__89 | T__90 | T__91 | T__92 | RULE_STRING | RULE_WHOLE_NUM_STR | RULE_HEX_INT | RULE_ID | RULE_INT | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
+ return "1:1: Tokens : ( T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | T__67 | T__68 | T__69 | T__70 | T__71 | T__72 | T__73 | T__74 | T__75 | T__76 | T__77 | T__78 | T__79 | T__80 | T__81 | T__82 | T__83 | T__84 | T__85 | T__86 | T__87 | T__88 | T__89 | T__90 | T__91 | T__92 | T__93 | RULE_STRING | RULE_WHOLE_NUM_STR | RULE_HEX_INT | RULE_ID | RULE_INT | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
}
public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
IntStream input = _input;
int _s = s;
switch ( s ) {
case 0 :
- int LA14_38 = input.LA(1);
-
- s = -1;
- if ( ((LA14_38>='\u0000' && LA14_38<='\uFFFF')) ) {s = 106;}
-
- else s = 45;
-
- if ( s>=0 ) return s;
- break;
- case 1 :
- int LA14_37 = input.LA(1);
-
- s = -1;
- if ( ((LA14_37>='\u0000' && LA14_37<='\uFFFF')) ) {s = 106;}
-
- else s = 45;
-
- if ( s>=0 ) return s;
- break;
- case 2 :
int LA14_0 = input.LA(1);
s = -1;
@@ -4156,6 +4171,26 @@ public class InternalOseeDslLexer extends Lexer {
if ( s>=0 ) return s;
break;
+ case 1 :
+ int LA14_38 = input.LA(1);
+
+ s = -1;
+ if ( ((LA14_38>='\u0000' && LA14_38<='\uFFFF')) ) {s = 107;}
+
+ else s = 45;
+
+ if ( s>=0 ) return s;
+ break;
+ case 2 :
+ int LA14_37 = input.LA(1);
+
+ s = -1;
+ if ( ((LA14_37>='\u0000' && LA14_37<='\uFFFF')) ) {s = 107;}
+
+ else s = 45;
+
+ if ( s>=0 ) return s;
+ break;
}
NoViableAltException nvae =
new NoViableAltException(getDescription(), 14, _s, input);
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslParser.java b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslParser.java
index eb1b504ea8f..b7bdc4a33a4 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslParser.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslParser.java
@@ -22,7 +22,7 @@ import java.util.ArrayList;
@SuppressWarnings("all")
public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
public static final String[] tokenNames = new String[] {
- "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_WHOLE_NUM_STR", "RULE_ID", "RULE_STRING", "RULE_HEX_INT", "RULE_INT", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'ALL'", "'DefaultAttributeDataProvider'", "'UriAttributeDataProvider'", "'unlimited'", "'DefaultAttributeTaggerProvider'", "'BooleanAttribute'", "'CompressedContentAttribute'", "'DateAttribute'", "'EnumeratedAttribute'", "'FloatingPointAttribute'", "'IntegerAttribute'", "'JavaObjectAttribute'", "'StringAttribute'", "'WordAttribute'", "'OutlineNumberAttribute'", "'Lexicographical_Ascending'", "'Lexicographical_Descending'", "'Unordered'", "'ONE_TO_ONE'", "'ONE_TO_MANY'", "'MANY_TO_ONE'", "'MANY_TO_MANY'", "'EQ'", "'LIKE'", "'AND'", "'OR'", "'artifactName'", "'artifactGuid'", "'branchName'", "'branchGuid'", "'ALLOW'", "'DENY'", "'SIDE_A'", "'SIDE_B'", "'BOTH'", "'import'", "'.'", "'artifactType'", "'{'", "'uuid'", "'}'", "'extends'", "','", "'guid'", "'attribute'", "'attributeType'", "'dataProvider'", "'min'", "'max'", "'overrides'", "'taggerId'", "'enumType'", "'description'", "'defaultValue'", "'fileExtension'", "'oseeEnumType'", "'entry'", "'entryGuid'", "'overrides enum'", "'add'", "'remove'", "'relationType'", "'sideAName'", "'sideAArtifactType'", "'sideBName'", "'sideBArtifactType'", "'defaultOrderType'", "'multiplicity'", "'('", "')'", "'artifactMatcher'", "'where'", "';'", "'accessContext'", "'childrenOf'", "'artifact'", "'edit'", "'of'", "'abstract'", "'inheritAll'"
+ "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_WHOLE_NUM_STR", "RULE_ID", "RULE_STRING", "RULE_HEX_INT", "RULE_INT", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'ALL'", "'DefaultAttributeDataProvider'", "'UriAttributeDataProvider'", "'unlimited'", "'DefaultAttributeTaggerProvider'", "'BooleanAttribute'", "'CompressedContentAttribute'", "'DateAttribute'", "'EnumeratedAttribute'", "'FloatingPointAttribute'", "'IntegerAttribute'", "'JavaObjectAttribute'", "'StringAttribute'", "'WordAttribute'", "'OutlineNumberAttribute'", "'Lexicographical_Ascending'", "'Lexicographical_Descending'", "'Unordered'", "'ONE_TO_ONE'", "'ONE_TO_MANY'", "'MANY_TO_ONE'", "'MANY_TO_MANY'", "'EQ'", "'LIKE'", "'AND'", "'OR'", "'artifactName'", "'artifactGuid'", "'branchName'", "'branchGuid'", "'ALLOW'", "'DENY'", "'SIDE_A'", "'SIDE_B'", "'BOTH'", "'import'", "'.'", "'artifactType'", "'{'", "'uuid'", "'}'", "'extends'", "','", "'guid'", "'attribute'", "'attributeType'", "'dataProvider'", "'min'", "'max'", "'overrides'", "'taggerId'", "'enumType'", "'description'", "'defaultValue'", "'fileExtension'", "'oseeEnumType'", "'entry'", "'entryGuid'", "'overrides enum'", "'add'", "'remove'", "'relationType'", "'sideAName'", "'sideAArtifactType'", "'sideBName'", "'sideBArtifactType'", "'defaultOrderType'", "'multiplicity'", "'('", "')'", "'artifactMatcher'", "'where'", "';'", "'role'", "'accessContext'", "'childrenOf'", "'artifact'", "'edit'", "'of'", "'abstract'", "'inheritAll'"
};
public static final int RULE_ID=5;
public static final int T__29=29;
@@ -37,6 +37,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
public static final int T__21=21;
public static final int T__20=20;
public static final int EOF=-1;
+ public static final int T__93=93;
public static final int T__19=19;
public static final int T__91=91;
public static final int T__92=92;
@@ -1692,21 +1693,252 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR end "ruleXArtifactMatcher"
+ // $ANTLR start "entryRuleRole"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:624:1: entryRuleRole : ruleRole EOF ;
+ public final void entryRuleRole() throws RecognitionException {
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:625:1: ( ruleRole EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:626:1: ruleRole EOF
+ {
+ before(grammarAccess.getRoleRule());
+ pushFollow(FOLLOW_ruleRole_in_entryRuleRole1265);
+ ruleRole();
+
+ state._fsp--;
+
+ after(grammarAccess.getRoleRule());
+ match(input,EOF,FOLLOW_EOF_in_entryRuleRole1272);
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleRole"
+
+
+ // $ANTLR start "ruleRole"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:633:1: ruleRole : ( ( rule__Role__Group__0 ) ) ;
+ public final void ruleRole() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:637:2: ( ( ( rule__Role__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:638:1: ( ( rule__Role__Group__0 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:638:1: ( ( rule__Role__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:639:1: ( rule__Role__Group__0 )
+ {
+ before(grammarAccess.getRoleAccess().getGroup());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:640:1: ( rule__Role__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:640:2: rule__Role__Group__0
+ {
+ pushFollow(FOLLOW_rule__Role__Group__0_in_ruleRole1298);
+ rule__Role__Group__0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getRoleAccess().getGroup());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRole"
+
+
+ // $ANTLR start "entryRuleReferencedContext"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:652:1: entryRuleReferencedContext : ruleReferencedContext EOF ;
+ public final void entryRuleReferencedContext() throws RecognitionException {
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:653:1: ( ruleReferencedContext EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:654:1: ruleReferencedContext EOF
+ {
+ before(grammarAccess.getReferencedContextRule());
+ pushFollow(FOLLOW_ruleReferencedContext_in_entryRuleReferencedContext1325);
+ ruleReferencedContext();
+
+ state._fsp--;
+
+ after(grammarAccess.getReferencedContextRule());
+ match(input,EOF,FOLLOW_EOF_in_entryRuleReferencedContext1332);
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleReferencedContext"
+
+
+ // $ANTLR start "ruleReferencedContext"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:661:1: ruleReferencedContext : ( ( rule__ReferencedContext__Group__0 ) ) ;
+ public final void ruleReferencedContext() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:665:2: ( ( ( rule__ReferencedContext__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:666:1: ( ( rule__ReferencedContext__Group__0 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:666:1: ( ( rule__ReferencedContext__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:667:1: ( rule__ReferencedContext__Group__0 )
+ {
+ before(grammarAccess.getReferencedContextAccess().getGroup());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:668:1: ( rule__ReferencedContext__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:668:2: rule__ReferencedContext__Group__0
+ {
+ pushFollow(FOLLOW_rule__ReferencedContext__Group__0_in_ruleReferencedContext1358);
+ rule__ReferencedContext__Group__0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getReferencedContextAccess().getGroup());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleReferencedContext"
+
+
+ // $ANTLR start "entryRuleUsersAndGroups"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:680:1: entryRuleUsersAndGroups : ruleUsersAndGroups EOF ;
+ public final void entryRuleUsersAndGroups() throws RecognitionException {
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:681:1: ( ruleUsersAndGroups EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:682:1: ruleUsersAndGroups EOF
+ {
+ before(grammarAccess.getUsersAndGroupsRule());
+ pushFollow(FOLLOW_ruleUsersAndGroups_in_entryRuleUsersAndGroups1385);
+ ruleUsersAndGroups();
+
+ state._fsp--;
+
+ after(grammarAccess.getUsersAndGroupsRule());
+ match(input,EOF,FOLLOW_EOF_in_entryRuleUsersAndGroups1392);
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleUsersAndGroups"
+
+
+ // $ANTLR start "ruleUsersAndGroups"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:689:1: ruleUsersAndGroups : ( ( rule__UsersAndGroups__Group__0 ) ) ;
+ public final void ruleUsersAndGroups() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:693:2: ( ( ( rule__UsersAndGroups__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:694:1: ( ( rule__UsersAndGroups__Group__0 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:694:1: ( ( rule__UsersAndGroups__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:695:1: ( rule__UsersAndGroups__Group__0 )
+ {
+ before(grammarAccess.getUsersAndGroupsAccess().getGroup());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:696:1: ( rule__UsersAndGroups__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:696:2: rule__UsersAndGroups__Group__0
+ {
+ pushFollow(FOLLOW_rule__UsersAndGroups__Group__0_in_ruleUsersAndGroups1418);
+ rule__UsersAndGroups__Group__0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getUsersAndGroupsAccess().getGroup());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleUsersAndGroups"
+
+
// $ANTLR start "entryRuleAccessContext"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:624:1: entryRuleAccessContext : ruleAccessContext EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:708:1: entryRuleAccessContext : ruleAccessContext EOF ;
public final void entryRuleAccessContext() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:625:1: ( ruleAccessContext EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:626:1: ruleAccessContext EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:709:1: ( ruleAccessContext EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:710:1: ruleAccessContext EOF
{
before(grammarAccess.getAccessContextRule());
- pushFollow(FOLLOW_ruleAccessContext_in_entryRuleAccessContext1265);
+ pushFollow(FOLLOW_ruleAccessContext_in_entryRuleAccessContext1445);
ruleAccessContext();
state._fsp--;
after(grammarAccess.getAccessContextRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleAccessContext1272);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleAccessContext1452);
}
@@ -1723,23 +1955,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAccessContext"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:633:1: ruleAccessContext : ( ( rule__AccessContext__Group__0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:717:1: ruleAccessContext : ( ( rule__AccessContext__Group__0 ) ) ;
public final void ruleAccessContext() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:637:2: ( ( ( rule__AccessContext__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:638:1: ( ( rule__AccessContext__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:721:2: ( ( ( rule__AccessContext__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:722:1: ( ( rule__AccessContext__Group__0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:638:1: ( ( rule__AccessContext__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:639:1: ( rule__AccessContext__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:722:1: ( ( rule__AccessContext__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:723:1: ( rule__AccessContext__Group__0 )
{
before(grammarAccess.getAccessContextAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:640:1: ( rule__AccessContext__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:640:2: rule__AccessContext__Group__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:724:1: ( rule__AccessContext__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:724:2: rule__AccessContext__Group__0
{
- pushFollow(FOLLOW_rule__AccessContext__Group__0_in_ruleAccessContext1298);
+ pushFollow(FOLLOW_rule__AccessContext__Group__0_in_ruleAccessContext1478);
rule__AccessContext__Group__0();
state._fsp--;
@@ -1770,20 +2002,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleHierarchyRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:652:1: entryRuleHierarchyRestriction : ruleHierarchyRestriction EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:736:1: entryRuleHierarchyRestriction : ruleHierarchyRestriction EOF ;
public final void entryRuleHierarchyRestriction() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:653:1: ( ruleHierarchyRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:654:1: ruleHierarchyRestriction EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:737:1: ( ruleHierarchyRestriction EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:738:1: ruleHierarchyRestriction EOF
{
before(grammarAccess.getHierarchyRestrictionRule());
- pushFollow(FOLLOW_ruleHierarchyRestriction_in_entryRuleHierarchyRestriction1325);
+ pushFollow(FOLLOW_ruleHierarchyRestriction_in_entryRuleHierarchyRestriction1505);
ruleHierarchyRestriction();
state._fsp--;
after(grammarAccess.getHierarchyRestrictionRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleHierarchyRestriction1332);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleHierarchyRestriction1512);
}
@@ -1800,23 +2032,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleHierarchyRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:661:1: ruleHierarchyRestriction : ( ( rule__HierarchyRestriction__Group__0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:745:1: ruleHierarchyRestriction : ( ( rule__HierarchyRestriction__Group__0 ) ) ;
public final void ruleHierarchyRestriction() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:665:2: ( ( ( rule__HierarchyRestriction__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:666:1: ( ( rule__HierarchyRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:749:2: ( ( ( rule__HierarchyRestriction__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:750:1: ( ( rule__HierarchyRestriction__Group__0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:666:1: ( ( rule__HierarchyRestriction__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:667:1: ( rule__HierarchyRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:750:1: ( ( rule__HierarchyRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:751:1: ( rule__HierarchyRestriction__Group__0 )
{
before(grammarAccess.getHierarchyRestrictionAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:668:1: ( rule__HierarchyRestriction__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:668:2: rule__HierarchyRestriction__Group__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:752:1: ( rule__HierarchyRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:752:2: rule__HierarchyRestriction__Group__0
{
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__0_in_ruleHierarchyRestriction1358);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__0_in_ruleHierarchyRestriction1538);
rule__HierarchyRestriction__Group__0();
state._fsp--;
@@ -1847,20 +2079,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRelationTypeArtifactTypePredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:680:1: entryRuleRelationTypeArtifactTypePredicate : ruleRelationTypeArtifactTypePredicate EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:764:1: entryRuleRelationTypeArtifactTypePredicate : ruleRelationTypeArtifactTypePredicate EOF ;
public final void entryRuleRelationTypeArtifactTypePredicate() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:681:1: ( ruleRelationTypeArtifactTypePredicate EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:682:1: ruleRelationTypeArtifactTypePredicate EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:765:1: ( ruleRelationTypeArtifactTypePredicate EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:766:1: ruleRelationTypeArtifactTypePredicate EOF
{
before(grammarAccess.getRelationTypeArtifactTypePredicateRule());
- pushFollow(FOLLOW_ruleRelationTypeArtifactTypePredicate_in_entryRuleRelationTypeArtifactTypePredicate1385);
+ pushFollow(FOLLOW_ruleRelationTypeArtifactTypePredicate_in_entryRuleRelationTypeArtifactTypePredicate1565);
ruleRelationTypeArtifactTypePredicate();
state._fsp--;
after(grammarAccess.getRelationTypeArtifactTypePredicateRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleRelationTypeArtifactTypePredicate1392);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleRelationTypeArtifactTypePredicate1572);
}
@@ -1877,23 +2109,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRelationTypeArtifactTypePredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:689:1: ruleRelationTypeArtifactTypePredicate : ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:773:1: ruleRelationTypeArtifactTypePredicate : ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) ) ;
public final void ruleRelationTypeArtifactTypePredicate() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:693:2: ( ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:694:1: ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:777:2: ( ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:778:1: ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:694:1: ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:695:1: ( rule__RelationTypeArtifactTypePredicate__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:778:1: ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:779:1: ( rule__RelationTypeArtifactTypePredicate__Group__0 )
{
before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:696:1: ( rule__RelationTypeArtifactTypePredicate__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:696:2: rule__RelationTypeArtifactTypePredicate__Group__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:780:1: ( rule__RelationTypeArtifactTypePredicate__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:780:2: rule__RelationTypeArtifactTypePredicate__Group__0
{
- pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0_in_ruleRelationTypeArtifactTypePredicate1418);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0_in_ruleRelationTypeArtifactTypePredicate1598);
rule__RelationTypeArtifactTypePredicate__Group__0();
state._fsp--;
@@ -1924,20 +2156,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRelationTypeArtifactPredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:708:1: entryRuleRelationTypeArtifactPredicate : ruleRelationTypeArtifactPredicate EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:792:1: entryRuleRelationTypeArtifactPredicate : ruleRelationTypeArtifactPredicate EOF ;
public final void entryRuleRelationTypeArtifactPredicate() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:709:1: ( ruleRelationTypeArtifactPredicate EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:710:1: ruleRelationTypeArtifactPredicate EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:793:1: ( ruleRelationTypeArtifactPredicate EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:794:1: ruleRelationTypeArtifactPredicate EOF
{
before(grammarAccess.getRelationTypeArtifactPredicateRule());
- pushFollow(FOLLOW_ruleRelationTypeArtifactPredicate_in_entryRuleRelationTypeArtifactPredicate1445);
+ pushFollow(FOLLOW_ruleRelationTypeArtifactPredicate_in_entryRuleRelationTypeArtifactPredicate1625);
ruleRelationTypeArtifactPredicate();
state._fsp--;
after(grammarAccess.getRelationTypeArtifactPredicateRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleRelationTypeArtifactPredicate1452);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleRelationTypeArtifactPredicate1632);
}
@@ -1954,23 +2186,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRelationTypeArtifactPredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:717:1: ruleRelationTypeArtifactPredicate : ( ( rule__RelationTypeArtifactPredicate__Group__0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:801:1: ruleRelationTypeArtifactPredicate : ( ( rule__RelationTypeArtifactPredicate__Group__0 ) ) ;
public final void ruleRelationTypeArtifactPredicate() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:721:2: ( ( ( rule__RelationTypeArtifactPredicate__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:722:1: ( ( rule__RelationTypeArtifactPredicate__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:805:2: ( ( ( rule__RelationTypeArtifactPredicate__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:806:1: ( ( rule__RelationTypeArtifactPredicate__Group__0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:722:1: ( ( rule__RelationTypeArtifactPredicate__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:723:1: ( rule__RelationTypeArtifactPredicate__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:806:1: ( ( rule__RelationTypeArtifactPredicate__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:807:1: ( rule__RelationTypeArtifactPredicate__Group__0 )
{
before(grammarAccess.getRelationTypeArtifactPredicateAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:724:1: ( rule__RelationTypeArtifactPredicate__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:724:2: rule__RelationTypeArtifactPredicate__Group__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:808:1: ( rule__RelationTypeArtifactPredicate__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:808:2: rule__RelationTypeArtifactPredicate__Group__0
{
- pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__Group__0_in_ruleRelationTypeArtifactPredicate1478);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__Group__0_in_ruleRelationTypeArtifactPredicate1658);
rule__RelationTypeArtifactPredicate__Group__0();
state._fsp--;
@@ -2001,20 +2233,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRelationTypePredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:736:1: entryRuleRelationTypePredicate : ruleRelationTypePredicate EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:820:1: entryRuleRelationTypePredicate : ruleRelationTypePredicate EOF ;
public final void entryRuleRelationTypePredicate() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:737:1: ( ruleRelationTypePredicate EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:738:1: ruleRelationTypePredicate EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:821:1: ( ruleRelationTypePredicate EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:822:1: ruleRelationTypePredicate EOF
{
before(grammarAccess.getRelationTypePredicateRule());
- pushFollow(FOLLOW_ruleRelationTypePredicate_in_entryRuleRelationTypePredicate1505);
+ pushFollow(FOLLOW_ruleRelationTypePredicate_in_entryRuleRelationTypePredicate1685);
ruleRelationTypePredicate();
state._fsp--;
after(grammarAccess.getRelationTypePredicateRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleRelationTypePredicate1512);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleRelationTypePredicate1692);
}
@@ -2031,23 +2263,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRelationTypePredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:745:1: ruleRelationTypePredicate : ( ( rule__RelationTypePredicate__Alternatives ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:829:1: ruleRelationTypePredicate : ( ( rule__RelationTypePredicate__Alternatives ) ) ;
public final void ruleRelationTypePredicate() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:749:2: ( ( ( rule__RelationTypePredicate__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:750:1: ( ( rule__RelationTypePredicate__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:833:2: ( ( ( rule__RelationTypePredicate__Alternatives ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:834:1: ( ( rule__RelationTypePredicate__Alternatives ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:750:1: ( ( rule__RelationTypePredicate__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:751:1: ( rule__RelationTypePredicate__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:834:1: ( ( rule__RelationTypePredicate__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:835:1: ( rule__RelationTypePredicate__Alternatives )
{
before(grammarAccess.getRelationTypePredicateAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:752:1: ( rule__RelationTypePredicate__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:752:2: rule__RelationTypePredicate__Alternatives
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:836:1: ( rule__RelationTypePredicate__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:836:2: rule__RelationTypePredicate__Alternatives
{
- pushFollow(FOLLOW_rule__RelationTypePredicate__Alternatives_in_ruleRelationTypePredicate1538);
+ pushFollow(FOLLOW_rule__RelationTypePredicate__Alternatives_in_ruleRelationTypePredicate1718);
rule__RelationTypePredicate__Alternatives();
state._fsp--;
@@ -2078,20 +2310,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleObjectRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:764:1: entryRuleObjectRestriction : ruleObjectRestriction EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:848:1: entryRuleObjectRestriction : ruleObjectRestriction EOF ;
public final void entryRuleObjectRestriction() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:765:1: ( ruleObjectRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:766:1: ruleObjectRestriction EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:849:1: ( ruleObjectRestriction EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:850:1: ruleObjectRestriction EOF
{
before(grammarAccess.getObjectRestrictionRule());
- pushFollow(FOLLOW_ruleObjectRestriction_in_entryRuleObjectRestriction1565);
+ pushFollow(FOLLOW_ruleObjectRestriction_in_entryRuleObjectRestriction1745);
ruleObjectRestriction();
state._fsp--;
after(grammarAccess.getObjectRestrictionRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleObjectRestriction1572);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleObjectRestriction1752);
}
@@ -2108,23 +2340,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleObjectRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:773:1: ruleObjectRestriction : ( ( rule__ObjectRestriction__Alternatives ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:857:1: ruleObjectRestriction : ( ( rule__ObjectRestriction__Alternatives ) ) ;
public final void ruleObjectRestriction() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:777:2: ( ( ( rule__ObjectRestriction__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:778:1: ( ( rule__ObjectRestriction__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:861:2: ( ( ( rule__ObjectRestriction__Alternatives ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:862:1: ( ( rule__ObjectRestriction__Alternatives ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:778:1: ( ( rule__ObjectRestriction__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:779:1: ( rule__ObjectRestriction__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:862:1: ( ( rule__ObjectRestriction__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:863:1: ( rule__ObjectRestriction__Alternatives )
{
before(grammarAccess.getObjectRestrictionAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:780:1: ( rule__ObjectRestriction__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:780:2: rule__ObjectRestriction__Alternatives
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:864:1: ( rule__ObjectRestriction__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:864:2: rule__ObjectRestriction__Alternatives
{
- pushFollow(FOLLOW_rule__ObjectRestriction__Alternatives_in_ruleObjectRestriction1598);
+ pushFollow(FOLLOW_rule__ObjectRestriction__Alternatives_in_ruleObjectRestriction1778);
rule__ObjectRestriction__Alternatives();
state._fsp--;
@@ -2155,20 +2387,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleArtifactMatchRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:792:1: entryRuleArtifactMatchRestriction : ruleArtifactMatchRestriction EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:876:1: entryRuleArtifactMatchRestriction : ruleArtifactMatchRestriction EOF ;
public final void entryRuleArtifactMatchRestriction() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:793:1: ( ruleArtifactMatchRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:794:1: ruleArtifactMatchRestriction EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:877:1: ( ruleArtifactMatchRestriction EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:878:1: ruleArtifactMatchRestriction EOF
{
before(grammarAccess.getArtifactMatchRestrictionRule());
- pushFollow(FOLLOW_ruleArtifactMatchRestriction_in_entryRuleArtifactMatchRestriction1625);
+ pushFollow(FOLLOW_ruleArtifactMatchRestriction_in_entryRuleArtifactMatchRestriction1805);
ruleArtifactMatchRestriction();
state._fsp--;
after(grammarAccess.getArtifactMatchRestrictionRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleArtifactMatchRestriction1632);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleArtifactMatchRestriction1812);
}
@@ -2185,23 +2417,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleArtifactMatchRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:801:1: ruleArtifactMatchRestriction : ( ( rule__ArtifactMatchRestriction__Group__0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:885:1: ruleArtifactMatchRestriction : ( ( rule__ArtifactMatchRestriction__Group__0 ) ) ;
public final void ruleArtifactMatchRestriction() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:805:2: ( ( ( rule__ArtifactMatchRestriction__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:806:1: ( ( rule__ArtifactMatchRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:889:2: ( ( ( rule__ArtifactMatchRestriction__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:890:1: ( ( rule__ArtifactMatchRestriction__Group__0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:806:1: ( ( rule__ArtifactMatchRestriction__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:807:1: ( rule__ArtifactMatchRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:890:1: ( ( rule__ArtifactMatchRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:891:1: ( rule__ArtifactMatchRestriction__Group__0 )
{
before(grammarAccess.getArtifactMatchRestrictionAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:808:1: ( rule__ArtifactMatchRestriction__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:808:2: rule__ArtifactMatchRestriction__Group__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:892:1: ( rule__ArtifactMatchRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:892:2: rule__ArtifactMatchRestriction__Group__0
{
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__0_in_ruleArtifactMatchRestriction1658);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__0_in_ruleArtifactMatchRestriction1838);
rule__ArtifactMatchRestriction__Group__0();
state._fsp--;
@@ -2232,20 +2464,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleArtifactTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:820:1: entryRuleArtifactTypeRestriction : ruleArtifactTypeRestriction EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:904:1: entryRuleArtifactTypeRestriction : ruleArtifactTypeRestriction EOF ;
public final void entryRuleArtifactTypeRestriction() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:821:1: ( ruleArtifactTypeRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:822:1: ruleArtifactTypeRestriction EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:905:1: ( ruleArtifactTypeRestriction EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:906:1: ruleArtifactTypeRestriction EOF
{
before(grammarAccess.getArtifactTypeRestrictionRule());
- pushFollow(FOLLOW_ruleArtifactTypeRestriction_in_entryRuleArtifactTypeRestriction1685);
+ pushFollow(FOLLOW_ruleArtifactTypeRestriction_in_entryRuleArtifactTypeRestriction1865);
ruleArtifactTypeRestriction();
state._fsp--;
after(grammarAccess.getArtifactTypeRestrictionRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleArtifactTypeRestriction1692);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleArtifactTypeRestriction1872);
}
@@ -2262,23 +2494,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleArtifactTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:829:1: ruleArtifactTypeRestriction : ( ( rule__ArtifactTypeRestriction__Group__0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:913:1: ruleArtifactTypeRestriction : ( ( rule__ArtifactTypeRestriction__Group__0 ) ) ;
public final void ruleArtifactTypeRestriction() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:833:2: ( ( ( rule__ArtifactTypeRestriction__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:834:1: ( ( rule__ArtifactTypeRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:917:2: ( ( ( rule__ArtifactTypeRestriction__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:918:1: ( ( rule__ArtifactTypeRestriction__Group__0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:834:1: ( ( rule__ArtifactTypeRestriction__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:835:1: ( rule__ArtifactTypeRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:918:1: ( ( rule__ArtifactTypeRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:919:1: ( rule__ArtifactTypeRestriction__Group__0 )
{
before(grammarAccess.getArtifactTypeRestrictionAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:836:1: ( rule__ArtifactTypeRestriction__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:836:2: rule__ArtifactTypeRestriction__Group__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:920:1: ( rule__ArtifactTypeRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:920:2: rule__ArtifactTypeRestriction__Group__0
{
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__0_in_ruleArtifactTypeRestriction1718);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__0_in_ruleArtifactTypeRestriction1898);
rule__ArtifactTypeRestriction__Group__0();
state._fsp--;
@@ -2309,20 +2541,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleAttributeTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:848:1: entryRuleAttributeTypeRestriction : ruleAttributeTypeRestriction EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:932:1: entryRuleAttributeTypeRestriction : ruleAttributeTypeRestriction EOF ;
public final void entryRuleAttributeTypeRestriction() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:849:1: ( ruleAttributeTypeRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:850:1: ruleAttributeTypeRestriction EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:933:1: ( ruleAttributeTypeRestriction EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:934:1: ruleAttributeTypeRestriction EOF
{
before(grammarAccess.getAttributeTypeRestrictionRule());
- pushFollow(FOLLOW_ruleAttributeTypeRestriction_in_entryRuleAttributeTypeRestriction1745);
+ pushFollow(FOLLOW_ruleAttributeTypeRestriction_in_entryRuleAttributeTypeRestriction1925);
ruleAttributeTypeRestriction();
state._fsp--;
after(grammarAccess.getAttributeTypeRestrictionRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleAttributeTypeRestriction1752);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleAttributeTypeRestriction1932);
}
@@ -2339,23 +2571,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAttributeTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:857:1: ruleAttributeTypeRestriction : ( ( rule__AttributeTypeRestriction__Group__0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:941:1: ruleAttributeTypeRestriction : ( ( rule__AttributeTypeRestriction__Group__0 ) ) ;
public final void ruleAttributeTypeRestriction() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:861:2: ( ( ( rule__AttributeTypeRestriction__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:862:1: ( ( rule__AttributeTypeRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:945:2: ( ( ( rule__AttributeTypeRestriction__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:946:1: ( ( rule__AttributeTypeRestriction__Group__0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:862:1: ( ( rule__AttributeTypeRestriction__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:863:1: ( rule__AttributeTypeRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:946:1: ( ( rule__AttributeTypeRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:947:1: ( rule__AttributeTypeRestriction__Group__0 )
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:864:1: ( rule__AttributeTypeRestriction__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:864:2: rule__AttributeTypeRestriction__Group__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:948:1: ( rule__AttributeTypeRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:948:2: rule__AttributeTypeRestriction__Group__0
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__0_in_ruleAttributeTypeRestriction1778);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__0_in_ruleAttributeTypeRestriction1958);
rule__AttributeTypeRestriction__Group__0();
state._fsp--;
@@ -2386,20 +2618,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRelationTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:878:1: entryRuleRelationTypeRestriction : ruleRelationTypeRestriction EOF ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:962:1: entryRuleRelationTypeRestriction : ruleRelationTypeRestriction EOF ;
public final void entryRuleRelationTypeRestriction() throws RecognitionException {
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:879:1: ( ruleRelationTypeRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:880:1: ruleRelationTypeRestriction EOF
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:963:1: ( ruleRelationTypeRestriction EOF )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:964:1: ruleRelationTypeRestriction EOF
{
before(grammarAccess.getRelationTypeRestrictionRule());
- pushFollow(FOLLOW_ruleRelationTypeRestriction_in_entryRuleRelationTypeRestriction1807);
+ pushFollow(FOLLOW_ruleRelationTypeRestriction_in_entryRuleRelationTypeRestriction1987);
ruleRelationTypeRestriction();
state._fsp--;
after(grammarAccess.getRelationTypeRestrictionRule());
- match(input,EOF,FOLLOW_EOF_in_entryRuleRelationTypeRestriction1814);
+ match(input,EOF,FOLLOW_EOF_in_entryRuleRelationTypeRestriction1994);
}
@@ -2416,23 +2648,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRelationTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:887:1: ruleRelationTypeRestriction : ( ( rule__RelationTypeRestriction__Group__0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:971:1: ruleRelationTypeRestriction : ( ( rule__RelationTypeRestriction__Group__0 ) ) ;
public final void ruleRelationTypeRestriction() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:891:2: ( ( ( rule__RelationTypeRestriction__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:892:1: ( ( rule__RelationTypeRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:975:2: ( ( ( rule__RelationTypeRestriction__Group__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:976:1: ( ( rule__RelationTypeRestriction__Group__0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:892:1: ( ( rule__RelationTypeRestriction__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:893:1: ( rule__RelationTypeRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:976:1: ( ( rule__RelationTypeRestriction__Group__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:977:1: ( rule__RelationTypeRestriction__Group__0 )
{
before(grammarAccess.getRelationTypeRestrictionAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:894:1: ( rule__RelationTypeRestriction__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:894:2: rule__RelationTypeRestriction__Group__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:978:1: ( rule__RelationTypeRestriction__Group__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:978:2: rule__RelationTypeRestriction__Group__0
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__0_in_ruleRelationTypeRestriction1840);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__0_in_ruleRelationTypeRestriction2020);
rule__RelationTypeRestriction__Group__0();
state._fsp--;
@@ -2463,23 +2695,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRelationMultiplicityEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:907:1: ruleRelationMultiplicityEnum : ( ( rule__RelationMultiplicityEnum__Alternatives ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:991:1: ruleRelationMultiplicityEnum : ( ( rule__RelationMultiplicityEnum__Alternatives ) ) ;
public final void ruleRelationMultiplicityEnum() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:911:1: ( ( ( rule__RelationMultiplicityEnum__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:912:1: ( ( rule__RelationMultiplicityEnum__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:995:1: ( ( ( rule__RelationMultiplicityEnum__Alternatives ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:996:1: ( ( rule__RelationMultiplicityEnum__Alternatives ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:912:1: ( ( rule__RelationMultiplicityEnum__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:913:1: ( rule__RelationMultiplicityEnum__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:996:1: ( ( rule__RelationMultiplicityEnum__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:997:1: ( rule__RelationMultiplicityEnum__Alternatives )
{
before(grammarAccess.getRelationMultiplicityEnumAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:914:1: ( rule__RelationMultiplicityEnum__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:914:2: rule__RelationMultiplicityEnum__Alternatives
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:998:1: ( rule__RelationMultiplicityEnum__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:998:2: rule__RelationMultiplicityEnum__Alternatives
{
- pushFollow(FOLLOW_rule__RelationMultiplicityEnum__Alternatives_in_ruleRelationMultiplicityEnum1877);
+ pushFollow(FOLLOW_rule__RelationMultiplicityEnum__Alternatives_in_ruleRelationMultiplicityEnum2057);
rule__RelationMultiplicityEnum__Alternatives();
state._fsp--;
@@ -2510,23 +2742,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleCompareOp"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:926:1: ruleCompareOp : ( ( rule__CompareOp__Alternatives ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1010:1: ruleCompareOp : ( ( rule__CompareOp__Alternatives ) ) ;
public final void ruleCompareOp() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:930:1: ( ( ( rule__CompareOp__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:931:1: ( ( rule__CompareOp__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1014:1: ( ( ( rule__CompareOp__Alternatives ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1015:1: ( ( rule__CompareOp__Alternatives ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:931:1: ( ( rule__CompareOp__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:932:1: ( rule__CompareOp__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1015:1: ( ( rule__CompareOp__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1016:1: ( rule__CompareOp__Alternatives )
{
before(grammarAccess.getCompareOpAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:933:1: ( rule__CompareOp__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:933:2: rule__CompareOp__Alternatives
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1017:1: ( rule__CompareOp__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1017:2: rule__CompareOp__Alternatives
{
- pushFollow(FOLLOW_rule__CompareOp__Alternatives_in_ruleCompareOp1913);
+ pushFollow(FOLLOW_rule__CompareOp__Alternatives_in_ruleCompareOp2093);
rule__CompareOp__Alternatives();
state._fsp--;
@@ -2557,23 +2789,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleXLogicOperator"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:945:1: ruleXLogicOperator : ( ( rule__XLogicOperator__Alternatives ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1029:1: ruleXLogicOperator : ( ( rule__XLogicOperator__Alternatives ) ) ;
public final void ruleXLogicOperator() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:949:1: ( ( ( rule__XLogicOperator__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:950:1: ( ( rule__XLogicOperator__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1033:1: ( ( ( rule__XLogicOperator__Alternatives ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1034:1: ( ( rule__XLogicOperator__Alternatives ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:950:1: ( ( rule__XLogicOperator__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:951:1: ( rule__XLogicOperator__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1034:1: ( ( rule__XLogicOperator__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1035:1: ( rule__XLogicOperator__Alternatives )
{
before(grammarAccess.getXLogicOperatorAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:952:1: ( rule__XLogicOperator__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:952:2: rule__XLogicOperator__Alternatives
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1036:1: ( rule__XLogicOperator__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1036:2: rule__XLogicOperator__Alternatives
{
- pushFollow(FOLLOW_rule__XLogicOperator__Alternatives_in_ruleXLogicOperator1949);
+ pushFollow(FOLLOW_rule__XLogicOperator__Alternatives_in_ruleXLogicOperator2129);
rule__XLogicOperator__Alternatives();
state._fsp--;
@@ -2604,23 +2836,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleMatchField"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:964:1: ruleMatchField : ( ( rule__MatchField__Alternatives ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1048:1: ruleMatchField : ( ( rule__MatchField__Alternatives ) ) ;
public final void ruleMatchField() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:968:1: ( ( ( rule__MatchField__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:969:1: ( ( rule__MatchField__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1052:1: ( ( ( rule__MatchField__Alternatives ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1053:1: ( ( rule__MatchField__Alternatives ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:969:1: ( ( rule__MatchField__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:970:1: ( rule__MatchField__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1053:1: ( ( rule__MatchField__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1054:1: ( rule__MatchField__Alternatives )
{
before(grammarAccess.getMatchFieldAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:971:1: ( rule__MatchField__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:971:2: rule__MatchField__Alternatives
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1055:1: ( rule__MatchField__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1055:2: rule__MatchField__Alternatives
{
- pushFollow(FOLLOW_rule__MatchField__Alternatives_in_ruleMatchField1985);
+ pushFollow(FOLLOW_rule__MatchField__Alternatives_in_ruleMatchField2165);
rule__MatchField__Alternatives();
state._fsp--;
@@ -2651,23 +2883,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAccessPermissionEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:983:1: ruleAccessPermissionEnum : ( ( rule__AccessPermissionEnum__Alternatives ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1067:1: ruleAccessPermissionEnum : ( ( rule__AccessPermissionEnum__Alternatives ) ) ;
public final void ruleAccessPermissionEnum() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:987:1: ( ( ( rule__AccessPermissionEnum__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:988:1: ( ( rule__AccessPermissionEnum__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1071:1: ( ( ( rule__AccessPermissionEnum__Alternatives ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1072:1: ( ( rule__AccessPermissionEnum__Alternatives ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:988:1: ( ( rule__AccessPermissionEnum__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:989:1: ( rule__AccessPermissionEnum__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1072:1: ( ( rule__AccessPermissionEnum__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1073:1: ( rule__AccessPermissionEnum__Alternatives )
{
before(grammarAccess.getAccessPermissionEnumAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:990:1: ( rule__AccessPermissionEnum__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:990:2: rule__AccessPermissionEnum__Alternatives
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1074:1: ( rule__AccessPermissionEnum__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1074:2: rule__AccessPermissionEnum__Alternatives
{
- pushFollow(FOLLOW_rule__AccessPermissionEnum__Alternatives_in_ruleAccessPermissionEnum2021);
+ pushFollow(FOLLOW_rule__AccessPermissionEnum__Alternatives_in_ruleAccessPermissionEnum2201);
rule__AccessPermissionEnum__Alternatives();
state._fsp--;
@@ -2698,23 +2930,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRelationTypeMatch"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1002:1: ruleRelationTypeMatch : ( ( 'ALL' ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1086:1: ruleRelationTypeMatch : ( ( 'ALL' ) ) ;
public final void ruleRelationTypeMatch() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1006:1: ( ( ( 'ALL' ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1007:1: ( ( 'ALL' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1090:1: ( ( ( 'ALL' ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1091:1: ( ( 'ALL' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1007:1: ( ( 'ALL' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1008:1: ( 'ALL' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1091:1: ( ( 'ALL' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1092:1: ( 'ALL' )
{
before(grammarAccess.getRelationTypeMatchAccess().getALLEnumLiteralDeclaration());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1009:1: ( 'ALL' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1009:3: 'ALL'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1093:1: ( 'ALL' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1093:3: 'ALL'
{
- match(input,13,FOLLOW_13_in_ruleRelationTypeMatch2058);
+ match(input,13,FOLLOW_13_in_ruleRelationTypeMatch2238);
}
@@ -2741,23 +2973,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleXRelationSideEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1022:1: ruleXRelationSideEnum : ( ( rule__XRelationSideEnum__Alternatives ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1106:1: ruleXRelationSideEnum : ( ( rule__XRelationSideEnum__Alternatives ) ) ;
public final void ruleXRelationSideEnum() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1026:1: ( ( ( rule__XRelationSideEnum__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1027:1: ( ( rule__XRelationSideEnum__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1110:1: ( ( ( rule__XRelationSideEnum__Alternatives ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1111:1: ( ( rule__XRelationSideEnum__Alternatives ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1027:1: ( ( rule__XRelationSideEnum__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1028:1: ( rule__XRelationSideEnum__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1111:1: ( ( rule__XRelationSideEnum__Alternatives ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1112:1: ( rule__XRelationSideEnum__Alternatives )
{
before(grammarAccess.getXRelationSideEnumAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1029:1: ( rule__XRelationSideEnum__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1029:2: rule__XRelationSideEnum__Alternatives
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1113:1: ( rule__XRelationSideEnum__Alternatives )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1113:2: rule__XRelationSideEnum__Alternatives
{
- pushFollow(FOLLOW_rule__XRelationSideEnum__Alternatives_in_ruleXRelationSideEnum2096);
+ pushFollow(FOLLOW_rule__XRelationSideEnum__Alternatives_in_ruleXRelationSideEnum2276);
rule__XRelationSideEnum__Alternatives();
state._fsp--;
@@ -2788,17 +3020,17 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__Alternatives_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1040:1: rule__OseeDsl__Alternatives_1 : ( ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) ) | ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) ) | ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) ) | ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) ) | ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1124:1: rule__OseeDsl__Alternatives_1 : ( ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) ) | ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) ) | ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) ) | ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) ) | ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) ) );
public final void rule__OseeDsl__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1044:1: ( ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) ) | ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) ) | ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) ) | ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) ) | ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1128:1: ( ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) ) | ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) ) | ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) ) | ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) ) | ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) ) )
int alt1=5;
switch ( input.LA(1) ) {
case 50:
- case 91:
+ case 92:
{
alt1=1;
}
@@ -2832,16 +3064,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
switch (alt1) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1045:1: ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1129:1: ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1045:1: ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1046:1: ( rule__OseeDsl__ArtifactTypesAssignment_1_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1129:1: ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1130:1: ( rule__OseeDsl__ArtifactTypesAssignment_1_0 )
{
before(grammarAccess.getOseeDslAccess().getArtifactTypesAssignment_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1047:1: ( rule__OseeDsl__ArtifactTypesAssignment_1_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1047:2: rule__OseeDsl__ArtifactTypesAssignment_1_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1131:1: ( rule__OseeDsl__ArtifactTypesAssignment_1_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1131:2: rule__OseeDsl__ArtifactTypesAssignment_1_0
{
- pushFollow(FOLLOW_rule__OseeDsl__ArtifactTypesAssignment_1_0_in_rule__OseeDsl__Alternatives_12131);
+ pushFollow(FOLLOW_rule__OseeDsl__ArtifactTypesAssignment_1_0_in_rule__OseeDsl__Alternatives_12311);
rule__OseeDsl__ArtifactTypesAssignment_1_0();
state._fsp--;
@@ -2857,16 +3089,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1051:6: ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1135:6: ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1051:6: ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1052:1: ( rule__OseeDsl__RelationTypesAssignment_1_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1135:6: ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1136:1: ( rule__OseeDsl__RelationTypesAssignment_1_1 )
{
before(grammarAccess.getOseeDslAccess().getRelationTypesAssignment_1_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1053:1: ( rule__OseeDsl__RelationTypesAssignment_1_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1053:2: rule__OseeDsl__RelationTypesAssignment_1_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1137:1: ( rule__OseeDsl__RelationTypesAssignment_1_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1137:2: rule__OseeDsl__RelationTypesAssignment_1_1
{
- pushFollow(FOLLOW_rule__OseeDsl__RelationTypesAssignment_1_1_in_rule__OseeDsl__Alternatives_12149);
+ pushFollow(FOLLOW_rule__OseeDsl__RelationTypesAssignment_1_1_in_rule__OseeDsl__Alternatives_12329);
rule__OseeDsl__RelationTypesAssignment_1_1();
state._fsp--;
@@ -2882,16 +3114,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1057:6: ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1141:6: ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1057:6: ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1058:1: ( rule__OseeDsl__AttributeTypesAssignment_1_2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1141:6: ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1142:1: ( rule__OseeDsl__AttributeTypesAssignment_1_2 )
{
before(grammarAccess.getOseeDslAccess().getAttributeTypesAssignment_1_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1059:1: ( rule__OseeDsl__AttributeTypesAssignment_1_2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1059:2: rule__OseeDsl__AttributeTypesAssignment_1_2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1143:1: ( rule__OseeDsl__AttributeTypesAssignment_1_2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1143:2: rule__OseeDsl__AttributeTypesAssignment_1_2
{
- pushFollow(FOLLOW_rule__OseeDsl__AttributeTypesAssignment_1_2_in_rule__OseeDsl__Alternatives_12167);
+ pushFollow(FOLLOW_rule__OseeDsl__AttributeTypesAssignment_1_2_in_rule__OseeDsl__Alternatives_12347);
rule__OseeDsl__AttributeTypesAssignment_1_2();
state._fsp--;
@@ -2907,16 +3139,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1063:6: ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1147:6: ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1063:6: ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1064:1: ( rule__OseeDsl__EnumTypesAssignment_1_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1147:6: ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1148:1: ( rule__OseeDsl__EnumTypesAssignment_1_3 )
{
before(grammarAccess.getOseeDslAccess().getEnumTypesAssignment_1_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1065:1: ( rule__OseeDsl__EnumTypesAssignment_1_3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1065:2: rule__OseeDsl__EnumTypesAssignment_1_3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1149:1: ( rule__OseeDsl__EnumTypesAssignment_1_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1149:2: rule__OseeDsl__EnumTypesAssignment_1_3
{
- pushFollow(FOLLOW_rule__OseeDsl__EnumTypesAssignment_1_3_in_rule__OseeDsl__Alternatives_12185);
+ pushFollow(FOLLOW_rule__OseeDsl__EnumTypesAssignment_1_3_in_rule__OseeDsl__Alternatives_12365);
rule__OseeDsl__EnumTypesAssignment_1_3();
state._fsp--;
@@ -2932,16 +3164,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 5 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1069:6: ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1153:6: ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1069:6: ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1070:1: ( rule__OseeDsl__EnumOverridesAssignment_1_4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1153:6: ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1154:1: ( rule__OseeDsl__EnumOverridesAssignment_1_4 )
{
before(grammarAccess.getOseeDslAccess().getEnumOverridesAssignment_1_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1071:1: ( rule__OseeDsl__EnumOverridesAssignment_1_4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1071:2: rule__OseeDsl__EnumOverridesAssignment_1_4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1155:1: ( rule__OseeDsl__EnumOverridesAssignment_1_4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1155:2: rule__OseeDsl__EnumOverridesAssignment_1_4
{
- pushFollow(FOLLOW_rule__OseeDsl__EnumOverridesAssignment_1_4_in_rule__OseeDsl__Alternatives_12203);
+ pushFollow(FOLLOW_rule__OseeDsl__EnumOverridesAssignment_1_4_in_rule__OseeDsl__Alternatives_12383);
rule__OseeDsl__EnumOverridesAssignment_1_4();
state._fsp--;
@@ -2973,53 +3205,178 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__OseeDsl__Alternatives_1"
+ // $ANTLR start "rule__OseeDsl__Alternatives_2"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1164:1: rule__OseeDsl__Alternatives_2 : ( ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 ) ) | ( ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 ) ) | ( ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 ) ) );
+ public final void rule__OseeDsl__Alternatives_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1168:1: ( ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 ) ) | ( ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 ) ) | ( ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 ) ) )
+ int alt2=3;
+ switch ( input.LA(1) ) {
+ case 83:
+ {
+ alt2=1;
+ }
+ break;
+ case 87:
+ {
+ alt2=2;
+ }
+ break;
+ case 86:
+ {
+ alt2=3;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 2, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt2) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1169:1: ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1169:1: ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1170:1: ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 )
+ {
+ before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2_0());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1171:1: ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1171:2: rule__OseeDsl__ArtifactMatchRefsAssignment_2_0
+ {
+ pushFollow(FOLLOW_rule__OseeDsl__ArtifactMatchRefsAssignment_2_0_in_rule__OseeDsl__Alternatives_22416);
+ rule__OseeDsl__ArtifactMatchRefsAssignment_2_0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1175:6: ( ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1175:6: ( ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1176:1: ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 )
+ {
+ before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_2_1());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1177:1: ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1177:2: rule__OseeDsl__AccessDeclarationsAssignment_2_1
+ {
+ pushFollow(FOLLOW_rule__OseeDsl__AccessDeclarationsAssignment_2_1_in_rule__OseeDsl__Alternatives_22434);
+ rule__OseeDsl__AccessDeclarationsAssignment_2_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_2_1());
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1181:6: ( ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1181:6: ( ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1182:1: ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 )
+ {
+ before(grammarAccess.getOseeDslAccess().getRoleDeclarationsAssignment_2_2());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1183:1: ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1183:2: rule__OseeDsl__RoleDeclarationsAssignment_2_2
+ {
+ pushFollow(FOLLOW_rule__OseeDsl__RoleDeclarationsAssignment_2_2_in_rule__OseeDsl__Alternatives_22452);
+ rule__OseeDsl__RoleDeclarationsAssignment_2_2();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getOseeDslAccess().getRoleDeclarationsAssignment_2_2());
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__Alternatives_2"
+
+
// $ANTLR start "rule__OseeType__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1081:1: rule__OseeType__Alternatives : ( ( ruleXArtifactType ) | ( ruleXRelationType ) | ( ruleXAttributeType ) | ( ruleXOseeEnumType ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1193:1: rule__OseeType__Alternatives : ( ( ruleXArtifactType ) | ( ruleXRelationType ) | ( ruleXAttributeType ) | ( ruleXOseeEnumType ) );
public final void rule__OseeType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1085:1: ( ( ruleXArtifactType ) | ( ruleXRelationType ) | ( ruleXAttributeType ) | ( ruleXOseeEnumType ) )
- int alt2=4;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1197:1: ( ( ruleXArtifactType ) | ( ruleXRelationType ) | ( ruleXAttributeType ) | ( ruleXOseeEnumType ) )
+ int alt3=4;
switch ( input.LA(1) ) {
case 50:
- case 91:
+ case 92:
{
- alt2=1;
+ alt3=1;
}
break;
case 74:
{
- alt2=2;
+ alt3=2;
}
break;
case 58:
{
- alt2=3;
+ alt3=3;
}
break;
case 68:
{
- alt2=4;
+ alt3=4;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 2, 0, input);
+ new NoViableAltException("", 3, 0, input);
throw nvae;
}
- switch (alt2) {
+ switch (alt3) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1086:1: ( ruleXArtifactType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1198:1: ( ruleXArtifactType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1086:1: ( ruleXArtifactType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1087:1: ruleXArtifactType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1198:1: ( ruleXArtifactType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1199:1: ruleXArtifactType
{
before(grammarAccess.getOseeTypeAccess().getXArtifactTypeParserRuleCall_0());
- pushFollow(FOLLOW_ruleXArtifactType_in_rule__OseeType__Alternatives2237);
+ pushFollow(FOLLOW_ruleXArtifactType_in_rule__OseeType__Alternatives2486);
ruleXArtifactType();
state._fsp--;
@@ -3032,13 +3389,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1092:6: ( ruleXRelationType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1204:6: ( ruleXRelationType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1092:6: ( ruleXRelationType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1093:1: ruleXRelationType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1204:6: ( ruleXRelationType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1205:1: ruleXRelationType
{
before(grammarAccess.getOseeTypeAccess().getXRelationTypeParserRuleCall_1());
- pushFollow(FOLLOW_ruleXRelationType_in_rule__OseeType__Alternatives2254);
+ pushFollow(FOLLOW_ruleXRelationType_in_rule__OseeType__Alternatives2503);
ruleXRelationType();
state._fsp--;
@@ -3051,13 +3408,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1098:6: ( ruleXAttributeType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1210:6: ( ruleXAttributeType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1098:6: ( ruleXAttributeType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1099:1: ruleXAttributeType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1210:6: ( ruleXAttributeType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1211:1: ruleXAttributeType
{
before(grammarAccess.getOseeTypeAccess().getXAttributeTypeParserRuleCall_2());
- pushFollow(FOLLOW_ruleXAttributeType_in_rule__OseeType__Alternatives2271);
+ pushFollow(FOLLOW_ruleXAttributeType_in_rule__OseeType__Alternatives2520);
ruleXAttributeType();
state._fsp--;
@@ -3070,13 +3427,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1104:6: ( ruleXOseeEnumType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1216:6: ( ruleXOseeEnumType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1104:6: ( ruleXOseeEnumType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1105:1: ruleXOseeEnumType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1216:6: ( ruleXOseeEnumType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1217:1: ruleXOseeEnumType
{
before(grammarAccess.getOseeTypeAccess().getXOseeEnumTypeParserRuleCall_3());
- pushFollow(FOLLOW_ruleXOseeEnumType_in_rule__OseeType__Alternatives2288);
+ pushFollow(FOLLOW_ruleXOseeEnumType_in_rule__OseeType__Alternatives2537);
ruleXOseeEnumType();
state._fsp--;
@@ -3106,46 +3463,46 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__DataProviderAlternatives_9_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1115:1: rule__XAttributeType__DataProviderAlternatives_9_0 : ( ( 'DefaultAttributeDataProvider' ) | ( 'UriAttributeDataProvider' ) | ( ruleQUALIFIED_NAME ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1227:1: rule__XAttributeType__DataProviderAlternatives_9_0 : ( ( 'DefaultAttributeDataProvider' ) | ( 'UriAttributeDataProvider' ) | ( ruleQUALIFIED_NAME ) );
public final void rule__XAttributeType__DataProviderAlternatives_9_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1119:1: ( ( 'DefaultAttributeDataProvider' ) | ( 'UriAttributeDataProvider' ) | ( ruleQUALIFIED_NAME ) )
- int alt3=3;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1231:1: ( ( 'DefaultAttributeDataProvider' ) | ( 'UriAttributeDataProvider' ) | ( ruleQUALIFIED_NAME ) )
+ int alt4=3;
switch ( input.LA(1) ) {
case 14:
{
- alt3=1;
+ alt4=1;
}
break;
case 15:
{
- alt3=2;
+ alt4=2;
}
break;
case RULE_ID:
{
- alt3=3;
+ alt4=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 3, 0, input);
+ new NoViableAltException("", 4, 0, input);
throw nvae;
}
- switch (alt3) {
+ switch (alt4) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1120:1: ( 'DefaultAttributeDataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1232:1: ( 'DefaultAttributeDataProvider' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1120:1: ( 'DefaultAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1121:1: 'DefaultAttributeDataProvider'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1232:1: ( 'DefaultAttributeDataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1233:1: 'DefaultAttributeDataProvider'
{
before(grammarAccess.getXAttributeTypeAccess().getDataProviderDefaultAttributeDataProviderKeyword_9_0_0());
- match(input,14,FOLLOW_14_in_rule__XAttributeType__DataProviderAlternatives_9_02321);
+ match(input,14,FOLLOW_14_in_rule__XAttributeType__DataProviderAlternatives_9_02570);
after(grammarAccess.getXAttributeTypeAccess().getDataProviderDefaultAttributeDataProviderKeyword_9_0_0());
}
@@ -3154,13 +3511,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1128:6: ( 'UriAttributeDataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1240:6: ( 'UriAttributeDataProvider' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1128:6: ( 'UriAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1129:1: 'UriAttributeDataProvider'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1240:6: ( 'UriAttributeDataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1241:1: 'UriAttributeDataProvider'
{
before(grammarAccess.getXAttributeTypeAccess().getDataProviderUriAttributeDataProviderKeyword_9_0_1());
- match(input,15,FOLLOW_15_in_rule__XAttributeType__DataProviderAlternatives_9_02341);
+ match(input,15,FOLLOW_15_in_rule__XAttributeType__DataProviderAlternatives_9_02590);
after(grammarAccess.getXAttributeTypeAccess().getDataProviderUriAttributeDataProviderKeyword_9_0_1());
}
@@ -3169,13 +3526,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1136:6: ( ruleQUALIFIED_NAME )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1248:6: ( ruleQUALIFIED_NAME )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1136:6: ( ruleQUALIFIED_NAME )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1137:1: ruleQUALIFIED_NAME
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1248:6: ( ruleQUALIFIED_NAME )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1249:1: ruleQUALIFIED_NAME
{
before(grammarAccess.getXAttributeTypeAccess().getDataProviderQUALIFIED_NAMEParserRuleCall_9_0_2());
- pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__DataProviderAlternatives_9_02360);
+ pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__DataProviderAlternatives_9_02609);
ruleQUALIFIED_NAME();
state._fsp--;
@@ -3205,37 +3562,37 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__MaxAlternatives_13_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1147:1: rule__XAttributeType__MaxAlternatives_13_0 : ( ( RULE_WHOLE_NUM_STR ) | ( 'unlimited' ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1259:1: rule__XAttributeType__MaxAlternatives_13_0 : ( ( RULE_WHOLE_NUM_STR ) | ( 'unlimited' ) );
public final void rule__XAttributeType__MaxAlternatives_13_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1151:1: ( ( RULE_WHOLE_NUM_STR ) | ( 'unlimited' ) )
- int alt4=2;
- int LA4_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1263:1: ( ( RULE_WHOLE_NUM_STR ) | ( 'unlimited' ) )
+ int alt5=2;
+ int LA5_0 = input.LA(1);
- if ( (LA4_0==RULE_WHOLE_NUM_STR) ) {
- alt4=1;
+ if ( (LA5_0==RULE_WHOLE_NUM_STR) ) {
+ alt5=1;
}
- else if ( (LA4_0==16) ) {
- alt4=2;
+ else if ( (LA5_0==16) ) {
+ alt5=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 4, 0, input);
+ new NoViableAltException("", 5, 0, input);
throw nvae;
}
- switch (alt4) {
+ switch (alt5) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1152:1: ( RULE_WHOLE_NUM_STR )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1264:1: ( RULE_WHOLE_NUM_STR )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1152:1: ( RULE_WHOLE_NUM_STR )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1153:1: RULE_WHOLE_NUM_STR
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1264:1: ( RULE_WHOLE_NUM_STR )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1265:1: RULE_WHOLE_NUM_STR
{
before(grammarAccess.getXAttributeTypeAccess().getMaxWHOLE_NUM_STRTerminalRuleCall_13_0_0());
- match(input,RULE_WHOLE_NUM_STR,FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MaxAlternatives_13_02392);
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MaxAlternatives_13_02641);
after(grammarAccess.getXAttributeTypeAccess().getMaxWHOLE_NUM_STRTerminalRuleCall_13_0_0());
}
@@ -3244,13 +3601,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1158:6: ( 'unlimited' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1270:6: ( 'unlimited' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1158:6: ( 'unlimited' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1159:1: 'unlimited'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1270:6: ( 'unlimited' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1271:1: 'unlimited'
{
before(grammarAccess.getXAttributeTypeAccess().getMaxUnlimitedKeyword_13_0_1());
- match(input,16,FOLLOW_16_in_rule__XAttributeType__MaxAlternatives_13_02410);
+ match(input,16,FOLLOW_16_in_rule__XAttributeType__MaxAlternatives_13_02659);
after(grammarAccess.getXAttributeTypeAccess().getMaxUnlimitedKeyword_13_0_1());
}
@@ -3276,37 +3633,37 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__TaggerIdAlternatives_14_1_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1171:1: rule__XAttributeType__TaggerIdAlternatives_14_1_0 : ( ( 'DefaultAttributeTaggerProvider' ) | ( ruleQUALIFIED_NAME ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1283:1: rule__XAttributeType__TaggerIdAlternatives_14_1_0 : ( ( 'DefaultAttributeTaggerProvider' ) | ( ruleQUALIFIED_NAME ) );
public final void rule__XAttributeType__TaggerIdAlternatives_14_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1175:1: ( ( 'DefaultAttributeTaggerProvider' ) | ( ruleQUALIFIED_NAME ) )
- int alt5=2;
- int LA5_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1287:1: ( ( 'DefaultAttributeTaggerProvider' ) | ( ruleQUALIFIED_NAME ) )
+ int alt6=2;
+ int LA6_0 = input.LA(1);
- if ( (LA5_0==17) ) {
- alt5=1;
+ if ( (LA6_0==17) ) {
+ alt6=1;
}
- else if ( (LA5_0==RULE_ID) ) {
- alt5=2;
+ else if ( (LA6_0==RULE_ID) ) {
+ alt6=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 5, 0, input);
+ new NoViableAltException("", 6, 0, input);
throw nvae;
}
- switch (alt5) {
+ switch (alt6) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1176:1: ( 'DefaultAttributeTaggerProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1288:1: ( 'DefaultAttributeTaggerProvider' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1176:1: ( 'DefaultAttributeTaggerProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1177:1: 'DefaultAttributeTaggerProvider'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1288:1: ( 'DefaultAttributeTaggerProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1289:1: 'DefaultAttributeTaggerProvider'
{
before(grammarAccess.getXAttributeTypeAccess().getTaggerIdDefaultAttributeTaggerProviderKeyword_14_1_0_0());
- match(input,17,FOLLOW_17_in_rule__XAttributeType__TaggerIdAlternatives_14_1_02445);
+ match(input,17,FOLLOW_17_in_rule__XAttributeType__TaggerIdAlternatives_14_1_02694);
after(grammarAccess.getXAttributeTypeAccess().getTaggerIdDefaultAttributeTaggerProviderKeyword_14_1_0_0());
}
@@ -3315,13 +3672,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1184:6: ( ruleQUALIFIED_NAME )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1296:6: ( ruleQUALIFIED_NAME )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1184:6: ( ruleQUALIFIED_NAME )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1185:1: ruleQUALIFIED_NAME
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1296:6: ( ruleQUALIFIED_NAME )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1297:1: ruleQUALIFIED_NAME
{
before(grammarAccess.getXAttributeTypeAccess().getTaggerIdQUALIFIED_NAMEParserRuleCall_14_1_0_1());
- pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__TaggerIdAlternatives_14_1_02464);
+ pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__TaggerIdAlternatives_14_1_02713);
ruleQUALIFIED_NAME();
state._fsp--;
@@ -3351,86 +3708,86 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeBaseType__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1195:1: rule__AttributeBaseType__Alternatives : ( ( 'BooleanAttribute' ) | ( 'CompressedContentAttribute' ) | ( 'DateAttribute' ) | ( 'EnumeratedAttribute' ) | ( 'FloatingPointAttribute' ) | ( 'IntegerAttribute' ) | ( 'JavaObjectAttribute' ) | ( 'StringAttribute' ) | ( 'WordAttribute' ) | ( 'OutlineNumberAttribute' ) | ( ruleQUALIFIED_NAME ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1307:1: rule__AttributeBaseType__Alternatives : ( ( 'BooleanAttribute' ) | ( 'CompressedContentAttribute' ) | ( 'DateAttribute' ) | ( 'EnumeratedAttribute' ) | ( 'FloatingPointAttribute' ) | ( 'IntegerAttribute' ) | ( 'JavaObjectAttribute' ) | ( 'StringAttribute' ) | ( 'WordAttribute' ) | ( 'OutlineNumberAttribute' ) | ( ruleQUALIFIED_NAME ) );
public final void rule__AttributeBaseType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1199:1: ( ( 'BooleanAttribute' ) | ( 'CompressedContentAttribute' ) | ( 'DateAttribute' ) | ( 'EnumeratedAttribute' ) | ( 'FloatingPointAttribute' ) | ( 'IntegerAttribute' ) | ( 'JavaObjectAttribute' ) | ( 'StringAttribute' ) | ( 'WordAttribute' ) | ( 'OutlineNumberAttribute' ) | ( ruleQUALIFIED_NAME ) )
- int alt6=11;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1311:1: ( ( 'BooleanAttribute' ) | ( 'CompressedContentAttribute' ) | ( 'DateAttribute' ) | ( 'EnumeratedAttribute' ) | ( 'FloatingPointAttribute' ) | ( 'IntegerAttribute' ) | ( 'JavaObjectAttribute' ) | ( 'StringAttribute' ) | ( 'WordAttribute' ) | ( 'OutlineNumberAttribute' ) | ( ruleQUALIFIED_NAME ) )
+ int alt7=11;
switch ( input.LA(1) ) {
case 18:
{
- alt6=1;
+ alt7=1;
}
break;
case 19:
{
- alt6=2;
+ alt7=2;
}
break;
case 20:
{
- alt6=3;
+ alt7=3;
}
break;
case 21:
{
- alt6=4;
+ alt7=4;
}
break;
case 22:
{
- alt6=5;
+ alt7=5;
}
break;
case 23:
{
- alt6=6;
+ alt7=6;
}
break;
case 24:
{
- alt6=7;
+ alt7=7;
}
break;
case 25:
{
- alt6=8;
+ alt7=8;
}
break;
case 26:
{
- alt6=9;
+ alt7=9;
}
break;
case 27:
{
- alt6=10;
+ alt7=10;
}
break;
case RULE_ID:
{
- alt6=11;
+ alt7=11;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 6, 0, input);
+ new NoViableAltException("", 7, 0, input);
throw nvae;
}
- switch (alt6) {
+ switch (alt7) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1200:1: ( 'BooleanAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1312:1: ( 'BooleanAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1200:1: ( 'BooleanAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1201:1: 'BooleanAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1312:1: ( 'BooleanAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1313:1: 'BooleanAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getBooleanAttributeKeyword_0());
- match(input,18,FOLLOW_18_in_rule__AttributeBaseType__Alternatives2497);
+ match(input,18,FOLLOW_18_in_rule__AttributeBaseType__Alternatives2746);
after(grammarAccess.getAttributeBaseTypeAccess().getBooleanAttributeKeyword_0());
}
@@ -3439,13 +3796,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1208:6: ( 'CompressedContentAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1320:6: ( 'CompressedContentAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1208:6: ( 'CompressedContentAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1209:1: 'CompressedContentAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1320:6: ( 'CompressedContentAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1321:1: 'CompressedContentAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getCompressedContentAttributeKeyword_1());
- match(input,19,FOLLOW_19_in_rule__AttributeBaseType__Alternatives2517);
+ match(input,19,FOLLOW_19_in_rule__AttributeBaseType__Alternatives2766);
after(grammarAccess.getAttributeBaseTypeAccess().getCompressedContentAttributeKeyword_1());
}
@@ -3454,13 +3811,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1216:6: ( 'DateAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1328:6: ( 'DateAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1216:6: ( 'DateAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1217:1: 'DateAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1328:6: ( 'DateAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1329:1: 'DateAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getDateAttributeKeyword_2());
- match(input,20,FOLLOW_20_in_rule__AttributeBaseType__Alternatives2537);
+ match(input,20,FOLLOW_20_in_rule__AttributeBaseType__Alternatives2786);
after(grammarAccess.getAttributeBaseTypeAccess().getDateAttributeKeyword_2());
}
@@ -3469,13 +3826,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1224:6: ( 'EnumeratedAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1336:6: ( 'EnumeratedAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1224:6: ( 'EnumeratedAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1225:1: 'EnumeratedAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1336:6: ( 'EnumeratedAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1337:1: 'EnumeratedAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getEnumeratedAttributeKeyword_3());
- match(input,21,FOLLOW_21_in_rule__AttributeBaseType__Alternatives2557);
+ match(input,21,FOLLOW_21_in_rule__AttributeBaseType__Alternatives2806);
after(grammarAccess.getAttributeBaseTypeAccess().getEnumeratedAttributeKeyword_3());
}
@@ -3484,13 +3841,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 5 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1232:6: ( 'FloatingPointAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1344:6: ( 'FloatingPointAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1232:6: ( 'FloatingPointAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1233:1: 'FloatingPointAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1344:6: ( 'FloatingPointAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1345:1: 'FloatingPointAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getFloatingPointAttributeKeyword_4());
- match(input,22,FOLLOW_22_in_rule__AttributeBaseType__Alternatives2577);
+ match(input,22,FOLLOW_22_in_rule__AttributeBaseType__Alternatives2826);
after(grammarAccess.getAttributeBaseTypeAccess().getFloatingPointAttributeKeyword_4());
}
@@ -3499,13 +3856,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 6 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1240:6: ( 'IntegerAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1352:6: ( 'IntegerAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1240:6: ( 'IntegerAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1241:1: 'IntegerAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1352:6: ( 'IntegerAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1353:1: 'IntegerAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getIntegerAttributeKeyword_5());
- match(input,23,FOLLOW_23_in_rule__AttributeBaseType__Alternatives2597);
+ match(input,23,FOLLOW_23_in_rule__AttributeBaseType__Alternatives2846);
after(grammarAccess.getAttributeBaseTypeAccess().getIntegerAttributeKeyword_5());
}
@@ -3514,13 +3871,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 7 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1248:6: ( 'JavaObjectAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1360:6: ( 'JavaObjectAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1248:6: ( 'JavaObjectAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1249:1: 'JavaObjectAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1360:6: ( 'JavaObjectAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1361:1: 'JavaObjectAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getJavaObjectAttributeKeyword_6());
- match(input,24,FOLLOW_24_in_rule__AttributeBaseType__Alternatives2617);
+ match(input,24,FOLLOW_24_in_rule__AttributeBaseType__Alternatives2866);
after(grammarAccess.getAttributeBaseTypeAccess().getJavaObjectAttributeKeyword_6());
}
@@ -3529,13 +3886,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 8 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1256:6: ( 'StringAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1368:6: ( 'StringAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1256:6: ( 'StringAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1257:1: 'StringAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1368:6: ( 'StringAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1369:1: 'StringAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getStringAttributeKeyword_7());
- match(input,25,FOLLOW_25_in_rule__AttributeBaseType__Alternatives2637);
+ match(input,25,FOLLOW_25_in_rule__AttributeBaseType__Alternatives2886);
after(grammarAccess.getAttributeBaseTypeAccess().getStringAttributeKeyword_7());
}
@@ -3544,13 +3901,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 9 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1264:6: ( 'WordAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1376:6: ( 'WordAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1264:6: ( 'WordAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1265:1: 'WordAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1376:6: ( 'WordAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1377:1: 'WordAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getWordAttributeKeyword_8());
- match(input,26,FOLLOW_26_in_rule__AttributeBaseType__Alternatives2657);
+ match(input,26,FOLLOW_26_in_rule__AttributeBaseType__Alternatives2906);
after(grammarAccess.getAttributeBaseTypeAccess().getWordAttributeKeyword_8());
}
@@ -3559,13 +3916,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 10 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1272:6: ( 'OutlineNumberAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1384:6: ( 'OutlineNumberAttribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1272:6: ( 'OutlineNumberAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1273:1: 'OutlineNumberAttribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1384:6: ( 'OutlineNumberAttribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1385:1: 'OutlineNumberAttribute'
{
before(grammarAccess.getAttributeBaseTypeAccess().getOutlineNumberAttributeKeyword_9());
- match(input,27,FOLLOW_27_in_rule__AttributeBaseType__Alternatives2677);
+ match(input,27,FOLLOW_27_in_rule__AttributeBaseType__Alternatives2926);
after(grammarAccess.getAttributeBaseTypeAccess().getOutlineNumberAttributeKeyword_9());
}
@@ -3574,13 +3931,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 11 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1280:6: ( ruleQUALIFIED_NAME )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1392:6: ( ruleQUALIFIED_NAME )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1280:6: ( ruleQUALIFIED_NAME )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1281:1: ruleQUALIFIED_NAME
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1392:6: ( ruleQUALIFIED_NAME )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1393:1: ruleQUALIFIED_NAME
{
before(grammarAccess.getAttributeBaseTypeAccess().getQUALIFIED_NAMEParserRuleCall_10());
- pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_rule__AttributeBaseType__Alternatives2696);
+ pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_rule__AttributeBaseType__Alternatives2945);
ruleQUALIFIED_NAME();
state._fsp--;
@@ -3610,37 +3967,37 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OverrideOption__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1291:1: rule__OverrideOption__Alternatives : ( ( ruleAddEnum ) | ( ruleRemoveEnum ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1403:1: rule__OverrideOption__Alternatives : ( ( ruleAddEnum ) | ( ruleRemoveEnum ) );
public final void rule__OverrideOption__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1295:1: ( ( ruleAddEnum ) | ( ruleRemoveEnum ) )
- int alt7=2;
- int LA7_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1407:1: ( ( ruleAddEnum ) | ( ruleRemoveEnum ) )
+ int alt8=2;
+ int LA8_0 = input.LA(1);
- if ( (LA7_0==72) ) {
- alt7=1;
+ if ( (LA8_0==72) ) {
+ alt8=1;
}
- else if ( (LA7_0==73) ) {
- alt7=2;
+ else if ( (LA8_0==73) ) {
+ alt8=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 7, 0, input);
+ new NoViableAltException("", 8, 0, input);
throw nvae;
}
- switch (alt7) {
+ switch (alt8) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1296:1: ( ruleAddEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1408:1: ( ruleAddEnum )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1296:1: ( ruleAddEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1297:1: ruleAddEnum
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1408:1: ( ruleAddEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1409:1: ruleAddEnum
{
before(grammarAccess.getOverrideOptionAccess().getAddEnumParserRuleCall_0());
- pushFollow(FOLLOW_ruleAddEnum_in_rule__OverrideOption__Alternatives2728);
+ pushFollow(FOLLOW_ruleAddEnum_in_rule__OverrideOption__Alternatives2977);
ruleAddEnum();
state._fsp--;
@@ -3653,13 +4010,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1302:6: ( ruleRemoveEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1414:6: ( ruleRemoveEnum )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1302:6: ( ruleRemoveEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1303:1: ruleRemoveEnum
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1414:6: ( ruleRemoveEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1415:1: ruleRemoveEnum
{
before(grammarAccess.getOverrideOptionAccess().getRemoveEnumParserRuleCall_1());
- pushFollow(FOLLOW_ruleRemoveEnum_in_rule__OverrideOption__Alternatives2745);
+ pushFollow(FOLLOW_ruleRemoveEnum_in_rule__OverrideOption__Alternatives2994);
ruleRemoveEnum();
state._fsp--;
@@ -3689,51 +4046,51 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationOrderType__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1313:1: rule__RelationOrderType__Alternatives : ( ( 'Lexicographical_Ascending' ) | ( 'Lexicographical_Descending' ) | ( 'Unordered' ) | ( RULE_ID ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1425:1: rule__RelationOrderType__Alternatives : ( ( 'Lexicographical_Ascending' ) | ( 'Lexicographical_Descending' ) | ( 'Unordered' ) | ( RULE_ID ) );
public final void rule__RelationOrderType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1317:1: ( ( 'Lexicographical_Ascending' ) | ( 'Lexicographical_Descending' ) | ( 'Unordered' ) | ( RULE_ID ) )
- int alt8=4;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1429:1: ( ( 'Lexicographical_Ascending' ) | ( 'Lexicographical_Descending' ) | ( 'Unordered' ) | ( RULE_ID ) )
+ int alt9=4;
switch ( input.LA(1) ) {
case 28:
{
- alt8=1;
+ alt9=1;
}
break;
case 29:
{
- alt8=2;
+ alt9=2;
}
break;
case 30:
{
- alt8=3;
+ alt9=3;
}
break;
case RULE_ID:
{
- alt8=4;
+ alt9=4;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 8, 0, input);
+ new NoViableAltException("", 9, 0, input);
throw nvae;
}
- switch (alt8) {
+ switch (alt9) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1318:1: ( 'Lexicographical_Ascending' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1430:1: ( 'Lexicographical_Ascending' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1318:1: ( 'Lexicographical_Ascending' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1319:1: 'Lexicographical_Ascending'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1430:1: ( 'Lexicographical_Ascending' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1431:1: 'Lexicographical_Ascending'
{
before(grammarAccess.getRelationOrderTypeAccess().getLexicographical_AscendingKeyword_0());
- match(input,28,FOLLOW_28_in_rule__RelationOrderType__Alternatives2778);
+ match(input,28,FOLLOW_28_in_rule__RelationOrderType__Alternatives3027);
after(grammarAccess.getRelationOrderTypeAccess().getLexicographical_AscendingKeyword_0());
}
@@ -3742,13 +4099,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1326:6: ( 'Lexicographical_Descending' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1438:6: ( 'Lexicographical_Descending' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1326:6: ( 'Lexicographical_Descending' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1327:1: 'Lexicographical_Descending'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1438:6: ( 'Lexicographical_Descending' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1439:1: 'Lexicographical_Descending'
{
before(grammarAccess.getRelationOrderTypeAccess().getLexicographical_DescendingKeyword_1());
- match(input,29,FOLLOW_29_in_rule__RelationOrderType__Alternatives2798);
+ match(input,29,FOLLOW_29_in_rule__RelationOrderType__Alternatives3047);
after(grammarAccess.getRelationOrderTypeAccess().getLexicographical_DescendingKeyword_1());
}
@@ -3757,13 +4114,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1334:6: ( 'Unordered' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1446:6: ( 'Unordered' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1334:6: ( 'Unordered' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1335:1: 'Unordered'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1446:6: ( 'Unordered' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1447:1: 'Unordered'
{
before(grammarAccess.getRelationOrderTypeAccess().getUnorderedKeyword_2());
- match(input,30,FOLLOW_30_in_rule__RelationOrderType__Alternatives2818);
+ match(input,30,FOLLOW_30_in_rule__RelationOrderType__Alternatives3067);
after(grammarAccess.getRelationOrderTypeAccess().getUnorderedKeyword_2());
}
@@ -3772,13 +4129,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1342:6: ( RULE_ID )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1454:6: ( RULE_ID )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1342:6: ( RULE_ID )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1343:1: RULE_ID
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1454:6: ( RULE_ID )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1455:1: RULE_ID
{
before(grammarAccess.getRelationOrderTypeAccess().getIDTerminalRuleCall_3());
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__RelationOrderType__Alternatives2837);
+ match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__RelationOrderType__Alternatives3086);
after(grammarAccess.getRelationOrderTypeAccess().getIDTerminalRuleCall_3());
}
@@ -3804,37 +4161,37 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Condition__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1354:1: rule__Condition__Alternatives : ( ( ruleSimpleCondition ) | ( ruleCompoundCondition ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1466:1: rule__Condition__Alternatives : ( ( ruleSimpleCondition ) | ( ruleCompoundCondition ) );
public final void rule__Condition__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1358:1: ( ( ruleSimpleCondition ) | ( ruleCompoundCondition ) )
- int alt9=2;
- int LA9_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1470:1: ( ( ruleSimpleCondition ) | ( ruleCompoundCondition ) )
+ int alt10=2;
+ int LA10_0 = input.LA(1);
- if ( ((LA9_0>=39 && LA9_0<=42)) ) {
- alt9=1;
+ if ( ((LA10_0>=39 && LA10_0<=42)) ) {
+ alt10=1;
}
- else if ( (LA9_0==81) ) {
- alt9=2;
+ else if ( (LA10_0==81) ) {
+ alt10=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 9, 0, input);
+ new NoViableAltException("", 10, 0, input);
throw nvae;
}
- switch (alt9) {
+ switch (alt10) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1359:1: ( ruleSimpleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1471:1: ( ruleSimpleCondition )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1359:1: ( ruleSimpleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1360:1: ruleSimpleCondition
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1471:1: ( ruleSimpleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1472:1: ruleSimpleCondition
{
before(grammarAccess.getConditionAccess().getSimpleConditionParserRuleCall_0());
- pushFollow(FOLLOW_ruleSimpleCondition_in_rule__Condition__Alternatives2870);
+ pushFollow(FOLLOW_ruleSimpleCondition_in_rule__Condition__Alternatives3119);
ruleSimpleCondition();
state._fsp--;
@@ -3847,13 +4204,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1365:6: ( ruleCompoundCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1477:6: ( ruleCompoundCondition )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1365:6: ( ruleCompoundCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1366:1: ruleCompoundCondition
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1477:6: ( ruleCompoundCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1478:1: ruleCompoundCondition
{
before(grammarAccess.getConditionAccess().getCompoundConditionParserRuleCall_1());
- pushFollow(FOLLOW_ruleCompoundCondition_in_rule__Condition__Alternatives2887);
+ pushFollow(FOLLOW_ruleCompoundCondition_in_rule__Condition__Alternatives3136);
ruleCompoundCondition();
state._fsp--;
@@ -3882,41 +4239,132 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__Condition__Alternatives"
+ // $ANTLR start "rule__Role__Alternatives_4"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1488:1: rule__Role__Alternatives_4 : ( ( ( rule__Role__UsersAndGroupsAssignment_4_0 ) ) | ( ( rule__Role__ReferencedContextsAssignment_4_1 ) ) );
+ public final void rule__Role__Alternatives_4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1492:1: ( ( ( rule__Role__UsersAndGroupsAssignment_4_0 ) ) | ( ( rule__Role__ReferencedContextsAssignment_4_1 ) ) )
+ int alt11=2;
+ int LA11_0 = input.LA(1);
+
+ if ( (LA11_0==56) ) {
+ alt11=1;
+ }
+ else if ( (LA11_0==87) ) {
+ alt11=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 11, 0, input);
+
+ throw nvae;
+ }
+ switch (alt11) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1493:1: ( ( rule__Role__UsersAndGroupsAssignment_4_0 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1493:1: ( ( rule__Role__UsersAndGroupsAssignment_4_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1494:1: ( rule__Role__UsersAndGroupsAssignment_4_0 )
+ {
+ before(grammarAccess.getRoleAccess().getUsersAndGroupsAssignment_4_0());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1495:1: ( rule__Role__UsersAndGroupsAssignment_4_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1495:2: rule__Role__UsersAndGroupsAssignment_4_0
+ {
+ pushFollow(FOLLOW_rule__Role__UsersAndGroupsAssignment_4_0_in_rule__Role__Alternatives_43168);
+ rule__Role__UsersAndGroupsAssignment_4_0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getRoleAccess().getUsersAndGroupsAssignment_4_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1499:6: ( ( rule__Role__ReferencedContextsAssignment_4_1 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1499:6: ( ( rule__Role__ReferencedContextsAssignment_4_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1500:1: ( rule__Role__ReferencedContextsAssignment_4_1 )
+ {
+ before(grammarAccess.getRoleAccess().getReferencedContextsAssignment_4_1());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1501:1: ( rule__Role__ReferencedContextsAssignment_4_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1501:2: rule__Role__ReferencedContextsAssignment_4_1
+ {
+ pushFollow(FOLLOW_rule__Role__ReferencedContextsAssignment_4_1_in_rule__Role__Alternatives_43186);
+ rule__Role__ReferencedContextsAssignment_4_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getRoleAccess().getReferencedContextsAssignment_4_1());
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Alternatives_4"
+
+
// $ANTLR start "rule__AccessContext__Alternatives_7"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1376:1: rule__AccessContext__Alternatives_7 : ( ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) ) | ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1510:1: rule__AccessContext__Alternatives_7 : ( ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) ) | ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) ) );
public final void rule__AccessContext__Alternatives_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1380:1: ( ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) ) | ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) ) )
- int alt10=2;
- int LA10_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1514:1: ( ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) ) | ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) ) )
+ int alt12=2;
+ int LA12_0 = input.LA(1);
- if ( ((LA10_0>=43 && LA10_0<=44)) ) {
- alt10=1;
+ if ( ((LA12_0>=43 && LA12_0<=44)) ) {
+ alt12=1;
}
- else if ( (LA10_0==87) ) {
- alt10=2;
+ else if ( (LA12_0==88) ) {
+ alt12=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 10, 0, input);
+ new NoViableAltException("", 12, 0, input);
throw nvae;
}
- switch (alt10) {
+ switch (alt12) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1381:1: ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1515:1: ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1381:1: ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1382:1: ( rule__AccessContext__AccessRulesAssignment_7_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1515:1: ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1516:1: ( rule__AccessContext__AccessRulesAssignment_7_0 )
{
before(grammarAccess.getAccessContextAccess().getAccessRulesAssignment_7_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1383:1: ( rule__AccessContext__AccessRulesAssignment_7_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1383:2: rule__AccessContext__AccessRulesAssignment_7_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1517:1: ( rule__AccessContext__AccessRulesAssignment_7_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1517:2: rule__AccessContext__AccessRulesAssignment_7_0
{
- pushFollow(FOLLOW_rule__AccessContext__AccessRulesAssignment_7_0_in_rule__AccessContext__Alternatives_72919);
+ pushFollow(FOLLOW_rule__AccessContext__AccessRulesAssignment_7_0_in_rule__AccessContext__Alternatives_73219);
rule__AccessContext__AccessRulesAssignment_7_0();
state._fsp--;
@@ -3932,16 +4380,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1387:6: ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1521:6: ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1387:6: ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1388:1: ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1521:6: ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1522:1: ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 )
{
before(grammarAccess.getAccessContextAccess().getHierarchyRestrictionsAssignment_7_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1389:1: ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1389:2: rule__AccessContext__HierarchyRestrictionsAssignment_7_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1523:1: ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1523:2: rule__AccessContext__HierarchyRestrictionsAssignment_7_1
{
- pushFollow(FOLLOW_rule__AccessContext__HierarchyRestrictionsAssignment_7_1_in_rule__AccessContext__Alternatives_72937);
+ pushFollow(FOLLOW_rule__AccessContext__HierarchyRestrictionsAssignment_7_1_in_rule__AccessContext__Alternatives_73237);
rule__AccessContext__HierarchyRestrictionsAssignment_7_1();
state._fsp--;
@@ -3974,37 +4422,37 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypePredicate__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1398:1: rule__RelationTypePredicate__Alternatives : ( ( ruleRelationTypeArtifactPredicate ) | ( ruleRelationTypeArtifactTypePredicate ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1532:1: rule__RelationTypePredicate__Alternatives : ( ( ruleRelationTypeArtifactPredicate ) | ( ruleRelationTypeArtifactTypePredicate ) );
public final void rule__RelationTypePredicate__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1402:1: ( ( ruleRelationTypeArtifactPredicate ) | ( ruleRelationTypeArtifactTypePredicate ) )
- int alt11=2;
- int LA11_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1536:1: ( ( ruleRelationTypeArtifactPredicate ) | ( ruleRelationTypeArtifactTypePredicate ) )
+ int alt13=2;
+ int LA13_0 = input.LA(1);
- if ( (LA11_0==88) ) {
- alt11=1;
+ if ( (LA13_0==89) ) {
+ alt13=1;
}
- else if ( (LA11_0==50) ) {
- alt11=2;
+ else if ( (LA13_0==50) ) {
+ alt13=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 11, 0, input);
+ new NoViableAltException("", 13, 0, input);
throw nvae;
}
- switch (alt11) {
+ switch (alt13) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1403:1: ( ruleRelationTypeArtifactPredicate )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1537:1: ( ruleRelationTypeArtifactPredicate )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1403:1: ( ruleRelationTypeArtifactPredicate )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1404:1: ruleRelationTypeArtifactPredicate
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1537:1: ( ruleRelationTypeArtifactPredicate )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1538:1: ruleRelationTypeArtifactPredicate
{
before(grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactPredicateParserRuleCall_0());
- pushFollow(FOLLOW_ruleRelationTypeArtifactPredicate_in_rule__RelationTypePredicate__Alternatives2970);
+ pushFollow(FOLLOW_ruleRelationTypeArtifactPredicate_in_rule__RelationTypePredicate__Alternatives3270);
ruleRelationTypeArtifactPredicate();
state._fsp--;
@@ -4017,13 +4465,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1409:6: ( ruleRelationTypeArtifactTypePredicate )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1543:6: ( ruleRelationTypeArtifactTypePredicate )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1409:6: ( ruleRelationTypeArtifactTypePredicate )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1410:1: ruleRelationTypeArtifactTypePredicate
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1543:6: ( ruleRelationTypeArtifactTypePredicate )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1544:1: ruleRelationTypeArtifactTypePredicate
{
before(grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactTypePredicateParserRuleCall_1());
- pushFollow(FOLLOW_ruleRelationTypeArtifactTypePredicate_in_rule__RelationTypePredicate__Alternatives2987);
+ pushFollow(FOLLOW_ruleRelationTypeArtifactTypePredicate_in_rule__RelationTypePredicate__Alternatives3287);
ruleRelationTypeArtifactTypePredicate();
state._fsp--;
@@ -4053,44 +4501,44 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ObjectRestriction__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1420:1: rule__ObjectRestriction__Alternatives : ( ( ruleArtifactMatchRestriction ) | ( ruleArtifactTypeRestriction ) | ( ruleRelationTypeRestriction ) | ( ruleAttributeTypeRestriction ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1554:1: rule__ObjectRestriction__Alternatives : ( ( ruleArtifactMatchRestriction ) | ( ruleArtifactTypeRestriction ) | ( ruleRelationTypeRestriction ) | ( ruleAttributeTypeRestriction ) );
public final void rule__ObjectRestriction__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1424:1: ( ( ruleArtifactMatchRestriction ) | ( ruleArtifactTypeRestriction ) | ( ruleRelationTypeRestriction ) | ( ruleAttributeTypeRestriction ) )
- int alt12=4;
- int LA12_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1558:1: ( ( ruleArtifactMatchRestriction ) | ( ruleArtifactTypeRestriction ) | ( ruleRelationTypeRestriction ) | ( ruleAttributeTypeRestriction ) )
+ int alt14=4;
+ int LA14_0 = input.LA(1);
- if ( (LA12_0==43) ) {
- int LA12_1 = input.LA(2);
+ if ( (LA14_0==43) ) {
+ int LA14_1 = input.LA(2);
- if ( (LA12_1==89) ) {
+ if ( (LA14_1==90) ) {
switch ( input.LA(3) ) {
- case 58:
+ case 89:
{
- alt12=4;
+ alt14=1;
}
break;
- case 88:
+ case 50:
{
- alt12=1;
+ alt14=2;
}
break;
- case 50:
+ case 58:
{
- alt12=2;
+ alt14=4;
}
break;
case 74:
{
- alt12=3;
+ alt14=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 12, 3, input);
+ new NoViableAltException("", 14, 3, input);
throw nvae;
}
@@ -4098,39 +4546,39 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 12, 1, input);
+ new NoViableAltException("", 14, 1, input);
throw nvae;
}
}
- else if ( (LA12_0==44) ) {
- int LA12_2 = input.LA(2);
+ else if ( (LA14_0==44) ) {
+ int LA14_2 = input.LA(2);
- if ( (LA12_2==89) ) {
+ if ( (LA14_2==90) ) {
switch ( input.LA(3) ) {
- case 58:
+ case 89:
{
- alt12=4;
+ alt14=1;
}
break;
- case 88:
+ case 50:
{
- alt12=1;
+ alt14=2;
}
break;
- case 50:
+ case 58:
{
- alt12=2;
+ alt14=4;
}
break;
case 74:
{
- alt12=3;
+ alt14=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 12, 3, input);
+ new NoViableAltException("", 14, 3, input);
throw nvae;
}
@@ -4138,26 +4586,26 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 12, 2, input);
+ new NoViableAltException("", 14, 2, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 12, 0, input);
+ new NoViableAltException("", 14, 0, input);
throw nvae;
}
- switch (alt12) {
+ switch (alt14) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1425:1: ( ruleArtifactMatchRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1559:1: ( ruleArtifactMatchRestriction )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1425:1: ( ruleArtifactMatchRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1426:1: ruleArtifactMatchRestriction
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1559:1: ( ruleArtifactMatchRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1560:1: ruleArtifactMatchRestriction
{
before(grammarAccess.getObjectRestrictionAccess().getArtifactMatchRestrictionParserRuleCall_0());
- pushFollow(FOLLOW_ruleArtifactMatchRestriction_in_rule__ObjectRestriction__Alternatives3019);
+ pushFollow(FOLLOW_ruleArtifactMatchRestriction_in_rule__ObjectRestriction__Alternatives3319);
ruleArtifactMatchRestriction();
state._fsp--;
@@ -4170,13 +4618,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1431:6: ( ruleArtifactTypeRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1565:6: ( ruleArtifactTypeRestriction )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1431:6: ( ruleArtifactTypeRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1432:1: ruleArtifactTypeRestriction
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1565:6: ( ruleArtifactTypeRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1566:1: ruleArtifactTypeRestriction
{
before(grammarAccess.getObjectRestrictionAccess().getArtifactTypeRestrictionParserRuleCall_1());
- pushFollow(FOLLOW_ruleArtifactTypeRestriction_in_rule__ObjectRestriction__Alternatives3036);
+ pushFollow(FOLLOW_ruleArtifactTypeRestriction_in_rule__ObjectRestriction__Alternatives3336);
ruleArtifactTypeRestriction();
state._fsp--;
@@ -4189,13 +4637,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1437:6: ( ruleRelationTypeRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1571:6: ( ruleRelationTypeRestriction )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1437:6: ( ruleRelationTypeRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1438:1: ruleRelationTypeRestriction
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1571:6: ( ruleRelationTypeRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1572:1: ruleRelationTypeRestriction
{
before(grammarAccess.getObjectRestrictionAccess().getRelationTypeRestrictionParserRuleCall_2());
- pushFollow(FOLLOW_ruleRelationTypeRestriction_in_rule__ObjectRestriction__Alternatives3053);
+ pushFollow(FOLLOW_ruleRelationTypeRestriction_in_rule__ObjectRestriction__Alternatives3353);
ruleRelationTypeRestriction();
state._fsp--;
@@ -4208,13 +4656,13 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1443:6: ( ruleAttributeTypeRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1577:6: ( ruleAttributeTypeRestriction )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1443:6: ( ruleAttributeTypeRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1444:1: ruleAttributeTypeRestriction
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1577:6: ( ruleAttributeTypeRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1578:1: ruleAttributeTypeRestriction
{
before(grammarAccess.getObjectRestrictionAccess().getAttributeTypeRestrictionParserRuleCall_3());
- pushFollow(FOLLOW_ruleAttributeTypeRestriction_in_rule__ObjectRestriction__Alternatives3070);
+ pushFollow(FOLLOW_ruleAttributeTypeRestriction_in_rule__ObjectRestriction__Alternatives3370);
ruleAttributeTypeRestriction();
state._fsp--;
@@ -4244,40 +4692,40 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Alternatives_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1454:1: rule__RelationTypeRestriction__Alternatives_3 : ( ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) ) | ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1588:1: rule__RelationTypeRestriction__Alternatives_3 : ( ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) ) | ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) ) );
public final void rule__RelationTypeRestriction__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1458:1: ( ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) ) | ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) ) )
- int alt13=2;
- int LA13_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1592:1: ( ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) ) | ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) ) )
+ int alt15=2;
+ int LA15_0 = input.LA(1);
- if ( (LA13_0==13) ) {
- alt13=1;
+ if ( (LA15_0==13) ) {
+ alt15=1;
}
- else if ( (LA13_0==RULE_STRING) ) {
- alt13=2;
+ else if ( (LA15_0==RULE_STRING) ) {
+ alt15=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 13, 0, input);
+ new NoViableAltException("", 15, 0, input);
throw nvae;
}
- switch (alt13) {
+ switch (alt15) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1459:1: ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1593:1: ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1459:1: ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1460:1: ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1593:1: ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1594:1: ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 )
{
before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchAssignment_3_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1461:1: ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1461:2: rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1595:1: ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1595:2: rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0_in_rule__RelationTypeRestriction__Alternatives_33102);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0_in_rule__RelationTypeRestriction__Alternatives_33402);
rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0();
state._fsp--;
@@ -4293,16 +4741,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1465:6: ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1599:6: ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1465:6: ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1466:1: ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1599:6: ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1600:1: ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 )
{
before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefAssignment_3_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1467:1: ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1467:2: rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1601:1: ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1601:2: rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1_in_rule__RelationTypeRestriction__Alternatives_33120);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1_in_rule__RelationTypeRestriction__Alternatives_33420);
rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1();
state._fsp--;
@@ -4335,54 +4783,54 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationMultiplicityEnum__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1476:1: rule__RelationMultiplicityEnum__Alternatives : ( ( ( 'ONE_TO_ONE' ) ) | ( ( 'ONE_TO_MANY' ) ) | ( ( 'MANY_TO_ONE' ) ) | ( ( 'MANY_TO_MANY' ) ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1610:1: rule__RelationMultiplicityEnum__Alternatives : ( ( ( 'ONE_TO_ONE' ) ) | ( ( 'ONE_TO_MANY' ) ) | ( ( 'MANY_TO_ONE' ) ) | ( ( 'MANY_TO_MANY' ) ) );
public final void rule__RelationMultiplicityEnum__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1480:1: ( ( ( 'ONE_TO_ONE' ) ) | ( ( 'ONE_TO_MANY' ) ) | ( ( 'MANY_TO_ONE' ) ) | ( ( 'MANY_TO_MANY' ) ) )
- int alt14=4;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1614:1: ( ( ( 'ONE_TO_ONE' ) ) | ( ( 'ONE_TO_MANY' ) ) | ( ( 'MANY_TO_ONE' ) ) | ( ( 'MANY_TO_MANY' ) ) )
+ int alt16=4;
switch ( input.LA(1) ) {
case 31:
{
- alt14=1;
+ alt16=1;
}
break;
case 32:
{
- alt14=2;
+ alt16=2;
}
break;
case 33:
{
- alt14=3;
+ alt16=3;
}
break;
case 34:
{
- alt14=4;
+ alt16=4;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 14, 0, input);
+ new NoViableAltException("", 16, 0, input);
throw nvae;
}
- switch (alt14) {
+ switch (alt16) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1481:1: ( ( 'ONE_TO_ONE' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1615:1: ( ( 'ONE_TO_ONE' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1481:1: ( ( 'ONE_TO_ONE' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1482:1: ( 'ONE_TO_ONE' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1615:1: ( ( 'ONE_TO_ONE' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1616:1: ( 'ONE_TO_ONE' )
{
before(grammarAccess.getRelationMultiplicityEnumAccess().getONE_TO_ONEEnumLiteralDeclaration_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1483:1: ( 'ONE_TO_ONE' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1483:3: 'ONE_TO_ONE'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1617:1: ( 'ONE_TO_ONE' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1617:3: 'ONE_TO_ONE'
{
- match(input,31,FOLLOW_31_in_rule__RelationMultiplicityEnum__Alternatives3154);
+ match(input,31,FOLLOW_31_in_rule__RelationMultiplicityEnum__Alternatives3454);
}
@@ -4394,16 +4842,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1488:6: ( ( 'ONE_TO_MANY' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1622:6: ( ( 'ONE_TO_MANY' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1488:6: ( ( 'ONE_TO_MANY' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1489:1: ( 'ONE_TO_MANY' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1622:6: ( ( 'ONE_TO_MANY' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1623:1: ( 'ONE_TO_MANY' )
{
before(grammarAccess.getRelationMultiplicityEnumAccess().getONE_TO_MANYEnumLiteralDeclaration_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1490:1: ( 'ONE_TO_MANY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1490:3: 'ONE_TO_MANY'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1624:1: ( 'ONE_TO_MANY' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1624:3: 'ONE_TO_MANY'
{
- match(input,32,FOLLOW_32_in_rule__RelationMultiplicityEnum__Alternatives3175);
+ match(input,32,FOLLOW_32_in_rule__RelationMultiplicityEnum__Alternatives3475);
}
@@ -4415,16 +4863,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1495:6: ( ( 'MANY_TO_ONE' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1629:6: ( ( 'MANY_TO_ONE' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1495:6: ( ( 'MANY_TO_ONE' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1496:1: ( 'MANY_TO_ONE' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1629:6: ( ( 'MANY_TO_ONE' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1630:1: ( 'MANY_TO_ONE' )
{
before(grammarAccess.getRelationMultiplicityEnumAccess().getMANY_TO_ONEEnumLiteralDeclaration_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1497:1: ( 'MANY_TO_ONE' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1497:3: 'MANY_TO_ONE'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1631:1: ( 'MANY_TO_ONE' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1631:3: 'MANY_TO_ONE'
{
- match(input,33,FOLLOW_33_in_rule__RelationMultiplicityEnum__Alternatives3196);
+ match(input,33,FOLLOW_33_in_rule__RelationMultiplicityEnum__Alternatives3496);
}
@@ -4436,16 +4884,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1502:6: ( ( 'MANY_TO_MANY' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1636:6: ( ( 'MANY_TO_MANY' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1502:6: ( ( 'MANY_TO_MANY' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1503:1: ( 'MANY_TO_MANY' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1636:6: ( ( 'MANY_TO_MANY' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1637:1: ( 'MANY_TO_MANY' )
{
before(grammarAccess.getRelationMultiplicityEnumAccess().getMANY_TO_MANYEnumLiteralDeclaration_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1504:1: ( 'MANY_TO_MANY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1504:3: 'MANY_TO_MANY'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1638:1: ( 'MANY_TO_MANY' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1638:3: 'MANY_TO_MANY'
{
- match(input,34,FOLLOW_34_in_rule__RelationMultiplicityEnum__Alternatives3217);
+ match(input,34,FOLLOW_34_in_rule__RelationMultiplicityEnum__Alternatives3517);
}
@@ -4474,40 +4922,40 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompareOp__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1514:1: rule__CompareOp__Alternatives : ( ( ( 'EQ' ) ) | ( ( 'LIKE' ) ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1648:1: rule__CompareOp__Alternatives : ( ( ( 'EQ' ) ) | ( ( 'LIKE' ) ) );
public final void rule__CompareOp__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1518:1: ( ( ( 'EQ' ) ) | ( ( 'LIKE' ) ) )
- int alt15=2;
- int LA15_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1652:1: ( ( ( 'EQ' ) ) | ( ( 'LIKE' ) ) )
+ int alt17=2;
+ int LA17_0 = input.LA(1);
- if ( (LA15_0==35) ) {
- alt15=1;
+ if ( (LA17_0==35) ) {
+ alt17=1;
}
- else if ( (LA15_0==36) ) {
- alt15=2;
+ else if ( (LA17_0==36) ) {
+ alt17=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 15, 0, input);
+ new NoViableAltException("", 17, 0, input);
throw nvae;
}
- switch (alt15) {
+ switch (alt17) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1519:1: ( ( 'EQ' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1653:1: ( ( 'EQ' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1519:1: ( ( 'EQ' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1520:1: ( 'EQ' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1653:1: ( ( 'EQ' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1654:1: ( 'EQ' )
{
before(grammarAccess.getCompareOpAccess().getEQEnumLiteralDeclaration_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1521:1: ( 'EQ' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1521:3: 'EQ'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1655:1: ( 'EQ' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1655:3: 'EQ'
{
- match(input,35,FOLLOW_35_in_rule__CompareOp__Alternatives3253);
+ match(input,35,FOLLOW_35_in_rule__CompareOp__Alternatives3553);
}
@@ -4519,16 +4967,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1526:6: ( ( 'LIKE' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1660:6: ( ( 'LIKE' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1526:6: ( ( 'LIKE' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1527:1: ( 'LIKE' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1660:6: ( ( 'LIKE' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1661:1: ( 'LIKE' )
{
before(grammarAccess.getCompareOpAccess().getLIKEEnumLiteralDeclaration_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1528:1: ( 'LIKE' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1528:3: 'LIKE'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1662:1: ( 'LIKE' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1662:3: 'LIKE'
{
- match(input,36,FOLLOW_36_in_rule__CompareOp__Alternatives3274);
+ match(input,36,FOLLOW_36_in_rule__CompareOp__Alternatives3574);
}
@@ -4557,40 +5005,40 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XLogicOperator__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1538:1: rule__XLogicOperator__Alternatives : ( ( ( 'AND' ) ) | ( ( 'OR' ) ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1672:1: rule__XLogicOperator__Alternatives : ( ( ( 'AND' ) ) | ( ( 'OR' ) ) );
public final void rule__XLogicOperator__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1542:1: ( ( ( 'AND' ) ) | ( ( 'OR' ) ) )
- int alt16=2;
- int LA16_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1676:1: ( ( ( 'AND' ) ) | ( ( 'OR' ) ) )
+ int alt18=2;
+ int LA18_0 = input.LA(1);
- if ( (LA16_0==37) ) {
- alt16=1;
+ if ( (LA18_0==37) ) {
+ alt18=1;
}
- else if ( (LA16_0==38) ) {
- alt16=2;
+ else if ( (LA18_0==38) ) {
+ alt18=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 16, 0, input);
+ new NoViableAltException("", 18, 0, input);
throw nvae;
}
- switch (alt16) {
+ switch (alt18) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1543:1: ( ( 'AND' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1677:1: ( ( 'AND' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1543:1: ( ( 'AND' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1544:1: ( 'AND' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1677:1: ( ( 'AND' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1678:1: ( 'AND' )
{
before(grammarAccess.getXLogicOperatorAccess().getANDEnumLiteralDeclaration_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1545:1: ( 'AND' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1545:3: 'AND'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1679:1: ( 'AND' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1679:3: 'AND'
{
- match(input,37,FOLLOW_37_in_rule__XLogicOperator__Alternatives3310);
+ match(input,37,FOLLOW_37_in_rule__XLogicOperator__Alternatives3610);
}
@@ -4602,16 +5050,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1550:6: ( ( 'OR' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1684:6: ( ( 'OR' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1550:6: ( ( 'OR' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1551:1: ( 'OR' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1684:6: ( ( 'OR' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1685:1: ( 'OR' )
{
before(grammarAccess.getXLogicOperatorAccess().getOREnumLiteralDeclaration_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1552:1: ( 'OR' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1552:3: 'OR'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1686:1: ( 'OR' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1686:3: 'OR'
{
- match(input,38,FOLLOW_38_in_rule__XLogicOperator__Alternatives3331);
+ match(input,38,FOLLOW_38_in_rule__XLogicOperator__Alternatives3631);
}
@@ -4640,54 +5088,54 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MatchField__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1562:1: rule__MatchField__Alternatives : ( ( ( 'artifactName' ) ) | ( ( 'artifactGuid' ) ) | ( ( 'branchName' ) ) | ( ( 'branchGuid' ) ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1696:1: rule__MatchField__Alternatives : ( ( ( 'artifactName' ) ) | ( ( 'artifactGuid' ) ) | ( ( 'branchName' ) ) | ( ( 'branchGuid' ) ) );
public final void rule__MatchField__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1566:1: ( ( ( 'artifactName' ) ) | ( ( 'artifactGuid' ) ) | ( ( 'branchName' ) ) | ( ( 'branchGuid' ) ) )
- int alt17=4;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1700:1: ( ( ( 'artifactName' ) ) | ( ( 'artifactGuid' ) ) | ( ( 'branchName' ) ) | ( ( 'branchGuid' ) ) )
+ int alt19=4;
switch ( input.LA(1) ) {
case 39:
{
- alt17=1;
+ alt19=1;
}
break;
case 40:
{
- alt17=2;
+ alt19=2;
}
break;
case 41:
{
- alt17=3;
+ alt19=3;
}
break;
case 42:
{
- alt17=4;
+ alt19=4;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 17, 0, input);
+ new NoViableAltException("", 19, 0, input);
throw nvae;
}
- switch (alt17) {
+ switch (alt19) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1567:1: ( ( 'artifactName' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1701:1: ( ( 'artifactName' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1567:1: ( ( 'artifactName' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1568:1: ( 'artifactName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1701:1: ( ( 'artifactName' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1702:1: ( 'artifactName' )
{
before(grammarAccess.getMatchFieldAccess().getArtifactNameEnumLiteralDeclaration_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1569:1: ( 'artifactName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1569:3: 'artifactName'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1703:1: ( 'artifactName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1703:3: 'artifactName'
{
- match(input,39,FOLLOW_39_in_rule__MatchField__Alternatives3367);
+ match(input,39,FOLLOW_39_in_rule__MatchField__Alternatives3667);
}
@@ -4699,16 +5147,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1574:6: ( ( 'artifactGuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1708:6: ( ( 'artifactGuid' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1574:6: ( ( 'artifactGuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1575:1: ( 'artifactGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1708:6: ( ( 'artifactGuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1709:1: ( 'artifactGuid' )
{
before(grammarAccess.getMatchFieldAccess().getArtifactGuidEnumLiteralDeclaration_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1576:1: ( 'artifactGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1576:3: 'artifactGuid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1710:1: ( 'artifactGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1710:3: 'artifactGuid'
{
- match(input,40,FOLLOW_40_in_rule__MatchField__Alternatives3388);
+ match(input,40,FOLLOW_40_in_rule__MatchField__Alternatives3688);
}
@@ -4720,16 +5168,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1581:6: ( ( 'branchName' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1715:6: ( ( 'branchName' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1581:6: ( ( 'branchName' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1582:1: ( 'branchName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1715:6: ( ( 'branchName' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1716:1: ( 'branchName' )
{
before(grammarAccess.getMatchFieldAccess().getBranchNameEnumLiteralDeclaration_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1583:1: ( 'branchName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1583:3: 'branchName'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1717:1: ( 'branchName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1717:3: 'branchName'
{
- match(input,41,FOLLOW_41_in_rule__MatchField__Alternatives3409);
+ match(input,41,FOLLOW_41_in_rule__MatchField__Alternatives3709);
}
@@ -4741,16 +5189,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1588:6: ( ( 'branchGuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1722:6: ( ( 'branchGuid' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1588:6: ( ( 'branchGuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1589:1: ( 'branchGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1722:6: ( ( 'branchGuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1723:1: ( 'branchGuid' )
{
before(grammarAccess.getMatchFieldAccess().getBranchGuidEnumLiteralDeclaration_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1590:1: ( 'branchGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1590:3: 'branchGuid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1724:1: ( 'branchGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1724:3: 'branchGuid'
{
- match(input,42,FOLLOW_42_in_rule__MatchField__Alternatives3430);
+ match(input,42,FOLLOW_42_in_rule__MatchField__Alternatives3730);
}
@@ -4779,40 +5227,40 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessPermissionEnum__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1600:1: rule__AccessPermissionEnum__Alternatives : ( ( ( 'ALLOW' ) ) | ( ( 'DENY' ) ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1734:1: rule__AccessPermissionEnum__Alternatives : ( ( ( 'ALLOW' ) ) | ( ( 'DENY' ) ) );
public final void rule__AccessPermissionEnum__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1604:1: ( ( ( 'ALLOW' ) ) | ( ( 'DENY' ) ) )
- int alt18=2;
- int LA18_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1738:1: ( ( ( 'ALLOW' ) ) | ( ( 'DENY' ) ) )
+ int alt20=2;
+ int LA20_0 = input.LA(1);
- if ( (LA18_0==43) ) {
- alt18=1;
+ if ( (LA20_0==43) ) {
+ alt20=1;
}
- else if ( (LA18_0==44) ) {
- alt18=2;
+ else if ( (LA20_0==44) ) {
+ alt20=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 18, 0, input);
+ new NoViableAltException("", 20, 0, input);
throw nvae;
}
- switch (alt18) {
+ switch (alt20) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1605:1: ( ( 'ALLOW' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1739:1: ( ( 'ALLOW' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1605:1: ( ( 'ALLOW' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1606:1: ( 'ALLOW' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1739:1: ( ( 'ALLOW' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1740:1: ( 'ALLOW' )
{
before(grammarAccess.getAccessPermissionEnumAccess().getALLOWEnumLiteralDeclaration_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1607:1: ( 'ALLOW' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1607:3: 'ALLOW'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1741:1: ( 'ALLOW' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1741:3: 'ALLOW'
{
- match(input,43,FOLLOW_43_in_rule__AccessPermissionEnum__Alternatives3466);
+ match(input,43,FOLLOW_43_in_rule__AccessPermissionEnum__Alternatives3766);
}
@@ -4824,16 +5272,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1612:6: ( ( 'DENY' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1746:6: ( ( 'DENY' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1612:6: ( ( 'DENY' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1613:1: ( 'DENY' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1746:6: ( ( 'DENY' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1747:1: ( 'DENY' )
{
before(grammarAccess.getAccessPermissionEnumAccess().getDENYEnumLiteralDeclaration_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1614:1: ( 'DENY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1614:3: 'DENY'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1748:1: ( 'DENY' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1748:3: 'DENY'
{
- match(input,44,FOLLOW_44_in_rule__AccessPermissionEnum__Alternatives3487);
+ match(input,44,FOLLOW_44_in_rule__AccessPermissionEnum__Alternatives3787);
}
@@ -4862,49 +5310,49 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationSideEnum__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1624:1: rule__XRelationSideEnum__Alternatives : ( ( ( 'SIDE_A' ) ) | ( ( 'SIDE_B' ) ) | ( ( 'BOTH' ) ) );
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1758:1: rule__XRelationSideEnum__Alternatives : ( ( ( 'SIDE_A' ) ) | ( ( 'SIDE_B' ) ) | ( ( 'BOTH' ) ) );
public final void rule__XRelationSideEnum__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1628:1: ( ( ( 'SIDE_A' ) ) | ( ( 'SIDE_B' ) ) | ( ( 'BOTH' ) ) )
- int alt19=3;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1762:1: ( ( ( 'SIDE_A' ) ) | ( ( 'SIDE_B' ) ) | ( ( 'BOTH' ) ) )
+ int alt21=3;
switch ( input.LA(1) ) {
case 45:
{
- alt19=1;
+ alt21=1;
}
break;
case 46:
{
- alt19=2;
+ alt21=2;
}
break;
case 47:
{
- alt19=3;
+ alt21=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 19, 0, input);
+ new NoViableAltException("", 21, 0, input);
throw nvae;
}
- switch (alt19) {
+ switch (alt21) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1629:1: ( ( 'SIDE_A' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1763:1: ( ( 'SIDE_A' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1629:1: ( ( 'SIDE_A' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1630:1: ( 'SIDE_A' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1763:1: ( ( 'SIDE_A' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1764:1: ( 'SIDE_A' )
{
before(grammarAccess.getXRelationSideEnumAccess().getSIDE_AEnumLiteralDeclaration_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1631:1: ( 'SIDE_A' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1631:3: 'SIDE_A'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1765:1: ( 'SIDE_A' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1765:3: 'SIDE_A'
{
- match(input,45,FOLLOW_45_in_rule__XRelationSideEnum__Alternatives3523);
+ match(input,45,FOLLOW_45_in_rule__XRelationSideEnum__Alternatives3823);
}
@@ -4916,16 +5364,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1636:6: ( ( 'SIDE_B' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1770:6: ( ( 'SIDE_B' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1636:6: ( ( 'SIDE_B' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1637:1: ( 'SIDE_B' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1770:6: ( ( 'SIDE_B' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1771:1: ( 'SIDE_B' )
{
before(grammarAccess.getXRelationSideEnumAccess().getSIDE_BEnumLiteralDeclaration_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1638:1: ( 'SIDE_B' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1638:3: 'SIDE_B'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1772:1: ( 'SIDE_B' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1772:3: 'SIDE_B'
{
- match(input,46,FOLLOW_46_in_rule__XRelationSideEnum__Alternatives3544);
+ match(input,46,FOLLOW_46_in_rule__XRelationSideEnum__Alternatives3844);
}
@@ -4937,16 +5385,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1643:6: ( ( 'BOTH' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1777:6: ( ( 'BOTH' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1643:6: ( ( 'BOTH' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1644:1: ( 'BOTH' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1777:6: ( ( 'BOTH' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1778:1: ( 'BOTH' )
{
before(grammarAccess.getXRelationSideEnumAccess().getBOTHEnumLiteralDeclaration_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1645:1: ( 'BOTH' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1645:3: 'BOTH'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1779:1: ( 'BOTH' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1779:3: 'BOTH'
{
- match(input,47,FOLLOW_47_in_rule__XRelationSideEnum__Alternatives3565);
+ match(input,47,FOLLOW_47_in_rule__XRelationSideEnum__Alternatives3865);
}
@@ -4975,21 +5423,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1657:1: rule__OseeDsl__Group__0 : rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1791:1: rule__OseeDsl__Group__0 : rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1 ;
public final void rule__OseeDsl__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1661:1: ( rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1662:2: rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1795:1: ( rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1796:2: rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1
{
- pushFollow(FOLLOW_rule__OseeDsl__Group__0__Impl_in_rule__OseeDsl__Group__03598);
+ pushFollow(FOLLOW_rule__OseeDsl__Group__0__Impl_in_rule__OseeDsl__Group__03898);
rule__OseeDsl__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__OseeDsl__Group__1_in_rule__OseeDsl__Group__03601);
+ pushFollow(FOLLOW_rule__OseeDsl__Group__1_in_rule__OseeDsl__Group__03901);
rule__OseeDsl__Group__1();
state._fsp--;
@@ -5013,35 +5461,35 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1669:1: rule__OseeDsl__Group__0__Impl : ( ( rule__OseeDsl__ImportsAssignment_0 )* ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1803:1: rule__OseeDsl__Group__0__Impl : ( ( rule__OseeDsl__ImportsAssignment_0 )* ) ;
public final void rule__OseeDsl__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1673:1: ( ( ( rule__OseeDsl__ImportsAssignment_0 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1674:1: ( ( rule__OseeDsl__ImportsAssignment_0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1807:1: ( ( ( rule__OseeDsl__ImportsAssignment_0 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1808:1: ( ( rule__OseeDsl__ImportsAssignment_0 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1674:1: ( ( rule__OseeDsl__ImportsAssignment_0 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1675:1: ( rule__OseeDsl__ImportsAssignment_0 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1808:1: ( ( rule__OseeDsl__ImportsAssignment_0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1809:1: ( rule__OseeDsl__ImportsAssignment_0 )*
{
before(grammarAccess.getOseeDslAccess().getImportsAssignment_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1676:1: ( rule__OseeDsl__ImportsAssignment_0 )*
- loop20:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1810:1: ( rule__OseeDsl__ImportsAssignment_0 )*
+ loop22:
do {
- int alt20=2;
- int LA20_0 = input.LA(1);
+ int alt22=2;
+ int LA22_0 = input.LA(1);
- if ( (LA20_0==48) ) {
- alt20=1;
+ if ( (LA22_0==48) ) {
+ alt22=1;
}
- switch (alt20) {
+ switch (alt22) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1676:2: rule__OseeDsl__ImportsAssignment_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1810:2: rule__OseeDsl__ImportsAssignment_0
{
- pushFollow(FOLLOW_rule__OseeDsl__ImportsAssignment_0_in_rule__OseeDsl__Group__0__Impl3628);
+ pushFollow(FOLLOW_rule__OseeDsl__ImportsAssignment_0_in_rule__OseeDsl__Group__0__Impl3928);
rule__OseeDsl__ImportsAssignment_0();
state._fsp--;
@@ -5051,7 +5499,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop20;
+ break loop22;
}
} while (true);
@@ -5078,21 +5526,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1686:1: rule__OseeDsl__Group__1 : rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1820:1: rule__OseeDsl__Group__1 : rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2 ;
public final void rule__OseeDsl__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1690:1: ( rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1691:2: rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1824:1: ( rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1825:2: rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2
{
- pushFollow(FOLLOW_rule__OseeDsl__Group__1__Impl_in_rule__OseeDsl__Group__13659);
+ pushFollow(FOLLOW_rule__OseeDsl__Group__1__Impl_in_rule__OseeDsl__Group__13959);
rule__OseeDsl__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__OseeDsl__Group__2_in_rule__OseeDsl__Group__13662);
+ pushFollow(FOLLOW_rule__OseeDsl__Group__2_in_rule__OseeDsl__Group__13962);
rule__OseeDsl__Group__2();
state._fsp--;
@@ -5116,35 +5564,35 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1698:1: rule__OseeDsl__Group__1__Impl : ( ( rule__OseeDsl__Alternatives_1 )* ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1832:1: rule__OseeDsl__Group__1__Impl : ( ( rule__OseeDsl__Alternatives_1 )* ) ;
public final void rule__OseeDsl__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1702:1: ( ( ( rule__OseeDsl__Alternatives_1 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1703:1: ( ( rule__OseeDsl__Alternatives_1 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1836:1: ( ( ( rule__OseeDsl__Alternatives_1 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1837:1: ( ( rule__OseeDsl__Alternatives_1 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1703:1: ( ( rule__OseeDsl__Alternatives_1 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1704:1: ( rule__OseeDsl__Alternatives_1 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1837:1: ( ( rule__OseeDsl__Alternatives_1 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1838:1: ( rule__OseeDsl__Alternatives_1 )*
{
before(grammarAccess.getOseeDslAccess().getAlternatives_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1705:1: ( rule__OseeDsl__Alternatives_1 )*
- loop21:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1839:1: ( rule__OseeDsl__Alternatives_1 )*
+ loop23:
do {
- int alt21=2;
- int LA21_0 = input.LA(1);
+ int alt23=2;
+ int LA23_0 = input.LA(1);
- if ( (LA21_0==50||LA21_0==58||LA21_0==68||LA21_0==71||LA21_0==74||LA21_0==91) ) {
- alt21=1;
+ if ( (LA23_0==50||LA23_0==58||LA23_0==68||LA23_0==71||LA23_0==74||LA23_0==92) ) {
+ alt23=1;
}
- switch (alt21) {
+ switch (alt23) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1705:2: rule__OseeDsl__Alternatives_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1839:2: rule__OseeDsl__Alternatives_1
{
- pushFollow(FOLLOW_rule__OseeDsl__Alternatives_1_in_rule__OseeDsl__Group__1__Impl3689);
+ pushFollow(FOLLOW_rule__OseeDsl__Alternatives_1_in_rule__OseeDsl__Group__1__Impl3989);
rule__OseeDsl__Alternatives_1();
state._fsp--;
@@ -5154,7 +5602,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop21;
+ break loop23;
}
} while (true);
@@ -5181,25 +5629,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1715:1: rule__OseeDsl__Group__2 : rule__OseeDsl__Group__2__Impl rule__OseeDsl__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1849:1: rule__OseeDsl__Group__2 : rule__OseeDsl__Group__2__Impl ;
public final void rule__OseeDsl__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1719:1: ( rule__OseeDsl__Group__2__Impl rule__OseeDsl__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1720:2: rule__OseeDsl__Group__2__Impl rule__OseeDsl__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1853:1: ( rule__OseeDsl__Group__2__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1854:2: rule__OseeDsl__Group__2__Impl
{
- pushFollow(FOLLOW_rule__OseeDsl__Group__2__Impl_in_rule__OseeDsl__Group__23720);
+ pushFollow(FOLLOW_rule__OseeDsl__Group__2__Impl_in_rule__OseeDsl__Group__24020);
rule__OseeDsl__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__OseeDsl__Group__3_in_rule__OseeDsl__Group__23723);
- rule__OseeDsl__Group__3();
-
- state._fsp--;
-
}
@@ -5219,36 +5662,36 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1727:1: rule__OseeDsl__Group__2__Impl : ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2 )* ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1860:1: rule__OseeDsl__Group__2__Impl : ( ( rule__OseeDsl__Alternatives_2 )* ) ;
public final void rule__OseeDsl__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1731:1: ( ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1732:1: ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1864:1: ( ( ( rule__OseeDsl__Alternatives_2 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1865:1: ( ( rule__OseeDsl__Alternatives_2 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1732:1: ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1733:1: ( rule__OseeDsl__ArtifactMatchRefsAssignment_2 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1865:1: ( ( rule__OseeDsl__Alternatives_2 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1866:1: ( rule__OseeDsl__Alternatives_2 )*
{
- before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1734:1: ( rule__OseeDsl__ArtifactMatchRefsAssignment_2 )*
- loop22:
+ before(grammarAccess.getOseeDslAccess().getAlternatives_2());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1867:1: ( rule__OseeDsl__Alternatives_2 )*
+ loop24:
do {
- int alt22=2;
- int LA22_0 = input.LA(1);
+ int alt24=2;
+ int LA24_0 = input.LA(1);
- if ( (LA22_0==83) ) {
- alt22=1;
+ if ( (LA24_0==83||(LA24_0>=86 && LA24_0<=87)) ) {
+ alt24=1;
}
- switch (alt22) {
+ switch (alt24) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1734:2: rule__OseeDsl__ArtifactMatchRefsAssignment_2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1867:2: rule__OseeDsl__Alternatives_2
{
- pushFollow(FOLLOW_rule__OseeDsl__ArtifactMatchRefsAssignment_2_in_rule__OseeDsl__Group__2__Impl3750);
- rule__OseeDsl__ArtifactMatchRefsAssignment_2();
+ pushFollow(FOLLOW_rule__OseeDsl__Alternatives_2_in_rule__OseeDsl__Group__2__Impl4047);
+ rule__OseeDsl__Alternatives_2();
state._fsp--;
@@ -5257,11 +5700,11 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop22;
+ break loop24;
}
} while (true);
- after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2());
+ after(grammarAccess.getOseeDslAccess().getAlternatives_2());
}
@@ -5283,120 +5726,22 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__OseeDsl__Group__2__Impl"
- // $ANTLR start "rule__OseeDsl__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1744:1: rule__OseeDsl__Group__3 : rule__OseeDsl__Group__3__Impl ;
- public final void rule__OseeDsl__Group__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1748:1: ( rule__OseeDsl__Group__3__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1749:2: rule__OseeDsl__Group__3__Impl
- {
- pushFollow(FOLLOW_rule__OseeDsl__Group__3__Impl_in_rule__OseeDsl__Group__33781);
- rule__OseeDsl__Group__3__Impl();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__OseeDsl__Group__3"
-
-
- // $ANTLR start "rule__OseeDsl__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1755:1: rule__OseeDsl__Group__3__Impl : ( ( rule__OseeDsl__AccessDeclarationsAssignment_3 )* ) ;
- public final void rule__OseeDsl__Group__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1759:1: ( ( ( rule__OseeDsl__AccessDeclarationsAssignment_3 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1760:1: ( ( rule__OseeDsl__AccessDeclarationsAssignment_3 )* )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1760:1: ( ( rule__OseeDsl__AccessDeclarationsAssignment_3 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1761:1: ( rule__OseeDsl__AccessDeclarationsAssignment_3 )*
- {
- before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1762:1: ( rule__OseeDsl__AccessDeclarationsAssignment_3 )*
- loop23:
- do {
- int alt23=2;
- int LA23_0 = input.LA(1);
-
- if ( (LA23_0==86) ) {
- alt23=1;
- }
-
-
- switch (alt23) {
- case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1762:2: rule__OseeDsl__AccessDeclarationsAssignment_3
- {
- pushFollow(FOLLOW_rule__OseeDsl__AccessDeclarationsAssignment_3_in_rule__OseeDsl__Group__3__Impl3808);
- rule__OseeDsl__AccessDeclarationsAssignment_3();
-
- state._fsp--;
-
-
- }
- break;
-
- default :
- break loop23;
- }
- } while (true);
-
- after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_3());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__OseeDsl__Group__3__Impl"
-
-
// $ANTLR start "rule__Import__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1780:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1883:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ;
public final void rule__Import__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1784:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1785:2: rule__Import__Group__0__Impl rule__Import__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1887:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1888:2: rule__Import__Group__0__Impl rule__Import__Group__1
{
- pushFollow(FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__03847);
+ pushFollow(FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__04084);
rule__Import__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__Import__Group__1_in_rule__Import__Group__03850);
+ pushFollow(FOLLOW_rule__Import__Group__1_in_rule__Import__Group__04087);
rule__Import__Group__1();
state._fsp--;
@@ -5420,20 +5765,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1792:1: rule__Import__Group__0__Impl : ( 'import' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1895:1: rule__Import__Group__0__Impl : ( 'import' ) ;
public final void rule__Import__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1796:1: ( ( 'import' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1797:1: ( 'import' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1899:1: ( ( 'import' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1900:1: ( 'import' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1797:1: ( 'import' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1798:1: 'import'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1900:1: ( 'import' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1901:1: 'import'
{
before(grammarAccess.getImportAccess().getImportKeyword_0());
- match(input,48,FOLLOW_48_in_rule__Import__Group__0__Impl3878);
+ match(input,48,FOLLOW_48_in_rule__Import__Group__0__Impl4115);
after(grammarAccess.getImportAccess().getImportKeyword_0());
}
@@ -5457,16 +5802,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1811:1: rule__Import__Group__1 : rule__Import__Group__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1914:1: rule__Import__Group__1 : rule__Import__Group__1__Impl ;
public final void rule__Import__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1815:1: ( rule__Import__Group__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1816:2: rule__Import__Group__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1918:1: ( rule__Import__Group__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1919:2: rule__Import__Group__1__Impl
{
- pushFollow(FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__13909);
+ pushFollow(FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__14146);
rule__Import__Group__1__Impl();
state._fsp--;
@@ -5490,23 +5835,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1822:1: rule__Import__Group__1__Impl : ( ( rule__Import__ImportURIAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1925:1: rule__Import__Group__1__Impl : ( ( rule__Import__ImportURIAssignment_1 ) ) ;
public final void rule__Import__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1826:1: ( ( ( rule__Import__ImportURIAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1827:1: ( ( rule__Import__ImportURIAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1929:1: ( ( ( rule__Import__ImportURIAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1930:1: ( ( rule__Import__ImportURIAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1827:1: ( ( rule__Import__ImportURIAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1828:1: ( rule__Import__ImportURIAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1930:1: ( ( rule__Import__ImportURIAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1931:1: ( rule__Import__ImportURIAssignment_1 )
{
before(grammarAccess.getImportAccess().getImportURIAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1829:1: ( rule__Import__ImportURIAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1829:2: rule__Import__ImportURIAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1932:1: ( rule__Import__ImportURIAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1932:2: rule__Import__ImportURIAssignment_1
{
- pushFollow(FOLLOW_rule__Import__ImportURIAssignment_1_in_rule__Import__Group__1__Impl3936);
+ pushFollow(FOLLOW_rule__Import__ImportURIAssignment_1_in_rule__Import__Group__1__Impl4173);
rule__Import__ImportURIAssignment_1();
state._fsp--;
@@ -5537,21 +5882,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QUALIFIED_NAME__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1843:1: rule__QUALIFIED_NAME__Group__0 : rule__QUALIFIED_NAME__Group__0__Impl rule__QUALIFIED_NAME__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1946:1: rule__QUALIFIED_NAME__Group__0 : rule__QUALIFIED_NAME__Group__0__Impl rule__QUALIFIED_NAME__Group__1 ;
public final void rule__QUALIFIED_NAME__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1847:1: ( rule__QUALIFIED_NAME__Group__0__Impl rule__QUALIFIED_NAME__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1848:2: rule__QUALIFIED_NAME__Group__0__Impl rule__QUALIFIED_NAME__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1950:1: ( rule__QUALIFIED_NAME__Group__0__Impl rule__QUALIFIED_NAME__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1951:2: rule__QUALIFIED_NAME__Group__0__Impl rule__QUALIFIED_NAME__Group__1
{
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group__0__Impl_in_rule__QUALIFIED_NAME__Group__03970);
+ pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group__0__Impl_in_rule__QUALIFIED_NAME__Group__04207);
rule__QUALIFIED_NAME__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group__1_in_rule__QUALIFIED_NAME__Group__03973);
+ pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group__1_in_rule__QUALIFIED_NAME__Group__04210);
rule__QUALIFIED_NAME__Group__1();
state._fsp--;
@@ -5575,20 +5920,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QUALIFIED_NAME__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1855:1: rule__QUALIFIED_NAME__Group__0__Impl : ( RULE_ID ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1958:1: rule__QUALIFIED_NAME__Group__0__Impl : ( RULE_ID ) ;
public final void rule__QUALIFIED_NAME__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1859:1: ( ( RULE_ID ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1860:1: ( RULE_ID )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1962:1: ( ( RULE_ID ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1963:1: ( RULE_ID )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1860:1: ( RULE_ID )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1861:1: RULE_ID
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1963:1: ( RULE_ID )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1964:1: RULE_ID
{
before(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_0());
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group__0__Impl4000);
+ match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group__0__Impl4237);
after(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_0());
}
@@ -5612,16 +5957,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QUALIFIED_NAME__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1872:1: rule__QUALIFIED_NAME__Group__1 : rule__QUALIFIED_NAME__Group__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1975:1: rule__QUALIFIED_NAME__Group__1 : rule__QUALIFIED_NAME__Group__1__Impl ;
public final void rule__QUALIFIED_NAME__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1876:1: ( rule__QUALIFIED_NAME__Group__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1877:2: rule__QUALIFIED_NAME__Group__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1979:1: ( rule__QUALIFIED_NAME__Group__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1980:2: rule__QUALIFIED_NAME__Group__1__Impl
{
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group__1__Impl_in_rule__QUALIFIED_NAME__Group__14029);
+ pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group__1__Impl_in_rule__QUALIFIED_NAME__Group__14266);
rule__QUALIFIED_NAME__Group__1__Impl();
state._fsp--;
@@ -5645,35 +5990,35 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QUALIFIED_NAME__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1883:1: rule__QUALIFIED_NAME__Group__1__Impl : ( ( rule__QUALIFIED_NAME__Group_1__0 )* ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1986:1: rule__QUALIFIED_NAME__Group__1__Impl : ( ( rule__QUALIFIED_NAME__Group_1__0 )* ) ;
public final void rule__QUALIFIED_NAME__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1887:1: ( ( ( rule__QUALIFIED_NAME__Group_1__0 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1888:1: ( ( rule__QUALIFIED_NAME__Group_1__0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1990:1: ( ( ( rule__QUALIFIED_NAME__Group_1__0 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1991:1: ( ( rule__QUALIFIED_NAME__Group_1__0 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1888:1: ( ( rule__QUALIFIED_NAME__Group_1__0 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1889:1: ( rule__QUALIFIED_NAME__Group_1__0 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1991:1: ( ( rule__QUALIFIED_NAME__Group_1__0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1992:1: ( rule__QUALIFIED_NAME__Group_1__0 )*
{
before(grammarAccess.getQUALIFIED_NAMEAccess().getGroup_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1890:1: ( rule__QUALIFIED_NAME__Group_1__0 )*
- loop24:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1993:1: ( rule__QUALIFIED_NAME__Group_1__0 )*
+ loop25:
do {
- int alt24=2;
- int LA24_0 = input.LA(1);
+ int alt25=2;
+ int LA25_0 = input.LA(1);
- if ( (LA24_0==49) ) {
- alt24=1;
+ if ( (LA25_0==49) ) {
+ alt25=1;
}
- switch (alt24) {
+ switch (alt25) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1890:2: rule__QUALIFIED_NAME__Group_1__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1993:2: rule__QUALIFIED_NAME__Group_1__0
{
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__0_in_rule__QUALIFIED_NAME__Group__1__Impl4056);
+ pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__0_in_rule__QUALIFIED_NAME__Group__1__Impl4293);
rule__QUALIFIED_NAME__Group_1__0();
state._fsp--;
@@ -5683,7 +6028,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop24;
+ break loop25;
}
} while (true);
@@ -5710,21 +6055,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QUALIFIED_NAME__Group_1__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1904:1: rule__QUALIFIED_NAME__Group_1__0 : rule__QUALIFIED_NAME__Group_1__0__Impl rule__QUALIFIED_NAME__Group_1__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2007:1: rule__QUALIFIED_NAME__Group_1__0 : rule__QUALIFIED_NAME__Group_1__0__Impl rule__QUALIFIED_NAME__Group_1__1 ;
public final void rule__QUALIFIED_NAME__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1908:1: ( rule__QUALIFIED_NAME__Group_1__0__Impl rule__QUALIFIED_NAME__Group_1__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1909:2: rule__QUALIFIED_NAME__Group_1__0__Impl rule__QUALIFIED_NAME__Group_1__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2011:1: ( rule__QUALIFIED_NAME__Group_1__0__Impl rule__QUALIFIED_NAME__Group_1__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2012:2: rule__QUALIFIED_NAME__Group_1__0__Impl rule__QUALIFIED_NAME__Group_1__1
{
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__0__Impl_in_rule__QUALIFIED_NAME__Group_1__04091);
+ pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__0__Impl_in_rule__QUALIFIED_NAME__Group_1__04328);
rule__QUALIFIED_NAME__Group_1__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__1_in_rule__QUALIFIED_NAME__Group_1__04094);
+ pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__1_in_rule__QUALIFIED_NAME__Group_1__04331);
rule__QUALIFIED_NAME__Group_1__1();
state._fsp--;
@@ -5748,20 +6093,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QUALIFIED_NAME__Group_1__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1916:1: rule__QUALIFIED_NAME__Group_1__0__Impl : ( '.' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2019:1: rule__QUALIFIED_NAME__Group_1__0__Impl : ( '.' ) ;
public final void rule__QUALIFIED_NAME__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1920:1: ( ( '.' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1921:1: ( '.' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2023:1: ( ( '.' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2024:1: ( '.' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1921:1: ( '.' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1922:1: '.'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2024:1: ( '.' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2025:1: '.'
{
before(grammarAccess.getQUALIFIED_NAMEAccess().getFullStopKeyword_1_0());
- match(input,49,FOLLOW_49_in_rule__QUALIFIED_NAME__Group_1__0__Impl4122);
+ match(input,49,FOLLOW_49_in_rule__QUALIFIED_NAME__Group_1__0__Impl4359);
after(grammarAccess.getQUALIFIED_NAMEAccess().getFullStopKeyword_1_0());
}
@@ -5785,16 +6130,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QUALIFIED_NAME__Group_1__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1935:1: rule__QUALIFIED_NAME__Group_1__1 : rule__QUALIFIED_NAME__Group_1__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2038:1: rule__QUALIFIED_NAME__Group_1__1 : rule__QUALIFIED_NAME__Group_1__1__Impl ;
public final void rule__QUALIFIED_NAME__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1939:1: ( rule__QUALIFIED_NAME__Group_1__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1940:2: rule__QUALIFIED_NAME__Group_1__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2042:1: ( rule__QUALIFIED_NAME__Group_1__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2043:2: rule__QUALIFIED_NAME__Group_1__1__Impl
{
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__1__Impl_in_rule__QUALIFIED_NAME__Group_1__14153);
+ pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__1__Impl_in_rule__QUALIFIED_NAME__Group_1__14390);
rule__QUALIFIED_NAME__Group_1__1__Impl();
state._fsp--;
@@ -5818,20 +6163,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QUALIFIED_NAME__Group_1__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1946:1: rule__QUALIFIED_NAME__Group_1__1__Impl : ( RULE_ID ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2049:1: rule__QUALIFIED_NAME__Group_1__1__Impl : ( RULE_ID ) ;
public final void rule__QUALIFIED_NAME__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1950:1: ( ( RULE_ID ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1951:1: ( RULE_ID )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2053:1: ( ( RULE_ID ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2054:1: ( RULE_ID )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1951:1: ( RULE_ID )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1952:1: RULE_ID
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2054:1: ( RULE_ID )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2055:1: RULE_ID
{
before(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_1_1());
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group_1__1__Impl4180);
+ match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group_1__1__Impl4417);
after(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_1_1());
}
@@ -5855,21 +6200,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1967:1: rule__XArtifactType__Group__0 : rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2070:1: rule__XArtifactType__Group__0 : rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1 ;
public final void rule__XArtifactType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1971:1: ( rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1972:2: rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2074:1: ( rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2075:2: rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__0__Impl_in_rule__XArtifactType__Group__04213);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__0__Impl_in_rule__XArtifactType__Group__04450);
rule__XArtifactType__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__1_in_rule__XArtifactType__Group__04216);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__1_in_rule__XArtifactType__Group__04453);
rule__XArtifactType__Group__1();
state._fsp--;
@@ -5893,31 +6238,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1979:1: rule__XArtifactType__Group__0__Impl : ( ( rule__XArtifactType__AbstractAssignment_0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2082:1: rule__XArtifactType__Group__0__Impl : ( ( rule__XArtifactType__AbstractAssignment_0 )? ) ;
public final void rule__XArtifactType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1983:1: ( ( ( rule__XArtifactType__AbstractAssignment_0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1984:1: ( ( rule__XArtifactType__AbstractAssignment_0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2086:1: ( ( ( rule__XArtifactType__AbstractAssignment_0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2087:1: ( ( rule__XArtifactType__AbstractAssignment_0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1984:1: ( ( rule__XArtifactType__AbstractAssignment_0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1985:1: ( rule__XArtifactType__AbstractAssignment_0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2087:1: ( ( rule__XArtifactType__AbstractAssignment_0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2088:1: ( rule__XArtifactType__AbstractAssignment_0 )?
{
before(grammarAccess.getXArtifactTypeAccess().getAbstractAssignment_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1986:1: ( rule__XArtifactType__AbstractAssignment_0 )?
- int alt25=2;
- int LA25_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2089:1: ( rule__XArtifactType__AbstractAssignment_0 )?
+ int alt26=2;
+ int LA26_0 = input.LA(1);
- if ( (LA25_0==91) ) {
- alt25=1;
+ if ( (LA26_0==92) ) {
+ alt26=1;
}
- switch (alt25) {
+ switch (alt26) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1986:2: rule__XArtifactType__AbstractAssignment_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2089:2: rule__XArtifactType__AbstractAssignment_0
{
- pushFollow(FOLLOW_rule__XArtifactType__AbstractAssignment_0_in_rule__XArtifactType__Group__0__Impl4243);
+ pushFollow(FOLLOW_rule__XArtifactType__AbstractAssignment_0_in_rule__XArtifactType__Group__0__Impl4480);
rule__XArtifactType__AbstractAssignment_0();
state._fsp--;
@@ -5951,21 +6296,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1996:1: rule__XArtifactType__Group__1 : rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2099:1: rule__XArtifactType__Group__1 : rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2 ;
public final void rule__XArtifactType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2000:1: ( rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2001:2: rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2103:1: ( rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2104:2: rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__1__Impl_in_rule__XArtifactType__Group__14274);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__1__Impl_in_rule__XArtifactType__Group__14511);
rule__XArtifactType__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__2_in_rule__XArtifactType__Group__14277);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__2_in_rule__XArtifactType__Group__14514);
rule__XArtifactType__Group__2();
state._fsp--;
@@ -5989,20 +6334,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2008:1: rule__XArtifactType__Group__1__Impl : ( 'artifactType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2111:1: rule__XArtifactType__Group__1__Impl : ( 'artifactType' ) ;
public final void rule__XArtifactType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2012:1: ( ( 'artifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2013:1: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2115:1: ( ( 'artifactType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2116:1: ( 'artifactType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2013:1: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2014:1: 'artifactType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2116:1: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2117:1: 'artifactType'
{
before(grammarAccess.getXArtifactTypeAccess().getArtifactTypeKeyword_1());
- match(input,50,FOLLOW_50_in_rule__XArtifactType__Group__1__Impl4305);
+ match(input,50,FOLLOW_50_in_rule__XArtifactType__Group__1__Impl4542);
after(grammarAccess.getXArtifactTypeAccess().getArtifactTypeKeyword_1());
}
@@ -6026,21 +6371,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2027:1: rule__XArtifactType__Group__2 : rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2130:1: rule__XArtifactType__Group__2 : rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3 ;
public final void rule__XArtifactType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2031:1: ( rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2032:2: rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2134:1: ( rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2135:2: rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__2__Impl_in_rule__XArtifactType__Group__24336);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__2__Impl_in_rule__XArtifactType__Group__24573);
rule__XArtifactType__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__3_in_rule__XArtifactType__Group__24339);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__3_in_rule__XArtifactType__Group__24576);
rule__XArtifactType__Group__3();
state._fsp--;
@@ -6064,23 +6409,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2039:1: rule__XArtifactType__Group__2__Impl : ( ( rule__XArtifactType__NameAssignment_2 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2142:1: rule__XArtifactType__Group__2__Impl : ( ( rule__XArtifactType__NameAssignment_2 ) ) ;
public final void rule__XArtifactType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2043:1: ( ( ( rule__XArtifactType__NameAssignment_2 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2044:1: ( ( rule__XArtifactType__NameAssignment_2 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2146:1: ( ( ( rule__XArtifactType__NameAssignment_2 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2147:1: ( ( rule__XArtifactType__NameAssignment_2 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2044:1: ( ( rule__XArtifactType__NameAssignment_2 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2045:1: ( rule__XArtifactType__NameAssignment_2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2147:1: ( ( rule__XArtifactType__NameAssignment_2 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2148:1: ( rule__XArtifactType__NameAssignment_2 )
{
before(grammarAccess.getXArtifactTypeAccess().getNameAssignment_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2046:1: ( rule__XArtifactType__NameAssignment_2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2046:2: rule__XArtifactType__NameAssignment_2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2149:1: ( rule__XArtifactType__NameAssignment_2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2149:2: rule__XArtifactType__NameAssignment_2
{
- pushFollow(FOLLOW_rule__XArtifactType__NameAssignment_2_in_rule__XArtifactType__Group__2__Impl4366);
+ pushFollow(FOLLOW_rule__XArtifactType__NameAssignment_2_in_rule__XArtifactType__Group__2__Impl4603);
rule__XArtifactType__NameAssignment_2();
state._fsp--;
@@ -6111,21 +6456,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2056:1: rule__XArtifactType__Group__3 : rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2159:1: rule__XArtifactType__Group__3 : rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4 ;
public final void rule__XArtifactType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2060:1: ( rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2061:2: rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2163:1: ( rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2164:2: rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__3__Impl_in_rule__XArtifactType__Group__34396);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__3__Impl_in_rule__XArtifactType__Group__34633);
rule__XArtifactType__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__4_in_rule__XArtifactType__Group__34399);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__4_in_rule__XArtifactType__Group__34636);
rule__XArtifactType__Group__4();
state._fsp--;
@@ -6149,31 +6494,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2068:1: rule__XArtifactType__Group__3__Impl : ( ( rule__XArtifactType__Group_3__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2171:1: rule__XArtifactType__Group__3__Impl : ( ( rule__XArtifactType__Group_3__0 )? ) ;
public final void rule__XArtifactType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2072:1: ( ( ( rule__XArtifactType__Group_3__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2073:1: ( ( rule__XArtifactType__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2175:1: ( ( ( rule__XArtifactType__Group_3__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2176:1: ( ( rule__XArtifactType__Group_3__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2073:1: ( ( rule__XArtifactType__Group_3__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2074:1: ( rule__XArtifactType__Group_3__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2176:1: ( ( rule__XArtifactType__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2177:1: ( rule__XArtifactType__Group_3__0 )?
{
before(grammarAccess.getXArtifactTypeAccess().getGroup_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2075:1: ( rule__XArtifactType__Group_3__0 )?
- int alt26=2;
- int LA26_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2178:1: ( rule__XArtifactType__Group_3__0 )?
+ int alt27=2;
+ int LA27_0 = input.LA(1);
- if ( (LA26_0==54) ) {
- alt26=1;
+ if ( (LA27_0==54) ) {
+ alt27=1;
}
- switch (alt26) {
+ switch (alt27) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2075:2: rule__XArtifactType__Group_3__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2178:2: rule__XArtifactType__Group_3__0
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__0_in_rule__XArtifactType__Group__3__Impl4426);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3__0_in_rule__XArtifactType__Group__3__Impl4663);
rule__XArtifactType__Group_3__0();
state._fsp--;
@@ -6207,21 +6552,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2085:1: rule__XArtifactType__Group__4 : rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2188:1: rule__XArtifactType__Group__4 : rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5 ;
public final void rule__XArtifactType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2089:1: ( rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2090:2: rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2192:1: ( rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2193:2: rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__4__Impl_in_rule__XArtifactType__Group__44457);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__4__Impl_in_rule__XArtifactType__Group__44694);
rule__XArtifactType__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__5_in_rule__XArtifactType__Group__44460);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__5_in_rule__XArtifactType__Group__44697);
rule__XArtifactType__Group__5();
state._fsp--;
@@ -6245,20 +6590,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2097:1: rule__XArtifactType__Group__4__Impl : ( '{' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2200:1: rule__XArtifactType__Group__4__Impl : ( '{' ) ;
public final void rule__XArtifactType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2101:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2102:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2204:1: ( ( '{' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2205:1: ( '{' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2102:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2103:1: '{'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2205:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2206:1: '{'
{
before(grammarAccess.getXArtifactTypeAccess().getLeftCurlyBracketKeyword_4());
- match(input,51,FOLLOW_51_in_rule__XArtifactType__Group__4__Impl4488);
+ match(input,51,FOLLOW_51_in_rule__XArtifactType__Group__4__Impl4725);
after(grammarAccess.getXArtifactTypeAccess().getLeftCurlyBracketKeyword_4());
}
@@ -6282,21 +6627,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2116:1: rule__XArtifactType__Group__5 : rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2219:1: rule__XArtifactType__Group__5 : rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6 ;
public final void rule__XArtifactType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2120:1: ( rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2121:2: rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2223:1: ( rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2224:2: rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__5__Impl_in_rule__XArtifactType__Group__54519);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__5__Impl_in_rule__XArtifactType__Group__54756);
rule__XArtifactType__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__6_in_rule__XArtifactType__Group__54522);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__6_in_rule__XArtifactType__Group__54759);
rule__XArtifactType__Group__6();
state._fsp--;
@@ -6320,31 +6665,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2128:1: rule__XArtifactType__Group__5__Impl : ( ( rule__XArtifactType__Group_5__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2231:1: rule__XArtifactType__Group__5__Impl : ( ( rule__XArtifactType__Group_5__0 )? ) ;
public final void rule__XArtifactType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2132:1: ( ( ( rule__XArtifactType__Group_5__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2133:1: ( ( rule__XArtifactType__Group_5__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2235:1: ( ( ( rule__XArtifactType__Group_5__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2236:1: ( ( rule__XArtifactType__Group_5__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2133:1: ( ( rule__XArtifactType__Group_5__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2134:1: ( rule__XArtifactType__Group_5__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2236:1: ( ( rule__XArtifactType__Group_5__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2237:1: ( rule__XArtifactType__Group_5__0 )?
{
before(grammarAccess.getXArtifactTypeAccess().getGroup_5());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2135:1: ( rule__XArtifactType__Group_5__0 )?
- int alt27=2;
- int LA27_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2238:1: ( rule__XArtifactType__Group_5__0 )?
+ int alt28=2;
+ int LA28_0 = input.LA(1);
- if ( (LA27_0==56) ) {
- alt27=1;
+ if ( (LA28_0==56) ) {
+ alt28=1;
}
- switch (alt27) {
+ switch (alt28) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2135:2: rule__XArtifactType__Group_5__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2238:2: rule__XArtifactType__Group_5__0
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_5__0_in_rule__XArtifactType__Group__5__Impl4549);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_5__0_in_rule__XArtifactType__Group__5__Impl4786);
rule__XArtifactType__Group_5__0();
state._fsp--;
@@ -6378,21 +6723,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__6"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2145:1: rule__XArtifactType__Group__6 : rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2248:1: rule__XArtifactType__Group__6 : rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7 ;
public final void rule__XArtifactType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2149:1: ( rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2150:2: rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2252:1: ( rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2253:2: rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__6__Impl_in_rule__XArtifactType__Group__64580);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__6__Impl_in_rule__XArtifactType__Group__64817);
rule__XArtifactType__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__7_in_rule__XArtifactType__Group__64583);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__7_in_rule__XArtifactType__Group__64820);
rule__XArtifactType__Group__7();
state._fsp--;
@@ -6416,20 +6761,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__6__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2157:1: rule__XArtifactType__Group__6__Impl : ( 'uuid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2260:1: rule__XArtifactType__Group__6__Impl : ( 'uuid' ) ;
public final void rule__XArtifactType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2161:1: ( ( 'uuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2162:1: ( 'uuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2264:1: ( ( 'uuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2265:1: ( 'uuid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2162:1: ( 'uuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2163:1: 'uuid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2265:1: ( 'uuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2266:1: 'uuid'
{
before(grammarAccess.getXArtifactTypeAccess().getUuidKeyword_6());
- match(input,52,FOLLOW_52_in_rule__XArtifactType__Group__6__Impl4611);
+ match(input,52,FOLLOW_52_in_rule__XArtifactType__Group__6__Impl4848);
after(grammarAccess.getXArtifactTypeAccess().getUuidKeyword_6());
}
@@ -6453,21 +6798,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__7"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2176:1: rule__XArtifactType__Group__7 : rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2279:1: rule__XArtifactType__Group__7 : rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8 ;
public final void rule__XArtifactType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2180:1: ( rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2181:2: rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2283:1: ( rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2284:2: rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__7__Impl_in_rule__XArtifactType__Group__74642);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__7__Impl_in_rule__XArtifactType__Group__74879);
rule__XArtifactType__Group__7__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__8_in_rule__XArtifactType__Group__74645);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__8_in_rule__XArtifactType__Group__74882);
rule__XArtifactType__Group__8();
state._fsp--;
@@ -6491,23 +6836,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__7__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2188:1: rule__XArtifactType__Group__7__Impl : ( ( rule__XArtifactType__UuidAssignment_7 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2291:1: rule__XArtifactType__Group__7__Impl : ( ( rule__XArtifactType__UuidAssignment_7 ) ) ;
public final void rule__XArtifactType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2192:1: ( ( ( rule__XArtifactType__UuidAssignment_7 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2193:1: ( ( rule__XArtifactType__UuidAssignment_7 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2295:1: ( ( ( rule__XArtifactType__UuidAssignment_7 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2296:1: ( ( rule__XArtifactType__UuidAssignment_7 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2193:1: ( ( rule__XArtifactType__UuidAssignment_7 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2194:1: ( rule__XArtifactType__UuidAssignment_7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2296:1: ( ( rule__XArtifactType__UuidAssignment_7 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2297:1: ( rule__XArtifactType__UuidAssignment_7 )
{
before(grammarAccess.getXArtifactTypeAccess().getUuidAssignment_7());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2195:1: ( rule__XArtifactType__UuidAssignment_7 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2195:2: rule__XArtifactType__UuidAssignment_7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2298:1: ( rule__XArtifactType__UuidAssignment_7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2298:2: rule__XArtifactType__UuidAssignment_7
{
- pushFollow(FOLLOW_rule__XArtifactType__UuidAssignment_7_in_rule__XArtifactType__Group__7__Impl4672);
+ pushFollow(FOLLOW_rule__XArtifactType__UuidAssignment_7_in_rule__XArtifactType__Group__7__Impl4909);
rule__XArtifactType__UuidAssignment_7();
state._fsp--;
@@ -6538,21 +6883,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__8"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2205:1: rule__XArtifactType__Group__8 : rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2308:1: rule__XArtifactType__Group__8 : rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9 ;
public final void rule__XArtifactType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2209:1: ( rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2210:2: rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2312:1: ( rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2313:2: rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__8__Impl_in_rule__XArtifactType__Group__84702);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__8__Impl_in_rule__XArtifactType__Group__84939);
rule__XArtifactType__Group__8__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__9_in_rule__XArtifactType__Group__84705);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__9_in_rule__XArtifactType__Group__84942);
rule__XArtifactType__Group__9();
state._fsp--;
@@ -6576,35 +6921,35 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__8__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2217:1: rule__XArtifactType__Group__8__Impl : ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2320:1: rule__XArtifactType__Group__8__Impl : ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* ) ;
public final void rule__XArtifactType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2221:1: ( ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2222:1: ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2324:1: ( ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2325:1: ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2222:1: ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2223:1: ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2325:1: ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2326:1: ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )*
{
before(grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesAssignment_8());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2224:1: ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )*
- loop28:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2327:1: ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )*
+ loop29:
do {
- int alt28=2;
- int LA28_0 = input.LA(1);
+ int alt29=2;
+ int LA29_0 = input.LA(1);
- if ( (LA28_0==57) ) {
- alt28=1;
+ if ( (LA29_0==57) ) {
+ alt29=1;
}
- switch (alt28) {
+ switch (alt29) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2224:2: rule__XArtifactType__ValidAttributeTypesAssignment_8
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2327:2: rule__XArtifactType__ValidAttributeTypesAssignment_8
{
- pushFollow(FOLLOW_rule__XArtifactType__ValidAttributeTypesAssignment_8_in_rule__XArtifactType__Group__8__Impl4732);
+ pushFollow(FOLLOW_rule__XArtifactType__ValidAttributeTypesAssignment_8_in_rule__XArtifactType__Group__8__Impl4969);
rule__XArtifactType__ValidAttributeTypesAssignment_8();
state._fsp--;
@@ -6614,7 +6959,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop28;
+ break loop29;
}
} while (true);
@@ -6641,16 +6986,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__9"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2234:1: rule__XArtifactType__Group__9 : rule__XArtifactType__Group__9__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2337:1: rule__XArtifactType__Group__9 : rule__XArtifactType__Group__9__Impl ;
public final void rule__XArtifactType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2238:1: ( rule__XArtifactType__Group__9__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2239:2: rule__XArtifactType__Group__9__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2341:1: ( rule__XArtifactType__Group__9__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2342:2: rule__XArtifactType__Group__9__Impl
{
- pushFollow(FOLLOW_rule__XArtifactType__Group__9__Impl_in_rule__XArtifactType__Group__94763);
+ pushFollow(FOLLOW_rule__XArtifactType__Group__9__Impl_in_rule__XArtifactType__Group__95000);
rule__XArtifactType__Group__9__Impl();
state._fsp--;
@@ -6674,20 +7019,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group__9__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2245:1: rule__XArtifactType__Group__9__Impl : ( '}' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2348:1: rule__XArtifactType__Group__9__Impl : ( '}' ) ;
public final void rule__XArtifactType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2249:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2250:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2352:1: ( ( '}' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2353:1: ( '}' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2250:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2251:1: '}'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2353:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2354:1: '}'
{
before(grammarAccess.getXArtifactTypeAccess().getRightCurlyBracketKeyword_9());
- match(input,53,FOLLOW_53_in_rule__XArtifactType__Group__9__Impl4791);
+ match(input,53,FOLLOW_53_in_rule__XArtifactType__Group__9__Impl5028);
after(grammarAccess.getXArtifactTypeAccess().getRightCurlyBracketKeyword_9());
}
@@ -6711,21 +7056,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2284:1: rule__XArtifactType__Group_3__0 : rule__XArtifactType__Group_3__0__Impl rule__XArtifactType__Group_3__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2387:1: rule__XArtifactType__Group_3__0 : rule__XArtifactType__Group_3__0__Impl rule__XArtifactType__Group_3__1 ;
public final void rule__XArtifactType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2288:1: ( rule__XArtifactType__Group_3__0__Impl rule__XArtifactType__Group_3__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2289:2: rule__XArtifactType__Group_3__0__Impl rule__XArtifactType__Group_3__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2391:1: ( rule__XArtifactType__Group_3__0__Impl rule__XArtifactType__Group_3__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2392:2: rule__XArtifactType__Group_3__0__Impl rule__XArtifactType__Group_3__1
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__0__Impl_in_rule__XArtifactType__Group_3__04842);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3__0__Impl_in_rule__XArtifactType__Group_3__05079);
rule__XArtifactType__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__1_in_rule__XArtifactType__Group_3__04845);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3__1_in_rule__XArtifactType__Group_3__05082);
rule__XArtifactType__Group_3__1();
state._fsp--;
@@ -6749,20 +7094,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2296:1: rule__XArtifactType__Group_3__0__Impl : ( 'extends' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2399:1: rule__XArtifactType__Group_3__0__Impl : ( 'extends' ) ;
public final void rule__XArtifactType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2300:1: ( ( 'extends' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2301:1: ( 'extends' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2403:1: ( ( 'extends' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2404:1: ( 'extends' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2301:1: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2302:1: 'extends'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2404:1: ( 'extends' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2405:1: 'extends'
{
before(grammarAccess.getXArtifactTypeAccess().getExtendsKeyword_3_0());
- match(input,54,FOLLOW_54_in_rule__XArtifactType__Group_3__0__Impl4873);
+ match(input,54,FOLLOW_54_in_rule__XArtifactType__Group_3__0__Impl5110);
after(grammarAccess.getXArtifactTypeAccess().getExtendsKeyword_3_0());
}
@@ -6786,21 +7131,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2315:1: rule__XArtifactType__Group_3__1 : rule__XArtifactType__Group_3__1__Impl rule__XArtifactType__Group_3__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2418:1: rule__XArtifactType__Group_3__1 : rule__XArtifactType__Group_3__1__Impl rule__XArtifactType__Group_3__2 ;
public final void rule__XArtifactType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2319:1: ( rule__XArtifactType__Group_3__1__Impl rule__XArtifactType__Group_3__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2320:2: rule__XArtifactType__Group_3__1__Impl rule__XArtifactType__Group_3__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2422:1: ( rule__XArtifactType__Group_3__1__Impl rule__XArtifactType__Group_3__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2423:2: rule__XArtifactType__Group_3__1__Impl rule__XArtifactType__Group_3__2
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__1__Impl_in_rule__XArtifactType__Group_3__14904);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3__1__Impl_in_rule__XArtifactType__Group_3__15141);
rule__XArtifactType__Group_3__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__2_in_rule__XArtifactType__Group_3__14907);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3__2_in_rule__XArtifactType__Group_3__15144);
rule__XArtifactType__Group_3__2();
state._fsp--;
@@ -6824,23 +7169,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2327:1: rule__XArtifactType__Group_3__1__Impl : ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2430:1: rule__XArtifactType__Group_3__1__Impl : ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) ) ;
public final void rule__XArtifactType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2331:1: ( ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2332:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2434:1: ( ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2435:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2332:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2333:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2435:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2436:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 )
{
before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2334:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2334:2: rule__XArtifactType__SuperArtifactTypesAssignment_3_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2437:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2437:2: rule__XArtifactType__SuperArtifactTypesAssignment_3_1
{
- pushFollow(FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_1_in_rule__XArtifactType__Group_3__1__Impl4934);
+ pushFollow(FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_1_in_rule__XArtifactType__Group_3__1__Impl5171);
rule__XArtifactType__SuperArtifactTypesAssignment_3_1();
state._fsp--;
@@ -6871,16 +7216,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2344:1: rule__XArtifactType__Group_3__2 : rule__XArtifactType__Group_3__2__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2447:1: rule__XArtifactType__Group_3__2 : rule__XArtifactType__Group_3__2__Impl ;
public final void rule__XArtifactType__Group_3__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2348:1: ( rule__XArtifactType__Group_3__2__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2349:2: rule__XArtifactType__Group_3__2__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2451:1: ( rule__XArtifactType__Group_3__2__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2452:2: rule__XArtifactType__Group_3__2__Impl
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__2__Impl_in_rule__XArtifactType__Group_3__24964);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3__2__Impl_in_rule__XArtifactType__Group_3__25201);
rule__XArtifactType__Group_3__2__Impl();
state._fsp--;
@@ -6904,35 +7249,35 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2355:1: rule__XArtifactType__Group_3__2__Impl : ( ( rule__XArtifactType__Group_3_2__0 )* ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2458:1: rule__XArtifactType__Group_3__2__Impl : ( ( rule__XArtifactType__Group_3_2__0 )* ) ;
public final void rule__XArtifactType__Group_3__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2359:1: ( ( ( rule__XArtifactType__Group_3_2__0 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2360:1: ( ( rule__XArtifactType__Group_3_2__0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2462:1: ( ( ( rule__XArtifactType__Group_3_2__0 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2463:1: ( ( rule__XArtifactType__Group_3_2__0 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2360:1: ( ( rule__XArtifactType__Group_3_2__0 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2361:1: ( rule__XArtifactType__Group_3_2__0 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2463:1: ( ( rule__XArtifactType__Group_3_2__0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2464:1: ( rule__XArtifactType__Group_3_2__0 )*
{
before(grammarAccess.getXArtifactTypeAccess().getGroup_3_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2362:1: ( rule__XArtifactType__Group_3_2__0 )*
- loop29:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2465:1: ( rule__XArtifactType__Group_3_2__0 )*
+ loop30:
do {
- int alt29=2;
- int LA29_0 = input.LA(1);
+ int alt30=2;
+ int LA30_0 = input.LA(1);
- if ( (LA29_0==55) ) {
- alt29=1;
+ if ( (LA30_0==55) ) {
+ alt30=1;
}
- switch (alt29) {
+ switch (alt30) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2362:2: rule__XArtifactType__Group_3_2__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2465:2: rule__XArtifactType__Group_3_2__0
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__0_in_rule__XArtifactType__Group_3__2__Impl4991);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__0_in_rule__XArtifactType__Group_3__2__Impl5228);
rule__XArtifactType__Group_3_2__0();
state._fsp--;
@@ -6942,7 +7287,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop29;
+ break loop30;
}
} while (true);
@@ -6969,21 +7314,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3_2__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2378:1: rule__XArtifactType__Group_3_2__0 : rule__XArtifactType__Group_3_2__0__Impl rule__XArtifactType__Group_3_2__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2481:1: rule__XArtifactType__Group_3_2__0 : rule__XArtifactType__Group_3_2__0__Impl rule__XArtifactType__Group_3_2__1 ;
public final void rule__XArtifactType__Group_3_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2382:1: ( rule__XArtifactType__Group_3_2__0__Impl rule__XArtifactType__Group_3_2__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2383:2: rule__XArtifactType__Group_3_2__0__Impl rule__XArtifactType__Group_3_2__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2485:1: ( rule__XArtifactType__Group_3_2__0__Impl rule__XArtifactType__Group_3_2__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2486:2: rule__XArtifactType__Group_3_2__0__Impl rule__XArtifactType__Group_3_2__1
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__0__Impl_in_rule__XArtifactType__Group_3_2__05028);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__0__Impl_in_rule__XArtifactType__Group_3_2__05265);
rule__XArtifactType__Group_3_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__1_in_rule__XArtifactType__Group_3_2__05031);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__1_in_rule__XArtifactType__Group_3_2__05268);
rule__XArtifactType__Group_3_2__1();
state._fsp--;
@@ -7007,20 +7352,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3_2__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2390:1: rule__XArtifactType__Group_3_2__0__Impl : ( ',' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2493:1: rule__XArtifactType__Group_3_2__0__Impl : ( ',' ) ;
public final void rule__XArtifactType__Group_3_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2394:1: ( ( ',' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2395:1: ( ',' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2497:1: ( ( ',' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2498:1: ( ',' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2395:1: ( ',' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2396:1: ','
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2498:1: ( ',' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2499:1: ','
{
before(grammarAccess.getXArtifactTypeAccess().getCommaKeyword_3_2_0());
- match(input,55,FOLLOW_55_in_rule__XArtifactType__Group_3_2__0__Impl5059);
+ match(input,55,FOLLOW_55_in_rule__XArtifactType__Group_3_2__0__Impl5296);
after(grammarAccess.getXArtifactTypeAccess().getCommaKeyword_3_2_0());
}
@@ -7044,16 +7389,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3_2__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2409:1: rule__XArtifactType__Group_3_2__1 : rule__XArtifactType__Group_3_2__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2512:1: rule__XArtifactType__Group_3_2__1 : rule__XArtifactType__Group_3_2__1__Impl ;
public final void rule__XArtifactType__Group_3_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2413:1: ( rule__XArtifactType__Group_3_2__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2414:2: rule__XArtifactType__Group_3_2__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2516:1: ( rule__XArtifactType__Group_3_2__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2517:2: rule__XArtifactType__Group_3_2__1__Impl
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__1__Impl_in_rule__XArtifactType__Group_3_2__15090);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__1__Impl_in_rule__XArtifactType__Group_3_2__15327);
rule__XArtifactType__Group_3_2__1__Impl();
state._fsp--;
@@ -7077,23 +7422,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_3_2__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2420:1: rule__XArtifactType__Group_3_2__1__Impl : ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2523:1: rule__XArtifactType__Group_3_2__1__Impl : ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) ) ;
public final void rule__XArtifactType__Group_3_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2424:1: ( ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2425:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2527:1: ( ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2528:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2425:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2426:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2528:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2529:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 )
{
before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_2_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2427:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2427:2: rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2530:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2530:2: rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1
{
- pushFollow(FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1_in_rule__XArtifactType__Group_3_2__1__Impl5117);
+ pushFollow(FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1_in_rule__XArtifactType__Group_3_2__1__Impl5354);
rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1();
state._fsp--;
@@ -7124,21 +7469,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_5__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2441:1: rule__XArtifactType__Group_5__0 : rule__XArtifactType__Group_5__0__Impl rule__XArtifactType__Group_5__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2544:1: rule__XArtifactType__Group_5__0 : rule__XArtifactType__Group_5__0__Impl rule__XArtifactType__Group_5__1 ;
public final void rule__XArtifactType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2445:1: ( rule__XArtifactType__Group_5__0__Impl rule__XArtifactType__Group_5__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2446:2: rule__XArtifactType__Group_5__0__Impl rule__XArtifactType__Group_5__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2548:1: ( rule__XArtifactType__Group_5__0__Impl rule__XArtifactType__Group_5__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2549:2: rule__XArtifactType__Group_5__0__Impl rule__XArtifactType__Group_5__1
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_5__0__Impl_in_rule__XArtifactType__Group_5__05151);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_5__0__Impl_in_rule__XArtifactType__Group_5__05388);
rule__XArtifactType__Group_5__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group_5__1_in_rule__XArtifactType__Group_5__05154);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_5__1_in_rule__XArtifactType__Group_5__05391);
rule__XArtifactType__Group_5__1();
state._fsp--;
@@ -7162,20 +7507,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_5__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2453:1: rule__XArtifactType__Group_5__0__Impl : ( 'guid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2556:1: rule__XArtifactType__Group_5__0__Impl : ( 'guid' ) ;
public final void rule__XArtifactType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2457:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2458:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2560:1: ( ( 'guid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2561:1: ( 'guid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2458:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2459:1: 'guid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2561:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2562:1: 'guid'
{
before(grammarAccess.getXArtifactTypeAccess().getGuidKeyword_5_0());
- match(input,56,FOLLOW_56_in_rule__XArtifactType__Group_5__0__Impl5182);
+ match(input,56,FOLLOW_56_in_rule__XArtifactType__Group_5__0__Impl5419);
after(grammarAccess.getXArtifactTypeAccess().getGuidKeyword_5_0());
}
@@ -7199,16 +7544,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_5__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2472:1: rule__XArtifactType__Group_5__1 : rule__XArtifactType__Group_5__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2575:1: rule__XArtifactType__Group_5__1 : rule__XArtifactType__Group_5__1__Impl ;
public final void rule__XArtifactType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2476:1: ( rule__XArtifactType__Group_5__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2477:2: rule__XArtifactType__Group_5__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2579:1: ( rule__XArtifactType__Group_5__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2580:2: rule__XArtifactType__Group_5__1__Impl
{
- pushFollow(FOLLOW_rule__XArtifactType__Group_5__1__Impl_in_rule__XArtifactType__Group_5__15213);
+ pushFollow(FOLLOW_rule__XArtifactType__Group_5__1__Impl_in_rule__XArtifactType__Group_5__15450);
rule__XArtifactType__Group_5__1__Impl();
state._fsp--;
@@ -7232,23 +7577,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__Group_5__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2483:1: rule__XArtifactType__Group_5__1__Impl : ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2586:1: rule__XArtifactType__Group_5__1__Impl : ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) ) ;
public final void rule__XArtifactType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2487:1: ( ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2488:1: ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2590:1: ( ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2591:1: ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2488:1: ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2489:1: ( rule__XArtifactType__TypeGuidAssignment_5_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2591:1: ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2592:1: ( rule__XArtifactType__TypeGuidAssignment_5_1 )
{
before(grammarAccess.getXArtifactTypeAccess().getTypeGuidAssignment_5_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2490:1: ( rule__XArtifactType__TypeGuidAssignment_5_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2490:2: rule__XArtifactType__TypeGuidAssignment_5_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2593:1: ( rule__XArtifactType__TypeGuidAssignment_5_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2593:2: rule__XArtifactType__TypeGuidAssignment_5_1
{
- pushFollow(FOLLOW_rule__XArtifactType__TypeGuidAssignment_5_1_in_rule__XArtifactType__Group_5__1__Impl5240);
+ pushFollow(FOLLOW_rule__XArtifactType__TypeGuidAssignment_5_1_in_rule__XArtifactType__Group_5__1__Impl5477);
rule__XArtifactType__TypeGuidAssignment_5_1();
state._fsp--;
@@ -7279,21 +7624,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2504:1: rule__XAttributeTypeRef__Group__0 : rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2607:1: rule__XAttributeTypeRef__Group__0 : rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1 ;
public final void rule__XAttributeTypeRef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2508:1: ( rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2509:2: rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2611:1: ( rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2612:2: rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1
{
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__0__Impl_in_rule__XAttributeTypeRef__Group__05274);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__0__Impl_in_rule__XAttributeTypeRef__Group__05511);
rule__XAttributeTypeRef__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__1_in_rule__XAttributeTypeRef__Group__05277);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__1_in_rule__XAttributeTypeRef__Group__05514);
rule__XAttributeTypeRef__Group__1();
state._fsp--;
@@ -7317,20 +7662,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2516:1: rule__XAttributeTypeRef__Group__0__Impl : ( 'attribute' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2619:1: rule__XAttributeTypeRef__Group__0__Impl : ( 'attribute' ) ;
public final void rule__XAttributeTypeRef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2520:1: ( ( 'attribute' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2521:1: ( 'attribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2623:1: ( ( 'attribute' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2624:1: ( 'attribute' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2521:1: ( 'attribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2522:1: 'attribute'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2624:1: ( 'attribute' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2625:1: 'attribute'
{
before(grammarAccess.getXAttributeTypeRefAccess().getAttributeKeyword_0());
- match(input,57,FOLLOW_57_in_rule__XAttributeTypeRef__Group__0__Impl5305);
+ match(input,57,FOLLOW_57_in_rule__XAttributeTypeRef__Group__0__Impl5542);
after(grammarAccess.getXAttributeTypeRefAccess().getAttributeKeyword_0());
}
@@ -7354,21 +7699,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2535:1: rule__XAttributeTypeRef__Group__1 : rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2638:1: rule__XAttributeTypeRef__Group__1 : rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2 ;
public final void rule__XAttributeTypeRef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2539:1: ( rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2540:2: rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2642:1: ( rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2643:2: rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2
{
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__1__Impl_in_rule__XAttributeTypeRef__Group__15336);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__1__Impl_in_rule__XAttributeTypeRef__Group__15573);
rule__XAttributeTypeRef__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__2_in_rule__XAttributeTypeRef__Group__15339);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__2_in_rule__XAttributeTypeRef__Group__15576);
rule__XAttributeTypeRef__Group__2();
state._fsp--;
@@ -7392,23 +7737,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2547:1: rule__XAttributeTypeRef__Group__1__Impl : ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2650:1: rule__XAttributeTypeRef__Group__1__Impl : ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) ) ;
public final void rule__XAttributeTypeRef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2551:1: ( ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2552:1: ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2654:1: ( ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2655:1: ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2552:1: ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2553:1: ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2655:1: ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2656:1: ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 )
{
before(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2554:1: ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2554:2: rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2657:1: ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2657:2: rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1
{
- pushFollow(FOLLOW_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1_in_rule__XAttributeTypeRef__Group__1__Impl5366);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1_in_rule__XAttributeTypeRef__Group__1__Impl5603);
rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1();
state._fsp--;
@@ -7439,16 +7784,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2564:1: rule__XAttributeTypeRef__Group__2 : rule__XAttributeTypeRef__Group__2__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2667:1: rule__XAttributeTypeRef__Group__2 : rule__XAttributeTypeRef__Group__2__Impl ;
public final void rule__XAttributeTypeRef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2568:1: ( rule__XAttributeTypeRef__Group__2__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2569:2: rule__XAttributeTypeRef__Group__2__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2671:1: ( rule__XAttributeTypeRef__Group__2__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2672:2: rule__XAttributeTypeRef__Group__2__Impl
{
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__2__Impl_in_rule__XAttributeTypeRef__Group__25396);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__2__Impl_in_rule__XAttributeTypeRef__Group__25633);
rule__XAttributeTypeRef__Group__2__Impl();
state._fsp--;
@@ -7472,31 +7817,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2575:1: rule__XAttributeTypeRef__Group__2__Impl : ( ( rule__XAttributeTypeRef__Group_2__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2678:1: rule__XAttributeTypeRef__Group__2__Impl : ( ( rule__XAttributeTypeRef__Group_2__0 )? ) ;
public final void rule__XAttributeTypeRef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2579:1: ( ( ( rule__XAttributeTypeRef__Group_2__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2580:1: ( ( rule__XAttributeTypeRef__Group_2__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2682:1: ( ( ( rule__XAttributeTypeRef__Group_2__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2683:1: ( ( rule__XAttributeTypeRef__Group_2__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2580:1: ( ( rule__XAttributeTypeRef__Group_2__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2581:1: ( rule__XAttributeTypeRef__Group_2__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2683:1: ( ( rule__XAttributeTypeRef__Group_2__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2684:1: ( rule__XAttributeTypeRef__Group_2__0 )?
{
before(grammarAccess.getXAttributeTypeRefAccess().getGroup_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2582:1: ( rule__XAttributeTypeRef__Group_2__0 )?
- int alt30=2;
- int LA30_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2685:1: ( rule__XAttributeTypeRef__Group_2__0 )?
+ int alt31=2;
+ int LA31_0 = input.LA(1);
- if ( (LA30_0==42) ) {
- alt30=1;
+ if ( (LA31_0==42) ) {
+ alt31=1;
}
- switch (alt30) {
+ switch (alt31) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2582:2: rule__XAttributeTypeRef__Group_2__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2685:2: rule__XAttributeTypeRef__Group_2__0
{
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__0_in_rule__XAttributeTypeRef__Group__2__Impl5423);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__0_in_rule__XAttributeTypeRef__Group__2__Impl5660);
rule__XAttributeTypeRef__Group_2__0();
state._fsp--;
@@ -7530,21 +7875,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group_2__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2598:1: rule__XAttributeTypeRef__Group_2__0 : rule__XAttributeTypeRef__Group_2__0__Impl rule__XAttributeTypeRef__Group_2__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2701:1: rule__XAttributeTypeRef__Group_2__0 : rule__XAttributeTypeRef__Group_2__0__Impl rule__XAttributeTypeRef__Group_2__1 ;
public final void rule__XAttributeTypeRef__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2602:1: ( rule__XAttributeTypeRef__Group_2__0__Impl rule__XAttributeTypeRef__Group_2__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2603:2: rule__XAttributeTypeRef__Group_2__0__Impl rule__XAttributeTypeRef__Group_2__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2705:1: ( rule__XAttributeTypeRef__Group_2__0__Impl rule__XAttributeTypeRef__Group_2__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2706:2: rule__XAttributeTypeRef__Group_2__0__Impl rule__XAttributeTypeRef__Group_2__1
{
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__0__Impl_in_rule__XAttributeTypeRef__Group_2__05460);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__0__Impl_in_rule__XAttributeTypeRef__Group_2__05697);
rule__XAttributeTypeRef__Group_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__1_in_rule__XAttributeTypeRef__Group_2__05463);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__1_in_rule__XAttributeTypeRef__Group_2__05700);
rule__XAttributeTypeRef__Group_2__1();
state._fsp--;
@@ -7568,20 +7913,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group_2__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2610:1: rule__XAttributeTypeRef__Group_2__0__Impl : ( 'branchGuid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2713:1: rule__XAttributeTypeRef__Group_2__0__Impl : ( 'branchGuid' ) ;
public final void rule__XAttributeTypeRef__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2614:1: ( ( 'branchGuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2615:1: ( 'branchGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2717:1: ( ( 'branchGuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2718:1: ( 'branchGuid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2615:1: ( 'branchGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2616:1: 'branchGuid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2718:1: ( 'branchGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2719:1: 'branchGuid'
{
before(grammarAccess.getXAttributeTypeRefAccess().getBranchGuidKeyword_2_0());
- match(input,42,FOLLOW_42_in_rule__XAttributeTypeRef__Group_2__0__Impl5491);
+ match(input,42,FOLLOW_42_in_rule__XAttributeTypeRef__Group_2__0__Impl5728);
after(grammarAccess.getXAttributeTypeRefAccess().getBranchGuidKeyword_2_0());
}
@@ -7605,16 +7950,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group_2__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2629:1: rule__XAttributeTypeRef__Group_2__1 : rule__XAttributeTypeRef__Group_2__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2732:1: rule__XAttributeTypeRef__Group_2__1 : rule__XAttributeTypeRef__Group_2__1__Impl ;
public final void rule__XAttributeTypeRef__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2633:1: ( rule__XAttributeTypeRef__Group_2__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2634:2: rule__XAttributeTypeRef__Group_2__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2736:1: ( rule__XAttributeTypeRef__Group_2__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2737:2: rule__XAttributeTypeRef__Group_2__1__Impl
{
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__1__Impl_in_rule__XAttributeTypeRef__Group_2__15522);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__1__Impl_in_rule__XAttributeTypeRef__Group_2__15759);
rule__XAttributeTypeRef__Group_2__1__Impl();
state._fsp--;
@@ -7638,23 +7983,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__Group_2__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2640:1: rule__XAttributeTypeRef__Group_2__1__Impl : ( ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2743:1: rule__XAttributeTypeRef__Group_2__1__Impl : ( ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 ) ) ;
public final void rule__XAttributeTypeRef__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2644:1: ( ( ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2645:1: ( ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2747:1: ( ( ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2748:1: ( ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2645:1: ( ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2646:1: ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2748:1: ( ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2749:1: ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 )
{
before(grammarAccess.getXAttributeTypeRefAccess().getBranchGuidAssignment_2_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2647:1: ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2647:2: rule__XAttributeTypeRef__BranchGuidAssignment_2_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2750:1: ( rule__XAttributeTypeRef__BranchGuidAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2750:2: rule__XAttributeTypeRef__BranchGuidAssignment_2_1
{
- pushFollow(FOLLOW_rule__XAttributeTypeRef__BranchGuidAssignment_2_1_in_rule__XAttributeTypeRef__Group_2__1__Impl5549);
+ pushFollow(FOLLOW_rule__XAttributeTypeRef__BranchGuidAssignment_2_1_in_rule__XAttributeTypeRef__Group_2__1__Impl5786);
rule__XAttributeTypeRef__BranchGuidAssignment_2_1();
state._fsp--;
@@ -7685,21 +8030,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2661:1: rule__XAttributeType__Group__0 : rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2764:1: rule__XAttributeType__Group__0 : rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1 ;
public final void rule__XAttributeType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2665:1: ( rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2666:2: rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2768:1: ( rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2769:2: rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__0__Impl_in_rule__XAttributeType__Group__05583);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__0__Impl_in_rule__XAttributeType__Group__05820);
rule__XAttributeType__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__1_in_rule__XAttributeType__Group__05586);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__1_in_rule__XAttributeType__Group__05823);
rule__XAttributeType__Group__1();
state._fsp--;
@@ -7723,20 +8068,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2673:1: rule__XAttributeType__Group__0__Impl : ( 'attributeType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2776:1: rule__XAttributeType__Group__0__Impl : ( 'attributeType' ) ;
public final void rule__XAttributeType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2677:1: ( ( 'attributeType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2678:1: ( 'attributeType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2780:1: ( ( 'attributeType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2781:1: ( 'attributeType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2678:1: ( 'attributeType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2679:1: 'attributeType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2781:1: ( 'attributeType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2782:1: 'attributeType'
{
before(grammarAccess.getXAttributeTypeAccess().getAttributeTypeKeyword_0());
- match(input,58,FOLLOW_58_in_rule__XAttributeType__Group__0__Impl5614);
+ match(input,58,FOLLOW_58_in_rule__XAttributeType__Group__0__Impl5851);
after(grammarAccess.getXAttributeTypeAccess().getAttributeTypeKeyword_0());
}
@@ -7760,21 +8105,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2692:1: rule__XAttributeType__Group__1 : rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2795:1: rule__XAttributeType__Group__1 : rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2 ;
public final void rule__XAttributeType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2696:1: ( rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2697:2: rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2799:1: ( rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2800:2: rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__1__Impl_in_rule__XAttributeType__Group__15645);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__1__Impl_in_rule__XAttributeType__Group__15882);
rule__XAttributeType__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__2_in_rule__XAttributeType__Group__15648);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__2_in_rule__XAttributeType__Group__15885);
rule__XAttributeType__Group__2();
state._fsp--;
@@ -7798,23 +8143,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2704:1: rule__XAttributeType__Group__1__Impl : ( ( rule__XAttributeType__NameAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2807:1: rule__XAttributeType__Group__1__Impl : ( ( rule__XAttributeType__NameAssignment_1 ) ) ;
public final void rule__XAttributeType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2708:1: ( ( ( rule__XAttributeType__NameAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2709:1: ( ( rule__XAttributeType__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2811:1: ( ( ( rule__XAttributeType__NameAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2812:1: ( ( rule__XAttributeType__NameAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2709:1: ( ( rule__XAttributeType__NameAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2710:1: ( rule__XAttributeType__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2812:1: ( ( rule__XAttributeType__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2813:1: ( rule__XAttributeType__NameAssignment_1 )
{
before(grammarAccess.getXAttributeTypeAccess().getNameAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2711:1: ( rule__XAttributeType__NameAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2711:2: rule__XAttributeType__NameAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2814:1: ( rule__XAttributeType__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2814:2: rule__XAttributeType__NameAssignment_1
{
- pushFollow(FOLLOW_rule__XAttributeType__NameAssignment_1_in_rule__XAttributeType__Group__1__Impl5675);
+ pushFollow(FOLLOW_rule__XAttributeType__NameAssignment_1_in_rule__XAttributeType__Group__1__Impl5912);
rule__XAttributeType__NameAssignment_1();
state._fsp--;
@@ -7845,21 +8190,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2721:1: rule__XAttributeType__Group__2 : rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2824:1: rule__XAttributeType__Group__2 : rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3 ;
public final void rule__XAttributeType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2725:1: ( rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2726:2: rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2828:1: ( rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2829:2: rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__2__Impl_in_rule__XAttributeType__Group__25705);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__2__Impl_in_rule__XAttributeType__Group__25942);
rule__XAttributeType__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__3_in_rule__XAttributeType__Group__25708);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__3_in_rule__XAttributeType__Group__25945);
rule__XAttributeType__Group__3();
state._fsp--;
@@ -7883,23 +8228,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2733:1: rule__XAttributeType__Group__2__Impl : ( ( rule__XAttributeType__Group_2__0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2836:1: rule__XAttributeType__Group__2__Impl : ( ( rule__XAttributeType__Group_2__0 ) ) ;
public final void rule__XAttributeType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2737:1: ( ( ( rule__XAttributeType__Group_2__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2738:1: ( ( rule__XAttributeType__Group_2__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2840:1: ( ( ( rule__XAttributeType__Group_2__0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2841:1: ( ( rule__XAttributeType__Group_2__0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2738:1: ( ( rule__XAttributeType__Group_2__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2739:1: ( rule__XAttributeType__Group_2__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2841:1: ( ( rule__XAttributeType__Group_2__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2842:1: ( rule__XAttributeType__Group_2__0 )
{
before(grammarAccess.getXAttributeTypeAccess().getGroup_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2740:1: ( rule__XAttributeType__Group_2__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2740:2: rule__XAttributeType__Group_2__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2843:1: ( rule__XAttributeType__Group_2__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2843:2: rule__XAttributeType__Group_2__0
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_2__0_in_rule__XAttributeType__Group__2__Impl5735);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_2__0_in_rule__XAttributeType__Group__2__Impl5972);
rule__XAttributeType__Group_2__0();
state._fsp--;
@@ -7930,21 +8275,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2750:1: rule__XAttributeType__Group__3 : rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2853:1: rule__XAttributeType__Group__3 : rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4 ;
public final void rule__XAttributeType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2754:1: ( rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2755:2: rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2857:1: ( rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2858:2: rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__3__Impl_in_rule__XAttributeType__Group__35765);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__3__Impl_in_rule__XAttributeType__Group__36002);
rule__XAttributeType__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__4_in_rule__XAttributeType__Group__35768);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__4_in_rule__XAttributeType__Group__36005);
rule__XAttributeType__Group__4();
state._fsp--;
@@ -7968,31 +8313,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2762:1: rule__XAttributeType__Group__3__Impl : ( ( rule__XAttributeType__Group_3__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2865:1: rule__XAttributeType__Group__3__Impl : ( ( rule__XAttributeType__Group_3__0 )? ) ;
public final void rule__XAttributeType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2766:1: ( ( ( rule__XAttributeType__Group_3__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2767:1: ( ( rule__XAttributeType__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2869:1: ( ( ( rule__XAttributeType__Group_3__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2870:1: ( ( rule__XAttributeType__Group_3__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2767:1: ( ( rule__XAttributeType__Group_3__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2768:1: ( rule__XAttributeType__Group_3__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2870:1: ( ( rule__XAttributeType__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2871:1: ( rule__XAttributeType__Group_3__0 )?
{
before(grammarAccess.getXAttributeTypeAccess().getGroup_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2769:1: ( rule__XAttributeType__Group_3__0 )?
- int alt31=2;
- int LA31_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2872:1: ( rule__XAttributeType__Group_3__0 )?
+ int alt32=2;
+ int LA32_0 = input.LA(1);
- if ( (LA31_0==62) ) {
- alt31=1;
+ if ( (LA32_0==62) ) {
+ alt32=1;
}
- switch (alt31) {
+ switch (alt32) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2769:2: rule__XAttributeType__Group_3__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2872:2: rule__XAttributeType__Group_3__0
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_3__0_in_rule__XAttributeType__Group__3__Impl5795);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_3__0_in_rule__XAttributeType__Group__3__Impl6032);
rule__XAttributeType__Group_3__0();
state._fsp--;
@@ -8026,21 +8371,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2779:1: rule__XAttributeType__Group__4 : rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2882:1: rule__XAttributeType__Group__4 : rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5 ;
public final void rule__XAttributeType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2783:1: ( rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2784:2: rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2886:1: ( rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2887:2: rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__4__Impl_in_rule__XAttributeType__Group__45826);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__4__Impl_in_rule__XAttributeType__Group__46063);
rule__XAttributeType__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__5_in_rule__XAttributeType__Group__45829);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__5_in_rule__XAttributeType__Group__46066);
rule__XAttributeType__Group__5();
state._fsp--;
@@ -8064,20 +8409,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2791:1: rule__XAttributeType__Group__4__Impl : ( '{' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2894:1: rule__XAttributeType__Group__4__Impl : ( '{' ) ;
public final void rule__XAttributeType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2795:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2796:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2898:1: ( ( '{' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2899:1: ( '{' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2796:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2797:1: '{'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2899:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2900:1: '{'
{
before(grammarAccess.getXAttributeTypeAccess().getLeftCurlyBracketKeyword_4());
- match(input,51,FOLLOW_51_in_rule__XAttributeType__Group__4__Impl5857);
+ match(input,51,FOLLOW_51_in_rule__XAttributeType__Group__4__Impl6094);
after(grammarAccess.getXAttributeTypeAccess().getLeftCurlyBracketKeyword_4());
}
@@ -8101,21 +8446,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2810:1: rule__XAttributeType__Group__5 : rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2913:1: rule__XAttributeType__Group__5 : rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6 ;
public final void rule__XAttributeType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2814:1: ( rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2815:2: rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2917:1: ( rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2918:2: rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__5__Impl_in_rule__XAttributeType__Group__55888);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__5__Impl_in_rule__XAttributeType__Group__56125);
rule__XAttributeType__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__6_in_rule__XAttributeType__Group__55891);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__6_in_rule__XAttributeType__Group__56128);
rule__XAttributeType__Group__6();
state._fsp--;
@@ -8139,31 +8484,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2822:1: rule__XAttributeType__Group__5__Impl : ( ( rule__XAttributeType__Group_5__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2925:1: rule__XAttributeType__Group__5__Impl : ( ( rule__XAttributeType__Group_5__0 )? ) ;
public final void rule__XAttributeType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2826:1: ( ( ( rule__XAttributeType__Group_5__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2827:1: ( ( rule__XAttributeType__Group_5__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2929:1: ( ( ( rule__XAttributeType__Group_5__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2930:1: ( ( rule__XAttributeType__Group_5__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2827:1: ( ( rule__XAttributeType__Group_5__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2828:1: ( rule__XAttributeType__Group_5__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2930:1: ( ( rule__XAttributeType__Group_5__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2931:1: ( rule__XAttributeType__Group_5__0 )?
{
before(grammarAccess.getXAttributeTypeAccess().getGroup_5());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2829:1: ( rule__XAttributeType__Group_5__0 )?
- int alt32=2;
- int LA32_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2932:1: ( rule__XAttributeType__Group_5__0 )?
+ int alt33=2;
+ int LA33_0 = input.LA(1);
- if ( (LA32_0==56) ) {
- alt32=1;
+ if ( (LA33_0==56) ) {
+ alt33=1;
}
- switch (alt32) {
+ switch (alt33) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2829:2: rule__XAttributeType__Group_5__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2932:2: rule__XAttributeType__Group_5__0
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_5__0_in_rule__XAttributeType__Group__5__Impl5918);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_5__0_in_rule__XAttributeType__Group__5__Impl6155);
rule__XAttributeType__Group_5__0();
state._fsp--;
@@ -8197,21 +8542,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__6"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2839:1: rule__XAttributeType__Group__6 : rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2942:1: rule__XAttributeType__Group__6 : rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7 ;
public final void rule__XAttributeType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2843:1: ( rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2844:2: rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2946:1: ( rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2947:2: rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__6__Impl_in_rule__XAttributeType__Group__65949);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__6__Impl_in_rule__XAttributeType__Group__66186);
rule__XAttributeType__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__7_in_rule__XAttributeType__Group__65952);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__7_in_rule__XAttributeType__Group__66189);
rule__XAttributeType__Group__7();
state._fsp--;
@@ -8235,20 +8580,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__6__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2851:1: rule__XAttributeType__Group__6__Impl : ( 'uuid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2954:1: rule__XAttributeType__Group__6__Impl : ( 'uuid' ) ;
public final void rule__XAttributeType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2855:1: ( ( 'uuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2856:1: ( 'uuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2958:1: ( ( 'uuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2959:1: ( 'uuid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2856:1: ( 'uuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2857:1: 'uuid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2959:1: ( 'uuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2960:1: 'uuid'
{
before(grammarAccess.getXAttributeTypeAccess().getUuidKeyword_6());
- match(input,52,FOLLOW_52_in_rule__XAttributeType__Group__6__Impl5980);
+ match(input,52,FOLLOW_52_in_rule__XAttributeType__Group__6__Impl6217);
after(grammarAccess.getXAttributeTypeAccess().getUuidKeyword_6());
}
@@ -8272,21 +8617,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__7"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2870:1: rule__XAttributeType__Group__7 : rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2973:1: rule__XAttributeType__Group__7 : rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8 ;
public final void rule__XAttributeType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2874:1: ( rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2875:2: rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2977:1: ( rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2978:2: rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__7__Impl_in_rule__XAttributeType__Group__76011);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__7__Impl_in_rule__XAttributeType__Group__76248);
rule__XAttributeType__Group__7__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__8_in_rule__XAttributeType__Group__76014);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__8_in_rule__XAttributeType__Group__76251);
rule__XAttributeType__Group__8();
state._fsp--;
@@ -8310,23 +8655,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__7__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2882:1: rule__XAttributeType__Group__7__Impl : ( ( rule__XAttributeType__UuidAssignment_7 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2985:1: rule__XAttributeType__Group__7__Impl : ( ( rule__XAttributeType__UuidAssignment_7 ) ) ;
public final void rule__XAttributeType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2886:1: ( ( ( rule__XAttributeType__UuidAssignment_7 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2887:1: ( ( rule__XAttributeType__UuidAssignment_7 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2989:1: ( ( ( rule__XAttributeType__UuidAssignment_7 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2990:1: ( ( rule__XAttributeType__UuidAssignment_7 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2887:1: ( ( rule__XAttributeType__UuidAssignment_7 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2888:1: ( rule__XAttributeType__UuidAssignment_7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2990:1: ( ( rule__XAttributeType__UuidAssignment_7 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2991:1: ( rule__XAttributeType__UuidAssignment_7 )
{
before(grammarAccess.getXAttributeTypeAccess().getUuidAssignment_7());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2889:1: ( rule__XAttributeType__UuidAssignment_7 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2889:2: rule__XAttributeType__UuidAssignment_7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2992:1: ( rule__XAttributeType__UuidAssignment_7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2992:2: rule__XAttributeType__UuidAssignment_7
{
- pushFollow(FOLLOW_rule__XAttributeType__UuidAssignment_7_in_rule__XAttributeType__Group__7__Impl6041);
+ pushFollow(FOLLOW_rule__XAttributeType__UuidAssignment_7_in_rule__XAttributeType__Group__7__Impl6278);
rule__XAttributeType__UuidAssignment_7();
state._fsp--;
@@ -8357,21 +8702,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__8"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2899:1: rule__XAttributeType__Group__8 : rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3002:1: rule__XAttributeType__Group__8 : rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9 ;
public final void rule__XAttributeType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2903:1: ( rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2904:2: rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3006:1: ( rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3007:2: rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__8__Impl_in_rule__XAttributeType__Group__86071);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__8__Impl_in_rule__XAttributeType__Group__86308);
rule__XAttributeType__Group__8__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__9_in_rule__XAttributeType__Group__86074);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__9_in_rule__XAttributeType__Group__86311);
rule__XAttributeType__Group__9();
state._fsp--;
@@ -8395,20 +8740,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__8__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2911:1: rule__XAttributeType__Group__8__Impl : ( 'dataProvider' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3014:1: rule__XAttributeType__Group__8__Impl : ( 'dataProvider' ) ;
public final void rule__XAttributeType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2915:1: ( ( 'dataProvider' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2916:1: ( 'dataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3018:1: ( ( 'dataProvider' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3019:1: ( 'dataProvider' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2916:1: ( 'dataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2917:1: 'dataProvider'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3019:1: ( 'dataProvider' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3020:1: 'dataProvider'
{
before(grammarAccess.getXAttributeTypeAccess().getDataProviderKeyword_8());
- match(input,59,FOLLOW_59_in_rule__XAttributeType__Group__8__Impl6102);
+ match(input,59,FOLLOW_59_in_rule__XAttributeType__Group__8__Impl6339);
after(grammarAccess.getXAttributeTypeAccess().getDataProviderKeyword_8());
}
@@ -8432,21 +8777,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__9"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2930:1: rule__XAttributeType__Group__9 : rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3033:1: rule__XAttributeType__Group__9 : rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10 ;
public final void rule__XAttributeType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2934:1: ( rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2935:2: rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3037:1: ( rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3038:2: rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__9__Impl_in_rule__XAttributeType__Group__96133);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__9__Impl_in_rule__XAttributeType__Group__96370);
rule__XAttributeType__Group__9__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__10_in_rule__XAttributeType__Group__96136);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__10_in_rule__XAttributeType__Group__96373);
rule__XAttributeType__Group__10();
state._fsp--;
@@ -8470,23 +8815,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__9__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2942:1: rule__XAttributeType__Group__9__Impl : ( ( rule__XAttributeType__DataProviderAssignment_9 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3045:1: rule__XAttributeType__Group__9__Impl : ( ( rule__XAttributeType__DataProviderAssignment_9 ) ) ;
public final void rule__XAttributeType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2946:1: ( ( ( rule__XAttributeType__DataProviderAssignment_9 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2947:1: ( ( rule__XAttributeType__DataProviderAssignment_9 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3049:1: ( ( ( rule__XAttributeType__DataProviderAssignment_9 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3050:1: ( ( rule__XAttributeType__DataProviderAssignment_9 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2947:1: ( ( rule__XAttributeType__DataProviderAssignment_9 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2948:1: ( rule__XAttributeType__DataProviderAssignment_9 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3050:1: ( ( rule__XAttributeType__DataProviderAssignment_9 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3051:1: ( rule__XAttributeType__DataProviderAssignment_9 )
{
before(grammarAccess.getXAttributeTypeAccess().getDataProviderAssignment_9());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2949:1: ( rule__XAttributeType__DataProviderAssignment_9 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2949:2: rule__XAttributeType__DataProviderAssignment_9
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3052:1: ( rule__XAttributeType__DataProviderAssignment_9 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3052:2: rule__XAttributeType__DataProviderAssignment_9
{
- pushFollow(FOLLOW_rule__XAttributeType__DataProviderAssignment_9_in_rule__XAttributeType__Group__9__Impl6163);
+ pushFollow(FOLLOW_rule__XAttributeType__DataProviderAssignment_9_in_rule__XAttributeType__Group__9__Impl6400);
rule__XAttributeType__DataProviderAssignment_9();
state._fsp--;
@@ -8517,21 +8862,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__10"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2959:1: rule__XAttributeType__Group__10 : rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3062:1: rule__XAttributeType__Group__10 : rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11 ;
public final void rule__XAttributeType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2963:1: ( rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2964:2: rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3066:1: ( rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3067:2: rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__10__Impl_in_rule__XAttributeType__Group__106193);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__10__Impl_in_rule__XAttributeType__Group__106430);
rule__XAttributeType__Group__10__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__11_in_rule__XAttributeType__Group__106196);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__11_in_rule__XAttributeType__Group__106433);
rule__XAttributeType__Group__11();
state._fsp--;
@@ -8555,20 +8900,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__10__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2971:1: rule__XAttributeType__Group__10__Impl : ( 'min' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3074:1: rule__XAttributeType__Group__10__Impl : ( 'min' ) ;
public final void rule__XAttributeType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2975:1: ( ( 'min' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2976:1: ( 'min' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3078:1: ( ( 'min' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3079:1: ( 'min' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2976:1: ( 'min' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2977:1: 'min'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3079:1: ( 'min' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3080:1: 'min'
{
before(grammarAccess.getXAttributeTypeAccess().getMinKeyword_10());
- match(input,60,FOLLOW_60_in_rule__XAttributeType__Group__10__Impl6224);
+ match(input,60,FOLLOW_60_in_rule__XAttributeType__Group__10__Impl6461);
after(grammarAccess.getXAttributeTypeAccess().getMinKeyword_10());
}
@@ -8592,21 +8937,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__11"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2990:1: rule__XAttributeType__Group__11 : rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3093:1: rule__XAttributeType__Group__11 : rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12 ;
public final void rule__XAttributeType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2994:1: ( rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2995:2: rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3097:1: ( rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3098:2: rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__11__Impl_in_rule__XAttributeType__Group__116255);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__11__Impl_in_rule__XAttributeType__Group__116492);
rule__XAttributeType__Group__11__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__12_in_rule__XAttributeType__Group__116258);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__12_in_rule__XAttributeType__Group__116495);
rule__XAttributeType__Group__12();
state._fsp--;
@@ -8630,23 +8975,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__11__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3002:1: rule__XAttributeType__Group__11__Impl : ( ( rule__XAttributeType__MinAssignment_11 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3105:1: rule__XAttributeType__Group__11__Impl : ( ( rule__XAttributeType__MinAssignment_11 ) ) ;
public final void rule__XAttributeType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3006:1: ( ( ( rule__XAttributeType__MinAssignment_11 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3007:1: ( ( rule__XAttributeType__MinAssignment_11 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3109:1: ( ( ( rule__XAttributeType__MinAssignment_11 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3110:1: ( ( rule__XAttributeType__MinAssignment_11 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3007:1: ( ( rule__XAttributeType__MinAssignment_11 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3008:1: ( rule__XAttributeType__MinAssignment_11 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3110:1: ( ( rule__XAttributeType__MinAssignment_11 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3111:1: ( rule__XAttributeType__MinAssignment_11 )
{
before(grammarAccess.getXAttributeTypeAccess().getMinAssignment_11());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3009:1: ( rule__XAttributeType__MinAssignment_11 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3009:2: rule__XAttributeType__MinAssignment_11
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3112:1: ( rule__XAttributeType__MinAssignment_11 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3112:2: rule__XAttributeType__MinAssignment_11
{
- pushFollow(FOLLOW_rule__XAttributeType__MinAssignment_11_in_rule__XAttributeType__Group__11__Impl6285);
+ pushFollow(FOLLOW_rule__XAttributeType__MinAssignment_11_in_rule__XAttributeType__Group__11__Impl6522);
rule__XAttributeType__MinAssignment_11();
state._fsp--;
@@ -8677,21 +9022,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__12"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3019:1: rule__XAttributeType__Group__12 : rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3122:1: rule__XAttributeType__Group__12 : rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13 ;
public final void rule__XAttributeType__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3023:1: ( rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3024:2: rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3126:1: ( rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3127:2: rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__12__Impl_in_rule__XAttributeType__Group__126315);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__12__Impl_in_rule__XAttributeType__Group__126552);
rule__XAttributeType__Group__12__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__13_in_rule__XAttributeType__Group__126318);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__13_in_rule__XAttributeType__Group__126555);
rule__XAttributeType__Group__13();
state._fsp--;
@@ -8715,20 +9060,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__12__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3031:1: rule__XAttributeType__Group__12__Impl : ( 'max' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3134:1: rule__XAttributeType__Group__12__Impl : ( 'max' ) ;
public final void rule__XAttributeType__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3035:1: ( ( 'max' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3036:1: ( 'max' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3138:1: ( ( 'max' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3139:1: ( 'max' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3036:1: ( 'max' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3037:1: 'max'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3139:1: ( 'max' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3140:1: 'max'
{
before(grammarAccess.getXAttributeTypeAccess().getMaxKeyword_12());
- match(input,61,FOLLOW_61_in_rule__XAttributeType__Group__12__Impl6346);
+ match(input,61,FOLLOW_61_in_rule__XAttributeType__Group__12__Impl6583);
after(grammarAccess.getXAttributeTypeAccess().getMaxKeyword_12());
}
@@ -8752,21 +9097,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__13"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3050:1: rule__XAttributeType__Group__13 : rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3153:1: rule__XAttributeType__Group__13 : rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14 ;
public final void rule__XAttributeType__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3054:1: ( rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3055:2: rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3157:1: ( rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3158:2: rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__13__Impl_in_rule__XAttributeType__Group__136377);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__13__Impl_in_rule__XAttributeType__Group__136614);
rule__XAttributeType__Group__13__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__14_in_rule__XAttributeType__Group__136380);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__14_in_rule__XAttributeType__Group__136617);
rule__XAttributeType__Group__14();
state._fsp--;
@@ -8790,23 +9135,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__13__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3062:1: rule__XAttributeType__Group__13__Impl : ( ( rule__XAttributeType__MaxAssignment_13 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3165:1: rule__XAttributeType__Group__13__Impl : ( ( rule__XAttributeType__MaxAssignment_13 ) ) ;
public final void rule__XAttributeType__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3066:1: ( ( ( rule__XAttributeType__MaxAssignment_13 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3067:1: ( ( rule__XAttributeType__MaxAssignment_13 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3169:1: ( ( ( rule__XAttributeType__MaxAssignment_13 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3170:1: ( ( rule__XAttributeType__MaxAssignment_13 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3067:1: ( ( rule__XAttributeType__MaxAssignment_13 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3068:1: ( rule__XAttributeType__MaxAssignment_13 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3170:1: ( ( rule__XAttributeType__MaxAssignment_13 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3171:1: ( rule__XAttributeType__MaxAssignment_13 )
{
before(grammarAccess.getXAttributeTypeAccess().getMaxAssignment_13());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3069:1: ( rule__XAttributeType__MaxAssignment_13 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3069:2: rule__XAttributeType__MaxAssignment_13
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3172:1: ( rule__XAttributeType__MaxAssignment_13 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3172:2: rule__XAttributeType__MaxAssignment_13
{
- pushFollow(FOLLOW_rule__XAttributeType__MaxAssignment_13_in_rule__XAttributeType__Group__13__Impl6407);
+ pushFollow(FOLLOW_rule__XAttributeType__MaxAssignment_13_in_rule__XAttributeType__Group__13__Impl6644);
rule__XAttributeType__MaxAssignment_13();
state._fsp--;
@@ -8837,21 +9182,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__14"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3079:1: rule__XAttributeType__Group__14 : rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3182:1: rule__XAttributeType__Group__14 : rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15 ;
public final void rule__XAttributeType__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3083:1: ( rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3084:2: rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3186:1: ( rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3187:2: rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__14__Impl_in_rule__XAttributeType__Group__146437);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__14__Impl_in_rule__XAttributeType__Group__146674);
rule__XAttributeType__Group__14__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__15_in_rule__XAttributeType__Group__146440);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__15_in_rule__XAttributeType__Group__146677);
rule__XAttributeType__Group__15();
state._fsp--;
@@ -8875,31 +9220,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__14__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3091:1: rule__XAttributeType__Group__14__Impl : ( ( rule__XAttributeType__Group_14__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3194:1: rule__XAttributeType__Group__14__Impl : ( ( rule__XAttributeType__Group_14__0 )? ) ;
public final void rule__XAttributeType__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3095:1: ( ( ( rule__XAttributeType__Group_14__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3096:1: ( ( rule__XAttributeType__Group_14__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3198:1: ( ( ( rule__XAttributeType__Group_14__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3199:1: ( ( rule__XAttributeType__Group_14__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3096:1: ( ( rule__XAttributeType__Group_14__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3097:1: ( rule__XAttributeType__Group_14__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3199:1: ( ( rule__XAttributeType__Group_14__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3200:1: ( rule__XAttributeType__Group_14__0 )?
{
before(grammarAccess.getXAttributeTypeAccess().getGroup_14());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3098:1: ( rule__XAttributeType__Group_14__0 )?
- int alt33=2;
- int LA33_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3201:1: ( rule__XAttributeType__Group_14__0 )?
+ int alt34=2;
+ int LA34_0 = input.LA(1);
- if ( (LA33_0==63) ) {
- alt33=1;
+ if ( (LA34_0==63) ) {
+ alt34=1;
}
- switch (alt33) {
+ switch (alt34) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3098:2: rule__XAttributeType__Group_14__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3201:2: rule__XAttributeType__Group_14__0
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_14__0_in_rule__XAttributeType__Group__14__Impl6467);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_14__0_in_rule__XAttributeType__Group__14__Impl6704);
rule__XAttributeType__Group_14__0();
state._fsp--;
@@ -8933,21 +9278,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__15"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3108:1: rule__XAttributeType__Group__15 : rule__XAttributeType__Group__15__Impl rule__XAttributeType__Group__16 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3211:1: rule__XAttributeType__Group__15 : rule__XAttributeType__Group__15__Impl rule__XAttributeType__Group__16 ;
public final void rule__XAttributeType__Group__15() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3112:1: ( rule__XAttributeType__Group__15__Impl rule__XAttributeType__Group__16 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3113:2: rule__XAttributeType__Group__15__Impl rule__XAttributeType__Group__16
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3215:1: ( rule__XAttributeType__Group__15__Impl rule__XAttributeType__Group__16 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3216:2: rule__XAttributeType__Group__15__Impl rule__XAttributeType__Group__16
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__15__Impl_in_rule__XAttributeType__Group__156498);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__15__Impl_in_rule__XAttributeType__Group__156735);
rule__XAttributeType__Group__15__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__16_in_rule__XAttributeType__Group__156501);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__16_in_rule__XAttributeType__Group__156738);
rule__XAttributeType__Group__16();
state._fsp--;
@@ -8971,31 +9316,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__15__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3120:1: rule__XAttributeType__Group__15__Impl : ( ( rule__XAttributeType__Group_15__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3223:1: rule__XAttributeType__Group__15__Impl : ( ( rule__XAttributeType__Group_15__0 )? ) ;
public final void rule__XAttributeType__Group__15__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3124:1: ( ( ( rule__XAttributeType__Group_15__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3125:1: ( ( rule__XAttributeType__Group_15__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3227:1: ( ( ( rule__XAttributeType__Group_15__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3228:1: ( ( rule__XAttributeType__Group_15__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3125:1: ( ( rule__XAttributeType__Group_15__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3126:1: ( rule__XAttributeType__Group_15__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3228:1: ( ( rule__XAttributeType__Group_15__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3229:1: ( rule__XAttributeType__Group_15__0 )?
{
before(grammarAccess.getXAttributeTypeAccess().getGroup_15());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3127:1: ( rule__XAttributeType__Group_15__0 )?
- int alt34=2;
- int LA34_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3230:1: ( rule__XAttributeType__Group_15__0 )?
+ int alt35=2;
+ int LA35_0 = input.LA(1);
- if ( (LA34_0==64) ) {
- alt34=1;
+ if ( (LA35_0==64) ) {
+ alt35=1;
}
- switch (alt34) {
+ switch (alt35) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3127:2: rule__XAttributeType__Group_15__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3230:2: rule__XAttributeType__Group_15__0
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_15__0_in_rule__XAttributeType__Group__15__Impl6528);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_15__0_in_rule__XAttributeType__Group__15__Impl6765);
rule__XAttributeType__Group_15__0();
state._fsp--;
@@ -9029,21 +9374,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__16"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3137:1: rule__XAttributeType__Group__16 : rule__XAttributeType__Group__16__Impl rule__XAttributeType__Group__17 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3240:1: rule__XAttributeType__Group__16 : rule__XAttributeType__Group__16__Impl rule__XAttributeType__Group__17 ;
public final void rule__XAttributeType__Group__16() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3141:1: ( rule__XAttributeType__Group__16__Impl rule__XAttributeType__Group__17 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3142:2: rule__XAttributeType__Group__16__Impl rule__XAttributeType__Group__17
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3244:1: ( rule__XAttributeType__Group__16__Impl rule__XAttributeType__Group__17 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3245:2: rule__XAttributeType__Group__16__Impl rule__XAttributeType__Group__17
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__16__Impl_in_rule__XAttributeType__Group__166559);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__16__Impl_in_rule__XAttributeType__Group__166796);
rule__XAttributeType__Group__16__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__17_in_rule__XAttributeType__Group__166562);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__17_in_rule__XAttributeType__Group__166799);
rule__XAttributeType__Group__17();
state._fsp--;
@@ -9067,31 +9412,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__16__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3149:1: rule__XAttributeType__Group__16__Impl : ( ( rule__XAttributeType__Group_16__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3252:1: rule__XAttributeType__Group__16__Impl : ( ( rule__XAttributeType__Group_16__0 )? ) ;
public final void rule__XAttributeType__Group__16__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3153:1: ( ( ( rule__XAttributeType__Group_16__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3154:1: ( ( rule__XAttributeType__Group_16__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3256:1: ( ( ( rule__XAttributeType__Group_16__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3257:1: ( ( rule__XAttributeType__Group_16__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3154:1: ( ( rule__XAttributeType__Group_16__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3155:1: ( rule__XAttributeType__Group_16__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3257:1: ( ( rule__XAttributeType__Group_16__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3258:1: ( rule__XAttributeType__Group_16__0 )?
{
before(grammarAccess.getXAttributeTypeAccess().getGroup_16());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3156:1: ( rule__XAttributeType__Group_16__0 )?
- int alt35=2;
- int LA35_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3259:1: ( rule__XAttributeType__Group_16__0 )?
+ int alt36=2;
+ int LA36_0 = input.LA(1);
- if ( (LA35_0==65) ) {
- alt35=1;
+ if ( (LA36_0==65) ) {
+ alt36=1;
}
- switch (alt35) {
+ switch (alt36) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3156:2: rule__XAttributeType__Group_16__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3259:2: rule__XAttributeType__Group_16__0
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_16__0_in_rule__XAttributeType__Group__16__Impl6589);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_16__0_in_rule__XAttributeType__Group__16__Impl6826);
rule__XAttributeType__Group_16__0();
state._fsp--;
@@ -9125,21 +9470,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__17"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3166:1: rule__XAttributeType__Group__17 : rule__XAttributeType__Group__17__Impl rule__XAttributeType__Group__18 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3269:1: rule__XAttributeType__Group__17 : rule__XAttributeType__Group__17__Impl rule__XAttributeType__Group__18 ;
public final void rule__XAttributeType__Group__17() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3170:1: ( rule__XAttributeType__Group__17__Impl rule__XAttributeType__Group__18 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3171:2: rule__XAttributeType__Group__17__Impl rule__XAttributeType__Group__18
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3273:1: ( rule__XAttributeType__Group__17__Impl rule__XAttributeType__Group__18 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3274:2: rule__XAttributeType__Group__17__Impl rule__XAttributeType__Group__18
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__17__Impl_in_rule__XAttributeType__Group__176620);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__17__Impl_in_rule__XAttributeType__Group__176857);
rule__XAttributeType__Group__17__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__18_in_rule__XAttributeType__Group__176623);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__18_in_rule__XAttributeType__Group__176860);
rule__XAttributeType__Group__18();
state._fsp--;
@@ -9163,31 +9508,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__17__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3178:1: rule__XAttributeType__Group__17__Impl : ( ( rule__XAttributeType__Group_17__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3281:1: rule__XAttributeType__Group__17__Impl : ( ( rule__XAttributeType__Group_17__0 )? ) ;
public final void rule__XAttributeType__Group__17__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3182:1: ( ( ( rule__XAttributeType__Group_17__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3183:1: ( ( rule__XAttributeType__Group_17__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3285:1: ( ( ( rule__XAttributeType__Group_17__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3286:1: ( ( rule__XAttributeType__Group_17__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3183:1: ( ( rule__XAttributeType__Group_17__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3184:1: ( rule__XAttributeType__Group_17__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3286:1: ( ( rule__XAttributeType__Group_17__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3287:1: ( rule__XAttributeType__Group_17__0 )?
{
before(grammarAccess.getXAttributeTypeAccess().getGroup_17());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3185:1: ( rule__XAttributeType__Group_17__0 )?
- int alt36=2;
- int LA36_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3288:1: ( rule__XAttributeType__Group_17__0 )?
+ int alt37=2;
+ int LA37_0 = input.LA(1);
- if ( (LA36_0==66) ) {
- alt36=1;
+ if ( (LA37_0==66) ) {
+ alt37=1;
}
- switch (alt36) {
+ switch (alt37) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3185:2: rule__XAttributeType__Group_17__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3288:2: rule__XAttributeType__Group_17__0
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_17__0_in_rule__XAttributeType__Group__17__Impl6650);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_17__0_in_rule__XAttributeType__Group__17__Impl6887);
rule__XAttributeType__Group_17__0();
state._fsp--;
@@ -9221,21 +9566,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__18"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3195:1: rule__XAttributeType__Group__18 : rule__XAttributeType__Group__18__Impl rule__XAttributeType__Group__19 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3298:1: rule__XAttributeType__Group__18 : rule__XAttributeType__Group__18__Impl rule__XAttributeType__Group__19 ;
public final void rule__XAttributeType__Group__18() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3199:1: ( rule__XAttributeType__Group__18__Impl rule__XAttributeType__Group__19 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3200:2: rule__XAttributeType__Group__18__Impl rule__XAttributeType__Group__19
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3302:1: ( rule__XAttributeType__Group__18__Impl rule__XAttributeType__Group__19 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3303:2: rule__XAttributeType__Group__18__Impl rule__XAttributeType__Group__19
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__18__Impl_in_rule__XAttributeType__Group__186681);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__18__Impl_in_rule__XAttributeType__Group__186918);
rule__XAttributeType__Group__18__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__19_in_rule__XAttributeType__Group__186684);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__19_in_rule__XAttributeType__Group__186921);
rule__XAttributeType__Group__19();
state._fsp--;
@@ -9259,31 +9604,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__18__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3207:1: rule__XAttributeType__Group__18__Impl : ( ( rule__XAttributeType__Group_18__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3310:1: rule__XAttributeType__Group__18__Impl : ( ( rule__XAttributeType__Group_18__0 )? ) ;
public final void rule__XAttributeType__Group__18__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3211:1: ( ( ( rule__XAttributeType__Group_18__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3212:1: ( ( rule__XAttributeType__Group_18__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3314:1: ( ( ( rule__XAttributeType__Group_18__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3315:1: ( ( rule__XAttributeType__Group_18__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3212:1: ( ( rule__XAttributeType__Group_18__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3213:1: ( rule__XAttributeType__Group_18__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3315:1: ( ( rule__XAttributeType__Group_18__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3316:1: ( rule__XAttributeType__Group_18__0 )?
{
before(grammarAccess.getXAttributeTypeAccess().getGroup_18());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3214:1: ( rule__XAttributeType__Group_18__0 )?
- int alt37=2;
- int LA37_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3317:1: ( rule__XAttributeType__Group_18__0 )?
+ int alt38=2;
+ int LA38_0 = input.LA(1);
- if ( (LA37_0==67) ) {
- alt37=1;
+ if ( (LA38_0==67) ) {
+ alt38=1;
}
- switch (alt37) {
+ switch (alt38) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3214:2: rule__XAttributeType__Group_18__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3317:2: rule__XAttributeType__Group_18__0
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_18__0_in_rule__XAttributeType__Group__18__Impl6711);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_18__0_in_rule__XAttributeType__Group__18__Impl6948);
rule__XAttributeType__Group_18__0();
state._fsp--;
@@ -9317,16 +9662,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__19"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3224:1: rule__XAttributeType__Group__19 : rule__XAttributeType__Group__19__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3327:1: rule__XAttributeType__Group__19 : rule__XAttributeType__Group__19__Impl ;
public final void rule__XAttributeType__Group__19() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3228:1: ( rule__XAttributeType__Group__19__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3229:2: rule__XAttributeType__Group__19__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3331:1: ( rule__XAttributeType__Group__19__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3332:2: rule__XAttributeType__Group__19__Impl
{
- pushFollow(FOLLOW_rule__XAttributeType__Group__19__Impl_in_rule__XAttributeType__Group__196742);
+ pushFollow(FOLLOW_rule__XAttributeType__Group__19__Impl_in_rule__XAttributeType__Group__196979);
rule__XAttributeType__Group__19__Impl();
state._fsp--;
@@ -9350,20 +9695,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group__19__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3235:1: rule__XAttributeType__Group__19__Impl : ( '}' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3338:1: rule__XAttributeType__Group__19__Impl : ( '}' ) ;
public final void rule__XAttributeType__Group__19__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3239:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3240:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3342:1: ( ( '}' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3343:1: ( '}' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3240:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3241:1: '}'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3343:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3344:1: '}'
{
before(grammarAccess.getXAttributeTypeAccess().getRightCurlyBracketKeyword_19());
- match(input,53,FOLLOW_53_in_rule__XAttributeType__Group__19__Impl6770);
+ match(input,53,FOLLOW_53_in_rule__XAttributeType__Group__19__Impl7007);
after(grammarAccess.getXAttributeTypeAccess().getRightCurlyBracketKeyword_19());
}
@@ -9387,21 +9732,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_2__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3294:1: rule__XAttributeType__Group_2__0 : rule__XAttributeType__Group_2__0__Impl rule__XAttributeType__Group_2__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3397:1: rule__XAttributeType__Group_2__0 : rule__XAttributeType__Group_2__0__Impl rule__XAttributeType__Group_2__1 ;
public final void rule__XAttributeType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3298:1: ( rule__XAttributeType__Group_2__0__Impl rule__XAttributeType__Group_2__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3299:2: rule__XAttributeType__Group_2__0__Impl rule__XAttributeType__Group_2__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3401:1: ( rule__XAttributeType__Group_2__0__Impl rule__XAttributeType__Group_2__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3402:2: rule__XAttributeType__Group_2__0__Impl rule__XAttributeType__Group_2__1
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_2__0__Impl_in_rule__XAttributeType__Group_2__06841);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_2__0__Impl_in_rule__XAttributeType__Group_2__07078);
rule__XAttributeType__Group_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_2__1_in_rule__XAttributeType__Group_2__06844);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_2__1_in_rule__XAttributeType__Group_2__07081);
rule__XAttributeType__Group_2__1();
state._fsp--;
@@ -9425,20 +9770,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_2__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3306:1: rule__XAttributeType__Group_2__0__Impl : ( 'extends' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3409:1: rule__XAttributeType__Group_2__0__Impl : ( 'extends' ) ;
public final void rule__XAttributeType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3310:1: ( ( 'extends' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3311:1: ( 'extends' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3413:1: ( ( 'extends' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3414:1: ( 'extends' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3311:1: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3312:1: 'extends'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3414:1: ( 'extends' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3415:1: 'extends'
{
before(grammarAccess.getXAttributeTypeAccess().getExtendsKeyword_2_0());
- match(input,54,FOLLOW_54_in_rule__XAttributeType__Group_2__0__Impl6872);
+ match(input,54,FOLLOW_54_in_rule__XAttributeType__Group_2__0__Impl7109);
after(grammarAccess.getXAttributeTypeAccess().getExtendsKeyword_2_0());
}
@@ -9462,16 +9807,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_2__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3325:1: rule__XAttributeType__Group_2__1 : rule__XAttributeType__Group_2__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3428:1: rule__XAttributeType__Group_2__1 : rule__XAttributeType__Group_2__1__Impl ;
public final void rule__XAttributeType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3329:1: ( rule__XAttributeType__Group_2__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3330:2: rule__XAttributeType__Group_2__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3432:1: ( rule__XAttributeType__Group_2__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3433:2: rule__XAttributeType__Group_2__1__Impl
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_2__1__Impl_in_rule__XAttributeType__Group_2__16903);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_2__1__Impl_in_rule__XAttributeType__Group_2__17140);
rule__XAttributeType__Group_2__1__Impl();
state._fsp--;
@@ -9495,23 +9840,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_2__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3336:1: rule__XAttributeType__Group_2__1__Impl : ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3439:1: rule__XAttributeType__Group_2__1__Impl : ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) ) ;
public final void rule__XAttributeType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3340:1: ( ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3341:1: ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3443:1: ( ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3444:1: ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3341:1: ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3342:1: ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3444:1: ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3445:1: ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 )
{
before(grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAssignment_2_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3343:1: ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3343:2: rule__XAttributeType__BaseAttributeTypeAssignment_2_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3446:1: ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3446:2: rule__XAttributeType__BaseAttributeTypeAssignment_2_1
{
- pushFollow(FOLLOW_rule__XAttributeType__BaseAttributeTypeAssignment_2_1_in_rule__XAttributeType__Group_2__1__Impl6930);
+ pushFollow(FOLLOW_rule__XAttributeType__BaseAttributeTypeAssignment_2_1_in_rule__XAttributeType__Group_2__1__Impl7167);
rule__XAttributeType__BaseAttributeTypeAssignment_2_1();
state._fsp--;
@@ -9542,21 +9887,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_3__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3357:1: rule__XAttributeType__Group_3__0 : rule__XAttributeType__Group_3__0__Impl rule__XAttributeType__Group_3__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3460:1: rule__XAttributeType__Group_3__0 : rule__XAttributeType__Group_3__0__Impl rule__XAttributeType__Group_3__1 ;
public final void rule__XAttributeType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3361:1: ( rule__XAttributeType__Group_3__0__Impl rule__XAttributeType__Group_3__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3362:2: rule__XAttributeType__Group_3__0__Impl rule__XAttributeType__Group_3__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3464:1: ( rule__XAttributeType__Group_3__0__Impl rule__XAttributeType__Group_3__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3465:2: rule__XAttributeType__Group_3__0__Impl rule__XAttributeType__Group_3__1
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_3__0__Impl_in_rule__XAttributeType__Group_3__06964);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_3__0__Impl_in_rule__XAttributeType__Group_3__07201);
rule__XAttributeType__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_3__1_in_rule__XAttributeType__Group_3__06967);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_3__1_in_rule__XAttributeType__Group_3__07204);
rule__XAttributeType__Group_3__1();
state._fsp--;
@@ -9580,20 +9925,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_3__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3369:1: rule__XAttributeType__Group_3__0__Impl : ( 'overrides' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3472:1: rule__XAttributeType__Group_3__0__Impl : ( 'overrides' ) ;
public final void rule__XAttributeType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3373:1: ( ( 'overrides' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3374:1: ( 'overrides' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3476:1: ( ( 'overrides' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3477:1: ( 'overrides' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3374:1: ( 'overrides' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3375:1: 'overrides'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3477:1: ( 'overrides' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3478:1: 'overrides'
{
before(grammarAccess.getXAttributeTypeAccess().getOverridesKeyword_3_0());
- match(input,62,FOLLOW_62_in_rule__XAttributeType__Group_3__0__Impl6995);
+ match(input,62,FOLLOW_62_in_rule__XAttributeType__Group_3__0__Impl7232);
after(grammarAccess.getXAttributeTypeAccess().getOverridesKeyword_3_0());
}
@@ -9617,16 +9962,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_3__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3388:1: rule__XAttributeType__Group_3__1 : rule__XAttributeType__Group_3__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3491:1: rule__XAttributeType__Group_3__1 : rule__XAttributeType__Group_3__1__Impl ;
public final void rule__XAttributeType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3392:1: ( rule__XAttributeType__Group_3__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3393:2: rule__XAttributeType__Group_3__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3495:1: ( rule__XAttributeType__Group_3__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3496:2: rule__XAttributeType__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_3__1__Impl_in_rule__XAttributeType__Group_3__17026);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_3__1__Impl_in_rule__XAttributeType__Group_3__17263);
rule__XAttributeType__Group_3__1__Impl();
state._fsp--;
@@ -9650,23 +9995,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_3__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3399:1: rule__XAttributeType__Group_3__1__Impl : ( ( rule__XAttributeType__OverrideAssignment_3_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3502:1: rule__XAttributeType__Group_3__1__Impl : ( ( rule__XAttributeType__OverrideAssignment_3_1 ) ) ;
public final void rule__XAttributeType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3403:1: ( ( ( rule__XAttributeType__OverrideAssignment_3_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3404:1: ( ( rule__XAttributeType__OverrideAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3506:1: ( ( ( rule__XAttributeType__OverrideAssignment_3_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3507:1: ( ( rule__XAttributeType__OverrideAssignment_3_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3404:1: ( ( rule__XAttributeType__OverrideAssignment_3_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3405:1: ( rule__XAttributeType__OverrideAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3507:1: ( ( rule__XAttributeType__OverrideAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3508:1: ( rule__XAttributeType__OverrideAssignment_3_1 )
{
before(grammarAccess.getXAttributeTypeAccess().getOverrideAssignment_3_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3406:1: ( rule__XAttributeType__OverrideAssignment_3_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3406:2: rule__XAttributeType__OverrideAssignment_3_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3509:1: ( rule__XAttributeType__OverrideAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3509:2: rule__XAttributeType__OverrideAssignment_3_1
{
- pushFollow(FOLLOW_rule__XAttributeType__OverrideAssignment_3_1_in_rule__XAttributeType__Group_3__1__Impl7053);
+ pushFollow(FOLLOW_rule__XAttributeType__OverrideAssignment_3_1_in_rule__XAttributeType__Group_3__1__Impl7290);
rule__XAttributeType__OverrideAssignment_3_1();
state._fsp--;
@@ -9697,21 +10042,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_5__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3420:1: rule__XAttributeType__Group_5__0 : rule__XAttributeType__Group_5__0__Impl rule__XAttributeType__Group_5__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3523:1: rule__XAttributeType__Group_5__0 : rule__XAttributeType__Group_5__0__Impl rule__XAttributeType__Group_5__1 ;
public final void rule__XAttributeType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3424:1: ( rule__XAttributeType__Group_5__0__Impl rule__XAttributeType__Group_5__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3425:2: rule__XAttributeType__Group_5__0__Impl rule__XAttributeType__Group_5__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3527:1: ( rule__XAttributeType__Group_5__0__Impl rule__XAttributeType__Group_5__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3528:2: rule__XAttributeType__Group_5__0__Impl rule__XAttributeType__Group_5__1
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_5__0__Impl_in_rule__XAttributeType__Group_5__07087);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_5__0__Impl_in_rule__XAttributeType__Group_5__07324);
rule__XAttributeType__Group_5__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_5__1_in_rule__XAttributeType__Group_5__07090);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_5__1_in_rule__XAttributeType__Group_5__07327);
rule__XAttributeType__Group_5__1();
state._fsp--;
@@ -9735,20 +10080,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_5__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3432:1: rule__XAttributeType__Group_5__0__Impl : ( 'guid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3535:1: rule__XAttributeType__Group_5__0__Impl : ( 'guid' ) ;
public final void rule__XAttributeType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3436:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3437:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3539:1: ( ( 'guid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3540:1: ( 'guid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3437:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3438:1: 'guid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3540:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3541:1: 'guid'
{
before(grammarAccess.getXAttributeTypeAccess().getGuidKeyword_5_0());
- match(input,56,FOLLOW_56_in_rule__XAttributeType__Group_5__0__Impl7118);
+ match(input,56,FOLLOW_56_in_rule__XAttributeType__Group_5__0__Impl7355);
after(grammarAccess.getXAttributeTypeAccess().getGuidKeyword_5_0());
}
@@ -9772,16 +10117,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_5__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3451:1: rule__XAttributeType__Group_5__1 : rule__XAttributeType__Group_5__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3554:1: rule__XAttributeType__Group_5__1 : rule__XAttributeType__Group_5__1__Impl ;
public final void rule__XAttributeType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3455:1: ( rule__XAttributeType__Group_5__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3456:2: rule__XAttributeType__Group_5__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3558:1: ( rule__XAttributeType__Group_5__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3559:2: rule__XAttributeType__Group_5__1__Impl
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_5__1__Impl_in_rule__XAttributeType__Group_5__17149);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_5__1__Impl_in_rule__XAttributeType__Group_5__17386);
rule__XAttributeType__Group_5__1__Impl();
state._fsp--;
@@ -9805,23 +10150,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_5__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3462:1: rule__XAttributeType__Group_5__1__Impl : ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3565:1: rule__XAttributeType__Group_5__1__Impl : ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) ) ;
public final void rule__XAttributeType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3466:1: ( ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3467:1: ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3569:1: ( ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3570:1: ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3467:1: ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3468:1: ( rule__XAttributeType__TypeGuidAssignment_5_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3570:1: ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3571:1: ( rule__XAttributeType__TypeGuidAssignment_5_1 )
{
before(grammarAccess.getXAttributeTypeAccess().getTypeGuidAssignment_5_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3469:1: ( rule__XAttributeType__TypeGuidAssignment_5_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3469:2: rule__XAttributeType__TypeGuidAssignment_5_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3572:1: ( rule__XAttributeType__TypeGuidAssignment_5_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3572:2: rule__XAttributeType__TypeGuidAssignment_5_1
{
- pushFollow(FOLLOW_rule__XAttributeType__TypeGuidAssignment_5_1_in_rule__XAttributeType__Group_5__1__Impl7176);
+ pushFollow(FOLLOW_rule__XAttributeType__TypeGuidAssignment_5_1_in_rule__XAttributeType__Group_5__1__Impl7413);
rule__XAttributeType__TypeGuidAssignment_5_1();
state._fsp--;
@@ -9852,21 +10197,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_14__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3483:1: rule__XAttributeType__Group_14__0 : rule__XAttributeType__Group_14__0__Impl rule__XAttributeType__Group_14__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3586:1: rule__XAttributeType__Group_14__0 : rule__XAttributeType__Group_14__0__Impl rule__XAttributeType__Group_14__1 ;
public final void rule__XAttributeType__Group_14__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3487:1: ( rule__XAttributeType__Group_14__0__Impl rule__XAttributeType__Group_14__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3488:2: rule__XAttributeType__Group_14__0__Impl rule__XAttributeType__Group_14__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3590:1: ( rule__XAttributeType__Group_14__0__Impl rule__XAttributeType__Group_14__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3591:2: rule__XAttributeType__Group_14__0__Impl rule__XAttributeType__Group_14__1
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_14__0__Impl_in_rule__XAttributeType__Group_14__07210);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_14__0__Impl_in_rule__XAttributeType__Group_14__07447);
rule__XAttributeType__Group_14__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_14__1_in_rule__XAttributeType__Group_14__07213);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_14__1_in_rule__XAttributeType__Group_14__07450);
rule__XAttributeType__Group_14__1();
state._fsp--;
@@ -9890,20 +10235,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_14__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3495:1: rule__XAttributeType__Group_14__0__Impl : ( 'taggerId' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3598:1: rule__XAttributeType__Group_14__0__Impl : ( 'taggerId' ) ;
public final void rule__XAttributeType__Group_14__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3499:1: ( ( 'taggerId' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3500:1: ( 'taggerId' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3602:1: ( ( 'taggerId' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3603:1: ( 'taggerId' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3500:1: ( 'taggerId' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3501:1: 'taggerId'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3603:1: ( 'taggerId' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3604:1: 'taggerId'
{
before(grammarAccess.getXAttributeTypeAccess().getTaggerIdKeyword_14_0());
- match(input,63,FOLLOW_63_in_rule__XAttributeType__Group_14__0__Impl7241);
+ match(input,63,FOLLOW_63_in_rule__XAttributeType__Group_14__0__Impl7478);
after(grammarAccess.getXAttributeTypeAccess().getTaggerIdKeyword_14_0());
}
@@ -9927,16 +10272,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_14__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3514:1: rule__XAttributeType__Group_14__1 : rule__XAttributeType__Group_14__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3617:1: rule__XAttributeType__Group_14__1 : rule__XAttributeType__Group_14__1__Impl ;
public final void rule__XAttributeType__Group_14__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3518:1: ( rule__XAttributeType__Group_14__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3519:2: rule__XAttributeType__Group_14__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3621:1: ( rule__XAttributeType__Group_14__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3622:2: rule__XAttributeType__Group_14__1__Impl
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_14__1__Impl_in_rule__XAttributeType__Group_14__17272);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_14__1__Impl_in_rule__XAttributeType__Group_14__17509);
rule__XAttributeType__Group_14__1__Impl();
state._fsp--;
@@ -9960,23 +10305,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_14__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3525:1: rule__XAttributeType__Group_14__1__Impl : ( ( rule__XAttributeType__TaggerIdAssignment_14_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3628:1: rule__XAttributeType__Group_14__1__Impl : ( ( rule__XAttributeType__TaggerIdAssignment_14_1 ) ) ;
public final void rule__XAttributeType__Group_14__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3529:1: ( ( ( rule__XAttributeType__TaggerIdAssignment_14_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3530:1: ( ( rule__XAttributeType__TaggerIdAssignment_14_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3632:1: ( ( ( rule__XAttributeType__TaggerIdAssignment_14_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3633:1: ( ( rule__XAttributeType__TaggerIdAssignment_14_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3530:1: ( ( rule__XAttributeType__TaggerIdAssignment_14_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3531:1: ( rule__XAttributeType__TaggerIdAssignment_14_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3633:1: ( ( rule__XAttributeType__TaggerIdAssignment_14_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3634:1: ( rule__XAttributeType__TaggerIdAssignment_14_1 )
{
before(grammarAccess.getXAttributeTypeAccess().getTaggerIdAssignment_14_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3532:1: ( rule__XAttributeType__TaggerIdAssignment_14_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3532:2: rule__XAttributeType__TaggerIdAssignment_14_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3635:1: ( rule__XAttributeType__TaggerIdAssignment_14_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3635:2: rule__XAttributeType__TaggerIdAssignment_14_1
{
- pushFollow(FOLLOW_rule__XAttributeType__TaggerIdAssignment_14_1_in_rule__XAttributeType__Group_14__1__Impl7299);
+ pushFollow(FOLLOW_rule__XAttributeType__TaggerIdAssignment_14_1_in_rule__XAttributeType__Group_14__1__Impl7536);
rule__XAttributeType__TaggerIdAssignment_14_1();
state._fsp--;
@@ -10007,21 +10352,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_15__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3546:1: rule__XAttributeType__Group_15__0 : rule__XAttributeType__Group_15__0__Impl rule__XAttributeType__Group_15__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3649:1: rule__XAttributeType__Group_15__0 : rule__XAttributeType__Group_15__0__Impl rule__XAttributeType__Group_15__1 ;
public final void rule__XAttributeType__Group_15__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3550:1: ( rule__XAttributeType__Group_15__0__Impl rule__XAttributeType__Group_15__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3551:2: rule__XAttributeType__Group_15__0__Impl rule__XAttributeType__Group_15__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3653:1: ( rule__XAttributeType__Group_15__0__Impl rule__XAttributeType__Group_15__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3654:2: rule__XAttributeType__Group_15__0__Impl rule__XAttributeType__Group_15__1
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_15__0__Impl_in_rule__XAttributeType__Group_15__07333);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_15__0__Impl_in_rule__XAttributeType__Group_15__07570);
rule__XAttributeType__Group_15__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_15__1_in_rule__XAttributeType__Group_15__07336);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_15__1_in_rule__XAttributeType__Group_15__07573);
rule__XAttributeType__Group_15__1();
state._fsp--;
@@ -10045,20 +10390,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_15__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3558:1: rule__XAttributeType__Group_15__0__Impl : ( 'enumType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3661:1: rule__XAttributeType__Group_15__0__Impl : ( 'enumType' ) ;
public final void rule__XAttributeType__Group_15__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3562:1: ( ( 'enumType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3563:1: ( 'enumType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3665:1: ( ( 'enumType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3666:1: ( 'enumType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3563:1: ( 'enumType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3564:1: 'enumType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3666:1: ( 'enumType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3667:1: 'enumType'
{
before(grammarAccess.getXAttributeTypeAccess().getEnumTypeKeyword_15_0());
- match(input,64,FOLLOW_64_in_rule__XAttributeType__Group_15__0__Impl7364);
+ match(input,64,FOLLOW_64_in_rule__XAttributeType__Group_15__0__Impl7601);
after(grammarAccess.getXAttributeTypeAccess().getEnumTypeKeyword_15_0());
}
@@ -10082,16 +10427,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_15__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3577:1: rule__XAttributeType__Group_15__1 : rule__XAttributeType__Group_15__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3680:1: rule__XAttributeType__Group_15__1 : rule__XAttributeType__Group_15__1__Impl ;
public final void rule__XAttributeType__Group_15__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3581:1: ( rule__XAttributeType__Group_15__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3582:2: rule__XAttributeType__Group_15__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3684:1: ( rule__XAttributeType__Group_15__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3685:2: rule__XAttributeType__Group_15__1__Impl
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_15__1__Impl_in_rule__XAttributeType__Group_15__17395);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_15__1__Impl_in_rule__XAttributeType__Group_15__17632);
rule__XAttributeType__Group_15__1__Impl();
state._fsp--;
@@ -10115,23 +10460,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_15__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3588:1: rule__XAttributeType__Group_15__1__Impl : ( ( rule__XAttributeType__EnumTypeAssignment_15_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3691:1: rule__XAttributeType__Group_15__1__Impl : ( ( rule__XAttributeType__EnumTypeAssignment_15_1 ) ) ;
public final void rule__XAttributeType__Group_15__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3592:1: ( ( ( rule__XAttributeType__EnumTypeAssignment_15_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3593:1: ( ( rule__XAttributeType__EnumTypeAssignment_15_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3695:1: ( ( ( rule__XAttributeType__EnumTypeAssignment_15_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3696:1: ( ( rule__XAttributeType__EnumTypeAssignment_15_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3593:1: ( ( rule__XAttributeType__EnumTypeAssignment_15_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3594:1: ( rule__XAttributeType__EnumTypeAssignment_15_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3696:1: ( ( rule__XAttributeType__EnumTypeAssignment_15_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3697:1: ( rule__XAttributeType__EnumTypeAssignment_15_1 )
{
before(grammarAccess.getXAttributeTypeAccess().getEnumTypeAssignment_15_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3595:1: ( rule__XAttributeType__EnumTypeAssignment_15_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3595:2: rule__XAttributeType__EnumTypeAssignment_15_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3698:1: ( rule__XAttributeType__EnumTypeAssignment_15_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3698:2: rule__XAttributeType__EnumTypeAssignment_15_1
{
- pushFollow(FOLLOW_rule__XAttributeType__EnumTypeAssignment_15_1_in_rule__XAttributeType__Group_15__1__Impl7422);
+ pushFollow(FOLLOW_rule__XAttributeType__EnumTypeAssignment_15_1_in_rule__XAttributeType__Group_15__1__Impl7659);
rule__XAttributeType__EnumTypeAssignment_15_1();
state._fsp--;
@@ -10162,21 +10507,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_16__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3609:1: rule__XAttributeType__Group_16__0 : rule__XAttributeType__Group_16__0__Impl rule__XAttributeType__Group_16__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3712:1: rule__XAttributeType__Group_16__0 : rule__XAttributeType__Group_16__0__Impl rule__XAttributeType__Group_16__1 ;
public final void rule__XAttributeType__Group_16__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3613:1: ( rule__XAttributeType__Group_16__0__Impl rule__XAttributeType__Group_16__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3614:2: rule__XAttributeType__Group_16__0__Impl rule__XAttributeType__Group_16__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3716:1: ( rule__XAttributeType__Group_16__0__Impl rule__XAttributeType__Group_16__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3717:2: rule__XAttributeType__Group_16__0__Impl rule__XAttributeType__Group_16__1
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_16__0__Impl_in_rule__XAttributeType__Group_16__07456);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_16__0__Impl_in_rule__XAttributeType__Group_16__07693);
rule__XAttributeType__Group_16__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_16__1_in_rule__XAttributeType__Group_16__07459);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_16__1_in_rule__XAttributeType__Group_16__07696);
rule__XAttributeType__Group_16__1();
state._fsp--;
@@ -10200,20 +10545,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_16__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3621:1: rule__XAttributeType__Group_16__0__Impl : ( 'description' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3724:1: rule__XAttributeType__Group_16__0__Impl : ( 'description' ) ;
public final void rule__XAttributeType__Group_16__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3625:1: ( ( 'description' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3626:1: ( 'description' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3728:1: ( ( 'description' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3729:1: ( 'description' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3626:1: ( 'description' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3627:1: 'description'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3729:1: ( 'description' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3730:1: 'description'
{
before(grammarAccess.getXAttributeTypeAccess().getDescriptionKeyword_16_0());
- match(input,65,FOLLOW_65_in_rule__XAttributeType__Group_16__0__Impl7487);
+ match(input,65,FOLLOW_65_in_rule__XAttributeType__Group_16__0__Impl7724);
after(grammarAccess.getXAttributeTypeAccess().getDescriptionKeyword_16_0());
}
@@ -10237,16 +10582,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_16__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3640:1: rule__XAttributeType__Group_16__1 : rule__XAttributeType__Group_16__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3743:1: rule__XAttributeType__Group_16__1 : rule__XAttributeType__Group_16__1__Impl ;
public final void rule__XAttributeType__Group_16__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3644:1: ( rule__XAttributeType__Group_16__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3645:2: rule__XAttributeType__Group_16__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3747:1: ( rule__XAttributeType__Group_16__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3748:2: rule__XAttributeType__Group_16__1__Impl
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_16__1__Impl_in_rule__XAttributeType__Group_16__17518);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_16__1__Impl_in_rule__XAttributeType__Group_16__17755);
rule__XAttributeType__Group_16__1__Impl();
state._fsp--;
@@ -10270,23 +10615,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_16__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3651:1: rule__XAttributeType__Group_16__1__Impl : ( ( rule__XAttributeType__DescriptionAssignment_16_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3754:1: rule__XAttributeType__Group_16__1__Impl : ( ( rule__XAttributeType__DescriptionAssignment_16_1 ) ) ;
public final void rule__XAttributeType__Group_16__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3655:1: ( ( ( rule__XAttributeType__DescriptionAssignment_16_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3656:1: ( ( rule__XAttributeType__DescriptionAssignment_16_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3758:1: ( ( ( rule__XAttributeType__DescriptionAssignment_16_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3759:1: ( ( rule__XAttributeType__DescriptionAssignment_16_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3656:1: ( ( rule__XAttributeType__DescriptionAssignment_16_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3657:1: ( rule__XAttributeType__DescriptionAssignment_16_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3759:1: ( ( rule__XAttributeType__DescriptionAssignment_16_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3760:1: ( rule__XAttributeType__DescriptionAssignment_16_1 )
{
before(grammarAccess.getXAttributeTypeAccess().getDescriptionAssignment_16_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3658:1: ( rule__XAttributeType__DescriptionAssignment_16_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3658:2: rule__XAttributeType__DescriptionAssignment_16_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3761:1: ( rule__XAttributeType__DescriptionAssignment_16_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3761:2: rule__XAttributeType__DescriptionAssignment_16_1
{
- pushFollow(FOLLOW_rule__XAttributeType__DescriptionAssignment_16_1_in_rule__XAttributeType__Group_16__1__Impl7545);
+ pushFollow(FOLLOW_rule__XAttributeType__DescriptionAssignment_16_1_in_rule__XAttributeType__Group_16__1__Impl7782);
rule__XAttributeType__DescriptionAssignment_16_1();
state._fsp--;
@@ -10317,21 +10662,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_17__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3672:1: rule__XAttributeType__Group_17__0 : rule__XAttributeType__Group_17__0__Impl rule__XAttributeType__Group_17__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3775:1: rule__XAttributeType__Group_17__0 : rule__XAttributeType__Group_17__0__Impl rule__XAttributeType__Group_17__1 ;
public final void rule__XAttributeType__Group_17__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3676:1: ( rule__XAttributeType__Group_17__0__Impl rule__XAttributeType__Group_17__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3677:2: rule__XAttributeType__Group_17__0__Impl rule__XAttributeType__Group_17__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3779:1: ( rule__XAttributeType__Group_17__0__Impl rule__XAttributeType__Group_17__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3780:2: rule__XAttributeType__Group_17__0__Impl rule__XAttributeType__Group_17__1
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_17__0__Impl_in_rule__XAttributeType__Group_17__07579);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_17__0__Impl_in_rule__XAttributeType__Group_17__07816);
rule__XAttributeType__Group_17__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_17__1_in_rule__XAttributeType__Group_17__07582);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_17__1_in_rule__XAttributeType__Group_17__07819);
rule__XAttributeType__Group_17__1();
state._fsp--;
@@ -10355,20 +10700,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_17__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3684:1: rule__XAttributeType__Group_17__0__Impl : ( 'defaultValue' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3787:1: rule__XAttributeType__Group_17__0__Impl : ( 'defaultValue' ) ;
public final void rule__XAttributeType__Group_17__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3688:1: ( ( 'defaultValue' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3689:1: ( 'defaultValue' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3791:1: ( ( 'defaultValue' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3792:1: ( 'defaultValue' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3689:1: ( 'defaultValue' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3690:1: 'defaultValue'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3792:1: ( 'defaultValue' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3793:1: 'defaultValue'
{
before(grammarAccess.getXAttributeTypeAccess().getDefaultValueKeyword_17_0());
- match(input,66,FOLLOW_66_in_rule__XAttributeType__Group_17__0__Impl7610);
+ match(input,66,FOLLOW_66_in_rule__XAttributeType__Group_17__0__Impl7847);
after(grammarAccess.getXAttributeTypeAccess().getDefaultValueKeyword_17_0());
}
@@ -10392,16 +10737,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_17__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3703:1: rule__XAttributeType__Group_17__1 : rule__XAttributeType__Group_17__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3806:1: rule__XAttributeType__Group_17__1 : rule__XAttributeType__Group_17__1__Impl ;
public final void rule__XAttributeType__Group_17__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3707:1: ( rule__XAttributeType__Group_17__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3708:2: rule__XAttributeType__Group_17__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3810:1: ( rule__XAttributeType__Group_17__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3811:2: rule__XAttributeType__Group_17__1__Impl
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_17__1__Impl_in_rule__XAttributeType__Group_17__17641);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_17__1__Impl_in_rule__XAttributeType__Group_17__17878);
rule__XAttributeType__Group_17__1__Impl();
state._fsp--;
@@ -10425,23 +10770,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_17__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3714:1: rule__XAttributeType__Group_17__1__Impl : ( ( rule__XAttributeType__DefaultValueAssignment_17_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3817:1: rule__XAttributeType__Group_17__1__Impl : ( ( rule__XAttributeType__DefaultValueAssignment_17_1 ) ) ;
public final void rule__XAttributeType__Group_17__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3718:1: ( ( ( rule__XAttributeType__DefaultValueAssignment_17_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3719:1: ( ( rule__XAttributeType__DefaultValueAssignment_17_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3821:1: ( ( ( rule__XAttributeType__DefaultValueAssignment_17_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3822:1: ( ( rule__XAttributeType__DefaultValueAssignment_17_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3719:1: ( ( rule__XAttributeType__DefaultValueAssignment_17_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3720:1: ( rule__XAttributeType__DefaultValueAssignment_17_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3822:1: ( ( rule__XAttributeType__DefaultValueAssignment_17_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3823:1: ( rule__XAttributeType__DefaultValueAssignment_17_1 )
{
before(grammarAccess.getXAttributeTypeAccess().getDefaultValueAssignment_17_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3721:1: ( rule__XAttributeType__DefaultValueAssignment_17_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3721:2: rule__XAttributeType__DefaultValueAssignment_17_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3824:1: ( rule__XAttributeType__DefaultValueAssignment_17_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3824:2: rule__XAttributeType__DefaultValueAssignment_17_1
{
- pushFollow(FOLLOW_rule__XAttributeType__DefaultValueAssignment_17_1_in_rule__XAttributeType__Group_17__1__Impl7668);
+ pushFollow(FOLLOW_rule__XAttributeType__DefaultValueAssignment_17_1_in_rule__XAttributeType__Group_17__1__Impl7905);
rule__XAttributeType__DefaultValueAssignment_17_1();
state._fsp--;
@@ -10472,21 +10817,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_18__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3735:1: rule__XAttributeType__Group_18__0 : rule__XAttributeType__Group_18__0__Impl rule__XAttributeType__Group_18__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3838:1: rule__XAttributeType__Group_18__0 : rule__XAttributeType__Group_18__0__Impl rule__XAttributeType__Group_18__1 ;
public final void rule__XAttributeType__Group_18__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3739:1: ( rule__XAttributeType__Group_18__0__Impl rule__XAttributeType__Group_18__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3740:2: rule__XAttributeType__Group_18__0__Impl rule__XAttributeType__Group_18__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3842:1: ( rule__XAttributeType__Group_18__0__Impl rule__XAttributeType__Group_18__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3843:2: rule__XAttributeType__Group_18__0__Impl rule__XAttributeType__Group_18__1
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_18__0__Impl_in_rule__XAttributeType__Group_18__07702);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_18__0__Impl_in_rule__XAttributeType__Group_18__07939);
rule__XAttributeType__Group_18__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_18__1_in_rule__XAttributeType__Group_18__07705);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_18__1_in_rule__XAttributeType__Group_18__07942);
rule__XAttributeType__Group_18__1();
state._fsp--;
@@ -10510,20 +10855,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_18__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3747:1: rule__XAttributeType__Group_18__0__Impl : ( 'fileExtension' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3850:1: rule__XAttributeType__Group_18__0__Impl : ( 'fileExtension' ) ;
public final void rule__XAttributeType__Group_18__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3751:1: ( ( 'fileExtension' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3752:1: ( 'fileExtension' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3854:1: ( ( 'fileExtension' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3855:1: ( 'fileExtension' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3752:1: ( 'fileExtension' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3753:1: 'fileExtension'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3855:1: ( 'fileExtension' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3856:1: 'fileExtension'
{
before(grammarAccess.getXAttributeTypeAccess().getFileExtensionKeyword_18_0());
- match(input,67,FOLLOW_67_in_rule__XAttributeType__Group_18__0__Impl7733);
+ match(input,67,FOLLOW_67_in_rule__XAttributeType__Group_18__0__Impl7970);
after(grammarAccess.getXAttributeTypeAccess().getFileExtensionKeyword_18_0());
}
@@ -10547,16 +10892,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_18__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3766:1: rule__XAttributeType__Group_18__1 : rule__XAttributeType__Group_18__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3869:1: rule__XAttributeType__Group_18__1 : rule__XAttributeType__Group_18__1__Impl ;
public final void rule__XAttributeType__Group_18__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3770:1: ( rule__XAttributeType__Group_18__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3771:2: rule__XAttributeType__Group_18__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3873:1: ( rule__XAttributeType__Group_18__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3874:2: rule__XAttributeType__Group_18__1__Impl
{
- pushFollow(FOLLOW_rule__XAttributeType__Group_18__1__Impl_in_rule__XAttributeType__Group_18__17764);
+ pushFollow(FOLLOW_rule__XAttributeType__Group_18__1__Impl_in_rule__XAttributeType__Group_18__18001);
rule__XAttributeType__Group_18__1__Impl();
state._fsp--;
@@ -10580,23 +10925,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__Group_18__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3777:1: rule__XAttributeType__Group_18__1__Impl : ( ( rule__XAttributeType__FileExtensionAssignment_18_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3880:1: rule__XAttributeType__Group_18__1__Impl : ( ( rule__XAttributeType__FileExtensionAssignment_18_1 ) ) ;
public final void rule__XAttributeType__Group_18__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3781:1: ( ( ( rule__XAttributeType__FileExtensionAssignment_18_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3782:1: ( ( rule__XAttributeType__FileExtensionAssignment_18_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3884:1: ( ( ( rule__XAttributeType__FileExtensionAssignment_18_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3885:1: ( ( rule__XAttributeType__FileExtensionAssignment_18_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3782:1: ( ( rule__XAttributeType__FileExtensionAssignment_18_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3783:1: ( rule__XAttributeType__FileExtensionAssignment_18_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3885:1: ( ( rule__XAttributeType__FileExtensionAssignment_18_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3886:1: ( rule__XAttributeType__FileExtensionAssignment_18_1 )
{
before(grammarAccess.getXAttributeTypeAccess().getFileExtensionAssignment_18_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3784:1: ( rule__XAttributeType__FileExtensionAssignment_18_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3784:2: rule__XAttributeType__FileExtensionAssignment_18_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3887:1: ( rule__XAttributeType__FileExtensionAssignment_18_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3887:2: rule__XAttributeType__FileExtensionAssignment_18_1
{
- pushFollow(FOLLOW_rule__XAttributeType__FileExtensionAssignment_18_1_in_rule__XAttributeType__Group_18__1__Impl7791);
+ pushFollow(FOLLOW_rule__XAttributeType__FileExtensionAssignment_18_1_in_rule__XAttributeType__Group_18__1__Impl8028);
rule__XAttributeType__FileExtensionAssignment_18_1();
state._fsp--;
@@ -10627,21 +10972,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3798:1: rule__XOseeEnumType__Group__0 : rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3901:1: rule__XOseeEnumType__Group__0 : rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1 ;
public final void rule__XOseeEnumType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3802:1: ( rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3803:2: rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3905:1: ( rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3906:2: rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__0__Impl_in_rule__XOseeEnumType__Group__07825);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__0__Impl_in_rule__XOseeEnumType__Group__08062);
rule__XOseeEnumType__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__1_in_rule__XOseeEnumType__Group__07828);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__1_in_rule__XOseeEnumType__Group__08065);
rule__XOseeEnumType__Group__1();
state._fsp--;
@@ -10665,20 +11010,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3810:1: rule__XOseeEnumType__Group__0__Impl : ( 'oseeEnumType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3913:1: rule__XOseeEnumType__Group__0__Impl : ( 'oseeEnumType' ) ;
public final void rule__XOseeEnumType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3814:1: ( ( 'oseeEnumType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3815:1: ( 'oseeEnumType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3917:1: ( ( 'oseeEnumType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3918:1: ( 'oseeEnumType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3815:1: ( 'oseeEnumType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3816:1: 'oseeEnumType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3918:1: ( 'oseeEnumType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3919:1: 'oseeEnumType'
{
before(grammarAccess.getXOseeEnumTypeAccess().getOseeEnumTypeKeyword_0());
- match(input,68,FOLLOW_68_in_rule__XOseeEnumType__Group__0__Impl7856);
+ match(input,68,FOLLOW_68_in_rule__XOseeEnumType__Group__0__Impl8093);
after(grammarAccess.getXOseeEnumTypeAccess().getOseeEnumTypeKeyword_0());
}
@@ -10702,21 +11047,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3829:1: rule__XOseeEnumType__Group__1 : rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3932:1: rule__XOseeEnumType__Group__1 : rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2 ;
public final void rule__XOseeEnumType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3833:1: ( rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3834:2: rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3936:1: ( rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3937:2: rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__1__Impl_in_rule__XOseeEnumType__Group__17887);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__1__Impl_in_rule__XOseeEnumType__Group__18124);
rule__XOseeEnumType__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__2_in_rule__XOseeEnumType__Group__17890);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__2_in_rule__XOseeEnumType__Group__18127);
rule__XOseeEnumType__Group__2();
state._fsp--;
@@ -10740,23 +11085,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3841:1: rule__XOseeEnumType__Group__1__Impl : ( ( rule__XOseeEnumType__NameAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3944:1: rule__XOseeEnumType__Group__1__Impl : ( ( rule__XOseeEnumType__NameAssignment_1 ) ) ;
public final void rule__XOseeEnumType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3845:1: ( ( ( rule__XOseeEnumType__NameAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3846:1: ( ( rule__XOseeEnumType__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3948:1: ( ( ( rule__XOseeEnumType__NameAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3949:1: ( ( rule__XOseeEnumType__NameAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3846:1: ( ( rule__XOseeEnumType__NameAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3847:1: ( rule__XOseeEnumType__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3949:1: ( ( rule__XOseeEnumType__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3950:1: ( rule__XOseeEnumType__NameAssignment_1 )
{
before(grammarAccess.getXOseeEnumTypeAccess().getNameAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3848:1: ( rule__XOseeEnumType__NameAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3848:2: rule__XOseeEnumType__NameAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3951:1: ( rule__XOseeEnumType__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3951:2: rule__XOseeEnumType__NameAssignment_1
{
- pushFollow(FOLLOW_rule__XOseeEnumType__NameAssignment_1_in_rule__XOseeEnumType__Group__1__Impl7917);
+ pushFollow(FOLLOW_rule__XOseeEnumType__NameAssignment_1_in_rule__XOseeEnumType__Group__1__Impl8154);
rule__XOseeEnumType__NameAssignment_1();
state._fsp--;
@@ -10787,21 +11132,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3858:1: rule__XOseeEnumType__Group__2 : rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3961:1: rule__XOseeEnumType__Group__2 : rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3 ;
public final void rule__XOseeEnumType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3862:1: ( rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3863:2: rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3965:1: ( rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3966:2: rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__2__Impl_in_rule__XOseeEnumType__Group__27947);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__2__Impl_in_rule__XOseeEnumType__Group__28184);
rule__XOseeEnumType__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__3_in_rule__XOseeEnumType__Group__27950);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__3_in_rule__XOseeEnumType__Group__28187);
rule__XOseeEnumType__Group__3();
state._fsp--;
@@ -10825,20 +11170,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3870:1: rule__XOseeEnumType__Group__2__Impl : ( '{' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3973:1: rule__XOseeEnumType__Group__2__Impl : ( '{' ) ;
public final void rule__XOseeEnumType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3874:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3875:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3977:1: ( ( '{' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3978:1: ( '{' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3875:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3876:1: '{'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3978:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3979:1: '{'
{
before(grammarAccess.getXOseeEnumTypeAccess().getLeftCurlyBracketKeyword_2());
- match(input,51,FOLLOW_51_in_rule__XOseeEnumType__Group__2__Impl7978);
+ match(input,51,FOLLOW_51_in_rule__XOseeEnumType__Group__2__Impl8215);
after(grammarAccess.getXOseeEnumTypeAccess().getLeftCurlyBracketKeyword_2());
}
@@ -10862,21 +11207,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3889:1: rule__XOseeEnumType__Group__3 : rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3992:1: rule__XOseeEnumType__Group__3 : rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4 ;
public final void rule__XOseeEnumType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3893:1: ( rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3894:2: rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3996:1: ( rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3997:2: rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__3__Impl_in_rule__XOseeEnumType__Group__38009);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__3__Impl_in_rule__XOseeEnumType__Group__38246);
rule__XOseeEnumType__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__4_in_rule__XOseeEnumType__Group__38012);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__4_in_rule__XOseeEnumType__Group__38249);
rule__XOseeEnumType__Group__4();
state._fsp--;
@@ -10900,31 +11245,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3901:1: rule__XOseeEnumType__Group__3__Impl : ( ( rule__XOseeEnumType__Group_3__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4004:1: rule__XOseeEnumType__Group__3__Impl : ( ( rule__XOseeEnumType__Group_3__0 )? ) ;
public final void rule__XOseeEnumType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3905:1: ( ( ( rule__XOseeEnumType__Group_3__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3906:1: ( ( rule__XOseeEnumType__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4008:1: ( ( ( rule__XOseeEnumType__Group_3__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4009:1: ( ( rule__XOseeEnumType__Group_3__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3906:1: ( ( rule__XOseeEnumType__Group_3__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3907:1: ( rule__XOseeEnumType__Group_3__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4009:1: ( ( rule__XOseeEnumType__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4010:1: ( rule__XOseeEnumType__Group_3__0 )?
{
before(grammarAccess.getXOseeEnumTypeAccess().getGroup_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3908:1: ( rule__XOseeEnumType__Group_3__0 )?
- int alt38=2;
- int LA38_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4011:1: ( rule__XOseeEnumType__Group_3__0 )?
+ int alt39=2;
+ int LA39_0 = input.LA(1);
- if ( (LA38_0==56) ) {
- alt38=1;
+ if ( (LA39_0==56) ) {
+ alt39=1;
}
- switch (alt38) {
+ switch (alt39) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3908:2: rule__XOseeEnumType__Group_3__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4011:2: rule__XOseeEnumType__Group_3__0
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__0_in_rule__XOseeEnumType__Group__3__Impl8039);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__0_in_rule__XOseeEnumType__Group__3__Impl8276);
rule__XOseeEnumType__Group_3__0();
state._fsp--;
@@ -10958,21 +11303,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3918:1: rule__XOseeEnumType__Group__4 : rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4021:1: rule__XOseeEnumType__Group__4 : rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5 ;
public final void rule__XOseeEnumType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3922:1: ( rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3923:2: rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4025:1: ( rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4026:2: rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__4__Impl_in_rule__XOseeEnumType__Group__48070);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__4__Impl_in_rule__XOseeEnumType__Group__48307);
rule__XOseeEnumType__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__5_in_rule__XOseeEnumType__Group__48073);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__5_in_rule__XOseeEnumType__Group__48310);
rule__XOseeEnumType__Group__5();
state._fsp--;
@@ -10996,20 +11341,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3930:1: rule__XOseeEnumType__Group__4__Impl : ( 'uuid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4033:1: rule__XOseeEnumType__Group__4__Impl : ( 'uuid' ) ;
public final void rule__XOseeEnumType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3934:1: ( ( 'uuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3935:1: ( 'uuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4037:1: ( ( 'uuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4038:1: ( 'uuid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3935:1: ( 'uuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3936:1: 'uuid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4038:1: ( 'uuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4039:1: 'uuid'
{
before(grammarAccess.getXOseeEnumTypeAccess().getUuidKeyword_4());
- match(input,52,FOLLOW_52_in_rule__XOseeEnumType__Group__4__Impl8101);
+ match(input,52,FOLLOW_52_in_rule__XOseeEnumType__Group__4__Impl8338);
after(grammarAccess.getXOseeEnumTypeAccess().getUuidKeyword_4());
}
@@ -11033,21 +11378,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3949:1: rule__XOseeEnumType__Group__5 : rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4052:1: rule__XOseeEnumType__Group__5 : rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6 ;
public final void rule__XOseeEnumType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3953:1: ( rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3954:2: rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4056:1: ( rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4057:2: rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__5__Impl_in_rule__XOseeEnumType__Group__58132);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__5__Impl_in_rule__XOseeEnumType__Group__58369);
rule__XOseeEnumType__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__6_in_rule__XOseeEnumType__Group__58135);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__6_in_rule__XOseeEnumType__Group__58372);
rule__XOseeEnumType__Group__6();
state._fsp--;
@@ -11071,23 +11416,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3961:1: rule__XOseeEnumType__Group__5__Impl : ( ( rule__XOseeEnumType__UuidAssignment_5 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4064:1: rule__XOseeEnumType__Group__5__Impl : ( ( rule__XOseeEnumType__UuidAssignment_5 ) ) ;
public final void rule__XOseeEnumType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3965:1: ( ( ( rule__XOseeEnumType__UuidAssignment_5 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3966:1: ( ( rule__XOseeEnumType__UuidAssignment_5 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4068:1: ( ( ( rule__XOseeEnumType__UuidAssignment_5 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4069:1: ( ( rule__XOseeEnumType__UuidAssignment_5 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3966:1: ( ( rule__XOseeEnumType__UuidAssignment_5 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3967:1: ( rule__XOseeEnumType__UuidAssignment_5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4069:1: ( ( rule__XOseeEnumType__UuidAssignment_5 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4070:1: ( rule__XOseeEnumType__UuidAssignment_5 )
{
before(grammarAccess.getXOseeEnumTypeAccess().getUuidAssignment_5());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3968:1: ( rule__XOseeEnumType__UuidAssignment_5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3968:2: rule__XOseeEnumType__UuidAssignment_5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4071:1: ( rule__XOseeEnumType__UuidAssignment_5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4071:2: rule__XOseeEnumType__UuidAssignment_5
{
- pushFollow(FOLLOW_rule__XOseeEnumType__UuidAssignment_5_in_rule__XOseeEnumType__Group__5__Impl8162);
+ pushFollow(FOLLOW_rule__XOseeEnumType__UuidAssignment_5_in_rule__XOseeEnumType__Group__5__Impl8399);
rule__XOseeEnumType__UuidAssignment_5();
state._fsp--;
@@ -11118,21 +11463,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__6"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3978:1: rule__XOseeEnumType__Group__6 : rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4081:1: rule__XOseeEnumType__Group__6 : rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7 ;
public final void rule__XOseeEnumType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3982:1: ( rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3983:2: rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4085:1: ( rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4086:2: rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__6__Impl_in_rule__XOseeEnumType__Group__68192);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__6__Impl_in_rule__XOseeEnumType__Group__68429);
rule__XOseeEnumType__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__7_in_rule__XOseeEnumType__Group__68195);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__7_in_rule__XOseeEnumType__Group__68432);
rule__XOseeEnumType__Group__7();
state._fsp--;
@@ -11156,35 +11501,35 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__6__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3990:1: rule__XOseeEnumType__Group__6__Impl : ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4093:1: rule__XOseeEnumType__Group__6__Impl : ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* ) ;
public final void rule__XOseeEnumType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3994:1: ( ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3995:1: ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4097:1: ( ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4098:1: ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3995:1: ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3996:1: ( rule__XOseeEnumType__EnumEntriesAssignment_6 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4098:1: ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4099:1: ( rule__XOseeEnumType__EnumEntriesAssignment_6 )*
{
before(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesAssignment_6());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3997:1: ( rule__XOseeEnumType__EnumEntriesAssignment_6 )*
- loop39:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4100:1: ( rule__XOseeEnumType__EnumEntriesAssignment_6 )*
+ loop40:
do {
- int alt39=2;
- int LA39_0 = input.LA(1);
+ int alt40=2;
+ int LA40_0 = input.LA(1);
- if ( (LA39_0==69) ) {
- alt39=1;
+ if ( (LA40_0==69) ) {
+ alt40=1;
}
- switch (alt39) {
+ switch (alt40) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3997:2: rule__XOseeEnumType__EnumEntriesAssignment_6
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4100:2: rule__XOseeEnumType__EnumEntriesAssignment_6
{
- pushFollow(FOLLOW_rule__XOseeEnumType__EnumEntriesAssignment_6_in_rule__XOseeEnumType__Group__6__Impl8222);
+ pushFollow(FOLLOW_rule__XOseeEnumType__EnumEntriesAssignment_6_in_rule__XOseeEnumType__Group__6__Impl8459);
rule__XOseeEnumType__EnumEntriesAssignment_6();
state._fsp--;
@@ -11194,7 +11539,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop39;
+ break loop40;
}
} while (true);
@@ -11221,16 +11566,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__7"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4007:1: rule__XOseeEnumType__Group__7 : rule__XOseeEnumType__Group__7__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4110:1: rule__XOseeEnumType__Group__7 : rule__XOseeEnumType__Group__7__Impl ;
public final void rule__XOseeEnumType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4011:1: ( rule__XOseeEnumType__Group__7__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4012:2: rule__XOseeEnumType__Group__7__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4114:1: ( rule__XOseeEnumType__Group__7__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4115:2: rule__XOseeEnumType__Group__7__Impl
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__7__Impl_in_rule__XOseeEnumType__Group__78253);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group__7__Impl_in_rule__XOseeEnumType__Group__78490);
rule__XOseeEnumType__Group__7__Impl();
state._fsp--;
@@ -11254,20 +11599,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group__7__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4018:1: rule__XOseeEnumType__Group__7__Impl : ( '}' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4121:1: rule__XOseeEnumType__Group__7__Impl : ( '}' ) ;
public final void rule__XOseeEnumType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4022:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4023:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4125:1: ( ( '}' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4126:1: ( '}' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4023:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4024:1: '}'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4126:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4127:1: '}'
{
before(grammarAccess.getXOseeEnumTypeAccess().getRightCurlyBracketKeyword_7());
- match(input,53,FOLLOW_53_in_rule__XOseeEnumType__Group__7__Impl8281);
+ match(input,53,FOLLOW_53_in_rule__XOseeEnumType__Group__7__Impl8518);
after(grammarAccess.getXOseeEnumTypeAccess().getRightCurlyBracketKeyword_7());
}
@@ -11291,21 +11636,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group_3__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4053:1: rule__XOseeEnumType__Group_3__0 : rule__XOseeEnumType__Group_3__0__Impl rule__XOseeEnumType__Group_3__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4156:1: rule__XOseeEnumType__Group_3__0 : rule__XOseeEnumType__Group_3__0__Impl rule__XOseeEnumType__Group_3__1 ;
public final void rule__XOseeEnumType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4057:1: ( rule__XOseeEnumType__Group_3__0__Impl rule__XOseeEnumType__Group_3__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4058:2: rule__XOseeEnumType__Group_3__0__Impl rule__XOseeEnumType__Group_3__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4160:1: ( rule__XOseeEnumType__Group_3__0__Impl rule__XOseeEnumType__Group_3__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4161:2: rule__XOseeEnumType__Group_3__0__Impl rule__XOseeEnumType__Group_3__1
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__0__Impl_in_rule__XOseeEnumType__Group_3__08328);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__0__Impl_in_rule__XOseeEnumType__Group_3__08565);
rule__XOseeEnumType__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__1_in_rule__XOseeEnumType__Group_3__08331);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__1_in_rule__XOseeEnumType__Group_3__08568);
rule__XOseeEnumType__Group_3__1();
state._fsp--;
@@ -11329,20 +11674,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group_3__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4065:1: rule__XOseeEnumType__Group_3__0__Impl : ( 'guid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4168:1: rule__XOseeEnumType__Group_3__0__Impl : ( 'guid' ) ;
public final void rule__XOseeEnumType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4069:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4070:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4172:1: ( ( 'guid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4173:1: ( 'guid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4070:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4071:1: 'guid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4173:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4174:1: 'guid'
{
before(grammarAccess.getXOseeEnumTypeAccess().getGuidKeyword_3_0());
- match(input,56,FOLLOW_56_in_rule__XOseeEnumType__Group_3__0__Impl8359);
+ match(input,56,FOLLOW_56_in_rule__XOseeEnumType__Group_3__0__Impl8596);
after(grammarAccess.getXOseeEnumTypeAccess().getGuidKeyword_3_0());
}
@@ -11366,16 +11711,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group_3__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4084:1: rule__XOseeEnumType__Group_3__1 : rule__XOseeEnumType__Group_3__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4187:1: rule__XOseeEnumType__Group_3__1 : rule__XOseeEnumType__Group_3__1__Impl ;
public final void rule__XOseeEnumType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4088:1: ( rule__XOseeEnumType__Group_3__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4089:2: rule__XOseeEnumType__Group_3__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4191:1: ( rule__XOseeEnumType__Group_3__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4192:2: rule__XOseeEnumType__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__1__Impl_in_rule__XOseeEnumType__Group_3__18390);
+ pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__1__Impl_in_rule__XOseeEnumType__Group_3__18627);
rule__XOseeEnumType__Group_3__1__Impl();
state._fsp--;
@@ -11399,23 +11744,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__Group_3__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4095:1: rule__XOseeEnumType__Group_3__1__Impl : ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4198:1: rule__XOseeEnumType__Group_3__1__Impl : ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) ) ;
public final void rule__XOseeEnumType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4099:1: ( ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4100:1: ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4202:1: ( ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4203:1: ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4100:1: ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4101:1: ( rule__XOseeEnumType__TypeGuidAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4203:1: ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4204:1: ( rule__XOseeEnumType__TypeGuidAssignment_3_1 )
{
before(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidAssignment_3_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4102:1: ( rule__XOseeEnumType__TypeGuidAssignment_3_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4102:2: rule__XOseeEnumType__TypeGuidAssignment_3_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4205:1: ( rule__XOseeEnumType__TypeGuidAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4205:2: rule__XOseeEnumType__TypeGuidAssignment_3_1
{
- pushFollow(FOLLOW_rule__XOseeEnumType__TypeGuidAssignment_3_1_in_rule__XOseeEnumType__Group_3__1__Impl8417);
+ pushFollow(FOLLOW_rule__XOseeEnumType__TypeGuidAssignment_3_1_in_rule__XOseeEnumType__Group_3__1__Impl8654);
rule__XOseeEnumType__TypeGuidAssignment_3_1();
state._fsp--;
@@ -11446,21 +11791,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4116:1: rule__XOseeEnumEntry__Group__0 : rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4219:1: rule__XOseeEnumEntry__Group__0 : rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1 ;
public final void rule__XOseeEnumEntry__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4120:1: ( rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4121:2: rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4223:1: ( rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4224:2: rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__0__Impl_in_rule__XOseeEnumEntry__Group__08451);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__0__Impl_in_rule__XOseeEnumEntry__Group__08688);
rule__XOseeEnumEntry__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__1_in_rule__XOseeEnumEntry__Group__08454);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__1_in_rule__XOseeEnumEntry__Group__08691);
rule__XOseeEnumEntry__Group__1();
state._fsp--;
@@ -11484,20 +11829,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4128:1: rule__XOseeEnumEntry__Group__0__Impl : ( 'entry' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4231:1: rule__XOseeEnumEntry__Group__0__Impl : ( 'entry' ) ;
public final void rule__XOseeEnumEntry__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4132:1: ( ( 'entry' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4133:1: ( 'entry' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4235:1: ( ( 'entry' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4236:1: ( 'entry' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4133:1: ( 'entry' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4134:1: 'entry'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4236:1: ( 'entry' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4237:1: 'entry'
{
before(grammarAccess.getXOseeEnumEntryAccess().getEntryKeyword_0());
- match(input,69,FOLLOW_69_in_rule__XOseeEnumEntry__Group__0__Impl8482);
+ match(input,69,FOLLOW_69_in_rule__XOseeEnumEntry__Group__0__Impl8719);
after(grammarAccess.getXOseeEnumEntryAccess().getEntryKeyword_0());
}
@@ -11521,21 +11866,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4147:1: rule__XOseeEnumEntry__Group__1 : rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4250:1: rule__XOseeEnumEntry__Group__1 : rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2 ;
public final void rule__XOseeEnumEntry__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4151:1: ( rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4152:2: rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4254:1: ( rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4255:2: rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__1__Impl_in_rule__XOseeEnumEntry__Group__18513);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__1__Impl_in_rule__XOseeEnumEntry__Group__18750);
rule__XOseeEnumEntry__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__2_in_rule__XOseeEnumEntry__Group__18516);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__2_in_rule__XOseeEnumEntry__Group__18753);
rule__XOseeEnumEntry__Group__2();
state._fsp--;
@@ -11559,23 +11904,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4159:1: rule__XOseeEnumEntry__Group__1__Impl : ( ( rule__XOseeEnumEntry__NameAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4262:1: rule__XOseeEnumEntry__Group__1__Impl : ( ( rule__XOseeEnumEntry__NameAssignment_1 ) ) ;
public final void rule__XOseeEnumEntry__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4163:1: ( ( ( rule__XOseeEnumEntry__NameAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4164:1: ( ( rule__XOseeEnumEntry__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4266:1: ( ( ( rule__XOseeEnumEntry__NameAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4267:1: ( ( rule__XOseeEnumEntry__NameAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4164:1: ( ( rule__XOseeEnumEntry__NameAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4165:1: ( rule__XOseeEnumEntry__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4267:1: ( ( rule__XOseeEnumEntry__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4268:1: ( rule__XOseeEnumEntry__NameAssignment_1 )
{
before(grammarAccess.getXOseeEnumEntryAccess().getNameAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4166:1: ( rule__XOseeEnumEntry__NameAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4166:2: rule__XOseeEnumEntry__NameAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4269:1: ( rule__XOseeEnumEntry__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4269:2: rule__XOseeEnumEntry__NameAssignment_1
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__NameAssignment_1_in_rule__XOseeEnumEntry__Group__1__Impl8543);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__NameAssignment_1_in_rule__XOseeEnumEntry__Group__1__Impl8780);
rule__XOseeEnumEntry__NameAssignment_1();
state._fsp--;
@@ -11606,21 +11951,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4176:1: rule__XOseeEnumEntry__Group__2 : rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4279:1: rule__XOseeEnumEntry__Group__2 : rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3 ;
public final void rule__XOseeEnumEntry__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4180:1: ( rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4181:2: rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4283:1: ( rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4284:2: rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__2__Impl_in_rule__XOseeEnumEntry__Group__28573);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__2__Impl_in_rule__XOseeEnumEntry__Group__28810);
rule__XOseeEnumEntry__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__3_in_rule__XOseeEnumEntry__Group__28576);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__3_in_rule__XOseeEnumEntry__Group__28813);
rule__XOseeEnumEntry__Group__3();
state._fsp--;
@@ -11644,31 +11989,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4188:1: rule__XOseeEnumEntry__Group__2__Impl : ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4291:1: rule__XOseeEnumEntry__Group__2__Impl : ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? ) ;
public final void rule__XOseeEnumEntry__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4192:1: ( ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4193:1: ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4295:1: ( ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4296:1: ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4193:1: ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4194:1: ( rule__XOseeEnumEntry__OrdinalAssignment_2 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4296:1: ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4297:1: ( rule__XOseeEnumEntry__OrdinalAssignment_2 )?
{
before(grammarAccess.getXOseeEnumEntryAccess().getOrdinalAssignment_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4195:1: ( rule__XOseeEnumEntry__OrdinalAssignment_2 )?
- int alt40=2;
- int LA40_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4298:1: ( rule__XOseeEnumEntry__OrdinalAssignment_2 )?
+ int alt41=2;
+ int LA41_0 = input.LA(1);
- if ( (LA40_0==RULE_WHOLE_NUM_STR) ) {
- alt40=1;
+ if ( (LA41_0==RULE_WHOLE_NUM_STR) ) {
+ alt41=1;
}
- switch (alt40) {
+ switch (alt41) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4195:2: rule__XOseeEnumEntry__OrdinalAssignment_2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4298:2: rule__XOseeEnumEntry__OrdinalAssignment_2
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__OrdinalAssignment_2_in_rule__XOseeEnumEntry__Group__2__Impl8603);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__OrdinalAssignment_2_in_rule__XOseeEnumEntry__Group__2__Impl8840);
rule__XOseeEnumEntry__OrdinalAssignment_2();
state._fsp--;
@@ -11702,16 +12047,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4205:1: rule__XOseeEnumEntry__Group__3 : rule__XOseeEnumEntry__Group__3__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4308:1: rule__XOseeEnumEntry__Group__3 : rule__XOseeEnumEntry__Group__3__Impl ;
public final void rule__XOseeEnumEntry__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4209:1: ( rule__XOseeEnumEntry__Group__3__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4210:2: rule__XOseeEnumEntry__Group__3__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4312:1: ( rule__XOseeEnumEntry__Group__3__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4313:2: rule__XOseeEnumEntry__Group__3__Impl
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__3__Impl_in_rule__XOseeEnumEntry__Group__38634);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__3__Impl_in_rule__XOseeEnumEntry__Group__38871);
rule__XOseeEnumEntry__Group__3__Impl();
state._fsp--;
@@ -11735,31 +12080,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4216:1: rule__XOseeEnumEntry__Group__3__Impl : ( ( rule__XOseeEnumEntry__Group_3__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4319:1: rule__XOseeEnumEntry__Group__3__Impl : ( ( rule__XOseeEnumEntry__Group_3__0 )? ) ;
public final void rule__XOseeEnumEntry__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4220:1: ( ( ( rule__XOseeEnumEntry__Group_3__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4221:1: ( ( rule__XOseeEnumEntry__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4323:1: ( ( ( rule__XOseeEnumEntry__Group_3__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4324:1: ( ( rule__XOseeEnumEntry__Group_3__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4221:1: ( ( rule__XOseeEnumEntry__Group_3__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4222:1: ( rule__XOseeEnumEntry__Group_3__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4324:1: ( ( rule__XOseeEnumEntry__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4325:1: ( rule__XOseeEnumEntry__Group_3__0 )?
{
before(grammarAccess.getXOseeEnumEntryAccess().getGroup_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4223:1: ( rule__XOseeEnumEntry__Group_3__0 )?
- int alt41=2;
- int LA41_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4326:1: ( rule__XOseeEnumEntry__Group_3__0 )?
+ int alt42=2;
+ int LA42_0 = input.LA(1);
- if ( (LA41_0==70) ) {
- alt41=1;
+ if ( (LA42_0==70) ) {
+ alt42=1;
}
- switch (alt41) {
+ switch (alt42) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4223:2: rule__XOseeEnumEntry__Group_3__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4326:2: rule__XOseeEnumEntry__Group_3__0
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__0_in_rule__XOseeEnumEntry__Group__3__Impl8661);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__0_in_rule__XOseeEnumEntry__Group__3__Impl8898);
rule__XOseeEnumEntry__Group_3__0();
state._fsp--;
@@ -11793,21 +12138,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group_3__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4241:1: rule__XOseeEnumEntry__Group_3__0 : rule__XOseeEnumEntry__Group_3__0__Impl rule__XOseeEnumEntry__Group_3__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4344:1: rule__XOseeEnumEntry__Group_3__0 : rule__XOseeEnumEntry__Group_3__0__Impl rule__XOseeEnumEntry__Group_3__1 ;
public final void rule__XOseeEnumEntry__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4245:1: ( rule__XOseeEnumEntry__Group_3__0__Impl rule__XOseeEnumEntry__Group_3__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4246:2: rule__XOseeEnumEntry__Group_3__0__Impl rule__XOseeEnumEntry__Group_3__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4348:1: ( rule__XOseeEnumEntry__Group_3__0__Impl rule__XOseeEnumEntry__Group_3__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4349:2: rule__XOseeEnumEntry__Group_3__0__Impl rule__XOseeEnumEntry__Group_3__1
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__0__Impl_in_rule__XOseeEnumEntry__Group_3__08700);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__0__Impl_in_rule__XOseeEnumEntry__Group_3__08937);
rule__XOseeEnumEntry__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__1_in_rule__XOseeEnumEntry__Group_3__08703);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__1_in_rule__XOseeEnumEntry__Group_3__08940);
rule__XOseeEnumEntry__Group_3__1();
state._fsp--;
@@ -11831,20 +12176,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group_3__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4253:1: rule__XOseeEnumEntry__Group_3__0__Impl : ( 'entryGuid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4356:1: rule__XOseeEnumEntry__Group_3__0__Impl : ( 'entryGuid' ) ;
public final void rule__XOseeEnumEntry__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4257:1: ( ( 'entryGuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4258:1: ( 'entryGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4360:1: ( ( 'entryGuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4361:1: ( 'entryGuid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4258:1: ( 'entryGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4259:1: 'entryGuid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4361:1: ( 'entryGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4362:1: 'entryGuid'
{
before(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidKeyword_3_0());
- match(input,70,FOLLOW_70_in_rule__XOseeEnumEntry__Group_3__0__Impl8731);
+ match(input,70,FOLLOW_70_in_rule__XOseeEnumEntry__Group_3__0__Impl8968);
after(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidKeyword_3_0());
}
@@ -11868,16 +12213,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group_3__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4272:1: rule__XOseeEnumEntry__Group_3__1 : rule__XOseeEnumEntry__Group_3__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4375:1: rule__XOseeEnumEntry__Group_3__1 : rule__XOseeEnumEntry__Group_3__1__Impl ;
public final void rule__XOseeEnumEntry__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4276:1: ( rule__XOseeEnumEntry__Group_3__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4277:2: rule__XOseeEnumEntry__Group_3__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4379:1: ( rule__XOseeEnumEntry__Group_3__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4380:2: rule__XOseeEnumEntry__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__1__Impl_in_rule__XOseeEnumEntry__Group_3__18762);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__1__Impl_in_rule__XOseeEnumEntry__Group_3__18999);
rule__XOseeEnumEntry__Group_3__1__Impl();
state._fsp--;
@@ -11901,23 +12246,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__Group_3__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4283:1: rule__XOseeEnumEntry__Group_3__1__Impl : ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4386:1: rule__XOseeEnumEntry__Group_3__1__Impl : ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) ) ;
public final void rule__XOseeEnumEntry__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4287:1: ( ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4288:1: ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4390:1: ( ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4391:1: ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4288:1: ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4289:1: ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4391:1: ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4392:1: ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 )
{
before(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidAssignment_3_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4290:1: ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4290:2: rule__XOseeEnumEntry__EntryGuidAssignment_3_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4393:1: ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4393:2: rule__XOseeEnumEntry__EntryGuidAssignment_3_1
{
- pushFollow(FOLLOW_rule__XOseeEnumEntry__EntryGuidAssignment_3_1_in_rule__XOseeEnumEntry__Group_3__1__Impl8789);
+ pushFollow(FOLLOW_rule__XOseeEnumEntry__EntryGuidAssignment_3_1_in_rule__XOseeEnumEntry__Group_3__1__Impl9026);
rule__XOseeEnumEntry__EntryGuidAssignment_3_1();
state._fsp--;
@@ -11948,21 +12293,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4304:1: rule__XOseeEnumOverride__Group__0 : rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4407:1: rule__XOseeEnumOverride__Group__0 : rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1 ;
public final void rule__XOseeEnumOverride__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4308:1: ( rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4309:2: rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4411:1: ( rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4412:2: rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1
{
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__0__Impl_in_rule__XOseeEnumOverride__Group__08823);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__0__Impl_in_rule__XOseeEnumOverride__Group__09060);
rule__XOseeEnumOverride__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__1_in_rule__XOseeEnumOverride__Group__08826);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__1_in_rule__XOseeEnumOverride__Group__09063);
rule__XOseeEnumOverride__Group__1();
state._fsp--;
@@ -11986,20 +12331,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4316:1: rule__XOseeEnumOverride__Group__0__Impl : ( 'overrides enum' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4419:1: rule__XOseeEnumOverride__Group__0__Impl : ( 'overrides enum' ) ;
public final void rule__XOseeEnumOverride__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4320:1: ( ( 'overrides enum' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4321:1: ( 'overrides enum' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4423:1: ( ( 'overrides enum' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4424:1: ( 'overrides enum' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4321:1: ( 'overrides enum' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4322:1: 'overrides enum'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4424:1: ( 'overrides enum' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4425:1: 'overrides enum'
{
before(grammarAccess.getXOseeEnumOverrideAccess().getOverridesEnumKeyword_0());
- match(input,71,FOLLOW_71_in_rule__XOseeEnumOverride__Group__0__Impl8854);
+ match(input,71,FOLLOW_71_in_rule__XOseeEnumOverride__Group__0__Impl9091);
after(grammarAccess.getXOseeEnumOverrideAccess().getOverridesEnumKeyword_0());
}
@@ -12023,21 +12368,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4335:1: rule__XOseeEnumOverride__Group__1 : rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4438:1: rule__XOseeEnumOverride__Group__1 : rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2 ;
public final void rule__XOseeEnumOverride__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4339:1: ( rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4340:2: rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4442:1: ( rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4443:2: rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2
{
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__1__Impl_in_rule__XOseeEnumOverride__Group__18885);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__1__Impl_in_rule__XOseeEnumOverride__Group__19122);
rule__XOseeEnumOverride__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__2_in_rule__XOseeEnumOverride__Group__18888);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__2_in_rule__XOseeEnumOverride__Group__19125);
rule__XOseeEnumOverride__Group__2();
state._fsp--;
@@ -12061,23 +12406,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4347:1: rule__XOseeEnumOverride__Group__1__Impl : ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4450:1: rule__XOseeEnumOverride__Group__1__Impl : ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) ) ;
public final void rule__XOseeEnumOverride__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4351:1: ( ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4352:1: ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4454:1: ( ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4455:1: ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4352:1: ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4353:1: ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4455:1: ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4456:1: ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 )
{
before(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4354:1: ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4354:2: rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4457:1: ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4457:2: rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1
{
- pushFollow(FOLLOW_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1_in_rule__XOseeEnumOverride__Group__1__Impl8915);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1_in_rule__XOseeEnumOverride__Group__1__Impl9152);
rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1();
state._fsp--;
@@ -12108,21 +12453,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4364:1: rule__XOseeEnumOverride__Group__2 : rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4467:1: rule__XOseeEnumOverride__Group__2 : rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3 ;
public final void rule__XOseeEnumOverride__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4368:1: ( rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4369:2: rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4471:1: ( rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4472:2: rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3
{
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__2__Impl_in_rule__XOseeEnumOverride__Group__28945);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__2__Impl_in_rule__XOseeEnumOverride__Group__29182);
rule__XOseeEnumOverride__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__3_in_rule__XOseeEnumOverride__Group__28948);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__3_in_rule__XOseeEnumOverride__Group__29185);
rule__XOseeEnumOverride__Group__3();
state._fsp--;
@@ -12146,20 +12491,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4376:1: rule__XOseeEnumOverride__Group__2__Impl : ( '{' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4479:1: rule__XOseeEnumOverride__Group__2__Impl : ( '{' ) ;
public final void rule__XOseeEnumOverride__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4380:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4381:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4483:1: ( ( '{' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4484:1: ( '{' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4381:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4382:1: '{'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4484:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4485:1: '{'
{
before(grammarAccess.getXOseeEnumOverrideAccess().getLeftCurlyBracketKeyword_2());
- match(input,51,FOLLOW_51_in_rule__XOseeEnumOverride__Group__2__Impl8976);
+ match(input,51,FOLLOW_51_in_rule__XOseeEnumOverride__Group__2__Impl9213);
after(grammarAccess.getXOseeEnumOverrideAccess().getLeftCurlyBracketKeyword_2());
}
@@ -12183,21 +12528,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4395:1: rule__XOseeEnumOverride__Group__3 : rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4498:1: rule__XOseeEnumOverride__Group__3 : rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4 ;
public final void rule__XOseeEnumOverride__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4399:1: ( rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4400:2: rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4502:1: ( rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4503:2: rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4
{
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__3__Impl_in_rule__XOseeEnumOverride__Group__39007);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__3__Impl_in_rule__XOseeEnumOverride__Group__39244);
rule__XOseeEnumOverride__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__4_in_rule__XOseeEnumOverride__Group__39010);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__4_in_rule__XOseeEnumOverride__Group__39247);
rule__XOseeEnumOverride__Group__4();
state._fsp--;
@@ -12221,31 +12566,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4407:1: rule__XOseeEnumOverride__Group__3__Impl : ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4510:1: rule__XOseeEnumOverride__Group__3__Impl : ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? ) ;
public final void rule__XOseeEnumOverride__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4411:1: ( ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4412:1: ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4514:1: ( ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4515:1: ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4412:1: ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4413:1: ( rule__XOseeEnumOverride__InheritAllAssignment_3 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4515:1: ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4516:1: ( rule__XOseeEnumOverride__InheritAllAssignment_3 )?
{
before(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllAssignment_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4414:1: ( rule__XOseeEnumOverride__InheritAllAssignment_3 )?
- int alt42=2;
- int LA42_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4517:1: ( rule__XOseeEnumOverride__InheritAllAssignment_3 )?
+ int alt43=2;
+ int LA43_0 = input.LA(1);
- if ( (LA42_0==92) ) {
- alt42=1;
+ if ( (LA43_0==93) ) {
+ alt43=1;
}
- switch (alt42) {
+ switch (alt43) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4414:2: rule__XOseeEnumOverride__InheritAllAssignment_3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4517:2: rule__XOseeEnumOverride__InheritAllAssignment_3
{
- pushFollow(FOLLOW_rule__XOseeEnumOverride__InheritAllAssignment_3_in_rule__XOseeEnumOverride__Group__3__Impl9037);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__InheritAllAssignment_3_in_rule__XOseeEnumOverride__Group__3__Impl9274);
rule__XOseeEnumOverride__InheritAllAssignment_3();
state._fsp--;
@@ -12279,21 +12624,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4424:1: rule__XOseeEnumOverride__Group__4 : rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4527:1: rule__XOseeEnumOverride__Group__4 : rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5 ;
public final void rule__XOseeEnumOverride__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4428:1: ( rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4429:2: rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4531:1: ( rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4532:2: rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5
{
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__4__Impl_in_rule__XOseeEnumOverride__Group__49068);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__4__Impl_in_rule__XOseeEnumOverride__Group__49305);
rule__XOseeEnumOverride__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__5_in_rule__XOseeEnumOverride__Group__49071);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__5_in_rule__XOseeEnumOverride__Group__49308);
rule__XOseeEnumOverride__Group__5();
state._fsp--;
@@ -12317,35 +12662,35 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4436:1: rule__XOseeEnumOverride__Group__4__Impl : ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4539:1: rule__XOseeEnumOverride__Group__4__Impl : ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* ) ;
public final void rule__XOseeEnumOverride__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4440:1: ( ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4441:1: ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4543:1: ( ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4544:1: ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4441:1: ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4442:1: ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4544:1: ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4545:1: ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )*
{
before(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsAssignment_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4443:1: ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )*
- loop43:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4546:1: ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )*
+ loop44:
do {
- int alt43=2;
- int LA43_0 = input.LA(1);
+ int alt44=2;
+ int LA44_0 = input.LA(1);
- if ( ((LA43_0>=72 && LA43_0<=73)) ) {
- alt43=1;
+ if ( ((LA44_0>=72 && LA44_0<=73)) ) {
+ alt44=1;
}
- switch (alt43) {
+ switch (alt44) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4443:2: rule__XOseeEnumOverride__OverrideOptionsAssignment_4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4546:2: rule__XOseeEnumOverride__OverrideOptionsAssignment_4
{
- pushFollow(FOLLOW_rule__XOseeEnumOverride__OverrideOptionsAssignment_4_in_rule__XOseeEnumOverride__Group__4__Impl9098);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__OverrideOptionsAssignment_4_in_rule__XOseeEnumOverride__Group__4__Impl9335);
rule__XOseeEnumOverride__OverrideOptionsAssignment_4();
state._fsp--;
@@ -12355,7 +12700,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop43;
+ break loop44;
}
} while (true);
@@ -12382,16 +12727,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4453:1: rule__XOseeEnumOverride__Group__5 : rule__XOseeEnumOverride__Group__5__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4556:1: rule__XOseeEnumOverride__Group__5 : rule__XOseeEnumOverride__Group__5__Impl ;
public final void rule__XOseeEnumOverride__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4457:1: ( rule__XOseeEnumOverride__Group__5__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4458:2: rule__XOseeEnumOverride__Group__5__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4560:1: ( rule__XOseeEnumOverride__Group__5__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4561:2: rule__XOseeEnumOverride__Group__5__Impl
{
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__5__Impl_in_rule__XOseeEnumOverride__Group__59129);
+ pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__5__Impl_in_rule__XOseeEnumOverride__Group__59366);
rule__XOseeEnumOverride__Group__5__Impl();
state._fsp--;
@@ -12415,20 +12760,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4464:1: rule__XOseeEnumOverride__Group__5__Impl : ( '}' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4567:1: rule__XOseeEnumOverride__Group__5__Impl : ( '}' ) ;
public final void rule__XOseeEnumOverride__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4468:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4469:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4571:1: ( ( '}' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4572:1: ( '}' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4469:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4470:1: '}'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4572:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4573:1: '}'
{
before(grammarAccess.getXOseeEnumOverrideAccess().getRightCurlyBracketKeyword_5());
- match(input,53,FOLLOW_53_in_rule__XOseeEnumOverride__Group__5__Impl9157);
+ match(input,53,FOLLOW_53_in_rule__XOseeEnumOverride__Group__5__Impl9394);
after(grammarAccess.getXOseeEnumOverrideAccess().getRightCurlyBracketKeyword_5());
}
@@ -12452,21 +12797,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4495:1: rule__AddEnum__Group__0 : rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4598:1: rule__AddEnum__Group__0 : rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1 ;
public final void rule__AddEnum__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4499:1: ( rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4500:2: rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4602:1: ( rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4603:2: rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1
{
- pushFollow(FOLLOW_rule__AddEnum__Group__0__Impl_in_rule__AddEnum__Group__09200);
+ pushFollow(FOLLOW_rule__AddEnum__Group__0__Impl_in_rule__AddEnum__Group__09437);
rule__AddEnum__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group__1_in_rule__AddEnum__Group__09203);
+ pushFollow(FOLLOW_rule__AddEnum__Group__1_in_rule__AddEnum__Group__09440);
rule__AddEnum__Group__1();
state._fsp--;
@@ -12490,20 +12835,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4507:1: rule__AddEnum__Group__0__Impl : ( 'add' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4610:1: rule__AddEnum__Group__0__Impl : ( 'add' ) ;
public final void rule__AddEnum__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4511:1: ( ( 'add' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4512:1: ( 'add' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4614:1: ( ( 'add' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4615:1: ( 'add' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4512:1: ( 'add' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4513:1: 'add'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4615:1: ( 'add' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4616:1: 'add'
{
before(grammarAccess.getAddEnumAccess().getAddKeyword_0());
- match(input,72,FOLLOW_72_in_rule__AddEnum__Group__0__Impl9231);
+ match(input,72,FOLLOW_72_in_rule__AddEnum__Group__0__Impl9468);
after(grammarAccess.getAddEnumAccess().getAddKeyword_0());
}
@@ -12527,21 +12872,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4526:1: rule__AddEnum__Group__1 : rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4629:1: rule__AddEnum__Group__1 : rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2 ;
public final void rule__AddEnum__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4530:1: ( rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4531:2: rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4633:1: ( rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4634:2: rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2
{
- pushFollow(FOLLOW_rule__AddEnum__Group__1__Impl_in_rule__AddEnum__Group__19262);
+ pushFollow(FOLLOW_rule__AddEnum__Group__1__Impl_in_rule__AddEnum__Group__19499);
rule__AddEnum__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group__2_in_rule__AddEnum__Group__19265);
+ pushFollow(FOLLOW_rule__AddEnum__Group__2_in_rule__AddEnum__Group__19502);
rule__AddEnum__Group__2();
state._fsp--;
@@ -12565,23 +12910,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4538:1: rule__AddEnum__Group__1__Impl : ( ( rule__AddEnum__EnumEntryAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4641:1: rule__AddEnum__Group__1__Impl : ( ( rule__AddEnum__EnumEntryAssignment_1 ) ) ;
public final void rule__AddEnum__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4542:1: ( ( ( rule__AddEnum__EnumEntryAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4543:1: ( ( rule__AddEnum__EnumEntryAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4645:1: ( ( ( rule__AddEnum__EnumEntryAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4646:1: ( ( rule__AddEnum__EnumEntryAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4543:1: ( ( rule__AddEnum__EnumEntryAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4544:1: ( rule__AddEnum__EnumEntryAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4646:1: ( ( rule__AddEnum__EnumEntryAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4647:1: ( rule__AddEnum__EnumEntryAssignment_1 )
{
before(grammarAccess.getAddEnumAccess().getEnumEntryAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4545:1: ( rule__AddEnum__EnumEntryAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4545:2: rule__AddEnum__EnumEntryAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4648:1: ( rule__AddEnum__EnumEntryAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4648:2: rule__AddEnum__EnumEntryAssignment_1
{
- pushFollow(FOLLOW_rule__AddEnum__EnumEntryAssignment_1_in_rule__AddEnum__Group__1__Impl9292);
+ pushFollow(FOLLOW_rule__AddEnum__EnumEntryAssignment_1_in_rule__AddEnum__Group__1__Impl9529);
rule__AddEnum__EnumEntryAssignment_1();
state._fsp--;
@@ -12612,21 +12957,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4555:1: rule__AddEnum__Group__2 : rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4658:1: rule__AddEnum__Group__2 : rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3 ;
public final void rule__AddEnum__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4559:1: ( rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4560:2: rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4662:1: ( rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4663:2: rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3
{
- pushFollow(FOLLOW_rule__AddEnum__Group__2__Impl_in_rule__AddEnum__Group__29322);
+ pushFollow(FOLLOW_rule__AddEnum__Group__2__Impl_in_rule__AddEnum__Group__29559);
rule__AddEnum__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group__3_in_rule__AddEnum__Group__29325);
+ pushFollow(FOLLOW_rule__AddEnum__Group__3_in_rule__AddEnum__Group__29562);
rule__AddEnum__Group__3();
state._fsp--;
@@ -12650,31 +12995,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4567:1: rule__AddEnum__Group__2__Impl : ( ( rule__AddEnum__OrdinalAssignment_2 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4670:1: rule__AddEnum__Group__2__Impl : ( ( rule__AddEnum__OrdinalAssignment_2 )? ) ;
public final void rule__AddEnum__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4571:1: ( ( ( rule__AddEnum__OrdinalAssignment_2 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4572:1: ( ( rule__AddEnum__OrdinalAssignment_2 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4674:1: ( ( ( rule__AddEnum__OrdinalAssignment_2 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4675:1: ( ( rule__AddEnum__OrdinalAssignment_2 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4572:1: ( ( rule__AddEnum__OrdinalAssignment_2 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4573:1: ( rule__AddEnum__OrdinalAssignment_2 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4675:1: ( ( rule__AddEnum__OrdinalAssignment_2 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4676:1: ( rule__AddEnum__OrdinalAssignment_2 )?
{
before(grammarAccess.getAddEnumAccess().getOrdinalAssignment_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4574:1: ( rule__AddEnum__OrdinalAssignment_2 )?
- int alt44=2;
- int LA44_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4677:1: ( rule__AddEnum__OrdinalAssignment_2 )?
+ int alt45=2;
+ int LA45_0 = input.LA(1);
- if ( (LA44_0==RULE_WHOLE_NUM_STR) ) {
- alt44=1;
+ if ( (LA45_0==RULE_WHOLE_NUM_STR) ) {
+ alt45=1;
}
- switch (alt44) {
+ switch (alt45) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4574:2: rule__AddEnum__OrdinalAssignment_2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4677:2: rule__AddEnum__OrdinalAssignment_2
{
- pushFollow(FOLLOW_rule__AddEnum__OrdinalAssignment_2_in_rule__AddEnum__Group__2__Impl9352);
+ pushFollow(FOLLOW_rule__AddEnum__OrdinalAssignment_2_in_rule__AddEnum__Group__2__Impl9589);
rule__AddEnum__OrdinalAssignment_2();
state._fsp--;
@@ -12708,16 +13053,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4584:1: rule__AddEnum__Group__3 : rule__AddEnum__Group__3__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4687:1: rule__AddEnum__Group__3 : rule__AddEnum__Group__3__Impl ;
public final void rule__AddEnum__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4588:1: ( rule__AddEnum__Group__3__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4589:2: rule__AddEnum__Group__3__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4691:1: ( rule__AddEnum__Group__3__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4692:2: rule__AddEnum__Group__3__Impl
{
- pushFollow(FOLLOW_rule__AddEnum__Group__3__Impl_in_rule__AddEnum__Group__39383);
+ pushFollow(FOLLOW_rule__AddEnum__Group__3__Impl_in_rule__AddEnum__Group__39620);
rule__AddEnum__Group__3__Impl();
state._fsp--;
@@ -12741,31 +13086,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4595:1: rule__AddEnum__Group__3__Impl : ( ( rule__AddEnum__Group_3__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4698:1: rule__AddEnum__Group__3__Impl : ( ( rule__AddEnum__Group_3__0 )? ) ;
public final void rule__AddEnum__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4599:1: ( ( ( rule__AddEnum__Group_3__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4600:1: ( ( rule__AddEnum__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4702:1: ( ( ( rule__AddEnum__Group_3__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4703:1: ( ( rule__AddEnum__Group_3__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4600:1: ( ( rule__AddEnum__Group_3__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4601:1: ( rule__AddEnum__Group_3__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4703:1: ( ( rule__AddEnum__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4704:1: ( rule__AddEnum__Group_3__0 )?
{
before(grammarAccess.getAddEnumAccess().getGroup_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4602:1: ( rule__AddEnum__Group_3__0 )?
- int alt45=2;
- int LA45_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4705:1: ( rule__AddEnum__Group_3__0 )?
+ int alt46=2;
+ int LA46_0 = input.LA(1);
- if ( (LA45_0==70) ) {
- alt45=1;
+ if ( (LA46_0==70) ) {
+ alt46=1;
}
- switch (alt45) {
+ switch (alt46) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4602:2: rule__AddEnum__Group_3__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4705:2: rule__AddEnum__Group_3__0
{
- pushFollow(FOLLOW_rule__AddEnum__Group_3__0_in_rule__AddEnum__Group__3__Impl9410);
+ pushFollow(FOLLOW_rule__AddEnum__Group_3__0_in_rule__AddEnum__Group__3__Impl9647);
rule__AddEnum__Group_3__0();
state._fsp--;
@@ -12799,21 +13144,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group_3__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4620:1: rule__AddEnum__Group_3__0 : rule__AddEnum__Group_3__0__Impl rule__AddEnum__Group_3__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4723:1: rule__AddEnum__Group_3__0 : rule__AddEnum__Group_3__0__Impl rule__AddEnum__Group_3__1 ;
public final void rule__AddEnum__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4624:1: ( rule__AddEnum__Group_3__0__Impl rule__AddEnum__Group_3__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4625:2: rule__AddEnum__Group_3__0__Impl rule__AddEnum__Group_3__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4727:1: ( rule__AddEnum__Group_3__0__Impl rule__AddEnum__Group_3__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4728:2: rule__AddEnum__Group_3__0__Impl rule__AddEnum__Group_3__1
{
- pushFollow(FOLLOW_rule__AddEnum__Group_3__0__Impl_in_rule__AddEnum__Group_3__09449);
+ pushFollow(FOLLOW_rule__AddEnum__Group_3__0__Impl_in_rule__AddEnum__Group_3__09686);
rule__AddEnum__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group_3__1_in_rule__AddEnum__Group_3__09452);
+ pushFollow(FOLLOW_rule__AddEnum__Group_3__1_in_rule__AddEnum__Group_3__09689);
rule__AddEnum__Group_3__1();
state._fsp--;
@@ -12837,20 +13182,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group_3__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4632:1: rule__AddEnum__Group_3__0__Impl : ( 'entryGuid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4735:1: rule__AddEnum__Group_3__0__Impl : ( 'entryGuid' ) ;
public final void rule__AddEnum__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4636:1: ( ( 'entryGuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4637:1: ( 'entryGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4739:1: ( ( 'entryGuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4740:1: ( 'entryGuid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4637:1: ( 'entryGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4638:1: 'entryGuid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4740:1: ( 'entryGuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4741:1: 'entryGuid'
{
before(grammarAccess.getAddEnumAccess().getEntryGuidKeyword_3_0());
- match(input,70,FOLLOW_70_in_rule__AddEnum__Group_3__0__Impl9480);
+ match(input,70,FOLLOW_70_in_rule__AddEnum__Group_3__0__Impl9717);
after(grammarAccess.getAddEnumAccess().getEntryGuidKeyword_3_0());
}
@@ -12874,16 +13219,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group_3__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4651:1: rule__AddEnum__Group_3__1 : rule__AddEnum__Group_3__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4754:1: rule__AddEnum__Group_3__1 : rule__AddEnum__Group_3__1__Impl ;
public final void rule__AddEnum__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4655:1: ( rule__AddEnum__Group_3__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4656:2: rule__AddEnum__Group_3__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4758:1: ( rule__AddEnum__Group_3__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4759:2: rule__AddEnum__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__AddEnum__Group_3__1__Impl_in_rule__AddEnum__Group_3__19511);
+ pushFollow(FOLLOW_rule__AddEnum__Group_3__1__Impl_in_rule__AddEnum__Group_3__19748);
rule__AddEnum__Group_3__1__Impl();
state._fsp--;
@@ -12907,23 +13252,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__Group_3__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4662:1: rule__AddEnum__Group_3__1__Impl : ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4765:1: rule__AddEnum__Group_3__1__Impl : ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) ) ;
public final void rule__AddEnum__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4666:1: ( ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4667:1: ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4769:1: ( ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4770:1: ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4667:1: ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4668:1: ( rule__AddEnum__EntryGuidAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4770:1: ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4771:1: ( rule__AddEnum__EntryGuidAssignment_3_1 )
{
before(grammarAccess.getAddEnumAccess().getEntryGuidAssignment_3_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4669:1: ( rule__AddEnum__EntryGuidAssignment_3_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4669:2: rule__AddEnum__EntryGuidAssignment_3_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4772:1: ( rule__AddEnum__EntryGuidAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4772:2: rule__AddEnum__EntryGuidAssignment_3_1
{
- pushFollow(FOLLOW_rule__AddEnum__EntryGuidAssignment_3_1_in_rule__AddEnum__Group_3__1__Impl9538);
+ pushFollow(FOLLOW_rule__AddEnum__EntryGuidAssignment_3_1_in_rule__AddEnum__Group_3__1__Impl9775);
rule__AddEnum__EntryGuidAssignment_3_1();
state._fsp--;
@@ -12954,21 +13299,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RemoveEnum__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4683:1: rule__RemoveEnum__Group__0 : rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4786:1: rule__RemoveEnum__Group__0 : rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1 ;
public final void rule__RemoveEnum__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4687:1: ( rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4688:2: rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4790:1: ( rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4791:2: rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1
{
- pushFollow(FOLLOW_rule__RemoveEnum__Group__0__Impl_in_rule__RemoveEnum__Group__09572);
+ pushFollow(FOLLOW_rule__RemoveEnum__Group__0__Impl_in_rule__RemoveEnum__Group__09809);
rule__RemoveEnum__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RemoveEnum__Group__1_in_rule__RemoveEnum__Group__09575);
+ pushFollow(FOLLOW_rule__RemoveEnum__Group__1_in_rule__RemoveEnum__Group__09812);
rule__RemoveEnum__Group__1();
state._fsp--;
@@ -12992,20 +13337,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RemoveEnum__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4695:1: rule__RemoveEnum__Group__0__Impl : ( 'remove' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4798:1: rule__RemoveEnum__Group__0__Impl : ( 'remove' ) ;
public final void rule__RemoveEnum__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4699:1: ( ( 'remove' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4700:1: ( 'remove' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4802:1: ( ( 'remove' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4803:1: ( 'remove' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4700:1: ( 'remove' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4701:1: 'remove'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4803:1: ( 'remove' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4804:1: 'remove'
{
before(grammarAccess.getRemoveEnumAccess().getRemoveKeyword_0());
- match(input,73,FOLLOW_73_in_rule__RemoveEnum__Group__0__Impl9603);
+ match(input,73,FOLLOW_73_in_rule__RemoveEnum__Group__0__Impl9840);
after(grammarAccess.getRemoveEnumAccess().getRemoveKeyword_0());
}
@@ -13029,16 +13374,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RemoveEnum__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4714:1: rule__RemoveEnum__Group__1 : rule__RemoveEnum__Group__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4817:1: rule__RemoveEnum__Group__1 : rule__RemoveEnum__Group__1__Impl ;
public final void rule__RemoveEnum__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4718:1: ( rule__RemoveEnum__Group__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4719:2: rule__RemoveEnum__Group__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4821:1: ( rule__RemoveEnum__Group__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4822:2: rule__RemoveEnum__Group__1__Impl
{
- pushFollow(FOLLOW_rule__RemoveEnum__Group__1__Impl_in_rule__RemoveEnum__Group__19634);
+ pushFollow(FOLLOW_rule__RemoveEnum__Group__1__Impl_in_rule__RemoveEnum__Group__19871);
rule__RemoveEnum__Group__1__Impl();
state._fsp--;
@@ -13062,23 +13407,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RemoveEnum__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4725:1: rule__RemoveEnum__Group__1__Impl : ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4828:1: rule__RemoveEnum__Group__1__Impl : ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) ) ;
public final void rule__RemoveEnum__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4729:1: ( ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4730:1: ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4832:1: ( ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4833:1: ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4730:1: ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4731:1: ( rule__RemoveEnum__EnumEntryAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4833:1: ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4834:1: ( rule__RemoveEnum__EnumEntryAssignment_1 )
{
before(grammarAccess.getRemoveEnumAccess().getEnumEntryAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4732:1: ( rule__RemoveEnum__EnumEntryAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4732:2: rule__RemoveEnum__EnumEntryAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4835:1: ( rule__RemoveEnum__EnumEntryAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4835:2: rule__RemoveEnum__EnumEntryAssignment_1
{
- pushFollow(FOLLOW_rule__RemoveEnum__EnumEntryAssignment_1_in_rule__RemoveEnum__Group__1__Impl9661);
+ pushFollow(FOLLOW_rule__RemoveEnum__EnumEntryAssignment_1_in_rule__RemoveEnum__Group__1__Impl9898);
rule__RemoveEnum__EnumEntryAssignment_1();
state._fsp--;
@@ -13109,21 +13454,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4746:1: rule__XRelationType__Group__0 : rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4849:1: rule__XRelationType__Group__0 : rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1 ;
public final void rule__XRelationType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4750:1: ( rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4751:2: rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4853:1: ( rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4854:2: rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1
{
- pushFollow(FOLLOW_rule__XRelationType__Group__0__Impl_in_rule__XRelationType__Group__09695);
+ pushFollow(FOLLOW_rule__XRelationType__Group__0__Impl_in_rule__XRelationType__Group__09932);
rule__XRelationType__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__1_in_rule__XRelationType__Group__09698);
+ pushFollow(FOLLOW_rule__XRelationType__Group__1_in_rule__XRelationType__Group__09935);
rule__XRelationType__Group__1();
state._fsp--;
@@ -13147,20 +13492,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4758:1: rule__XRelationType__Group__0__Impl : ( 'relationType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4861:1: rule__XRelationType__Group__0__Impl : ( 'relationType' ) ;
public final void rule__XRelationType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4762:1: ( ( 'relationType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4763:1: ( 'relationType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4865:1: ( ( 'relationType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4866:1: ( 'relationType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4763:1: ( 'relationType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4764:1: 'relationType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4866:1: ( 'relationType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4867:1: 'relationType'
{
before(grammarAccess.getXRelationTypeAccess().getRelationTypeKeyword_0());
- match(input,74,FOLLOW_74_in_rule__XRelationType__Group__0__Impl9726);
+ match(input,74,FOLLOW_74_in_rule__XRelationType__Group__0__Impl9963);
after(grammarAccess.getXRelationTypeAccess().getRelationTypeKeyword_0());
}
@@ -13184,21 +13529,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4777:1: rule__XRelationType__Group__1 : rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4880:1: rule__XRelationType__Group__1 : rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2 ;
public final void rule__XRelationType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4781:1: ( rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4782:2: rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4884:1: ( rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4885:2: rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2
{
- pushFollow(FOLLOW_rule__XRelationType__Group__1__Impl_in_rule__XRelationType__Group__19757);
+ pushFollow(FOLLOW_rule__XRelationType__Group__1__Impl_in_rule__XRelationType__Group__19994);
rule__XRelationType__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__2_in_rule__XRelationType__Group__19760);
+ pushFollow(FOLLOW_rule__XRelationType__Group__2_in_rule__XRelationType__Group__19997);
rule__XRelationType__Group__2();
state._fsp--;
@@ -13222,23 +13567,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4789:1: rule__XRelationType__Group__1__Impl : ( ( rule__XRelationType__NameAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4892:1: rule__XRelationType__Group__1__Impl : ( ( rule__XRelationType__NameAssignment_1 ) ) ;
public final void rule__XRelationType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4793:1: ( ( ( rule__XRelationType__NameAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4794:1: ( ( rule__XRelationType__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4896:1: ( ( ( rule__XRelationType__NameAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4897:1: ( ( rule__XRelationType__NameAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4794:1: ( ( rule__XRelationType__NameAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4795:1: ( rule__XRelationType__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4897:1: ( ( rule__XRelationType__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4898:1: ( rule__XRelationType__NameAssignment_1 )
{
before(grammarAccess.getXRelationTypeAccess().getNameAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4796:1: ( rule__XRelationType__NameAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4796:2: rule__XRelationType__NameAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4899:1: ( rule__XRelationType__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4899:2: rule__XRelationType__NameAssignment_1
{
- pushFollow(FOLLOW_rule__XRelationType__NameAssignment_1_in_rule__XRelationType__Group__1__Impl9787);
+ pushFollow(FOLLOW_rule__XRelationType__NameAssignment_1_in_rule__XRelationType__Group__1__Impl10024);
rule__XRelationType__NameAssignment_1();
state._fsp--;
@@ -13269,21 +13614,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4806:1: rule__XRelationType__Group__2 : rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4909:1: rule__XRelationType__Group__2 : rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3 ;
public final void rule__XRelationType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4810:1: ( rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4811:2: rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4913:1: ( rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4914:2: rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3
{
- pushFollow(FOLLOW_rule__XRelationType__Group__2__Impl_in_rule__XRelationType__Group__29817);
+ pushFollow(FOLLOW_rule__XRelationType__Group__2__Impl_in_rule__XRelationType__Group__210054);
rule__XRelationType__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__3_in_rule__XRelationType__Group__29820);
+ pushFollow(FOLLOW_rule__XRelationType__Group__3_in_rule__XRelationType__Group__210057);
rule__XRelationType__Group__3();
state._fsp--;
@@ -13307,20 +13652,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4818:1: rule__XRelationType__Group__2__Impl : ( '{' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4921:1: rule__XRelationType__Group__2__Impl : ( '{' ) ;
public final void rule__XRelationType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4822:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4823:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4925:1: ( ( '{' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4926:1: ( '{' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4823:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4824:1: '{'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4926:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4927:1: '{'
{
before(grammarAccess.getXRelationTypeAccess().getLeftCurlyBracketKeyword_2());
- match(input,51,FOLLOW_51_in_rule__XRelationType__Group__2__Impl9848);
+ match(input,51,FOLLOW_51_in_rule__XRelationType__Group__2__Impl10085);
after(grammarAccess.getXRelationTypeAccess().getLeftCurlyBracketKeyword_2());
}
@@ -13344,21 +13689,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4837:1: rule__XRelationType__Group__3 : rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4940:1: rule__XRelationType__Group__3 : rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4 ;
public final void rule__XRelationType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4841:1: ( rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4842:2: rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4944:1: ( rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4945:2: rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4
{
- pushFollow(FOLLOW_rule__XRelationType__Group__3__Impl_in_rule__XRelationType__Group__39879);
+ pushFollow(FOLLOW_rule__XRelationType__Group__3__Impl_in_rule__XRelationType__Group__310116);
rule__XRelationType__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__4_in_rule__XRelationType__Group__39882);
+ pushFollow(FOLLOW_rule__XRelationType__Group__4_in_rule__XRelationType__Group__310119);
rule__XRelationType__Group__4();
state._fsp--;
@@ -13382,31 +13727,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4849:1: rule__XRelationType__Group__3__Impl : ( ( rule__XRelationType__Group_3__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4952:1: rule__XRelationType__Group__3__Impl : ( ( rule__XRelationType__Group_3__0 )? ) ;
public final void rule__XRelationType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4853:1: ( ( ( rule__XRelationType__Group_3__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4854:1: ( ( rule__XRelationType__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4956:1: ( ( ( rule__XRelationType__Group_3__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4957:1: ( ( rule__XRelationType__Group_3__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4854:1: ( ( rule__XRelationType__Group_3__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4855:1: ( rule__XRelationType__Group_3__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4957:1: ( ( rule__XRelationType__Group_3__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4958:1: ( rule__XRelationType__Group_3__0 )?
{
before(grammarAccess.getXRelationTypeAccess().getGroup_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4856:1: ( rule__XRelationType__Group_3__0 )?
- int alt46=2;
- int LA46_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4959:1: ( rule__XRelationType__Group_3__0 )?
+ int alt47=2;
+ int LA47_0 = input.LA(1);
- if ( (LA46_0==56) ) {
- alt46=1;
+ if ( (LA47_0==56) ) {
+ alt47=1;
}
- switch (alt46) {
+ switch (alt47) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4856:2: rule__XRelationType__Group_3__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4959:2: rule__XRelationType__Group_3__0
{
- pushFollow(FOLLOW_rule__XRelationType__Group_3__0_in_rule__XRelationType__Group__3__Impl9909);
+ pushFollow(FOLLOW_rule__XRelationType__Group_3__0_in_rule__XRelationType__Group__3__Impl10146);
rule__XRelationType__Group_3__0();
state._fsp--;
@@ -13440,21 +13785,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4866:1: rule__XRelationType__Group__4 : rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4969:1: rule__XRelationType__Group__4 : rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5 ;
public final void rule__XRelationType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4870:1: ( rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4871:2: rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4973:1: ( rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4974:2: rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5
{
- pushFollow(FOLLOW_rule__XRelationType__Group__4__Impl_in_rule__XRelationType__Group__49940);
+ pushFollow(FOLLOW_rule__XRelationType__Group__4__Impl_in_rule__XRelationType__Group__410177);
rule__XRelationType__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__5_in_rule__XRelationType__Group__49943);
+ pushFollow(FOLLOW_rule__XRelationType__Group__5_in_rule__XRelationType__Group__410180);
rule__XRelationType__Group__5();
state._fsp--;
@@ -13478,20 +13823,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4878:1: rule__XRelationType__Group__4__Impl : ( 'uuid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4981:1: rule__XRelationType__Group__4__Impl : ( 'uuid' ) ;
public final void rule__XRelationType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4882:1: ( ( 'uuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4883:1: ( 'uuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4985:1: ( ( 'uuid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4986:1: ( 'uuid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4883:1: ( 'uuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4884:1: 'uuid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4986:1: ( 'uuid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4987:1: 'uuid'
{
before(grammarAccess.getXRelationTypeAccess().getUuidKeyword_4());
- match(input,52,FOLLOW_52_in_rule__XRelationType__Group__4__Impl9971);
+ match(input,52,FOLLOW_52_in_rule__XRelationType__Group__4__Impl10208);
after(grammarAccess.getXRelationTypeAccess().getUuidKeyword_4());
}
@@ -13515,21 +13860,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4897:1: rule__XRelationType__Group__5 : rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5000:1: rule__XRelationType__Group__5 : rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6 ;
public final void rule__XRelationType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4901:1: ( rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4902:2: rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5004:1: ( rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5005:2: rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6
{
- pushFollow(FOLLOW_rule__XRelationType__Group__5__Impl_in_rule__XRelationType__Group__510002);
+ pushFollow(FOLLOW_rule__XRelationType__Group__5__Impl_in_rule__XRelationType__Group__510239);
rule__XRelationType__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__6_in_rule__XRelationType__Group__510005);
+ pushFollow(FOLLOW_rule__XRelationType__Group__6_in_rule__XRelationType__Group__510242);
rule__XRelationType__Group__6();
state._fsp--;
@@ -13553,23 +13898,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4909:1: rule__XRelationType__Group__5__Impl : ( ( rule__XRelationType__UuidAssignment_5 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5012:1: rule__XRelationType__Group__5__Impl : ( ( rule__XRelationType__UuidAssignment_5 ) ) ;
public final void rule__XRelationType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4913:1: ( ( ( rule__XRelationType__UuidAssignment_5 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4914:1: ( ( rule__XRelationType__UuidAssignment_5 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5016:1: ( ( ( rule__XRelationType__UuidAssignment_5 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5017:1: ( ( rule__XRelationType__UuidAssignment_5 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4914:1: ( ( rule__XRelationType__UuidAssignment_5 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4915:1: ( rule__XRelationType__UuidAssignment_5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5017:1: ( ( rule__XRelationType__UuidAssignment_5 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5018:1: ( rule__XRelationType__UuidAssignment_5 )
{
before(grammarAccess.getXRelationTypeAccess().getUuidAssignment_5());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4916:1: ( rule__XRelationType__UuidAssignment_5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4916:2: rule__XRelationType__UuidAssignment_5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5019:1: ( rule__XRelationType__UuidAssignment_5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5019:2: rule__XRelationType__UuidAssignment_5
{
- pushFollow(FOLLOW_rule__XRelationType__UuidAssignment_5_in_rule__XRelationType__Group__5__Impl10032);
+ pushFollow(FOLLOW_rule__XRelationType__UuidAssignment_5_in_rule__XRelationType__Group__5__Impl10269);
rule__XRelationType__UuidAssignment_5();
state._fsp--;
@@ -13600,21 +13945,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__6"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4926:1: rule__XRelationType__Group__6 : rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5029:1: rule__XRelationType__Group__6 : rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7 ;
public final void rule__XRelationType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4930:1: ( rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4931:2: rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5033:1: ( rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5034:2: rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7
{
- pushFollow(FOLLOW_rule__XRelationType__Group__6__Impl_in_rule__XRelationType__Group__610062);
+ pushFollow(FOLLOW_rule__XRelationType__Group__6__Impl_in_rule__XRelationType__Group__610299);
rule__XRelationType__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__7_in_rule__XRelationType__Group__610065);
+ pushFollow(FOLLOW_rule__XRelationType__Group__7_in_rule__XRelationType__Group__610302);
rule__XRelationType__Group__7();
state._fsp--;
@@ -13638,20 +13983,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__6__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4938:1: rule__XRelationType__Group__6__Impl : ( 'sideAName' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5041:1: rule__XRelationType__Group__6__Impl : ( 'sideAName' ) ;
public final void rule__XRelationType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4942:1: ( ( 'sideAName' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4943:1: ( 'sideAName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5045:1: ( ( 'sideAName' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5046:1: ( 'sideAName' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4943:1: ( 'sideAName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4944:1: 'sideAName'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5046:1: ( 'sideAName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5047:1: 'sideAName'
{
before(grammarAccess.getXRelationTypeAccess().getSideANameKeyword_6());
- match(input,75,FOLLOW_75_in_rule__XRelationType__Group__6__Impl10093);
+ match(input,75,FOLLOW_75_in_rule__XRelationType__Group__6__Impl10330);
after(grammarAccess.getXRelationTypeAccess().getSideANameKeyword_6());
}
@@ -13675,21 +14020,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__7"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4957:1: rule__XRelationType__Group__7 : rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5060:1: rule__XRelationType__Group__7 : rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8 ;
public final void rule__XRelationType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4961:1: ( rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4962:2: rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5064:1: ( rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5065:2: rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8
{
- pushFollow(FOLLOW_rule__XRelationType__Group__7__Impl_in_rule__XRelationType__Group__710124);
+ pushFollow(FOLLOW_rule__XRelationType__Group__7__Impl_in_rule__XRelationType__Group__710361);
rule__XRelationType__Group__7__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__8_in_rule__XRelationType__Group__710127);
+ pushFollow(FOLLOW_rule__XRelationType__Group__8_in_rule__XRelationType__Group__710364);
rule__XRelationType__Group__8();
state._fsp--;
@@ -13713,23 +14058,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__7__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4969:1: rule__XRelationType__Group__7__Impl : ( ( rule__XRelationType__SideANameAssignment_7 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5072:1: rule__XRelationType__Group__7__Impl : ( ( rule__XRelationType__SideANameAssignment_7 ) ) ;
public final void rule__XRelationType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4973:1: ( ( ( rule__XRelationType__SideANameAssignment_7 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4974:1: ( ( rule__XRelationType__SideANameAssignment_7 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5076:1: ( ( ( rule__XRelationType__SideANameAssignment_7 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5077:1: ( ( rule__XRelationType__SideANameAssignment_7 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4974:1: ( ( rule__XRelationType__SideANameAssignment_7 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4975:1: ( rule__XRelationType__SideANameAssignment_7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5077:1: ( ( rule__XRelationType__SideANameAssignment_7 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5078:1: ( rule__XRelationType__SideANameAssignment_7 )
{
before(grammarAccess.getXRelationTypeAccess().getSideANameAssignment_7());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4976:1: ( rule__XRelationType__SideANameAssignment_7 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4976:2: rule__XRelationType__SideANameAssignment_7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5079:1: ( rule__XRelationType__SideANameAssignment_7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5079:2: rule__XRelationType__SideANameAssignment_7
{
- pushFollow(FOLLOW_rule__XRelationType__SideANameAssignment_7_in_rule__XRelationType__Group__7__Impl10154);
+ pushFollow(FOLLOW_rule__XRelationType__SideANameAssignment_7_in_rule__XRelationType__Group__7__Impl10391);
rule__XRelationType__SideANameAssignment_7();
state._fsp--;
@@ -13760,21 +14105,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__8"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4986:1: rule__XRelationType__Group__8 : rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5089:1: rule__XRelationType__Group__8 : rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9 ;
public final void rule__XRelationType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4990:1: ( rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4991:2: rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5093:1: ( rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5094:2: rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9
{
- pushFollow(FOLLOW_rule__XRelationType__Group__8__Impl_in_rule__XRelationType__Group__810184);
+ pushFollow(FOLLOW_rule__XRelationType__Group__8__Impl_in_rule__XRelationType__Group__810421);
rule__XRelationType__Group__8__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__9_in_rule__XRelationType__Group__810187);
+ pushFollow(FOLLOW_rule__XRelationType__Group__9_in_rule__XRelationType__Group__810424);
rule__XRelationType__Group__9();
state._fsp--;
@@ -13798,20 +14143,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__8__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4998:1: rule__XRelationType__Group__8__Impl : ( 'sideAArtifactType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5101:1: rule__XRelationType__Group__8__Impl : ( 'sideAArtifactType' ) ;
public final void rule__XRelationType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5002:1: ( ( 'sideAArtifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5003:1: ( 'sideAArtifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5105:1: ( ( 'sideAArtifactType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5106:1: ( 'sideAArtifactType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5003:1: ( 'sideAArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5004:1: 'sideAArtifactType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5106:1: ( 'sideAArtifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5107:1: 'sideAArtifactType'
{
before(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeKeyword_8());
- match(input,76,FOLLOW_76_in_rule__XRelationType__Group__8__Impl10215);
+ match(input,76,FOLLOW_76_in_rule__XRelationType__Group__8__Impl10452);
after(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeKeyword_8());
}
@@ -13835,21 +14180,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__9"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5017:1: rule__XRelationType__Group__9 : rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5120:1: rule__XRelationType__Group__9 : rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10 ;
public final void rule__XRelationType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5021:1: ( rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5022:2: rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5124:1: ( rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5125:2: rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10
{
- pushFollow(FOLLOW_rule__XRelationType__Group__9__Impl_in_rule__XRelationType__Group__910246);
+ pushFollow(FOLLOW_rule__XRelationType__Group__9__Impl_in_rule__XRelationType__Group__910483);
rule__XRelationType__Group__9__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__10_in_rule__XRelationType__Group__910249);
+ pushFollow(FOLLOW_rule__XRelationType__Group__10_in_rule__XRelationType__Group__910486);
rule__XRelationType__Group__10();
state._fsp--;
@@ -13873,23 +14218,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__9__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5029:1: rule__XRelationType__Group__9__Impl : ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5132:1: rule__XRelationType__Group__9__Impl : ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) ) ;
public final void rule__XRelationType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5033:1: ( ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5034:1: ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5136:1: ( ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5137:1: ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5034:1: ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5035:1: ( rule__XRelationType__SideAArtifactTypeAssignment_9 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5137:1: ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5138:1: ( rule__XRelationType__SideAArtifactTypeAssignment_9 )
{
before(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeAssignment_9());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5036:1: ( rule__XRelationType__SideAArtifactTypeAssignment_9 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5036:2: rule__XRelationType__SideAArtifactTypeAssignment_9
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5139:1: ( rule__XRelationType__SideAArtifactTypeAssignment_9 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5139:2: rule__XRelationType__SideAArtifactTypeAssignment_9
{
- pushFollow(FOLLOW_rule__XRelationType__SideAArtifactTypeAssignment_9_in_rule__XRelationType__Group__9__Impl10276);
+ pushFollow(FOLLOW_rule__XRelationType__SideAArtifactTypeAssignment_9_in_rule__XRelationType__Group__9__Impl10513);
rule__XRelationType__SideAArtifactTypeAssignment_9();
state._fsp--;
@@ -13920,21 +14265,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__10"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5046:1: rule__XRelationType__Group__10 : rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5149:1: rule__XRelationType__Group__10 : rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11 ;
public final void rule__XRelationType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5050:1: ( rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5051:2: rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5153:1: ( rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5154:2: rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11
{
- pushFollow(FOLLOW_rule__XRelationType__Group__10__Impl_in_rule__XRelationType__Group__1010306);
+ pushFollow(FOLLOW_rule__XRelationType__Group__10__Impl_in_rule__XRelationType__Group__1010543);
rule__XRelationType__Group__10__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__11_in_rule__XRelationType__Group__1010309);
+ pushFollow(FOLLOW_rule__XRelationType__Group__11_in_rule__XRelationType__Group__1010546);
rule__XRelationType__Group__11();
state._fsp--;
@@ -13958,20 +14303,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__10__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5058:1: rule__XRelationType__Group__10__Impl : ( 'sideBName' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5161:1: rule__XRelationType__Group__10__Impl : ( 'sideBName' ) ;
public final void rule__XRelationType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5062:1: ( ( 'sideBName' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5063:1: ( 'sideBName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5165:1: ( ( 'sideBName' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5166:1: ( 'sideBName' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5063:1: ( 'sideBName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5064:1: 'sideBName'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5166:1: ( 'sideBName' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5167:1: 'sideBName'
{
before(grammarAccess.getXRelationTypeAccess().getSideBNameKeyword_10());
- match(input,77,FOLLOW_77_in_rule__XRelationType__Group__10__Impl10337);
+ match(input,77,FOLLOW_77_in_rule__XRelationType__Group__10__Impl10574);
after(grammarAccess.getXRelationTypeAccess().getSideBNameKeyword_10());
}
@@ -13995,21 +14340,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__11"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5077:1: rule__XRelationType__Group__11 : rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5180:1: rule__XRelationType__Group__11 : rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12 ;
public final void rule__XRelationType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5081:1: ( rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5082:2: rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5184:1: ( rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5185:2: rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12
{
- pushFollow(FOLLOW_rule__XRelationType__Group__11__Impl_in_rule__XRelationType__Group__1110368);
+ pushFollow(FOLLOW_rule__XRelationType__Group__11__Impl_in_rule__XRelationType__Group__1110605);
rule__XRelationType__Group__11__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__12_in_rule__XRelationType__Group__1110371);
+ pushFollow(FOLLOW_rule__XRelationType__Group__12_in_rule__XRelationType__Group__1110608);
rule__XRelationType__Group__12();
state._fsp--;
@@ -14033,23 +14378,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__11__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5089:1: rule__XRelationType__Group__11__Impl : ( ( rule__XRelationType__SideBNameAssignment_11 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5192:1: rule__XRelationType__Group__11__Impl : ( ( rule__XRelationType__SideBNameAssignment_11 ) ) ;
public final void rule__XRelationType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5093:1: ( ( ( rule__XRelationType__SideBNameAssignment_11 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5094:1: ( ( rule__XRelationType__SideBNameAssignment_11 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5196:1: ( ( ( rule__XRelationType__SideBNameAssignment_11 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5197:1: ( ( rule__XRelationType__SideBNameAssignment_11 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5094:1: ( ( rule__XRelationType__SideBNameAssignment_11 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5095:1: ( rule__XRelationType__SideBNameAssignment_11 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5197:1: ( ( rule__XRelationType__SideBNameAssignment_11 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5198:1: ( rule__XRelationType__SideBNameAssignment_11 )
{
before(grammarAccess.getXRelationTypeAccess().getSideBNameAssignment_11());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5096:1: ( rule__XRelationType__SideBNameAssignment_11 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5096:2: rule__XRelationType__SideBNameAssignment_11
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5199:1: ( rule__XRelationType__SideBNameAssignment_11 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5199:2: rule__XRelationType__SideBNameAssignment_11
{
- pushFollow(FOLLOW_rule__XRelationType__SideBNameAssignment_11_in_rule__XRelationType__Group__11__Impl10398);
+ pushFollow(FOLLOW_rule__XRelationType__SideBNameAssignment_11_in_rule__XRelationType__Group__11__Impl10635);
rule__XRelationType__SideBNameAssignment_11();
state._fsp--;
@@ -14080,21 +14425,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__12"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5106:1: rule__XRelationType__Group__12 : rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5209:1: rule__XRelationType__Group__12 : rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13 ;
public final void rule__XRelationType__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5110:1: ( rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5111:2: rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5213:1: ( rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5214:2: rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13
{
- pushFollow(FOLLOW_rule__XRelationType__Group__12__Impl_in_rule__XRelationType__Group__1210428);
+ pushFollow(FOLLOW_rule__XRelationType__Group__12__Impl_in_rule__XRelationType__Group__1210665);
rule__XRelationType__Group__12__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__13_in_rule__XRelationType__Group__1210431);
+ pushFollow(FOLLOW_rule__XRelationType__Group__13_in_rule__XRelationType__Group__1210668);
rule__XRelationType__Group__13();
state._fsp--;
@@ -14118,20 +14463,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__12__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5118:1: rule__XRelationType__Group__12__Impl : ( 'sideBArtifactType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5221:1: rule__XRelationType__Group__12__Impl : ( 'sideBArtifactType' ) ;
public final void rule__XRelationType__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5122:1: ( ( 'sideBArtifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5123:1: ( 'sideBArtifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5225:1: ( ( 'sideBArtifactType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5226:1: ( 'sideBArtifactType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5123:1: ( 'sideBArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5124:1: 'sideBArtifactType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5226:1: ( 'sideBArtifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5227:1: 'sideBArtifactType'
{
before(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeKeyword_12());
- match(input,78,FOLLOW_78_in_rule__XRelationType__Group__12__Impl10459);
+ match(input,78,FOLLOW_78_in_rule__XRelationType__Group__12__Impl10696);
after(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeKeyword_12());
}
@@ -14155,21 +14500,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__13"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5137:1: rule__XRelationType__Group__13 : rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5240:1: rule__XRelationType__Group__13 : rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14 ;
public final void rule__XRelationType__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5141:1: ( rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5142:2: rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5244:1: ( rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5245:2: rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14
{
- pushFollow(FOLLOW_rule__XRelationType__Group__13__Impl_in_rule__XRelationType__Group__1310490);
+ pushFollow(FOLLOW_rule__XRelationType__Group__13__Impl_in_rule__XRelationType__Group__1310727);
rule__XRelationType__Group__13__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__14_in_rule__XRelationType__Group__1310493);
+ pushFollow(FOLLOW_rule__XRelationType__Group__14_in_rule__XRelationType__Group__1310730);
rule__XRelationType__Group__14();
state._fsp--;
@@ -14193,23 +14538,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__13__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5149:1: rule__XRelationType__Group__13__Impl : ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5252:1: rule__XRelationType__Group__13__Impl : ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) ) ;
public final void rule__XRelationType__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5153:1: ( ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5154:1: ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5256:1: ( ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5257:1: ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5154:1: ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5155:1: ( rule__XRelationType__SideBArtifactTypeAssignment_13 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5257:1: ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5258:1: ( rule__XRelationType__SideBArtifactTypeAssignment_13 )
{
before(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeAssignment_13());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5156:1: ( rule__XRelationType__SideBArtifactTypeAssignment_13 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5156:2: rule__XRelationType__SideBArtifactTypeAssignment_13
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5259:1: ( rule__XRelationType__SideBArtifactTypeAssignment_13 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5259:2: rule__XRelationType__SideBArtifactTypeAssignment_13
{
- pushFollow(FOLLOW_rule__XRelationType__SideBArtifactTypeAssignment_13_in_rule__XRelationType__Group__13__Impl10520);
+ pushFollow(FOLLOW_rule__XRelationType__SideBArtifactTypeAssignment_13_in_rule__XRelationType__Group__13__Impl10757);
rule__XRelationType__SideBArtifactTypeAssignment_13();
state._fsp--;
@@ -14240,21 +14585,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__14"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5166:1: rule__XRelationType__Group__14 : rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5269:1: rule__XRelationType__Group__14 : rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15 ;
public final void rule__XRelationType__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5170:1: ( rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5171:2: rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5273:1: ( rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5274:2: rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15
{
- pushFollow(FOLLOW_rule__XRelationType__Group__14__Impl_in_rule__XRelationType__Group__1410550);
+ pushFollow(FOLLOW_rule__XRelationType__Group__14__Impl_in_rule__XRelationType__Group__1410787);
rule__XRelationType__Group__14__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__15_in_rule__XRelationType__Group__1410553);
+ pushFollow(FOLLOW_rule__XRelationType__Group__15_in_rule__XRelationType__Group__1410790);
rule__XRelationType__Group__15();
state._fsp--;
@@ -14278,20 +14623,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__14__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5178:1: rule__XRelationType__Group__14__Impl : ( 'defaultOrderType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5281:1: rule__XRelationType__Group__14__Impl : ( 'defaultOrderType' ) ;
public final void rule__XRelationType__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5182:1: ( ( 'defaultOrderType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5183:1: ( 'defaultOrderType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5285:1: ( ( 'defaultOrderType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5286:1: ( 'defaultOrderType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5183:1: ( 'defaultOrderType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5184:1: 'defaultOrderType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5286:1: ( 'defaultOrderType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5287:1: 'defaultOrderType'
{
before(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeKeyword_14());
- match(input,79,FOLLOW_79_in_rule__XRelationType__Group__14__Impl10581);
+ match(input,79,FOLLOW_79_in_rule__XRelationType__Group__14__Impl10818);
after(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeKeyword_14());
}
@@ -14315,21 +14660,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__15"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5197:1: rule__XRelationType__Group__15 : rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5300:1: rule__XRelationType__Group__15 : rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16 ;
public final void rule__XRelationType__Group__15() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5201:1: ( rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5202:2: rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5304:1: ( rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5305:2: rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16
{
- pushFollow(FOLLOW_rule__XRelationType__Group__15__Impl_in_rule__XRelationType__Group__1510612);
+ pushFollow(FOLLOW_rule__XRelationType__Group__15__Impl_in_rule__XRelationType__Group__1510849);
rule__XRelationType__Group__15__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__16_in_rule__XRelationType__Group__1510615);
+ pushFollow(FOLLOW_rule__XRelationType__Group__16_in_rule__XRelationType__Group__1510852);
rule__XRelationType__Group__16();
state._fsp--;
@@ -14353,23 +14698,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__15__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5209:1: rule__XRelationType__Group__15__Impl : ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5312:1: rule__XRelationType__Group__15__Impl : ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) ) ;
public final void rule__XRelationType__Group__15__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5213:1: ( ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5214:1: ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5316:1: ( ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5317:1: ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5214:1: ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5215:1: ( rule__XRelationType__DefaultOrderTypeAssignment_15 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5317:1: ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5318:1: ( rule__XRelationType__DefaultOrderTypeAssignment_15 )
{
before(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeAssignment_15());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5216:1: ( rule__XRelationType__DefaultOrderTypeAssignment_15 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5216:2: rule__XRelationType__DefaultOrderTypeAssignment_15
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5319:1: ( rule__XRelationType__DefaultOrderTypeAssignment_15 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5319:2: rule__XRelationType__DefaultOrderTypeAssignment_15
{
- pushFollow(FOLLOW_rule__XRelationType__DefaultOrderTypeAssignment_15_in_rule__XRelationType__Group__15__Impl10642);
+ pushFollow(FOLLOW_rule__XRelationType__DefaultOrderTypeAssignment_15_in_rule__XRelationType__Group__15__Impl10879);
rule__XRelationType__DefaultOrderTypeAssignment_15();
state._fsp--;
@@ -14400,21 +14745,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__16"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5226:1: rule__XRelationType__Group__16 : rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5329:1: rule__XRelationType__Group__16 : rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17 ;
public final void rule__XRelationType__Group__16() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5230:1: ( rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5231:2: rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5333:1: ( rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5334:2: rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17
{
- pushFollow(FOLLOW_rule__XRelationType__Group__16__Impl_in_rule__XRelationType__Group__1610672);
+ pushFollow(FOLLOW_rule__XRelationType__Group__16__Impl_in_rule__XRelationType__Group__1610909);
rule__XRelationType__Group__16__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__17_in_rule__XRelationType__Group__1610675);
+ pushFollow(FOLLOW_rule__XRelationType__Group__17_in_rule__XRelationType__Group__1610912);
rule__XRelationType__Group__17();
state._fsp--;
@@ -14438,20 +14783,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__16__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5238:1: rule__XRelationType__Group__16__Impl : ( 'multiplicity' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5341:1: rule__XRelationType__Group__16__Impl : ( 'multiplicity' ) ;
public final void rule__XRelationType__Group__16__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5242:1: ( ( 'multiplicity' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5243:1: ( 'multiplicity' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5345:1: ( ( 'multiplicity' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5346:1: ( 'multiplicity' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5243:1: ( 'multiplicity' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5244:1: 'multiplicity'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5346:1: ( 'multiplicity' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5347:1: 'multiplicity'
{
before(grammarAccess.getXRelationTypeAccess().getMultiplicityKeyword_16());
- match(input,80,FOLLOW_80_in_rule__XRelationType__Group__16__Impl10703);
+ match(input,80,FOLLOW_80_in_rule__XRelationType__Group__16__Impl10940);
after(grammarAccess.getXRelationTypeAccess().getMultiplicityKeyword_16());
}
@@ -14475,21 +14820,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__17"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5257:1: rule__XRelationType__Group__17 : rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5360:1: rule__XRelationType__Group__17 : rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18 ;
public final void rule__XRelationType__Group__17() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5261:1: ( rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5262:2: rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5364:1: ( rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5365:2: rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18
{
- pushFollow(FOLLOW_rule__XRelationType__Group__17__Impl_in_rule__XRelationType__Group__1710734);
+ pushFollow(FOLLOW_rule__XRelationType__Group__17__Impl_in_rule__XRelationType__Group__1710971);
rule__XRelationType__Group__17__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__18_in_rule__XRelationType__Group__1710737);
+ pushFollow(FOLLOW_rule__XRelationType__Group__18_in_rule__XRelationType__Group__1710974);
rule__XRelationType__Group__18();
state._fsp--;
@@ -14513,23 +14858,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__17__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5269:1: rule__XRelationType__Group__17__Impl : ( ( rule__XRelationType__MultiplicityAssignment_17 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5372:1: rule__XRelationType__Group__17__Impl : ( ( rule__XRelationType__MultiplicityAssignment_17 ) ) ;
public final void rule__XRelationType__Group__17__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5273:1: ( ( ( rule__XRelationType__MultiplicityAssignment_17 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5274:1: ( ( rule__XRelationType__MultiplicityAssignment_17 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5376:1: ( ( ( rule__XRelationType__MultiplicityAssignment_17 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5377:1: ( ( rule__XRelationType__MultiplicityAssignment_17 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5274:1: ( ( rule__XRelationType__MultiplicityAssignment_17 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5275:1: ( rule__XRelationType__MultiplicityAssignment_17 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5377:1: ( ( rule__XRelationType__MultiplicityAssignment_17 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5378:1: ( rule__XRelationType__MultiplicityAssignment_17 )
{
before(grammarAccess.getXRelationTypeAccess().getMultiplicityAssignment_17());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5276:1: ( rule__XRelationType__MultiplicityAssignment_17 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5276:2: rule__XRelationType__MultiplicityAssignment_17
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5379:1: ( rule__XRelationType__MultiplicityAssignment_17 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5379:2: rule__XRelationType__MultiplicityAssignment_17
{
- pushFollow(FOLLOW_rule__XRelationType__MultiplicityAssignment_17_in_rule__XRelationType__Group__17__Impl10764);
+ pushFollow(FOLLOW_rule__XRelationType__MultiplicityAssignment_17_in_rule__XRelationType__Group__17__Impl11001);
rule__XRelationType__MultiplicityAssignment_17();
state._fsp--;
@@ -14560,16 +14905,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__18"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5286:1: rule__XRelationType__Group__18 : rule__XRelationType__Group__18__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5389:1: rule__XRelationType__Group__18 : rule__XRelationType__Group__18__Impl ;
public final void rule__XRelationType__Group__18() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5290:1: ( rule__XRelationType__Group__18__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5291:2: rule__XRelationType__Group__18__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5393:1: ( rule__XRelationType__Group__18__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5394:2: rule__XRelationType__Group__18__Impl
{
- pushFollow(FOLLOW_rule__XRelationType__Group__18__Impl_in_rule__XRelationType__Group__1810794);
+ pushFollow(FOLLOW_rule__XRelationType__Group__18__Impl_in_rule__XRelationType__Group__1811031);
rule__XRelationType__Group__18__Impl();
state._fsp--;
@@ -14593,20 +14938,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group__18__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5297:1: rule__XRelationType__Group__18__Impl : ( '}' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5400:1: rule__XRelationType__Group__18__Impl : ( '}' ) ;
public final void rule__XRelationType__Group__18__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5301:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5302:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5404:1: ( ( '}' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5405:1: ( '}' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5302:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5303:1: '}'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5405:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5406:1: '}'
{
before(grammarAccess.getXRelationTypeAccess().getRightCurlyBracketKeyword_18());
- match(input,53,FOLLOW_53_in_rule__XRelationType__Group__18__Impl10822);
+ match(input,53,FOLLOW_53_in_rule__XRelationType__Group__18__Impl11059);
after(grammarAccess.getXRelationTypeAccess().getRightCurlyBracketKeyword_18());
}
@@ -14630,21 +14975,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group_3__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5354:1: rule__XRelationType__Group_3__0 : rule__XRelationType__Group_3__0__Impl rule__XRelationType__Group_3__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5457:1: rule__XRelationType__Group_3__0 : rule__XRelationType__Group_3__0__Impl rule__XRelationType__Group_3__1 ;
public final void rule__XRelationType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5358:1: ( rule__XRelationType__Group_3__0__Impl rule__XRelationType__Group_3__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5359:2: rule__XRelationType__Group_3__0__Impl rule__XRelationType__Group_3__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5461:1: ( rule__XRelationType__Group_3__0__Impl rule__XRelationType__Group_3__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5462:2: rule__XRelationType__Group_3__0__Impl rule__XRelationType__Group_3__1
{
- pushFollow(FOLLOW_rule__XRelationType__Group_3__0__Impl_in_rule__XRelationType__Group_3__010891);
+ pushFollow(FOLLOW_rule__XRelationType__Group_3__0__Impl_in_rule__XRelationType__Group_3__011128);
rule__XRelationType__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group_3__1_in_rule__XRelationType__Group_3__010894);
+ pushFollow(FOLLOW_rule__XRelationType__Group_3__1_in_rule__XRelationType__Group_3__011131);
rule__XRelationType__Group_3__1();
state._fsp--;
@@ -14668,20 +15013,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group_3__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5366:1: rule__XRelationType__Group_3__0__Impl : ( 'guid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5469:1: rule__XRelationType__Group_3__0__Impl : ( 'guid' ) ;
public final void rule__XRelationType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5370:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5371:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5473:1: ( ( 'guid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5474:1: ( 'guid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5371:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5372:1: 'guid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5474:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5475:1: 'guid'
{
before(grammarAccess.getXRelationTypeAccess().getGuidKeyword_3_0());
- match(input,56,FOLLOW_56_in_rule__XRelationType__Group_3__0__Impl10922);
+ match(input,56,FOLLOW_56_in_rule__XRelationType__Group_3__0__Impl11159);
after(grammarAccess.getXRelationTypeAccess().getGuidKeyword_3_0());
}
@@ -14705,16 +15050,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group_3__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5385:1: rule__XRelationType__Group_3__1 : rule__XRelationType__Group_3__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5488:1: rule__XRelationType__Group_3__1 : rule__XRelationType__Group_3__1__Impl ;
public final void rule__XRelationType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5389:1: ( rule__XRelationType__Group_3__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5390:2: rule__XRelationType__Group_3__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5492:1: ( rule__XRelationType__Group_3__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5493:2: rule__XRelationType__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__XRelationType__Group_3__1__Impl_in_rule__XRelationType__Group_3__110953);
+ pushFollow(FOLLOW_rule__XRelationType__Group_3__1__Impl_in_rule__XRelationType__Group_3__111190);
rule__XRelationType__Group_3__1__Impl();
state._fsp--;
@@ -14738,23 +15083,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__Group_3__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5396:1: rule__XRelationType__Group_3__1__Impl : ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5499:1: rule__XRelationType__Group_3__1__Impl : ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) ) ;
public final void rule__XRelationType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5400:1: ( ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5401:1: ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5503:1: ( ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5504:1: ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5401:1: ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5402:1: ( rule__XRelationType__TypeGuidAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5504:1: ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5505:1: ( rule__XRelationType__TypeGuidAssignment_3_1 )
{
before(grammarAccess.getXRelationTypeAccess().getTypeGuidAssignment_3_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5403:1: ( rule__XRelationType__TypeGuidAssignment_3_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5403:2: rule__XRelationType__TypeGuidAssignment_3_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5506:1: ( rule__XRelationType__TypeGuidAssignment_3_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5506:2: rule__XRelationType__TypeGuidAssignment_3_1
{
- pushFollow(FOLLOW_rule__XRelationType__TypeGuidAssignment_3_1_in_rule__XRelationType__Group_3__1__Impl10980);
+ pushFollow(FOLLOW_rule__XRelationType__TypeGuidAssignment_3_1_in_rule__XRelationType__Group_3__1__Impl11217);
rule__XRelationType__TypeGuidAssignment_3_1();
state._fsp--;
@@ -14785,21 +15130,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleCondition__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5417:1: rule__SimpleCondition__Group__0 : rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5520:1: rule__SimpleCondition__Group__0 : rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1 ;
public final void rule__SimpleCondition__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5421:1: ( rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5422:2: rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5524:1: ( rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5525:2: rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1
{
- pushFollow(FOLLOW_rule__SimpleCondition__Group__0__Impl_in_rule__SimpleCondition__Group__011014);
+ pushFollow(FOLLOW_rule__SimpleCondition__Group__0__Impl_in_rule__SimpleCondition__Group__011251);
rule__SimpleCondition__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__SimpleCondition__Group__1_in_rule__SimpleCondition__Group__011017);
+ pushFollow(FOLLOW_rule__SimpleCondition__Group__1_in_rule__SimpleCondition__Group__011254);
rule__SimpleCondition__Group__1();
state._fsp--;
@@ -14823,23 +15168,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleCondition__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5429:1: rule__SimpleCondition__Group__0__Impl : ( ( rule__SimpleCondition__FieldAssignment_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5532:1: rule__SimpleCondition__Group__0__Impl : ( ( rule__SimpleCondition__FieldAssignment_0 ) ) ;
public final void rule__SimpleCondition__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5433:1: ( ( ( rule__SimpleCondition__FieldAssignment_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5434:1: ( ( rule__SimpleCondition__FieldAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5536:1: ( ( ( rule__SimpleCondition__FieldAssignment_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5537:1: ( ( rule__SimpleCondition__FieldAssignment_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5434:1: ( ( rule__SimpleCondition__FieldAssignment_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5435:1: ( rule__SimpleCondition__FieldAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5537:1: ( ( rule__SimpleCondition__FieldAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5538:1: ( rule__SimpleCondition__FieldAssignment_0 )
{
before(grammarAccess.getSimpleConditionAccess().getFieldAssignment_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5436:1: ( rule__SimpleCondition__FieldAssignment_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5436:2: rule__SimpleCondition__FieldAssignment_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5539:1: ( rule__SimpleCondition__FieldAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5539:2: rule__SimpleCondition__FieldAssignment_0
{
- pushFollow(FOLLOW_rule__SimpleCondition__FieldAssignment_0_in_rule__SimpleCondition__Group__0__Impl11044);
+ pushFollow(FOLLOW_rule__SimpleCondition__FieldAssignment_0_in_rule__SimpleCondition__Group__0__Impl11281);
rule__SimpleCondition__FieldAssignment_0();
state._fsp--;
@@ -14870,21 +15215,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleCondition__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5446:1: rule__SimpleCondition__Group__1 : rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5549:1: rule__SimpleCondition__Group__1 : rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2 ;
public final void rule__SimpleCondition__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5450:1: ( rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5451:2: rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5553:1: ( rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5554:2: rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2
{
- pushFollow(FOLLOW_rule__SimpleCondition__Group__1__Impl_in_rule__SimpleCondition__Group__111074);
+ pushFollow(FOLLOW_rule__SimpleCondition__Group__1__Impl_in_rule__SimpleCondition__Group__111311);
rule__SimpleCondition__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__SimpleCondition__Group__2_in_rule__SimpleCondition__Group__111077);
+ pushFollow(FOLLOW_rule__SimpleCondition__Group__2_in_rule__SimpleCondition__Group__111314);
rule__SimpleCondition__Group__2();
state._fsp--;
@@ -14908,23 +15253,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleCondition__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5458:1: rule__SimpleCondition__Group__1__Impl : ( ( rule__SimpleCondition__OpAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5561:1: rule__SimpleCondition__Group__1__Impl : ( ( rule__SimpleCondition__OpAssignment_1 ) ) ;
public final void rule__SimpleCondition__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5462:1: ( ( ( rule__SimpleCondition__OpAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5463:1: ( ( rule__SimpleCondition__OpAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5565:1: ( ( ( rule__SimpleCondition__OpAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5566:1: ( ( rule__SimpleCondition__OpAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5463:1: ( ( rule__SimpleCondition__OpAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5464:1: ( rule__SimpleCondition__OpAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5566:1: ( ( rule__SimpleCondition__OpAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5567:1: ( rule__SimpleCondition__OpAssignment_1 )
{
before(grammarAccess.getSimpleConditionAccess().getOpAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5465:1: ( rule__SimpleCondition__OpAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5465:2: rule__SimpleCondition__OpAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5568:1: ( rule__SimpleCondition__OpAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5568:2: rule__SimpleCondition__OpAssignment_1
{
- pushFollow(FOLLOW_rule__SimpleCondition__OpAssignment_1_in_rule__SimpleCondition__Group__1__Impl11104);
+ pushFollow(FOLLOW_rule__SimpleCondition__OpAssignment_1_in_rule__SimpleCondition__Group__1__Impl11341);
rule__SimpleCondition__OpAssignment_1();
state._fsp--;
@@ -14955,16 +15300,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleCondition__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5475:1: rule__SimpleCondition__Group__2 : rule__SimpleCondition__Group__2__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5578:1: rule__SimpleCondition__Group__2 : rule__SimpleCondition__Group__2__Impl ;
public final void rule__SimpleCondition__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5479:1: ( rule__SimpleCondition__Group__2__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5480:2: rule__SimpleCondition__Group__2__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5582:1: ( rule__SimpleCondition__Group__2__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5583:2: rule__SimpleCondition__Group__2__Impl
{
- pushFollow(FOLLOW_rule__SimpleCondition__Group__2__Impl_in_rule__SimpleCondition__Group__211134);
+ pushFollow(FOLLOW_rule__SimpleCondition__Group__2__Impl_in_rule__SimpleCondition__Group__211371);
rule__SimpleCondition__Group__2__Impl();
state._fsp--;
@@ -14988,23 +15333,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleCondition__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5486:1: rule__SimpleCondition__Group__2__Impl : ( ( rule__SimpleCondition__ExpressionAssignment_2 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5589:1: rule__SimpleCondition__Group__2__Impl : ( ( rule__SimpleCondition__ExpressionAssignment_2 ) ) ;
public final void rule__SimpleCondition__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5490:1: ( ( ( rule__SimpleCondition__ExpressionAssignment_2 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5491:1: ( ( rule__SimpleCondition__ExpressionAssignment_2 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5593:1: ( ( ( rule__SimpleCondition__ExpressionAssignment_2 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5594:1: ( ( rule__SimpleCondition__ExpressionAssignment_2 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5491:1: ( ( rule__SimpleCondition__ExpressionAssignment_2 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5492:1: ( rule__SimpleCondition__ExpressionAssignment_2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5594:1: ( ( rule__SimpleCondition__ExpressionAssignment_2 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5595:1: ( rule__SimpleCondition__ExpressionAssignment_2 )
{
before(grammarAccess.getSimpleConditionAccess().getExpressionAssignment_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5493:1: ( rule__SimpleCondition__ExpressionAssignment_2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5493:2: rule__SimpleCondition__ExpressionAssignment_2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5596:1: ( rule__SimpleCondition__ExpressionAssignment_2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5596:2: rule__SimpleCondition__ExpressionAssignment_2
{
- pushFollow(FOLLOW_rule__SimpleCondition__ExpressionAssignment_2_in_rule__SimpleCondition__Group__2__Impl11161);
+ pushFollow(FOLLOW_rule__SimpleCondition__ExpressionAssignment_2_in_rule__SimpleCondition__Group__2__Impl11398);
rule__SimpleCondition__ExpressionAssignment_2();
state._fsp--;
@@ -15035,21 +15380,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5509:1: rule__CompoundCondition__Group__0 : rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5612:1: rule__CompoundCondition__Group__0 : rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1 ;
public final void rule__CompoundCondition__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5513:1: ( rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5514:2: rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5616:1: ( rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5617:2: rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1
{
- pushFollow(FOLLOW_rule__CompoundCondition__Group__0__Impl_in_rule__CompoundCondition__Group__011197);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group__0__Impl_in_rule__CompoundCondition__Group__011434);
rule__CompoundCondition__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__CompoundCondition__Group__1_in_rule__CompoundCondition__Group__011200);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group__1_in_rule__CompoundCondition__Group__011437);
rule__CompoundCondition__Group__1();
state._fsp--;
@@ -15073,20 +15418,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5521:1: rule__CompoundCondition__Group__0__Impl : ( '(' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5624:1: rule__CompoundCondition__Group__0__Impl : ( '(' ) ;
public final void rule__CompoundCondition__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5525:1: ( ( '(' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5526:1: ( '(' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5628:1: ( ( '(' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5629:1: ( '(' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5526:1: ( '(' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5527:1: '('
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5629:1: ( '(' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5630:1: '('
{
before(grammarAccess.getCompoundConditionAccess().getLeftParenthesisKeyword_0());
- match(input,81,FOLLOW_81_in_rule__CompoundCondition__Group__0__Impl11228);
+ match(input,81,FOLLOW_81_in_rule__CompoundCondition__Group__0__Impl11465);
after(grammarAccess.getCompoundConditionAccess().getLeftParenthesisKeyword_0());
}
@@ -15110,21 +15455,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5540:1: rule__CompoundCondition__Group__1 : rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5643:1: rule__CompoundCondition__Group__1 : rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2 ;
public final void rule__CompoundCondition__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5544:1: ( rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5545:2: rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5647:1: ( rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5648:2: rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2
{
- pushFollow(FOLLOW_rule__CompoundCondition__Group__1__Impl_in_rule__CompoundCondition__Group__111259);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group__1__Impl_in_rule__CompoundCondition__Group__111496);
rule__CompoundCondition__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__CompoundCondition__Group__2_in_rule__CompoundCondition__Group__111262);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group__2_in_rule__CompoundCondition__Group__111499);
rule__CompoundCondition__Group__2();
state._fsp--;
@@ -15148,23 +15493,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5552:1: rule__CompoundCondition__Group__1__Impl : ( ( rule__CompoundCondition__ConditionsAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5655:1: rule__CompoundCondition__Group__1__Impl : ( ( rule__CompoundCondition__ConditionsAssignment_1 ) ) ;
public final void rule__CompoundCondition__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5556:1: ( ( ( rule__CompoundCondition__ConditionsAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5557:1: ( ( rule__CompoundCondition__ConditionsAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5659:1: ( ( ( rule__CompoundCondition__ConditionsAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5660:1: ( ( rule__CompoundCondition__ConditionsAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5557:1: ( ( rule__CompoundCondition__ConditionsAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5558:1: ( rule__CompoundCondition__ConditionsAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5660:1: ( ( rule__CompoundCondition__ConditionsAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5661:1: ( rule__CompoundCondition__ConditionsAssignment_1 )
{
before(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5559:1: ( rule__CompoundCondition__ConditionsAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5559:2: rule__CompoundCondition__ConditionsAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5662:1: ( rule__CompoundCondition__ConditionsAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5662:2: rule__CompoundCondition__ConditionsAssignment_1
{
- pushFollow(FOLLOW_rule__CompoundCondition__ConditionsAssignment_1_in_rule__CompoundCondition__Group__1__Impl11289);
+ pushFollow(FOLLOW_rule__CompoundCondition__ConditionsAssignment_1_in_rule__CompoundCondition__Group__1__Impl11526);
rule__CompoundCondition__ConditionsAssignment_1();
state._fsp--;
@@ -15195,21 +15540,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5569:1: rule__CompoundCondition__Group__2 : rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5672:1: rule__CompoundCondition__Group__2 : rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3 ;
public final void rule__CompoundCondition__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5573:1: ( rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5574:2: rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5676:1: ( rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5677:2: rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3
{
- pushFollow(FOLLOW_rule__CompoundCondition__Group__2__Impl_in_rule__CompoundCondition__Group__211319);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group__2__Impl_in_rule__CompoundCondition__Group__211556);
rule__CompoundCondition__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__CompoundCondition__Group__3_in_rule__CompoundCondition__Group__211322);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group__3_in_rule__CompoundCondition__Group__211559);
rule__CompoundCondition__Group__3();
state._fsp--;
@@ -15233,26 +15578,26 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5581:1: rule__CompoundCondition__Group__2__Impl : ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5684:1: rule__CompoundCondition__Group__2__Impl : ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) ) ;
public final void rule__CompoundCondition__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5585:1: ( ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5586:1: ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5688:1: ( ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5689:1: ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5586:1: ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5587:1: ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5689:1: ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5690:1: ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5587:1: ( ( rule__CompoundCondition__Group_2__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5588:1: ( rule__CompoundCondition__Group_2__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5690:1: ( ( rule__CompoundCondition__Group_2__0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5691:1: ( rule__CompoundCondition__Group_2__0 )
{
before(grammarAccess.getCompoundConditionAccess().getGroup_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5589:1: ( rule__CompoundCondition__Group_2__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5589:2: rule__CompoundCondition__Group_2__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5692:1: ( rule__CompoundCondition__Group_2__0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5692:2: rule__CompoundCondition__Group_2__0
{
- pushFollow(FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl11351);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl11588);
rule__CompoundCondition__Group_2__0();
state._fsp--;
@@ -15264,26 +15609,26 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5592:1: ( ( rule__CompoundCondition__Group_2__0 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5593:1: ( rule__CompoundCondition__Group_2__0 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5695:1: ( ( rule__CompoundCondition__Group_2__0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5696:1: ( rule__CompoundCondition__Group_2__0 )*
{
before(grammarAccess.getCompoundConditionAccess().getGroup_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5594:1: ( rule__CompoundCondition__Group_2__0 )*
- loop47:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5697:1: ( rule__CompoundCondition__Group_2__0 )*
+ loop48:
do {
- int alt47=2;
- int LA47_0 = input.LA(1);
+ int alt48=2;
+ int LA48_0 = input.LA(1);
- if ( ((LA47_0>=37 && LA47_0<=38)) ) {
- alt47=1;
+ if ( ((LA48_0>=37 && LA48_0<=38)) ) {
+ alt48=1;
}
- switch (alt47) {
+ switch (alt48) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5594:2: rule__CompoundCondition__Group_2__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5697:2: rule__CompoundCondition__Group_2__0
{
- pushFollow(FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl11363);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl11600);
rule__CompoundCondition__Group_2__0();
state._fsp--;
@@ -15293,7 +15638,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop47;
+ break loop48;
}
} while (true);
@@ -15323,16 +15668,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5605:1: rule__CompoundCondition__Group__3 : rule__CompoundCondition__Group__3__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5708:1: rule__CompoundCondition__Group__3 : rule__CompoundCondition__Group__3__Impl ;
public final void rule__CompoundCondition__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5609:1: ( rule__CompoundCondition__Group__3__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5610:2: rule__CompoundCondition__Group__3__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5712:1: ( rule__CompoundCondition__Group__3__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5713:2: rule__CompoundCondition__Group__3__Impl
{
- pushFollow(FOLLOW_rule__CompoundCondition__Group__3__Impl_in_rule__CompoundCondition__Group__311396);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group__3__Impl_in_rule__CompoundCondition__Group__311633);
rule__CompoundCondition__Group__3__Impl();
state._fsp--;
@@ -15356,20 +15701,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5616:1: rule__CompoundCondition__Group__3__Impl : ( ')' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5719:1: rule__CompoundCondition__Group__3__Impl : ( ')' ) ;
public final void rule__CompoundCondition__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5620:1: ( ( ')' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5621:1: ( ')' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5723:1: ( ( ')' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5724:1: ( ')' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5621:1: ( ')' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5622:1: ')'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5724:1: ( ')' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5725:1: ')'
{
before(grammarAccess.getCompoundConditionAccess().getRightParenthesisKeyword_3());
- match(input,82,FOLLOW_82_in_rule__CompoundCondition__Group__3__Impl11424);
+ match(input,82,FOLLOW_82_in_rule__CompoundCondition__Group__3__Impl11661);
after(grammarAccess.getCompoundConditionAccess().getRightParenthesisKeyword_3());
}
@@ -15393,21 +15738,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group_2__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5643:1: rule__CompoundCondition__Group_2__0 : rule__CompoundCondition__Group_2__0__Impl rule__CompoundCondition__Group_2__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5746:1: rule__CompoundCondition__Group_2__0 : rule__CompoundCondition__Group_2__0__Impl rule__CompoundCondition__Group_2__1 ;
public final void rule__CompoundCondition__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5647:1: ( rule__CompoundCondition__Group_2__0__Impl rule__CompoundCondition__Group_2__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5648:2: rule__CompoundCondition__Group_2__0__Impl rule__CompoundCondition__Group_2__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5750:1: ( rule__CompoundCondition__Group_2__0__Impl rule__CompoundCondition__Group_2__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5751:2: rule__CompoundCondition__Group_2__0__Impl rule__CompoundCondition__Group_2__1
{
- pushFollow(FOLLOW_rule__CompoundCondition__Group_2__0__Impl_in_rule__CompoundCondition__Group_2__011463);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group_2__0__Impl_in_rule__CompoundCondition__Group_2__011700);
rule__CompoundCondition__Group_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__CompoundCondition__Group_2__1_in_rule__CompoundCondition__Group_2__011466);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group_2__1_in_rule__CompoundCondition__Group_2__011703);
rule__CompoundCondition__Group_2__1();
state._fsp--;
@@ -15431,23 +15776,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group_2__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5655:1: rule__CompoundCondition__Group_2__0__Impl : ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5758:1: rule__CompoundCondition__Group_2__0__Impl : ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) ) ;
public final void rule__CompoundCondition__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5659:1: ( ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5660:1: ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5762:1: ( ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5763:1: ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5660:1: ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5661:1: ( rule__CompoundCondition__OperatorsAssignment_2_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5763:1: ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5764:1: ( rule__CompoundCondition__OperatorsAssignment_2_0 )
{
before(grammarAccess.getCompoundConditionAccess().getOperatorsAssignment_2_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5662:1: ( rule__CompoundCondition__OperatorsAssignment_2_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5662:2: rule__CompoundCondition__OperatorsAssignment_2_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5765:1: ( rule__CompoundCondition__OperatorsAssignment_2_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5765:2: rule__CompoundCondition__OperatorsAssignment_2_0
{
- pushFollow(FOLLOW_rule__CompoundCondition__OperatorsAssignment_2_0_in_rule__CompoundCondition__Group_2__0__Impl11493);
+ pushFollow(FOLLOW_rule__CompoundCondition__OperatorsAssignment_2_0_in_rule__CompoundCondition__Group_2__0__Impl11730);
rule__CompoundCondition__OperatorsAssignment_2_0();
state._fsp--;
@@ -15478,16 +15823,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group_2__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5672:1: rule__CompoundCondition__Group_2__1 : rule__CompoundCondition__Group_2__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5775:1: rule__CompoundCondition__Group_2__1 : rule__CompoundCondition__Group_2__1__Impl ;
public final void rule__CompoundCondition__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5676:1: ( rule__CompoundCondition__Group_2__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5677:2: rule__CompoundCondition__Group_2__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5779:1: ( rule__CompoundCondition__Group_2__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5780:2: rule__CompoundCondition__Group_2__1__Impl
{
- pushFollow(FOLLOW_rule__CompoundCondition__Group_2__1__Impl_in_rule__CompoundCondition__Group_2__111523);
+ pushFollow(FOLLOW_rule__CompoundCondition__Group_2__1__Impl_in_rule__CompoundCondition__Group_2__111760);
rule__CompoundCondition__Group_2__1__Impl();
state._fsp--;
@@ -15511,23 +15856,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__Group_2__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5683:1: rule__CompoundCondition__Group_2__1__Impl : ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5786:1: rule__CompoundCondition__Group_2__1__Impl : ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) ) ;
public final void rule__CompoundCondition__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5687:1: ( ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5688:1: ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5790:1: ( ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5791:1: ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5688:1: ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5689:1: ( rule__CompoundCondition__ConditionsAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5791:1: ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5792:1: ( rule__CompoundCondition__ConditionsAssignment_2_1 )
{
before(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_2_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5690:1: ( rule__CompoundCondition__ConditionsAssignment_2_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5690:2: rule__CompoundCondition__ConditionsAssignment_2_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5793:1: ( rule__CompoundCondition__ConditionsAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5793:2: rule__CompoundCondition__ConditionsAssignment_2_1
{
- pushFollow(FOLLOW_rule__CompoundCondition__ConditionsAssignment_2_1_in_rule__CompoundCondition__Group_2__1__Impl11550);
+ pushFollow(FOLLOW_rule__CompoundCondition__ConditionsAssignment_2_1_in_rule__CompoundCondition__Group_2__1__Impl11787);
rule__CompoundCondition__ConditionsAssignment_2_1();
state._fsp--;
@@ -15558,21 +15903,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5704:1: rule__XArtifactMatcher__Group__0 : rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5807:1: rule__XArtifactMatcher__Group__0 : rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1 ;
public final void rule__XArtifactMatcher__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5708:1: ( rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5709:2: rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5811:1: ( rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5812:2: rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__0__Impl_in_rule__XArtifactMatcher__Group__011584);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__0__Impl_in_rule__XArtifactMatcher__Group__011821);
rule__XArtifactMatcher__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__1_in_rule__XArtifactMatcher__Group__011587);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__1_in_rule__XArtifactMatcher__Group__011824);
rule__XArtifactMatcher__Group__1();
state._fsp--;
@@ -15596,20 +15941,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5716:1: rule__XArtifactMatcher__Group__0__Impl : ( 'artifactMatcher' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5819:1: rule__XArtifactMatcher__Group__0__Impl : ( 'artifactMatcher' ) ;
public final void rule__XArtifactMatcher__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5720:1: ( ( 'artifactMatcher' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5721:1: ( 'artifactMatcher' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5823:1: ( ( 'artifactMatcher' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5824:1: ( 'artifactMatcher' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5721:1: ( 'artifactMatcher' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5722:1: 'artifactMatcher'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5824:1: ( 'artifactMatcher' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5825:1: 'artifactMatcher'
{
before(grammarAccess.getXArtifactMatcherAccess().getArtifactMatcherKeyword_0());
- match(input,83,FOLLOW_83_in_rule__XArtifactMatcher__Group__0__Impl11615);
+ match(input,83,FOLLOW_83_in_rule__XArtifactMatcher__Group__0__Impl11852);
after(grammarAccess.getXArtifactMatcherAccess().getArtifactMatcherKeyword_0());
}
@@ -15633,21 +15978,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5735:1: rule__XArtifactMatcher__Group__1 : rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5838:1: rule__XArtifactMatcher__Group__1 : rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2 ;
public final void rule__XArtifactMatcher__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5739:1: ( rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5740:2: rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5842:1: ( rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5843:2: rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__1__Impl_in_rule__XArtifactMatcher__Group__111646);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__1__Impl_in_rule__XArtifactMatcher__Group__111883);
rule__XArtifactMatcher__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__2_in_rule__XArtifactMatcher__Group__111649);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__2_in_rule__XArtifactMatcher__Group__111886);
rule__XArtifactMatcher__Group__2();
state._fsp--;
@@ -15671,23 +16016,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5747:1: rule__XArtifactMatcher__Group__1__Impl : ( ( rule__XArtifactMatcher__NameAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5850:1: rule__XArtifactMatcher__Group__1__Impl : ( ( rule__XArtifactMatcher__NameAssignment_1 ) ) ;
public final void rule__XArtifactMatcher__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5751:1: ( ( ( rule__XArtifactMatcher__NameAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5752:1: ( ( rule__XArtifactMatcher__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5854:1: ( ( ( rule__XArtifactMatcher__NameAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5855:1: ( ( rule__XArtifactMatcher__NameAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5752:1: ( ( rule__XArtifactMatcher__NameAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5753:1: ( rule__XArtifactMatcher__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5855:1: ( ( rule__XArtifactMatcher__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5856:1: ( rule__XArtifactMatcher__NameAssignment_1 )
{
before(grammarAccess.getXArtifactMatcherAccess().getNameAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5754:1: ( rule__XArtifactMatcher__NameAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5754:2: rule__XArtifactMatcher__NameAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5857:1: ( rule__XArtifactMatcher__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5857:2: rule__XArtifactMatcher__NameAssignment_1
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__NameAssignment_1_in_rule__XArtifactMatcher__Group__1__Impl11676);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__NameAssignment_1_in_rule__XArtifactMatcher__Group__1__Impl11913);
rule__XArtifactMatcher__NameAssignment_1();
state._fsp--;
@@ -15718,21 +16063,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5764:1: rule__XArtifactMatcher__Group__2 : rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5867:1: rule__XArtifactMatcher__Group__2 : rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3 ;
public final void rule__XArtifactMatcher__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5768:1: ( rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5769:2: rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5871:1: ( rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5872:2: rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__2__Impl_in_rule__XArtifactMatcher__Group__211706);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__2__Impl_in_rule__XArtifactMatcher__Group__211943);
rule__XArtifactMatcher__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__3_in_rule__XArtifactMatcher__Group__211709);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__3_in_rule__XArtifactMatcher__Group__211946);
rule__XArtifactMatcher__Group__3();
state._fsp--;
@@ -15756,20 +16101,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5776:1: rule__XArtifactMatcher__Group__2__Impl : ( 'where' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5879:1: rule__XArtifactMatcher__Group__2__Impl : ( 'where' ) ;
public final void rule__XArtifactMatcher__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5780:1: ( ( 'where' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5781:1: ( 'where' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5883:1: ( ( 'where' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5884:1: ( 'where' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5781:1: ( 'where' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5782:1: 'where'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5884:1: ( 'where' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5885:1: 'where'
{
before(grammarAccess.getXArtifactMatcherAccess().getWhereKeyword_2());
- match(input,84,FOLLOW_84_in_rule__XArtifactMatcher__Group__2__Impl11737);
+ match(input,84,FOLLOW_84_in_rule__XArtifactMatcher__Group__2__Impl11974);
after(grammarAccess.getXArtifactMatcherAccess().getWhereKeyword_2());
}
@@ -15793,21 +16138,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5795:1: rule__XArtifactMatcher__Group__3 : rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5898:1: rule__XArtifactMatcher__Group__3 : rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4 ;
public final void rule__XArtifactMatcher__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5799:1: ( rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5800:2: rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5902:1: ( rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5903:2: rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__3__Impl_in_rule__XArtifactMatcher__Group__311768);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__3__Impl_in_rule__XArtifactMatcher__Group__312005);
rule__XArtifactMatcher__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__4_in_rule__XArtifactMatcher__Group__311771);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__4_in_rule__XArtifactMatcher__Group__312008);
rule__XArtifactMatcher__Group__4();
state._fsp--;
@@ -15831,23 +16176,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5807:1: rule__XArtifactMatcher__Group__3__Impl : ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5910:1: rule__XArtifactMatcher__Group__3__Impl : ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) ) ;
public final void rule__XArtifactMatcher__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5811:1: ( ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5812:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5914:1: ( ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5915:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5812:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5813:1: ( rule__XArtifactMatcher__ConditionsAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5915:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5916:1: ( rule__XArtifactMatcher__ConditionsAssignment_3 )
{
before(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5814:1: ( rule__XArtifactMatcher__ConditionsAssignment_3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5814:2: rule__XArtifactMatcher__ConditionsAssignment_3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5917:1: ( rule__XArtifactMatcher__ConditionsAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5917:2: rule__XArtifactMatcher__ConditionsAssignment_3
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_3_in_rule__XArtifactMatcher__Group__3__Impl11798);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_3_in_rule__XArtifactMatcher__Group__3__Impl12035);
rule__XArtifactMatcher__ConditionsAssignment_3();
state._fsp--;
@@ -15878,21 +16223,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5824:1: rule__XArtifactMatcher__Group__4 : rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5927:1: rule__XArtifactMatcher__Group__4 : rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5 ;
public final void rule__XArtifactMatcher__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5828:1: ( rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5829:2: rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5931:1: ( rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5932:2: rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__4__Impl_in_rule__XArtifactMatcher__Group__411828);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__4__Impl_in_rule__XArtifactMatcher__Group__412065);
rule__XArtifactMatcher__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__5_in_rule__XArtifactMatcher__Group__411831);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__5_in_rule__XArtifactMatcher__Group__412068);
rule__XArtifactMatcher__Group__5();
state._fsp--;
@@ -15916,35 +16261,35 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5836:1: rule__XArtifactMatcher__Group__4__Impl : ( ( rule__XArtifactMatcher__Group_4__0 )* ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5939:1: rule__XArtifactMatcher__Group__4__Impl : ( ( rule__XArtifactMatcher__Group_4__0 )* ) ;
public final void rule__XArtifactMatcher__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5840:1: ( ( ( rule__XArtifactMatcher__Group_4__0 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5841:1: ( ( rule__XArtifactMatcher__Group_4__0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5943:1: ( ( ( rule__XArtifactMatcher__Group_4__0 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5944:1: ( ( rule__XArtifactMatcher__Group_4__0 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5841:1: ( ( rule__XArtifactMatcher__Group_4__0 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5842:1: ( rule__XArtifactMatcher__Group_4__0 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5944:1: ( ( rule__XArtifactMatcher__Group_4__0 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5945:1: ( rule__XArtifactMatcher__Group_4__0 )*
{
before(grammarAccess.getXArtifactMatcherAccess().getGroup_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5843:1: ( rule__XArtifactMatcher__Group_4__0 )*
- loop48:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5946:1: ( rule__XArtifactMatcher__Group_4__0 )*
+ loop49:
do {
- int alt48=2;
- int LA48_0 = input.LA(1);
+ int alt49=2;
+ int LA49_0 = input.LA(1);
- if ( ((LA48_0>=37 && LA48_0<=38)) ) {
- alt48=1;
+ if ( ((LA49_0>=37 && LA49_0<=38)) ) {
+ alt49=1;
}
- switch (alt48) {
+ switch (alt49) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5843:2: rule__XArtifactMatcher__Group_4__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5946:2: rule__XArtifactMatcher__Group_4__0
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__0_in_rule__XArtifactMatcher__Group__4__Impl11858);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__0_in_rule__XArtifactMatcher__Group__4__Impl12095);
rule__XArtifactMatcher__Group_4__0();
state._fsp--;
@@ -15954,7 +16299,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop48;
+ break loop49;
}
} while (true);
@@ -15981,16 +16326,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5853:1: rule__XArtifactMatcher__Group__5 : rule__XArtifactMatcher__Group__5__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5956:1: rule__XArtifactMatcher__Group__5 : rule__XArtifactMatcher__Group__5__Impl ;
public final void rule__XArtifactMatcher__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5857:1: ( rule__XArtifactMatcher__Group__5__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5858:2: rule__XArtifactMatcher__Group__5__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5960:1: ( rule__XArtifactMatcher__Group__5__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5961:2: rule__XArtifactMatcher__Group__5__Impl
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__5__Impl_in_rule__XArtifactMatcher__Group__511889);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group__5__Impl_in_rule__XArtifactMatcher__Group__512126);
rule__XArtifactMatcher__Group__5__Impl();
state._fsp--;
@@ -16014,20 +16359,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5864:1: rule__XArtifactMatcher__Group__5__Impl : ( ';' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5967:1: rule__XArtifactMatcher__Group__5__Impl : ( ';' ) ;
public final void rule__XArtifactMatcher__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5868:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5869:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5971:1: ( ( ';' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5972:1: ( ';' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5869:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5870:1: ';'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5972:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5973:1: ';'
{
before(grammarAccess.getXArtifactMatcherAccess().getSemicolonKeyword_5());
- match(input,85,FOLLOW_85_in_rule__XArtifactMatcher__Group__5__Impl11917);
+ match(input,85,FOLLOW_85_in_rule__XArtifactMatcher__Group__5__Impl12154);
after(grammarAccess.getXArtifactMatcherAccess().getSemicolonKeyword_5());
}
@@ -16051,21 +16396,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group_4__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5895:1: rule__XArtifactMatcher__Group_4__0 : rule__XArtifactMatcher__Group_4__0__Impl rule__XArtifactMatcher__Group_4__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5998:1: rule__XArtifactMatcher__Group_4__0 : rule__XArtifactMatcher__Group_4__0__Impl rule__XArtifactMatcher__Group_4__1 ;
public final void rule__XArtifactMatcher__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5899:1: ( rule__XArtifactMatcher__Group_4__0__Impl rule__XArtifactMatcher__Group_4__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5900:2: rule__XArtifactMatcher__Group_4__0__Impl rule__XArtifactMatcher__Group_4__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6002:1: ( rule__XArtifactMatcher__Group_4__0__Impl rule__XArtifactMatcher__Group_4__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6003:2: rule__XArtifactMatcher__Group_4__0__Impl rule__XArtifactMatcher__Group_4__1
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__0__Impl_in_rule__XArtifactMatcher__Group_4__011960);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__0__Impl_in_rule__XArtifactMatcher__Group_4__012197);
rule__XArtifactMatcher__Group_4__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__1_in_rule__XArtifactMatcher__Group_4__011963);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__1_in_rule__XArtifactMatcher__Group_4__012200);
rule__XArtifactMatcher__Group_4__1();
state._fsp--;
@@ -16089,23 +16434,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group_4__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5907:1: rule__XArtifactMatcher__Group_4__0__Impl : ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6010:1: rule__XArtifactMatcher__Group_4__0__Impl : ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) ) ;
public final void rule__XArtifactMatcher__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5911:1: ( ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5912:1: ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6014:1: ( ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6015:1: ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5912:1: ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5913:1: ( rule__XArtifactMatcher__OperatorsAssignment_4_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6015:1: ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6016:1: ( rule__XArtifactMatcher__OperatorsAssignment_4_0 )
{
before(grammarAccess.getXArtifactMatcherAccess().getOperatorsAssignment_4_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5914:1: ( rule__XArtifactMatcher__OperatorsAssignment_4_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5914:2: rule__XArtifactMatcher__OperatorsAssignment_4_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6017:1: ( rule__XArtifactMatcher__OperatorsAssignment_4_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6017:2: rule__XArtifactMatcher__OperatorsAssignment_4_0
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__OperatorsAssignment_4_0_in_rule__XArtifactMatcher__Group_4__0__Impl11990);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__OperatorsAssignment_4_0_in_rule__XArtifactMatcher__Group_4__0__Impl12227);
rule__XArtifactMatcher__OperatorsAssignment_4_0();
state._fsp--;
@@ -16136,16 +16481,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group_4__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5924:1: rule__XArtifactMatcher__Group_4__1 : rule__XArtifactMatcher__Group_4__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6027:1: rule__XArtifactMatcher__Group_4__1 : rule__XArtifactMatcher__Group_4__1__Impl ;
public final void rule__XArtifactMatcher__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5928:1: ( rule__XArtifactMatcher__Group_4__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5929:2: rule__XArtifactMatcher__Group_4__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6031:1: ( rule__XArtifactMatcher__Group_4__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6032:2: rule__XArtifactMatcher__Group_4__1__Impl
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__1__Impl_in_rule__XArtifactMatcher__Group_4__112020);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__1__Impl_in_rule__XArtifactMatcher__Group_4__112257);
rule__XArtifactMatcher__Group_4__1__Impl();
state._fsp--;
@@ -16169,23 +16514,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__Group_4__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5935:1: rule__XArtifactMatcher__Group_4__1__Impl : ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6038:1: rule__XArtifactMatcher__Group_4__1__Impl : ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) ) ;
public final void rule__XArtifactMatcher__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5939:1: ( ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5940:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6042:1: ( ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6043:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5940:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5941:1: ( rule__XArtifactMatcher__ConditionsAssignment_4_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6043:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6044:1: ( rule__XArtifactMatcher__ConditionsAssignment_4_1 )
{
before(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_4_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5942:1: ( rule__XArtifactMatcher__ConditionsAssignment_4_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5942:2: rule__XArtifactMatcher__ConditionsAssignment_4_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6045:1: ( rule__XArtifactMatcher__ConditionsAssignment_4_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6045:2: rule__XArtifactMatcher__ConditionsAssignment_4_1
{
- pushFollow(FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_4_1_in_rule__XArtifactMatcher__Group_4__1__Impl12047);
+ pushFollow(FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_4_1_in_rule__XArtifactMatcher__Group_4__1__Impl12284);
rule__XArtifactMatcher__ConditionsAssignment_4_1();
state._fsp--;
@@ -16215,22 +16560,1166 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__XArtifactMatcher__Group_4__1__Impl"
+ // $ANTLR start "rule__Role__Group__0"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6059:1: rule__Role__Group__0 : rule__Role__Group__0__Impl rule__Role__Group__1 ;
+ public final void rule__Role__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6063:1: ( rule__Role__Group__0__Impl rule__Role__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6064:2: rule__Role__Group__0__Impl rule__Role__Group__1
+ {
+ pushFollow(FOLLOW_rule__Role__Group__0__Impl_in_rule__Role__Group__012318);
+ rule__Role__Group__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__Role__Group__1_in_rule__Role__Group__012321);
+ rule__Role__Group__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__0"
+
+
+ // $ANTLR start "rule__Role__Group__0__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6071:1: rule__Role__Group__0__Impl : ( 'role' ) ;
+ public final void rule__Role__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6075:1: ( ( 'role' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6076:1: ( 'role' )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6076:1: ( 'role' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6077:1: 'role'
+ {
+ before(grammarAccess.getRoleAccess().getRoleKeyword_0());
+ match(input,86,FOLLOW_86_in_rule__Role__Group__0__Impl12349);
+ after(grammarAccess.getRoleAccess().getRoleKeyword_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Role__Group__1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6090:1: rule__Role__Group__1 : rule__Role__Group__1__Impl rule__Role__Group__2 ;
+ public final void rule__Role__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6094:1: ( rule__Role__Group__1__Impl rule__Role__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6095:2: rule__Role__Group__1__Impl rule__Role__Group__2
+ {
+ pushFollow(FOLLOW_rule__Role__Group__1__Impl_in_rule__Role__Group__112380);
+ rule__Role__Group__1__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__Role__Group__2_in_rule__Role__Group__112383);
+ rule__Role__Group__2();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__1"
+
+
+ // $ANTLR start "rule__Role__Group__1__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6102:1: rule__Role__Group__1__Impl : ( ( rule__Role__NameAssignment_1 ) ) ;
+ public final void rule__Role__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6106:1: ( ( ( rule__Role__NameAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6107:1: ( ( rule__Role__NameAssignment_1 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6107:1: ( ( rule__Role__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6108:1: ( rule__Role__NameAssignment_1 )
+ {
+ before(grammarAccess.getRoleAccess().getNameAssignment_1());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6109:1: ( rule__Role__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6109:2: rule__Role__NameAssignment_1
+ {
+ pushFollow(FOLLOW_rule__Role__NameAssignment_1_in_rule__Role__Group__1__Impl12410);
+ rule__Role__NameAssignment_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getRoleAccess().getNameAssignment_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Role__Group__2"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6119:1: rule__Role__Group__2 : rule__Role__Group__2__Impl rule__Role__Group__3 ;
+ public final void rule__Role__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6123:1: ( rule__Role__Group__2__Impl rule__Role__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6124:2: rule__Role__Group__2__Impl rule__Role__Group__3
+ {
+ pushFollow(FOLLOW_rule__Role__Group__2__Impl_in_rule__Role__Group__212440);
+ rule__Role__Group__2__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__Role__Group__3_in_rule__Role__Group__212443);
+ rule__Role__Group__3();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__2"
+
+
+ // $ANTLR start "rule__Role__Group__2__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6131:1: rule__Role__Group__2__Impl : ( ( rule__Role__Group_2__0 )? ) ;
+ public final void rule__Role__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6135:1: ( ( ( rule__Role__Group_2__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6136:1: ( ( rule__Role__Group_2__0 )? )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6136:1: ( ( rule__Role__Group_2__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6137:1: ( rule__Role__Group_2__0 )?
+ {
+ before(grammarAccess.getRoleAccess().getGroup_2());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6138:1: ( rule__Role__Group_2__0 )?
+ int alt50=2;
+ int LA50_0 = input.LA(1);
+
+ if ( (LA50_0==54) ) {
+ alt50=1;
+ }
+ switch (alt50) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6138:2: rule__Role__Group_2__0
+ {
+ pushFollow(FOLLOW_rule__Role__Group_2__0_in_rule__Role__Group__2__Impl12470);
+ rule__Role__Group_2__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getRoleAccess().getGroup_2());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Role__Group__3"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6148:1: rule__Role__Group__3 : rule__Role__Group__3__Impl rule__Role__Group__4 ;
+ public final void rule__Role__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6152:1: ( rule__Role__Group__3__Impl rule__Role__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6153:2: rule__Role__Group__3__Impl rule__Role__Group__4
+ {
+ pushFollow(FOLLOW_rule__Role__Group__3__Impl_in_rule__Role__Group__312501);
+ rule__Role__Group__3__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__Role__Group__4_in_rule__Role__Group__312504);
+ rule__Role__Group__4();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__3"
+
+
+ // $ANTLR start "rule__Role__Group__3__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6160:1: rule__Role__Group__3__Impl : ( '{' ) ;
+ public final void rule__Role__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6164:1: ( ( '{' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6165:1: ( '{' )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6165:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6166:1: '{'
+ {
+ before(grammarAccess.getRoleAccess().getLeftCurlyBracketKeyword_3());
+ match(input,51,FOLLOW_51_in_rule__Role__Group__3__Impl12532);
+ after(grammarAccess.getRoleAccess().getLeftCurlyBracketKeyword_3());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__3__Impl"
+
+
+ // $ANTLR start "rule__Role__Group__4"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6179:1: rule__Role__Group__4 : rule__Role__Group__4__Impl rule__Role__Group__5 ;
+ public final void rule__Role__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6183:1: ( rule__Role__Group__4__Impl rule__Role__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6184:2: rule__Role__Group__4__Impl rule__Role__Group__5
+ {
+ pushFollow(FOLLOW_rule__Role__Group__4__Impl_in_rule__Role__Group__412563);
+ rule__Role__Group__4__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__Role__Group__5_in_rule__Role__Group__412566);
+ rule__Role__Group__5();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__4"
+
+
+ // $ANTLR start "rule__Role__Group__4__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6191:1: rule__Role__Group__4__Impl : ( ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* ) ) ;
+ public final void rule__Role__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6195:1: ( ( ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6196:1: ( ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6196:1: ( ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6197:1: ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6197:1: ( ( rule__Role__Alternatives_4 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6198:1: ( rule__Role__Alternatives_4 )
+ {
+ before(grammarAccess.getRoleAccess().getAlternatives_4());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6199:1: ( rule__Role__Alternatives_4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6199:2: rule__Role__Alternatives_4
+ {
+ pushFollow(FOLLOW_rule__Role__Alternatives_4_in_rule__Role__Group__4__Impl12595);
+ rule__Role__Alternatives_4();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getRoleAccess().getAlternatives_4());
+
+ }
+
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6202:1: ( ( rule__Role__Alternatives_4 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6203:1: ( rule__Role__Alternatives_4 )*
+ {
+ before(grammarAccess.getRoleAccess().getAlternatives_4());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6204:1: ( rule__Role__Alternatives_4 )*
+ loop51:
+ do {
+ int alt51=2;
+ int LA51_0 = input.LA(1);
+
+ if ( (LA51_0==56||LA51_0==87) ) {
+ alt51=1;
+ }
+
+
+ switch (alt51) {
+ case 1 :
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6204:2: rule__Role__Alternatives_4
+ {
+ pushFollow(FOLLOW_rule__Role__Alternatives_4_in_rule__Role__Group__4__Impl12607);
+ rule__Role__Alternatives_4();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ default :
+ break loop51;
+ }
+ } while (true);
+
+ after(grammarAccess.getRoleAccess().getAlternatives_4());
+
+ }
+
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__4__Impl"
+
+
+ // $ANTLR start "rule__Role__Group__5"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6215:1: rule__Role__Group__5 : rule__Role__Group__5__Impl ;
+ public final void rule__Role__Group__5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6219:1: ( rule__Role__Group__5__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6220:2: rule__Role__Group__5__Impl
+ {
+ pushFollow(FOLLOW_rule__Role__Group__5__Impl_in_rule__Role__Group__512640);
+ rule__Role__Group__5__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__5"
+
+
+ // $ANTLR start "rule__Role__Group__5__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6226:1: rule__Role__Group__5__Impl : ( '}' ) ;
+ public final void rule__Role__Group__5__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6230:1: ( ( '}' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6231:1: ( '}' )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6231:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6232:1: '}'
+ {
+ before(grammarAccess.getRoleAccess().getRightCurlyBracketKeyword_5());
+ match(input,53,FOLLOW_53_in_rule__Role__Group__5__Impl12668);
+ after(grammarAccess.getRoleAccess().getRightCurlyBracketKeyword_5());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__5__Impl"
+
+
+ // $ANTLR start "rule__Role__Group_2__0"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6257:1: rule__Role__Group_2__0 : rule__Role__Group_2__0__Impl rule__Role__Group_2__1 ;
+ public final void rule__Role__Group_2__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6261:1: ( rule__Role__Group_2__0__Impl rule__Role__Group_2__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6262:2: rule__Role__Group_2__0__Impl rule__Role__Group_2__1
+ {
+ pushFollow(FOLLOW_rule__Role__Group_2__0__Impl_in_rule__Role__Group_2__012711);
+ rule__Role__Group_2__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__Role__Group_2__1_in_rule__Role__Group_2__012714);
+ rule__Role__Group_2__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group_2__0"
+
+
+ // $ANTLR start "rule__Role__Group_2__0__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6269:1: rule__Role__Group_2__0__Impl : ( 'extends' ) ;
+ public final void rule__Role__Group_2__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6273:1: ( ( 'extends' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6274:1: ( 'extends' )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6274:1: ( 'extends' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6275:1: 'extends'
+ {
+ before(grammarAccess.getRoleAccess().getExtendsKeyword_2_0());
+ match(input,54,FOLLOW_54_in_rule__Role__Group_2__0__Impl12742);
+ after(grammarAccess.getRoleAccess().getExtendsKeyword_2_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group_2__0__Impl"
+
+
+ // $ANTLR start "rule__Role__Group_2__1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6288:1: rule__Role__Group_2__1 : rule__Role__Group_2__1__Impl ;
+ public final void rule__Role__Group_2__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6292:1: ( rule__Role__Group_2__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6293:2: rule__Role__Group_2__1__Impl
+ {
+ pushFollow(FOLLOW_rule__Role__Group_2__1__Impl_in_rule__Role__Group_2__112773);
+ rule__Role__Group_2__1__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group_2__1"
+
+
+ // $ANTLR start "rule__Role__Group_2__1__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6299:1: rule__Role__Group_2__1__Impl : ( ( rule__Role__SuperRolesAssignment_2_1 ) ) ;
+ public final void rule__Role__Group_2__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6303:1: ( ( ( rule__Role__SuperRolesAssignment_2_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6304:1: ( ( rule__Role__SuperRolesAssignment_2_1 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6304:1: ( ( rule__Role__SuperRolesAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6305:1: ( rule__Role__SuperRolesAssignment_2_1 )
+ {
+ before(grammarAccess.getRoleAccess().getSuperRolesAssignment_2_1());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6306:1: ( rule__Role__SuperRolesAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6306:2: rule__Role__SuperRolesAssignment_2_1
+ {
+ pushFollow(FOLLOW_rule__Role__SuperRolesAssignment_2_1_in_rule__Role__Group_2__1__Impl12800);
+ rule__Role__SuperRolesAssignment_2_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getRoleAccess().getSuperRolesAssignment_2_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group_2__1__Impl"
+
+
+ // $ANTLR start "rule__ReferencedContext__Group__0"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6320:1: rule__ReferencedContext__Group__0 : rule__ReferencedContext__Group__0__Impl rule__ReferencedContext__Group__1 ;
+ public final void rule__ReferencedContext__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6324:1: ( rule__ReferencedContext__Group__0__Impl rule__ReferencedContext__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6325:2: rule__ReferencedContext__Group__0__Impl rule__ReferencedContext__Group__1
+ {
+ pushFollow(FOLLOW_rule__ReferencedContext__Group__0__Impl_in_rule__ReferencedContext__Group__012834);
+ rule__ReferencedContext__Group__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__ReferencedContext__Group__1_in_rule__ReferencedContext__Group__012837);
+ rule__ReferencedContext__Group__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ReferencedContext__Group__0"
+
+
+ // $ANTLR start "rule__ReferencedContext__Group__0__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6332:1: rule__ReferencedContext__Group__0__Impl : ( 'accessContext' ) ;
+ public final void rule__ReferencedContext__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6336:1: ( ( 'accessContext' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6337:1: ( 'accessContext' )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6337:1: ( 'accessContext' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6338:1: 'accessContext'
+ {
+ before(grammarAccess.getReferencedContextAccess().getAccessContextKeyword_0());
+ match(input,87,FOLLOW_87_in_rule__ReferencedContext__Group__0__Impl12865);
+ after(grammarAccess.getReferencedContextAccess().getAccessContextKeyword_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ReferencedContext__Group__0__Impl"
+
+
+ // $ANTLR start "rule__ReferencedContext__Group__1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6351:1: rule__ReferencedContext__Group__1 : rule__ReferencedContext__Group__1__Impl rule__ReferencedContext__Group__2 ;
+ public final void rule__ReferencedContext__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6355:1: ( rule__ReferencedContext__Group__1__Impl rule__ReferencedContext__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6356:2: rule__ReferencedContext__Group__1__Impl rule__ReferencedContext__Group__2
+ {
+ pushFollow(FOLLOW_rule__ReferencedContext__Group__1__Impl_in_rule__ReferencedContext__Group__112896);
+ rule__ReferencedContext__Group__1__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__ReferencedContext__Group__2_in_rule__ReferencedContext__Group__112899);
+ rule__ReferencedContext__Group__2();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ReferencedContext__Group__1"
+
+
+ // $ANTLR start "rule__ReferencedContext__Group__1__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6363:1: rule__ReferencedContext__Group__1__Impl : ( ( rule__ReferencedContext__AccessContextRefAssignment_1 ) ) ;
+ public final void rule__ReferencedContext__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6367:1: ( ( ( rule__ReferencedContext__AccessContextRefAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6368:1: ( ( rule__ReferencedContext__AccessContextRefAssignment_1 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6368:1: ( ( rule__ReferencedContext__AccessContextRefAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6369:1: ( rule__ReferencedContext__AccessContextRefAssignment_1 )
+ {
+ before(grammarAccess.getReferencedContextAccess().getAccessContextRefAssignment_1());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6370:1: ( rule__ReferencedContext__AccessContextRefAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6370:2: rule__ReferencedContext__AccessContextRefAssignment_1
+ {
+ pushFollow(FOLLOW_rule__ReferencedContext__AccessContextRefAssignment_1_in_rule__ReferencedContext__Group__1__Impl12926);
+ rule__ReferencedContext__AccessContextRefAssignment_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getReferencedContextAccess().getAccessContextRefAssignment_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ReferencedContext__Group__1__Impl"
+
+
+ // $ANTLR start "rule__ReferencedContext__Group__2"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6380:1: rule__ReferencedContext__Group__2 : rule__ReferencedContext__Group__2__Impl ;
+ public final void rule__ReferencedContext__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6384:1: ( rule__ReferencedContext__Group__2__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6385:2: rule__ReferencedContext__Group__2__Impl
+ {
+ pushFollow(FOLLOW_rule__ReferencedContext__Group__2__Impl_in_rule__ReferencedContext__Group__212956);
+ rule__ReferencedContext__Group__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ReferencedContext__Group__2"
+
+
+ // $ANTLR start "rule__ReferencedContext__Group__2__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6391:1: rule__ReferencedContext__Group__2__Impl : ( ';' ) ;
+ public final void rule__ReferencedContext__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6395:1: ( ( ';' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6396:1: ( ';' )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6396:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6397:1: ';'
+ {
+ before(grammarAccess.getReferencedContextAccess().getSemicolonKeyword_2());
+ match(input,85,FOLLOW_85_in_rule__ReferencedContext__Group__2__Impl12984);
+ after(grammarAccess.getReferencedContextAccess().getSemicolonKeyword_2());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ReferencedContext__Group__2__Impl"
+
+
+ // $ANTLR start "rule__UsersAndGroups__Group__0"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6416:1: rule__UsersAndGroups__Group__0 : rule__UsersAndGroups__Group__0__Impl rule__UsersAndGroups__Group__1 ;
+ public final void rule__UsersAndGroups__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6420:1: ( rule__UsersAndGroups__Group__0__Impl rule__UsersAndGroups__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6421:2: rule__UsersAndGroups__Group__0__Impl rule__UsersAndGroups__Group__1
+ {
+ pushFollow(FOLLOW_rule__UsersAndGroups__Group__0__Impl_in_rule__UsersAndGroups__Group__013021);
+ rule__UsersAndGroups__Group__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__UsersAndGroups__Group__1_in_rule__UsersAndGroups__Group__013024);
+ rule__UsersAndGroups__Group__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UsersAndGroups__Group__0"
+
+
+ // $ANTLR start "rule__UsersAndGroups__Group__0__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6428:1: rule__UsersAndGroups__Group__0__Impl : ( 'guid' ) ;
+ public final void rule__UsersAndGroups__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6432:1: ( ( 'guid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6433:1: ( 'guid' )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6433:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6434:1: 'guid'
+ {
+ before(grammarAccess.getUsersAndGroupsAccess().getGuidKeyword_0());
+ match(input,56,FOLLOW_56_in_rule__UsersAndGroups__Group__0__Impl13052);
+ after(grammarAccess.getUsersAndGroupsAccess().getGuidKeyword_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UsersAndGroups__Group__0__Impl"
+
+
+ // $ANTLR start "rule__UsersAndGroups__Group__1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6447:1: rule__UsersAndGroups__Group__1 : rule__UsersAndGroups__Group__1__Impl rule__UsersAndGroups__Group__2 ;
+ public final void rule__UsersAndGroups__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6451:1: ( rule__UsersAndGroups__Group__1__Impl rule__UsersAndGroups__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6452:2: rule__UsersAndGroups__Group__1__Impl rule__UsersAndGroups__Group__2
+ {
+ pushFollow(FOLLOW_rule__UsersAndGroups__Group__1__Impl_in_rule__UsersAndGroups__Group__113083);
+ rule__UsersAndGroups__Group__1__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_rule__UsersAndGroups__Group__2_in_rule__UsersAndGroups__Group__113086);
+ rule__UsersAndGroups__Group__2();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UsersAndGroups__Group__1"
+
+
+ // $ANTLR start "rule__UsersAndGroups__Group__1__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6459:1: rule__UsersAndGroups__Group__1__Impl : ( ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 ) ) ;
+ public final void rule__UsersAndGroups__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6463:1: ( ( ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6464:1: ( ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6464:1: ( ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6465:1: ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 )
+ {
+ before(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidAssignment_1());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6466:1: ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6466:2: rule__UsersAndGroups__UserOrGroupGuidAssignment_1
+ {
+ pushFollow(FOLLOW_rule__UsersAndGroups__UserOrGroupGuidAssignment_1_in_rule__UsersAndGroups__Group__1__Impl13113);
+ rule__UsersAndGroups__UserOrGroupGuidAssignment_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidAssignment_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UsersAndGroups__Group__1__Impl"
+
+
+ // $ANTLR start "rule__UsersAndGroups__Group__2"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6476:1: rule__UsersAndGroups__Group__2 : rule__UsersAndGroups__Group__2__Impl ;
+ public final void rule__UsersAndGroups__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6480:1: ( rule__UsersAndGroups__Group__2__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6481:2: rule__UsersAndGroups__Group__2__Impl
+ {
+ pushFollow(FOLLOW_rule__UsersAndGroups__Group__2__Impl_in_rule__UsersAndGroups__Group__213143);
+ rule__UsersAndGroups__Group__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UsersAndGroups__Group__2"
+
+
+ // $ANTLR start "rule__UsersAndGroups__Group__2__Impl"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6487:1: rule__UsersAndGroups__Group__2__Impl : ( ';' ) ;
+ public final void rule__UsersAndGroups__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6491:1: ( ( ';' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6492:1: ( ';' )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6492:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6493:1: ';'
+ {
+ before(grammarAccess.getUsersAndGroupsAccess().getSemicolonKeyword_2());
+ match(input,85,FOLLOW_85_in_rule__UsersAndGroups__Group__2__Impl13171);
+ after(grammarAccess.getUsersAndGroupsAccess().getSemicolonKeyword_2());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UsersAndGroups__Group__2__Impl"
+
+
// $ANTLR start "rule__AccessContext__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5956:1: rule__AccessContext__Group__0 : rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6512:1: rule__AccessContext__Group__0 : rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1 ;
public final void rule__AccessContext__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5960:1: ( rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5961:2: rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6516:1: ( rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6517:2: rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1
{
- pushFollow(FOLLOW_rule__AccessContext__Group__0__Impl_in_rule__AccessContext__Group__012081);
+ pushFollow(FOLLOW_rule__AccessContext__Group__0__Impl_in_rule__AccessContext__Group__013208);
rule__AccessContext__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__1_in_rule__AccessContext__Group__012084);
+ pushFollow(FOLLOW_rule__AccessContext__Group__1_in_rule__AccessContext__Group__013211);
rule__AccessContext__Group__1();
state._fsp--;
@@ -16254,20 +17743,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5968:1: rule__AccessContext__Group__0__Impl : ( 'accessContext' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6524:1: rule__AccessContext__Group__0__Impl : ( 'accessContext' ) ;
public final void rule__AccessContext__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5972:1: ( ( 'accessContext' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5973:1: ( 'accessContext' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6528:1: ( ( 'accessContext' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6529:1: ( 'accessContext' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5973:1: ( 'accessContext' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5974:1: 'accessContext'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6529:1: ( 'accessContext' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6530:1: 'accessContext'
{
before(grammarAccess.getAccessContextAccess().getAccessContextKeyword_0());
- match(input,86,FOLLOW_86_in_rule__AccessContext__Group__0__Impl12112);
+ match(input,87,FOLLOW_87_in_rule__AccessContext__Group__0__Impl13239);
after(grammarAccess.getAccessContextAccess().getAccessContextKeyword_0());
}
@@ -16291,21 +17780,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5987:1: rule__AccessContext__Group__1 : rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6543:1: rule__AccessContext__Group__1 : rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2 ;
public final void rule__AccessContext__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5991:1: ( rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5992:2: rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6547:1: ( rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6548:2: rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2
{
- pushFollow(FOLLOW_rule__AccessContext__Group__1__Impl_in_rule__AccessContext__Group__112143);
+ pushFollow(FOLLOW_rule__AccessContext__Group__1__Impl_in_rule__AccessContext__Group__113270);
rule__AccessContext__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__2_in_rule__AccessContext__Group__112146);
+ pushFollow(FOLLOW_rule__AccessContext__Group__2_in_rule__AccessContext__Group__113273);
rule__AccessContext__Group__2();
state._fsp--;
@@ -16329,23 +17818,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5999:1: rule__AccessContext__Group__1__Impl : ( ( rule__AccessContext__NameAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6555:1: rule__AccessContext__Group__1__Impl : ( ( rule__AccessContext__NameAssignment_1 ) ) ;
public final void rule__AccessContext__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6003:1: ( ( ( rule__AccessContext__NameAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6004:1: ( ( rule__AccessContext__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6559:1: ( ( ( rule__AccessContext__NameAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6560:1: ( ( rule__AccessContext__NameAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6004:1: ( ( rule__AccessContext__NameAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6005:1: ( rule__AccessContext__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6560:1: ( ( rule__AccessContext__NameAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6561:1: ( rule__AccessContext__NameAssignment_1 )
{
before(grammarAccess.getAccessContextAccess().getNameAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6006:1: ( rule__AccessContext__NameAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6006:2: rule__AccessContext__NameAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6562:1: ( rule__AccessContext__NameAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6562:2: rule__AccessContext__NameAssignment_1
{
- pushFollow(FOLLOW_rule__AccessContext__NameAssignment_1_in_rule__AccessContext__Group__1__Impl12173);
+ pushFollow(FOLLOW_rule__AccessContext__NameAssignment_1_in_rule__AccessContext__Group__1__Impl13300);
rule__AccessContext__NameAssignment_1();
state._fsp--;
@@ -16376,21 +17865,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6016:1: rule__AccessContext__Group__2 : rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6572:1: rule__AccessContext__Group__2 : rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3 ;
public final void rule__AccessContext__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6020:1: ( rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6021:2: rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6576:1: ( rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6577:2: rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3
{
- pushFollow(FOLLOW_rule__AccessContext__Group__2__Impl_in_rule__AccessContext__Group__212203);
+ pushFollow(FOLLOW_rule__AccessContext__Group__2__Impl_in_rule__AccessContext__Group__213330);
rule__AccessContext__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__3_in_rule__AccessContext__Group__212206);
+ pushFollow(FOLLOW_rule__AccessContext__Group__3_in_rule__AccessContext__Group__213333);
rule__AccessContext__Group__3();
state._fsp--;
@@ -16414,31 +17903,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6028:1: rule__AccessContext__Group__2__Impl : ( ( rule__AccessContext__Group_2__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6584:1: rule__AccessContext__Group__2__Impl : ( ( rule__AccessContext__Group_2__0 )? ) ;
public final void rule__AccessContext__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6032:1: ( ( ( rule__AccessContext__Group_2__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6033:1: ( ( rule__AccessContext__Group_2__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6588:1: ( ( ( rule__AccessContext__Group_2__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6589:1: ( ( rule__AccessContext__Group_2__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6033:1: ( ( rule__AccessContext__Group_2__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6034:1: ( rule__AccessContext__Group_2__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6589:1: ( ( rule__AccessContext__Group_2__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6590:1: ( rule__AccessContext__Group_2__0 )?
{
before(grammarAccess.getAccessContextAccess().getGroup_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6035:1: ( rule__AccessContext__Group_2__0 )?
- int alt49=2;
- int LA49_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6591:1: ( rule__AccessContext__Group_2__0 )?
+ int alt52=2;
+ int LA52_0 = input.LA(1);
- if ( (LA49_0==54) ) {
- alt49=1;
+ if ( (LA52_0==54) ) {
+ alt52=1;
}
- switch (alt49) {
+ switch (alt52) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6035:2: rule__AccessContext__Group_2__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6591:2: rule__AccessContext__Group_2__0
{
- pushFollow(FOLLOW_rule__AccessContext__Group_2__0_in_rule__AccessContext__Group__2__Impl12233);
+ pushFollow(FOLLOW_rule__AccessContext__Group_2__0_in_rule__AccessContext__Group__2__Impl13360);
rule__AccessContext__Group_2__0();
state._fsp--;
@@ -16472,21 +17961,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6045:1: rule__AccessContext__Group__3 : rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6601:1: rule__AccessContext__Group__3 : rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4 ;
public final void rule__AccessContext__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6049:1: ( rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6050:2: rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6605:1: ( rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6606:2: rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4
{
- pushFollow(FOLLOW_rule__AccessContext__Group__3__Impl_in_rule__AccessContext__Group__312264);
+ pushFollow(FOLLOW_rule__AccessContext__Group__3__Impl_in_rule__AccessContext__Group__313391);
rule__AccessContext__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__4_in_rule__AccessContext__Group__312267);
+ pushFollow(FOLLOW_rule__AccessContext__Group__4_in_rule__AccessContext__Group__313394);
rule__AccessContext__Group__4();
state._fsp--;
@@ -16510,20 +17999,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6057:1: rule__AccessContext__Group__3__Impl : ( '{' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6613:1: rule__AccessContext__Group__3__Impl : ( '{' ) ;
public final void rule__AccessContext__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6061:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6062:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6617:1: ( ( '{' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6618:1: ( '{' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6062:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6063:1: '{'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6618:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6619:1: '{'
{
before(grammarAccess.getAccessContextAccess().getLeftCurlyBracketKeyword_3());
- match(input,51,FOLLOW_51_in_rule__AccessContext__Group__3__Impl12295);
+ match(input,51,FOLLOW_51_in_rule__AccessContext__Group__3__Impl13422);
after(grammarAccess.getAccessContextAccess().getLeftCurlyBracketKeyword_3());
}
@@ -16547,21 +18036,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6076:1: rule__AccessContext__Group__4 : rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6632:1: rule__AccessContext__Group__4 : rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5 ;
public final void rule__AccessContext__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6080:1: ( rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6081:2: rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6636:1: ( rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6637:2: rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5
{
- pushFollow(FOLLOW_rule__AccessContext__Group__4__Impl_in_rule__AccessContext__Group__412326);
+ pushFollow(FOLLOW_rule__AccessContext__Group__4__Impl_in_rule__AccessContext__Group__413453);
rule__AccessContext__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__5_in_rule__AccessContext__Group__412329);
+ pushFollow(FOLLOW_rule__AccessContext__Group__5_in_rule__AccessContext__Group__413456);
rule__AccessContext__Group__5();
state._fsp--;
@@ -16585,20 +18074,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6088:1: rule__AccessContext__Group__4__Impl : ( 'guid' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6644:1: rule__AccessContext__Group__4__Impl : ( 'guid' ) ;
public final void rule__AccessContext__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6092:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6093:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6648:1: ( ( 'guid' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6649:1: ( 'guid' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6093:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6094:1: 'guid'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6649:1: ( 'guid' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6650:1: 'guid'
{
before(grammarAccess.getAccessContextAccess().getGuidKeyword_4());
- match(input,56,FOLLOW_56_in_rule__AccessContext__Group__4__Impl12357);
+ match(input,56,FOLLOW_56_in_rule__AccessContext__Group__4__Impl13484);
after(grammarAccess.getAccessContextAccess().getGuidKeyword_4());
}
@@ -16622,21 +18111,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6107:1: rule__AccessContext__Group__5 : rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6663:1: rule__AccessContext__Group__5 : rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6 ;
public final void rule__AccessContext__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6111:1: ( rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6112:2: rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6667:1: ( rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6668:2: rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6
{
- pushFollow(FOLLOW_rule__AccessContext__Group__5__Impl_in_rule__AccessContext__Group__512388);
+ pushFollow(FOLLOW_rule__AccessContext__Group__5__Impl_in_rule__AccessContext__Group__513515);
rule__AccessContext__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__6_in_rule__AccessContext__Group__512391);
+ pushFollow(FOLLOW_rule__AccessContext__Group__6_in_rule__AccessContext__Group__513518);
rule__AccessContext__Group__6();
state._fsp--;
@@ -16660,23 +18149,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6119:1: rule__AccessContext__Group__5__Impl : ( ( rule__AccessContext__GuidAssignment_5 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6675:1: rule__AccessContext__Group__5__Impl : ( ( rule__AccessContext__GuidAssignment_5 ) ) ;
public final void rule__AccessContext__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6123:1: ( ( ( rule__AccessContext__GuidAssignment_5 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6124:1: ( ( rule__AccessContext__GuidAssignment_5 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6679:1: ( ( ( rule__AccessContext__GuidAssignment_5 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6680:1: ( ( rule__AccessContext__GuidAssignment_5 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6124:1: ( ( rule__AccessContext__GuidAssignment_5 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6125:1: ( rule__AccessContext__GuidAssignment_5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6680:1: ( ( rule__AccessContext__GuidAssignment_5 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6681:1: ( rule__AccessContext__GuidAssignment_5 )
{
before(grammarAccess.getAccessContextAccess().getGuidAssignment_5());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6126:1: ( rule__AccessContext__GuidAssignment_5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6126:2: rule__AccessContext__GuidAssignment_5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6682:1: ( rule__AccessContext__GuidAssignment_5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6682:2: rule__AccessContext__GuidAssignment_5
{
- pushFollow(FOLLOW_rule__AccessContext__GuidAssignment_5_in_rule__AccessContext__Group__5__Impl12418);
+ pushFollow(FOLLOW_rule__AccessContext__GuidAssignment_5_in_rule__AccessContext__Group__5__Impl13545);
rule__AccessContext__GuidAssignment_5();
state._fsp--;
@@ -16707,21 +18196,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__6"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6136:1: rule__AccessContext__Group__6 : rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6692:1: rule__AccessContext__Group__6 : rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7 ;
public final void rule__AccessContext__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6140:1: ( rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6141:2: rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6696:1: ( rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6697:2: rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7
{
- pushFollow(FOLLOW_rule__AccessContext__Group__6__Impl_in_rule__AccessContext__Group__612448);
+ pushFollow(FOLLOW_rule__AccessContext__Group__6__Impl_in_rule__AccessContext__Group__613575);
rule__AccessContext__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__7_in_rule__AccessContext__Group__612451);
+ pushFollow(FOLLOW_rule__AccessContext__Group__7_in_rule__AccessContext__Group__613578);
rule__AccessContext__Group__7();
state._fsp--;
@@ -16745,20 +18234,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__6__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6148:1: rule__AccessContext__Group__6__Impl : ( ';' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6704:1: rule__AccessContext__Group__6__Impl : ( ';' ) ;
public final void rule__AccessContext__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6152:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6153:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6708:1: ( ( ';' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6709:1: ( ';' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6153:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6154:1: ';'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6709:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6710:1: ';'
{
before(grammarAccess.getAccessContextAccess().getSemicolonKeyword_6());
- match(input,85,FOLLOW_85_in_rule__AccessContext__Group__6__Impl12479);
+ match(input,85,FOLLOW_85_in_rule__AccessContext__Group__6__Impl13606);
after(grammarAccess.getAccessContextAccess().getSemicolonKeyword_6());
}
@@ -16782,21 +18271,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__7"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6167:1: rule__AccessContext__Group__7 : rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6723:1: rule__AccessContext__Group__7 : rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8 ;
public final void rule__AccessContext__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6171:1: ( rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6172:2: rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6727:1: ( rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6728:2: rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8
{
- pushFollow(FOLLOW_rule__AccessContext__Group__7__Impl_in_rule__AccessContext__Group__712510);
+ pushFollow(FOLLOW_rule__AccessContext__Group__7__Impl_in_rule__AccessContext__Group__713637);
rule__AccessContext__Group__7__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__8_in_rule__AccessContext__Group__712513);
+ pushFollow(FOLLOW_rule__AccessContext__Group__8_in_rule__AccessContext__Group__713640);
rule__AccessContext__Group__8();
state._fsp--;
@@ -16820,26 +18309,26 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__7__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6179:1: rule__AccessContext__Group__7__Impl : ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6735:1: rule__AccessContext__Group__7__Impl : ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) ) ;
public final void rule__AccessContext__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6183:1: ( ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6184:1: ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6739:1: ( ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6740:1: ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6184:1: ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6185:1: ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6740:1: ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6741:1: ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6185:1: ( ( rule__AccessContext__Alternatives_7 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6186:1: ( rule__AccessContext__Alternatives_7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6741:1: ( ( rule__AccessContext__Alternatives_7 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6742:1: ( rule__AccessContext__Alternatives_7 )
{
before(grammarAccess.getAccessContextAccess().getAlternatives_7());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6187:1: ( rule__AccessContext__Alternatives_7 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6187:2: rule__AccessContext__Alternatives_7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6743:1: ( rule__AccessContext__Alternatives_7 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6743:2: rule__AccessContext__Alternatives_7
{
- pushFollow(FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl12542);
+ pushFollow(FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl13669);
rule__AccessContext__Alternatives_7();
state._fsp--;
@@ -16851,26 +18340,26 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6190:1: ( ( rule__AccessContext__Alternatives_7 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6191:1: ( rule__AccessContext__Alternatives_7 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6746:1: ( ( rule__AccessContext__Alternatives_7 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6747:1: ( rule__AccessContext__Alternatives_7 )*
{
before(grammarAccess.getAccessContextAccess().getAlternatives_7());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6192:1: ( rule__AccessContext__Alternatives_7 )*
- loop50:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6748:1: ( rule__AccessContext__Alternatives_7 )*
+ loop53:
do {
- int alt50=2;
- int LA50_0 = input.LA(1);
+ int alt53=2;
+ int LA53_0 = input.LA(1);
- if ( ((LA50_0>=43 && LA50_0<=44)||LA50_0==87) ) {
- alt50=1;
+ if ( ((LA53_0>=43 && LA53_0<=44)||LA53_0==88) ) {
+ alt53=1;
}
- switch (alt50) {
+ switch (alt53) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6192:2: rule__AccessContext__Alternatives_7
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6748:2: rule__AccessContext__Alternatives_7
{
- pushFollow(FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl12554);
+ pushFollow(FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl13681);
rule__AccessContext__Alternatives_7();
state._fsp--;
@@ -16880,7 +18369,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop50;
+ break loop53;
}
} while (true);
@@ -16910,16 +18399,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__8"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6203:1: rule__AccessContext__Group__8 : rule__AccessContext__Group__8__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6759:1: rule__AccessContext__Group__8 : rule__AccessContext__Group__8__Impl ;
public final void rule__AccessContext__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6207:1: ( rule__AccessContext__Group__8__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6208:2: rule__AccessContext__Group__8__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6763:1: ( rule__AccessContext__Group__8__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6764:2: rule__AccessContext__Group__8__Impl
{
- pushFollow(FOLLOW_rule__AccessContext__Group__8__Impl_in_rule__AccessContext__Group__812587);
+ pushFollow(FOLLOW_rule__AccessContext__Group__8__Impl_in_rule__AccessContext__Group__813714);
rule__AccessContext__Group__8__Impl();
state._fsp--;
@@ -16943,20 +18432,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group__8__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6214:1: rule__AccessContext__Group__8__Impl : ( '}' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6770:1: rule__AccessContext__Group__8__Impl : ( '}' ) ;
public final void rule__AccessContext__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6218:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6219:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6774:1: ( ( '}' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6775:1: ( '}' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6219:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6220:1: '}'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6775:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6776:1: '}'
{
before(grammarAccess.getAccessContextAccess().getRightCurlyBracketKeyword_8());
- match(input,53,FOLLOW_53_in_rule__AccessContext__Group__8__Impl12615);
+ match(input,53,FOLLOW_53_in_rule__AccessContext__Group__8__Impl13742);
after(grammarAccess.getAccessContextAccess().getRightCurlyBracketKeyword_8());
}
@@ -16980,21 +18469,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group_2__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6251:1: rule__AccessContext__Group_2__0 : rule__AccessContext__Group_2__0__Impl rule__AccessContext__Group_2__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6807:1: rule__AccessContext__Group_2__0 : rule__AccessContext__Group_2__0__Impl rule__AccessContext__Group_2__1 ;
public final void rule__AccessContext__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6255:1: ( rule__AccessContext__Group_2__0__Impl rule__AccessContext__Group_2__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6256:2: rule__AccessContext__Group_2__0__Impl rule__AccessContext__Group_2__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6811:1: ( rule__AccessContext__Group_2__0__Impl rule__AccessContext__Group_2__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6812:2: rule__AccessContext__Group_2__0__Impl rule__AccessContext__Group_2__1
{
- pushFollow(FOLLOW_rule__AccessContext__Group_2__0__Impl_in_rule__AccessContext__Group_2__012664);
+ pushFollow(FOLLOW_rule__AccessContext__Group_2__0__Impl_in_rule__AccessContext__Group_2__013791);
rule__AccessContext__Group_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group_2__1_in_rule__AccessContext__Group_2__012667);
+ pushFollow(FOLLOW_rule__AccessContext__Group_2__1_in_rule__AccessContext__Group_2__013794);
rule__AccessContext__Group_2__1();
state._fsp--;
@@ -17018,20 +18507,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group_2__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6263:1: rule__AccessContext__Group_2__0__Impl : ( 'extends' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6819:1: rule__AccessContext__Group_2__0__Impl : ( 'extends' ) ;
public final void rule__AccessContext__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6267:1: ( ( 'extends' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6268:1: ( 'extends' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6823:1: ( ( 'extends' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6824:1: ( 'extends' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6268:1: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6269:1: 'extends'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6824:1: ( 'extends' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6825:1: 'extends'
{
before(grammarAccess.getAccessContextAccess().getExtendsKeyword_2_0());
- match(input,54,FOLLOW_54_in_rule__AccessContext__Group_2__0__Impl12695);
+ match(input,54,FOLLOW_54_in_rule__AccessContext__Group_2__0__Impl13822);
after(grammarAccess.getAccessContextAccess().getExtendsKeyword_2_0());
}
@@ -17055,16 +18544,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group_2__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6282:1: rule__AccessContext__Group_2__1 : rule__AccessContext__Group_2__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6838:1: rule__AccessContext__Group_2__1 : rule__AccessContext__Group_2__1__Impl ;
public final void rule__AccessContext__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6286:1: ( rule__AccessContext__Group_2__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6287:2: rule__AccessContext__Group_2__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6842:1: ( rule__AccessContext__Group_2__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6843:2: rule__AccessContext__Group_2__1__Impl
{
- pushFollow(FOLLOW_rule__AccessContext__Group_2__1__Impl_in_rule__AccessContext__Group_2__112726);
+ pushFollow(FOLLOW_rule__AccessContext__Group_2__1__Impl_in_rule__AccessContext__Group_2__113853);
rule__AccessContext__Group_2__1__Impl();
state._fsp--;
@@ -17088,23 +18577,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__Group_2__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6293:1: rule__AccessContext__Group_2__1__Impl : ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6849:1: rule__AccessContext__Group_2__1__Impl : ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) ) ;
public final void rule__AccessContext__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6297:1: ( ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6298:1: ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6853:1: ( ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6854:1: ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6298:1: ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6299:1: ( rule__AccessContext__SuperAccessContextsAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6854:1: ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6855:1: ( rule__AccessContext__SuperAccessContextsAssignment_2_1 )
{
before(grammarAccess.getAccessContextAccess().getSuperAccessContextsAssignment_2_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6300:1: ( rule__AccessContext__SuperAccessContextsAssignment_2_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6300:2: rule__AccessContext__SuperAccessContextsAssignment_2_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6856:1: ( rule__AccessContext__SuperAccessContextsAssignment_2_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6856:2: rule__AccessContext__SuperAccessContextsAssignment_2_1
{
- pushFollow(FOLLOW_rule__AccessContext__SuperAccessContextsAssignment_2_1_in_rule__AccessContext__Group_2__1__Impl12753);
+ pushFollow(FOLLOW_rule__AccessContext__SuperAccessContextsAssignment_2_1_in_rule__AccessContext__Group_2__1__Impl13880);
rule__AccessContext__SuperAccessContextsAssignment_2_1();
state._fsp--;
@@ -17135,21 +18624,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6314:1: rule__HierarchyRestriction__Group__0 : rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6870:1: rule__HierarchyRestriction__Group__0 : rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1 ;
public final void rule__HierarchyRestriction__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6318:1: ( rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6319:2: rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6874:1: ( rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6875:2: rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1
{
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__0__Impl_in_rule__HierarchyRestriction__Group__012787);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__0__Impl_in_rule__HierarchyRestriction__Group__013914);
rule__HierarchyRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__1_in_rule__HierarchyRestriction__Group__012790);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__1_in_rule__HierarchyRestriction__Group__013917);
rule__HierarchyRestriction__Group__1();
state._fsp--;
@@ -17173,20 +18662,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6326:1: rule__HierarchyRestriction__Group__0__Impl : ( 'childrenOf' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6882:1: rule__HierarchyRestriction__Group__0__Impl : ( 'childrenOf' ) ;
public final void rule__HierarchyRestriction__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6330:1: ( ( 'childrenOf' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6331:1: ( 'childrenOf' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6886:1: ( ( 'childrenOf' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6887:1: ( 'childrenOf' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6331:1: ( 'childrenOf' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6332:1: 'childrenOf'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6887:1: ( 'childrenOf' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6888:1: 'childrenOf'
{
before(grammarAccess.getHierarchyRestrictionAccess().getChildrenOfKeyword_0());
- match(input,87,FOLLOW_87_in_rule__HierarchyRestriction__Group__0__Impl12818);
+ match(input,88,FOLLOW_88_in_rule__HierarchyRestriction__Group__0__Impl13945);
after(grammarAccess.getHierarchyRestrictionAccess().getChildrenOfKeyword_0());
}
@@ -17210,21 +18699,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6345:1: rule__HierarchyRestriction__Group__1 : rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6901:1: rule__HierarchyRestriction__Group__1 : rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2 ;
public final void rule__HierarchyRestriction__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6349:1: ( rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6350:2: rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6905:1: ( rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6906:2: rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2
{
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__1__Impl_in_rule__HierarchyRestriction__Group__112849);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__1__Impl_in_rule__HierarchyRestriction__Group__113976);
rule__HierarchyRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__2_in_rule__HierarchyRestriction__Group__112852);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__2_in_rule__HierarchyRestriction__Group__113979);
rule__HierarchyRestriction__Group__2();
state._fsp--;
@@ -17248,23 +18737,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6357:1: rule__HierarchyRestriction__Group__1__Impl : ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6913:1: rule__HierarchyRestriction__Group__1__Impl : ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) ) ;
public final void rule__HierarchyRestriction__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6361:1: ( ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6362:1: ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6917:1: ( ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6918:1: ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6362:1: ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6363:1: ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6918:1: ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6919:1: ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 )
{
before(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6364:1: ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6364:2: rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6920:1: ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6920:2: rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1
{
- pushFollow(FOLLOW_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1_in_rule__HierarchyRestriction__Group__1__Impl12879);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1_in_rule__HierarchyRestriction__Group__1__Impl14006);
rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1();
state._fsp--;
@@ -17295,21 +18784,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6374:1: rule__HierarchyRestriction__Group__2 : rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6930:1: rule__HierarchyRestriction__Group__2 : rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3 ;
public final void rule__HierarchyRestriction__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6378:1: ( rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6379:2: rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6934:1: ( rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6935:2: rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3
{
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__2__Impl_in_rule__HierarchyRestriction__Group__212909);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__2__Impl_in_rule__HierarchyRestriction__Group__214036);
rule__HierarchyRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__3_in_rule__HierarchyRestriction__Group__212912);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__3_in_rule__HierarchyRestriction__Group__214039);
rule__HierarchyRestriction__Group__3();
state._fsp--;
@@ -17333,20 +18822,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6386:1: rule__HierarchyRestriction__Group__2__Impl : ( '{' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6942:1: rule__HierarchyRestriction__Group__2__Impl : ( '{' ) ;
public final void rule__HierarchyRestriction__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6390:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6391:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6946:1: ( ( '{' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6947:1: ( '{' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6391:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6392:1: '{'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6947:1: ( '{' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6948:1: '{'
{
before(grammarAccess.getHierarchyRestrictionAccess().getLeftCurlyBracketKeyword_2());
- match(input,51,FOLLOW_51_in_rule__HierarchyRestriction__Group__2__Impl12940);
+ match(input,51,FOLLOW_51_in_rule__HierarchyRestriction__Group__2__Impl14067);
after(grammarAccess.getHierarchyRestrictionAccess().getLeftCurlyBracketKeyword_2());
}
@@ -17370,21 +18859,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6405:1: rule__HierarchyRestriction__Group__3 : rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6961:1: rule__HierarchyRestriction__Group__3 : rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4 ;
public final void rule__HierarchyRestriction__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6409:1: ( rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6410:2: rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6965:1: ( rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6966:2: rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4
{
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__3__Impl_in_rule__HierarchyRestriction__Group__312971);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__3__Impl_in_rule__HierarchyRestriction__Group__314098);
rule__HierarchyRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__4_in_rule__HierarchyRestriction__Group__312974);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__4_in_rule__HierarchyRestriction__Group__314101);
rule__HierarchyRestriction__Group__4();
state._fsp--;
@@ -17408,26 +18897,26 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6417:1: rule__HierarchyRestriction__Group__3__Impl : ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6973:1: rule__HierarchyRestriction__Group__3__Impl : ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) ) ;
public final void rule__HierarchyRestriction__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6421:1: ( ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6422:1: ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6977:1: ( ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6978:1: ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6422:1: ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6423:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6978:1: ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6979:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6423:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6424:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6979:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6980:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )
{
before(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6425:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6425:2: rule__HierarchyRestriction__AccessRulesAssignment_3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6981:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6981:2: rule__HierarchyRestriction__AccessRulesAssignment_3
{
- pushFollow(FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl13003);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl14130);
rule__HierarchyRestriction__AccessRulesAssignment_3();
state._fsp--;
@@ -17439,26 +18928,26 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6428:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6429:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )*
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6984:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6985:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )*
{
before(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6430:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )*
- loop51:
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6986:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )*
+ loop54:
do {
- int alt51=2;
- int LA51_0 = input.LA(1);
+ int alt54=2;
+ int LA54_0 = input.LA(1);
- if ( ((LA51_0>=43 && LA51_0<=44)) ) {
- alt51=1;
+ if ( ((LA54_0>=43 && LA54_0<=44)) ) {
+ alt54=1;
}
- switch (alt51) {
+ switch (alt54) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6430:2: rule__HierarchyRestriction__AccessRulesAssignment_3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6986:2: rule__HierarchyRestriction__AccessRulesAssignment_3
{
- pushFollow(FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl13015);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl14142);
rule__HierarchyRestriction__AccessRulesAssignment_3();
state._fsp--;
@@ -17468,7 +18957,7 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop51;
+ break loop54;
}
} while (true);
@@ -17498,16 +18987,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6441:1: rule__HierarchyRestriction__Group__4 : rule__HierarchyRestriction__Group__4__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6997:1: rule__HierarchyRestriction__Group__4 : rule__HierarchyRestriction__Group__4__Impl ;
public final void rule__HierarchyRestriction__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6445:1: ( rule__HierarchyRestriction__Group__4__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6446:2: rule__HierarchyRestriction__Group__4__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7001:1: ( rule__HierarchyRestriction__Group__4__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7002:2: rule__HierarchyRestriction__Group__4__Impl
{
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__4__Impl_in_rule__HierarchyRestriction__Group__413048);
+ pushFollow(FOLLOW_rule__HierarchyRestriction__Group__4__Impl_in_rule__HierarchyRestriction__Group__414175);
rule__HierarchyRestriction__Group__4__Impl();
state._fsp--;
@@ -17531,20 +19020,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6452:1: rule__HierarchyRestriction__Group__4__Impl : ( '}' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7008:1: rule__HierarchyRestriction__Group__4__Impl : ( '}' ) ;
public final void rule__HierarchyRestriction__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6456:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6457:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7012:1: ( ( '}' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7013:1: ( '}' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6457:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6458:1: '}'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7013:1: ( '}' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7014:1: '}'
{
before(grammarAccess.getHierarchyRestrictionAccess().getRightCurlyBracketKeyword_4());
- match(input,53,FOLLOW_53_in_rule__HierarchyRestriction__Group__4__Impl13076);
+ match(input,53,FOLLOW_53_in_rule__HierarchyRestriction__Group__4__Impl14203);
after(grammarAccess.getHierarchyRestrictionAccess().getRightCurlyBracketKeyword_4());
}
@@ -17568,21 +19057,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactTypePredicate__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6481:1: rule__RelationTypeArtifactTypePredicate__Group__0 : rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7037:1: rule__RelationTypeArtifactTypePredicate__Group__0 : rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1 ;
public final void rule__RelationTypeArtifactTypePredicate__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6485:1: ( rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6486:2: rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7041:1: ( rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7042:2: rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1
{
- pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__013117);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__014244);
rule__RelationTypeArtifactTypePredicate__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1_in_rule__RelationTypeArtifactTypePredicate__Group__013120);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1_in_rule__RelationTypeArtifactTypePredicate__Group__014247);
rule__RelationTypeArtifactTypePredicate__Group__1();
state._fsp--;
@@ -17606,20 +19095,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactTypePredicate__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6493:1: rule__RelationTypeArtifactTypePredicate__Group__0__Impl : ( 'artifactType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7049:1: rule__RelationTypeArtifactTypePredicate__Group__0__Impl : ( 'artifactType' ) ;
public final void rule__RelationTypeArtifactTypePredicate__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6497:1: ( ( 'artifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6498:1: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7053:1: ( ( 'artifactType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7054:1: ( 'artifactType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6498:1: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6499:1: 'artifactType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7054:1: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7055:1: 'artifactType'
{
before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeKeyword_0());
- match(input,50,FOLLOW_50_in_rule__RelationTypeArtifactTypePredicate__Group__0__Impl13148);
+ match(input,50,FOLLOW_50_in_rule__RelationTypeArtifactTypePredicate__Group__0__Impl14275);
after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeKeyword_0());
}
@@ -17643,16 +19132,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactTypePredicate__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6512:1: rule__RelationTypeArtifactTypePredicate__Group__1 : rule__RelationTypeArtifactTypePredicate__Group__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7068:1: rule__RelationTypeArtifactTypePredicate__Group__1 : rule__RelationTypeArtifactTypePredicate__Group__1__Impl ;
public final void rule__RelationTypeArtifactTypePredicate__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6516:1: ( rule__RelationTypeArtifactTypePredicate__Group__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6517:2: rule__RelationTypeArtifactTypePredicate__Group__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7072:1: ( rule__RelationTypeArtifactTypePredicate__Group__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7073:2: rule__RelationTypeArtifactTypePredicate__Group__1__Impl
{
- pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__113179);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__114306);
rule__RelationTypeArtifactTypePredicate__Group__1__Impl();
state._fsp--;
@@ -17676,23 +19165,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactTypePredicate__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6523:1: rule__RelationTypeArtifactTypePredicate__Group__1__Impl : ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7079:1: rule__RelationTypeArtifactTypePredicate__Group__1__Impl : ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) ) ;
public final void rule__RelationTypeArtifactTypePredicate__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6527:1: ( ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6528:1: ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7083:1: ( ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7084:1: ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6528:1: ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6529:1: ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7084:1: ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7085:1: ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 )
{
before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6530:1: ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6530:2: rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7086:1: ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7086:2: rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1
{
- pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1_in_rule__RelationTypeArtifactTypePredicate__Group__1__Impl13206);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1_in_rule__RelationTypeArtifactTypePredicate__Group__1__Impl14333);
rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1();
state._fsp--;
@@ -17723,21 +19212,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactPredicate__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6544:1: rule__RelationTypeArtifactPredicate__Group__0 : rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7100:1: rule__RelationTypeArtifactPredicate__Group__0 : rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1 ;
public final void rule__RelationTypeArtifactPredicate__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6548:1: ( rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6549:2: rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7104:1: ( rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7105:2: rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1
{
- pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__Group__0__Impl_in_rule__RelationTypeArtifactPredicate__Group__013240);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__Group__0__Impl_in_rule__RelationTypeArtifactPredicate__Group__014367);
rule__RelationTypeArtifactPredicate__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__Group__1_in_rule__RelationTypeArtifactPredicate__Group__013243);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__Group__1_in_rule__RelationTypeArtifactPredicate__Group__014370);
rule__RelationTypeArtifactPredicate__Group__1();
state._fsp--;
@@ -17761,20 +19250,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactPredicate__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6556:1: rule__RelationTypeArtifactPredicate__Group__0__Impl : ( 'artifact' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7112:1: rule__RelationTypeArtifactPredicate__Group__0__Impl : ( 'artifact' ) ;
public final void rule__RelationTypeArtifactPredicate__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6560:1: ( ( 'artifact' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6561:1: ( 'artifact' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7116:1: ( ( 'artifact' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7117:1: ( 'artifact' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6561:1: ( 'artifact' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6562:1: 'artifact'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7117:1: ( 'artifact' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7118:1: 'artifact'
{
before(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactKeyword_0());
- match(input,88,FOLLOW_88_in_rule__RelationTypeArtifactPredicate__Group__0__Impl13271);
+ match(input,89,FOLLOW_89_in_rule__RelationTypeArtifactPredicate__Group__0__Impl14398);
after(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactKeyword_0());
}
@@ -17798,16 +19287,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactPredicate__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6575:1: rule__RelationTypeArtifactPredicate__Group__1 : rule__RelationTypeArtifactPredicate__Group__1__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7131:1: rule__RelationTypeArtifactPredicate__Group__1 : rule__RelationTypeArtifactPredicate__Group__1__Impl ;
public final void rule__RelationTypeArtifactPredicate__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6579:1: ( rule__RelationTypeArtifactPredicate__Group__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6580:2: rule__RelationTypeArtifactPredicate__Group__1__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7135:1: ( rule__RelationTypeArtifactPredicate__Group__1__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7136:2: rule__RelationTypeArtifactPredicate__Group__1__Impl
{
- pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__Group__1__Impl_in_rule__RelationTypeArtifactPredicate__Group__113302);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__Group__1__Impl_in_rule__RelationTypeArtifactPredicate__Group__114429);
rule__RelationTypeArtifactPredicate__Group__1__Impl();
state._fsp--;
@@ -17831,23 +19320,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactPredicate__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6586:1: rule__RelationTypeArtifactPredicate__Group__1__Impl : ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7142:1: rule__RelationTypeArtifactPredicate__Group__1__Impl : ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) ) ;
public final void rule__RelationTypeArtifactPredicate__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6590:1: ( ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6591:1: ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7146:1: ( ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7147:1: ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6591:1: ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6592:1: ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7147:1: ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7148:1: ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 )
{
before(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6593:1: ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6593:2: rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7149:1: ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7149:2: rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1
{
- pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1_in_rule__RelationTypeArtifactPredicate__Group__1__Impl13329);
+ pushFollow(FOLLOW_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1_in_rule__RelationTypeArtifactPredicate__Group__1__Impl14456);
rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1();
state._fsp--;
@@ -17878,21 +19367,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6607:1: rule__ArtifactMatchRestriction__Group__0 : rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7163:1: rule__ArtifactMatchRestriction__Group__0 : rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1 ;
public final void rule__ArtifactMatchRestriction__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6611:1: ( rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6612:2: rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7167:1: ( rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7168:2: rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1
{
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__0__Impl_in_rule__ArtifactMatchRestriction__Group__013363);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__0__Impl_in_rule__ArtifactMatchRestriction__Group__014490);
rule__ArtifactMatchRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__1_in_rule__ArtifactMatchRestriction__Group__013366);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__1_in_rule__ArtifactMatchRestriction__Group__014493);
rule__ArtifactMatchRestriction__Group__1();
state._fsp--;
@@ -17916,23 +19405,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6619:1: rule__ArtifactMatchRestriction__Group__0__Impl : ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7175:1: rule__ArtifactMatchRestriction__Group__0__Impl : ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) ) ;
public final void rule__ArtifactMatchRestriction__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6623:1: ( ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6624:1: ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7179:1: ( ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7180:1: ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6624:1: ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6625:1: ( rule__ArtifactMatchRestriction__PermissionAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7180:1: ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7181:1: ( rule__ArtifactMatchRestriction__PermissionAssignment_0 )
{
before(grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAssignment_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6626:1: ( rule__ArtifactMatchRestriction__PermissionAssignment_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6626:2: rule__ArtifactMatchRestriction__PermissionAssignment_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7182:1: ( rule__ArtifactMatchRestriction__PermissionAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7182:2: rule__ArtifactMatchRestriction__PermissionAssignment_0
{
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__PermissionAssignment_0_in_rule__ArtifactMatchRestriction__Group__0__Impl13393);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__PermissionAssignment_0_in_rule__ArtifactMatchRestriction__Group__0__Impl14520);
rule__ArtifactMatchRestriction__PermissionAssignment_0();
state._fsp--;
@@ -17963,21 +19452,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6636:1: rule__ArtifactMatchRestriction__Group__1 : rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7192:1: rule__ArtifactMatchRestriction__Group__1 : rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2 ;
public final void rule__ArtifactMatchRestriction__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6640:1: ( rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6641:2: rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7196:1: ( rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7197:2: rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2
{
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__1__Impl_in_rule__ArtifactMatchRestriction__Group__113423);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__1__Impl_in_rule__ArtifactMatchRestriction__Group__114550);
rule__ArtifactMatchRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__2_in_rule__ArtifactMatchRestriction__Group__113426);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__2_in_rule__ArtifactMatchRestriction__Group__114553);
rule__ArtifactMatchRestriction__Group__2();
state._fsp--;
@@ -18001,20 +19490,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6648:1: rule__ArtifactMatchRestriction__Group__1__Impl : ( 'edit' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7204:1: rule__ArtifactMatchRestriction__Group__1__Impl : ( 'edit' ) ;
public final void rule__ArtifactMatchRestriction__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6652:1: ( ( 'edit' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6653:1: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7208:1: ( ( 'edit' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7209:1: ( 'edit' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6653:1: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6654:1: 'edit'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7209:1: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7210:1: 'edit'
{
before(grammarAccess.getArtifactMatchRestrictionAccess().getEditKeyword_1());
- match(input,89,FOLLOW_89_in_rule__ArtifactMatchRestriction__Group__1__Impl13454);
+ match(input,90,FOLLOW_90_in_rule__ArtifactMatchRestriction__Group__1__Impl14581);
after(grammarAccess.getArtifactMatchRestrictionAccess().getEditKeyword_1());
}
@@ -18038,21 +19527,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6667:1: rule__ArtifactMatchRestriction__Group__2 : rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7223:1: rule__ArtifactMatchRestriction__Group__2 : rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3 ;
public final void rule__ArtifactMatchRestriction__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6671:1: ( rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6672:2: rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7227:1: ( rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7228:2: rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3
{
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__2__Impl_in_rule__ArtifactMatchRestriction__Group__213485);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__2__Impl_in_rule__ArtifactMatchRestriction__Group__214612);
rule__ArtifactMatchRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__3_in_rule__ArtifactMatchRestriction__Group__213488);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__3_in_rule__ArtifactMatchRestriction__Group__214615);
rule__ArtifactMatchRestriction__Group__3();
state._fsp--;
@@ -18076,20 +19565,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6679:1: rule__ArtifactMatchRestriction__Group__2__Impl : ( 'artifact' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7235:1: rule__ArtifactMatchRestriction__Group__2__Impl : ( 'artifact' ) ;
public final void rule__ArtifactMatchRestriction__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6683:1: ( ( 'artifact' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6684:1: ( 'artifact' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7239:1: ( ( 'artifact' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7240:1: ( 'artifact' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6684:1: ( 'artifact' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6685:1: 'artifact'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7240:1: ( 'artifact' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7241:1: 'artifact'
{
before(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactKeyword_2());
- match(input,88,FOLLOW_88_in_rule__ArtifactMatchRestriction__Group__2__Impl13516);
+ match(input,89,FOLLOW_89_in_rule__ArtifactMatchRestriction__Group__2__Impl14643);
after(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactKeyword_2());
}
@@ -18113,21 +19602,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6698:1: rule__ArtifactMatchRestriction__Group__3 : rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7254:1: rule__ArtifactMatchRestriction__Group__3 : rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4 ;
public final void rule__ArtifactMatchRestriction__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6702:1: ( rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6703:2: rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7258:1: ( rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7259:2: rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4
{
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__3__Impl_in_rule__ArtifactMatchRestriction__Group__313547);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__3__Impl_in_rule__ArtifactMatchRestriction__Group__314674);
rule__ArtifactMatchRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__4_in_rule__ArtifactMatchRestriction__Group__313550);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__4_in_rule__ArtifactMatchRestriction__Group__314677);
rule__ArtifactMatchRestriction__Group__4();
state._fsp--;
@@ -18151,23 +19640,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6710:1: rule__ArtifactMatchRestriction__Group__3__Impl : ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7266:1: rule__ArtifactMatchRestriction__Group__3__Impl : ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) ) ;
public final void rule__ArtifactMatchRestriction__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6714:1: ( ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6715:1: ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7270:1: ( ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7271:1: ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6715:1: ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6716:1: ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7271:1: ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7272:1: ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 )
{
before(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefAssignment_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6717:1: ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6717:2: rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7273:1: ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7273:2: rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3
{
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3_in_rule__ArtifactMatchRestriction__Group__3__Impl13577);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3_in_rule__ArtifactMatchRestriction__Group__3__Impl14704);
rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3();
state._fsp--;
@@ -18198,16 +19687,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6727:1: rule__ArtifactMatchRestriction__Group__4 : rule__ArtifactMatchRestriction__Group__4__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7283:1: rule__ArtifactMatchRestriction__Group__4 : rule__ArtifactMatchRestriction__Group__4__Impl ;
public final void rule__ArtifactMatchRestriction__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6731:1: ( rule__ArtifactMatchRestriction__Group__4__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6732:2: rule__ArtifactMatchRestriction__Group__4__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7287:1: ( rule__ArtifactMatchRestriction__Group__4__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7288:2: rule__ArtifactMatchRestriction__Group__4__Impl
{
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__4__Impl_in_rule__ArtifactMatchRestriction__Group__413607);
+ pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__4__Impl_in_rule__ArtifactMatchRestriction__Group__414734);
rule__ArtifactMatchRestriction__Group__4__Impl();
state._fsp--;
@@ -18231,20 +19720,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6738:1: rule__ArtifactMatchRestriction__Group__4__Impl : ( ';' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7294:1: rule__ArtifactMatchRestriction__Group__4__Impl : ( ';' ) ;
public final void rule__ArtifactMatchRestriction__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6742:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6743:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7298:1: ( ( ';' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7299:1: ( ';' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6743:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6744:1: ';'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7299:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7300:1: ';'
{
before(grammarAccess.getArtifactMatchRestrictionAccess().getSemicolonKeyword_4());
- match(input,85,FOLLOW_85_in_rule__ArtifactMatchRestriction__Group__4__Impl13635);
+ match(input,85,FOLLOW_85_in_rule__ArtifactMatchRestriction__Group__4__Impl14762);
after(grammarAccess.getArtifactMatchRestrictionAccess().getSemicolonKeyword_4());
}
@@ -18268,21 +19757,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6767:1: rule__ArtifactTypeRestriction__Group__0 : rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7323:1: rule__ArtifactTypeRestriction__Group__0 : rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1 ;
public final void rule__ArtifactTypeRestriction__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6771:1: ( rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6772:2: rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7327:1: ( rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7328:2: rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1
{
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__0__Impl_in_rule__ArtifactTypeRestriction__Group__013676);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__0__Impl_in_rule__ArtifactTypeRestriction__Group__014803);
rule__ArtifactTypeRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__1_in_rule__ArtifactTypeRestriction__Group__013679);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__1_in_rule__ArtifactTypeRestriction__Group__014806);
rule__ArtifactTypeRestriction__Group__1();
state._fsp--;
@@ -18306,23 +19795,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6779:1: rule__ArtifactTypeRestriction__Group__0__Impl : ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7335:1: rule__ArtifactTypeRestriction__Group__0__Impl : ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) ) ;
public final void rule__ArtifactTypeRestriction__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6783:1: ( ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6784:1: ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7339:1: ( ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7340:1: ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6784:1: ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6785:1: ( rule__ArtifactTypeRestriction__PermissionAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7340:1: ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7341:1: ( rule__ArtifactTypeRestriction__PermissionAssignment_0 )
{
before(grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAssignment_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6786:1: ( rule__ArtifactTypeRestriction__PermissionAssignment_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6786:2: rule__ArtifactTypeRestriction__PermissionAssignment_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7342:1: ( rule__ArtifactTypeRestriction__PermissionAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7342:2: rule__ArtifactTypeRestriction__PermissionAssignment_0
{
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__PermissionAssignment_0_in_rule__ArtifactTypeRestriction__Group__0__Impl13706);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__PermissionAssignment_0_in_rule__ArtifactTypeRestriction__Group__0__Impl14833);
rule__ArtifactTypeRestriction__PermissionAssignment_0();
state._fsp--;
@@ -18353,21 +19842,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6796:1: rule__ArtifactTypeRestriction__Group__1 : rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7352:1: rule__ArtifactTypeRestriction__Group__1 : rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2 ;
public final void rule__ArtifactTypeRestriction__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6800:1: ( rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6801:2: rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7356:1: ( rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7357:2: rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2
{
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__1__Impl_in_rule__ArtifactTypeRestriction__Group__113736);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__1__Impl_in_rule__ArtifactTypeRestriction__Group__114863);
rule__ArtifactTypeRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__2_in_rule__ArtifactTypeRestriction__Group__113739);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__2_in_rule__ArtifactTypeRestriction__Group__114866);
rule__ArtifactTypeRestriction__Group__2();
state._fsp--;
@@ -18391,20 +19880,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6808:1: rule__ArtifactTypeRestriction__Group__1__Impl : ( 'edit' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7364:1: rule__ArtifactTypeRestriction__Group__1__Impl : ( 'edit' ) ;
public final void rule__ArtifactTypeRestriction__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6812:1: ( ( 'edit' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6813:1: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7368:1: ( ( 'edit' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7369:1: ( 'edit' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6813:1: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6814:1: 'edit'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7369:1: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7370:1: 'edit'
{
before(grammarAccess.getArtifactTypeRestrictionAccess().getEditKeyword_1());
- match(input,89,FOLLOW_89_in_rule__ArtifactTypeRestriction__Group__1__Impl13767);
+ match(input,90,FOLLOW_90_in_rule__ArtifactTypeRestriction__Group__1__Impl14894);
after(grammarAccess.getArtifactTypeRestrictionAccess().getEditKeyword_1());
}
@@ -18428,21 +19917,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6827:1: rule__ArtifactTypeRestriction__Group__2 : rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7383:1: rule__ArtifactTypeRestriction__Group__2 : rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3 ;
public final void rule__ArtifactTypeRestriction__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6831:1: ( rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6832:2: rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7387:1: ( rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7388:2: rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3
{
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__2__Impl_in_rule__ArtifactTypeRestriction__Group__213798);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__2__Impl_in_rule__ArtifactTypeRestriction__Group__214925);
rule__ArtifactTypeRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__3_in_rule__ArtifactTypeRestriction__Group__213801);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__3_in_rule__ArtifactTypeRestriction__Group__214928);
rule__ArtifactTypeRestriction__Group__3();
state._fsp--;
@@ -18466,20 +19955,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6839:1: rule__ArtifactTypeRestriction__Group__2__Impl : ( 'artifactType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7395:1: rule__ArtifactTypeRestriction__Group__2__Impl : ( 'artifactType' ) ;
public final void rule__ArtifactTypeRestriction__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6843:1: ( ( 'artifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6844:1: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7399:1: ( ( 'artifactType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7400:1: ( 'artifactType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6844:1: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6845:1: 'artifactType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7400:1: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7401:1: 'artifactType'
{
before(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeKeyword_2());
- match(input,50,FOLLOW_50_in_rule__ArtifactTypeRestriction__Group__2__Impl13829);
+ match(input,50,FOLLOW_50_in_rule__ArtifactTypeRestriction__Group__2__Impl14956);
after(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeKeyword_2());
}
@@ -18503,21 +19992,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6858:1: rule__ArtifactTypeRestriction__Group__3 : rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7414:1: rule__ArtifactTypeRestriction__Group__3 : rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4 ;
public final void rule__ArtifactTypeRestriction__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6862:1: ( rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6863:2: rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7418:1: ( rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7419:2: rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4
{
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__3__Impl_in_rule__ArtifactTypeRestriction__Group__313860);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__3__Impl_in_rule__ArtifactTypeRestriction__Group__314987);
rule__ArtifactTypeRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__4_in_rule__ArtifactTypeRestriction__Group__313863);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__4_in_rule__ArtifactTypeRestriction__Group__314990);
rule__ArtifactTypeRestriction__Group__4();
state._fsp--;
@@ -18541,23 +20030,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6870:1: rule__ArtifactTypeRestriction__Group__3__Impl : ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7426:1: rule__ArtifactTypeRestriction__Group__3__Impl : ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) ) ;
public final void rule__ArtifactTypeRestriction__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6874:1: ( ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6875:1: ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7430:1: ( ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7431:1: ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6875:1: ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6876:1: ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7431:1: ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7432:1: ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 )
{
before(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefAssignment_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6877:1: ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6877:2: rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7433:1: ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7433:2: rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3
{
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3_in_rule__ArtifactTypeRestriction__Group__3__Impl13890);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3_in_rule__ArtifactTypeRestriction__Group__3__Impl15017);
rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3();
state._fsp--;
@@ -18588,16 +20077,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6887:1: rule__ArtifactTypeRestriction__Group__4 : rule__ArtifactTypeRestriction__Group__4__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7443:1: rule__ArtifactTypeRestriction__Group__4 : rule__ArtifactTypeRestriction__Group__4__Impl ;
public final void rule__ArtifactTypeRestriction__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6891:1: ( rule__ArtifactTypeRestriction__Group__4__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6892:2: rule__ArtifactTypeRestriction__Group__4__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7447:1: ( rule__ArtifactTypeRestriction__Group__4__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7448:2: rule__ArtifactTypeRestriction__Group__4__Impl
{
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__4__Impl_in_rule__ArtifactTypeRestriction__Group__413920);
+ pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__4__Impl_in_rule__ArtifactTypeRestriction__Group__415047);
rule__ArtifactTypeRestriction__Group__4__Impl();
state._fsp--;
@@ -18621,20 +20110,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6898:1: rule__ArtifactTypeRestriction__Group__4__Impl : ( ';' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7454:1: rule__ArtifactTypeRestriction__Group__4__Impl : ( ';' ) ;
public final void rule__ArtifactTypeRestriction__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6902:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6903:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7458:1: ( ( ';' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7459:1: ( ';' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6903:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6904:1: ';'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7459:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7460:1: ';'
{
before(grammarAccess.getArtifactTypeRestrictionAccess().getSemicolonKeyword_4());
- match(input,85,FOLLOW_85_in_rule__ArtifactTypeRestriction__Group__4__Impl13948);
+ match(input,85,FOLLOW_85_in_rule__ArtifactTypeRestriction__Group__4__Impl15075);
after(grammarAccess.getArtifactTypeRestrictionAccess().getSemicolonKeyword_4());
}
@@ -18658,21 +20147,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6927:1: rule__AttributeTypeRestriction__Group__0 : rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7483:1: rule__AttributeTypeRestriction__Group__0 : rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1 ;
public final void rule__AttributeTypeRestriction__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6931:1: ( rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6932:2: rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7487:1: ( rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7488:2: rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__0__Impl_in_rule__AttributeTypeRestriction__Group__013989);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__0__Impl_in_rule__AttributeTypeRestriction__Group__015116);
rule__AttributeTypeRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__1_in_rule__AttributeTypeRestriction__Group__013992);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__1_in_rule__AttributeTypeRestriction__Group__015119);
rule__AttributeTypeRestriction__Group__1();
state._fsp--;
@@ -18696,23 +20185,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6939:1: rule__AttributeTypeRestriction__Group__0__Impl : ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7495:1: rule__AttributeTypeRestriction__Group__0__Impl : ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) ) ;
public final void rule__AttributeTypeRestriction__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6943:1: ( ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6944:1: ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7499:1: ( ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7500:1: ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6944:1: ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6945:1: ( rule__AttributeTypeRestriction__PermissionAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7500:1: ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7501:1: ( rule__AttributeTypeRestriction__PermissionAssignment_0 )
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAssignment_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6946:1: ( rule__AttributeTypeRestriction__PermissionAssignment_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6946:2: rule__AttributeTypeRestriction__PermissionAssignment_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7502:1: ( rule__AttributeTypeRestriction__PermissionAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7502:2: rule__AttributeTypeRestriction__PermissionAssignment_0
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__PermissionAssignment_0_in_rule__AttributeTypeRestriction__Group__0__Impl14019);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__PermissionAssignment_0_in_rule__AttributeTypeRestriction__Group__0__Impl15146);
rule__AttributeTypeRestriction__PermissionAssignment_0();
state._fsp--;
@@ -18743,21 +20232,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6956:1: rule__AttributeTypeRestriction__Group__1 : rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7512:1: rule__AttributeTypeRestriction__Group__1 : rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2 ;
public final void rule__AttributeTypeRestriction__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6960:1: ( rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6961:2: rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7516:1: ( rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7517:2: rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__1__Impl_in_rule__AttributeTypeRestriction__Group__114049);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__1__Impl_in_rule__AttributeTypeRestriction__Group__115176);
rule__AttributeTypeRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__2_in_rule__AttributeTypeRestriction__Group__114052);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__2_in_rule__AttributeTypeRestriction__Group__115179);
rule__AttributeTypeRestriction__Group__2();
state._fsp--;
@@ -18781,20 +20270,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6968:1: rule__AttributeTypeRestriction__Group__1__Impl : ( 'edit' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7524:1: rule__AttributeTypeRestriction__Group__1__Impl : ( 'edit' ) ;
public final void rule__AttributeTypeRestriction__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6972:1: ( ( 'edit' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6973:1: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7528:1: ( ( 'edit' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7529:1: ( 'edit' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6973:1: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6974:1: 'edit'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7529:1: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7530:1: 'edit'
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getEditKeyword_1());
- match(input,89,FOLLOW_89_in_rule__AttributeTypeRestriction__Group__1__Impl14080);
+ match(input,90,FOLLOW_90_in_rule__AttributeTypeRestriction__Group__1__Impl15207);
after(grammarAccess.getAttributeTypeRestrictionAccess().getEditKeyword_1());
}
@@ -18818,21 +20307,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6987:1: rule__AttributeTypeRestriction__Group__2 : rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7543:1: rule__AttributeTypeRestriction__Group__2 : rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3 ;
public final void rule__AttributeTypeRestriction__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6991:1: ( rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6992:2: rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7547:1: ( rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7548:2: rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__2__Impl_in_rule__AttributeTypeRestriction__Group__214111);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__2__Impl_in_rule__AttributeTypeRestriction__Group__215238);
rule__AttributeTypeRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__3_in_rule__AttributeTypeRestriction__Group__214114);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__3_in_rule__AttributeTypeRestriction__Group__215241);
rule__AttributeTypeRestriction__Group__3();
state._fsp--;
@@ -18856,20 +20345,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6999:1: rule__AttributeTypeRestriction__Group__2__Impl : ( 'attributeType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7555:1: rule__AttributeTypeRestriction__Group__2__Impl : ( 'attributeType' ) ;
public final void rule__AttributeTypeRestriction__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7003:1: ( ( 'attributeType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7004:1: ( 'attributeType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7559:1: ( ( 'attributeType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7560:1: ( 'attributeType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7004:1: ( 'attributeType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7005:1: 'attributeType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7560:1: ( 'attributeType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7561:1: 'attributeType'
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeKeyword_2());
- match(input,58,FOLLOW_58_in_rule__AttributeTypeRestriction__Group__2__Impl14142);
+ match(input,58,FOLLOW_58_in_rule__AttributeTypeRestriction__Group__2__Impl15269);
after(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeKeyword_2());
}
@@ -18893,21 +20382,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7018:1: rule__AttributeTypeRestriction__Group__3 : rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7574:1: rule__AttributeTypeRestriction__Group__3 : rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4 ;
public final void rule__AttributeTypeRestriction__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7022:1: ( rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7023:2: rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7578:1: ( rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7579:2: rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__3__Impl_in_rule__AttributeTypeRestriction__Group__314173);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__3__Impl_in_rule__AttributeTypeRestriction__Group__315300);
rule__AttributeTypeRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__4_in_rule__AttributeTypeRestriction__Group__314176);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__4_in_rule__AttributeTypeRestriction__Group__315303);
rule__AttributeTypeRestriction__Group__4();
state._fsp--;
@@ -18931,23 +20420,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7030:1: rule__AttributeTypeRestriction__Group__3__Impl : ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7586:1: rule__AttributeTypeRestriction__Group__3__Impl : ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) ) ;
public final void rule__AttributeTypeRestriction__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7034:1: ( ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7035:1: ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7590:1: ( ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7591:1: ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7035:1: ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7036:1: ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7591:1: ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7592:1: ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 )
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefAssignment_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7037:1: ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7037:2: rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7593:1: ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7593:2: rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3_in_rule__AttributeTypeRestriction__Group__3__Impl14203);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3_in_rule__AttributeTypeRestriction__Group__3__Impl15330);
rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3();
state._fsp--;
@@ -18978,21 +20467,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7047:1: rule__AttributeTypeRestriction__Group__4 : rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7603:1: rule__AttributeTypeRestriction__Group__4 : rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5 ;
public final void rule__AttributeTypeRestriction__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7051:1: ( rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7052:2: rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7607:1: ( rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7608:2: rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__4__Impl_in_rule__AttributeTypeRestriction__Group__414233);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__4__Impl_in_rule__AttributeTypeRestriction__Group__415360);
rule__AttributeTypeRestriction__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__5_in_rule__AttributeTypeRestriction__Group__414236);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__5_in_rule__AttributeTypeRestriction__Group__415363);
rule__AttributeTypeRestriction__Group__5();
state._fsp--;
@@ -19016,31 +20505,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7059:1: rule__AttributeTypeRestriction__Group__4__Impl : ( ( rule__AttributeTypeRestriction__Group_4__0 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7615:1: rule__AttributeTypeRestriction__Group__4__Impl : ( ( rule__AttributeTypeRestriction__Group_4__0 )? ) ;
public final void rule__AttributeTypeRestriction__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7063:1: ( ( ( rule__AttributeTypeRestriction__Group_4__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7064:1: ( ( rule__AttributeTypeRestriction__Group_4__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7619:1: ( ( ( rule__AttributeTypeRestriction__Group_4__0 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7620:1: ( ( rule__AttributeTypeRestriction__Group_4__0 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7064:1: ( ( rule__AttributeTypeRestriction__Group_4__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7065:1: ( rule__AttributeTypeRestriction__Group_4__0 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7620:1: ( ( rule__AttributeTypeRestriction__Group_4__0 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7621:1: ( rule__AttributeTypeRestriction__Group_4__0 )?
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getGroup_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7066:1: ( rule__AttributeTypeRestriction__Group_4__0 )?
- int alt52=2;
- int LA52_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7622:1: ( rule__AttributeTypeRestriction__Group_4__0 )?
+ int alt55=2;
+ int LA55_0 = input.LA(1);
- if ( (LA52_0==90) ) {
- alt52=1;
+ if ( (LA55_0==91) ) {
+ alt55=1;
}
- switch (alt52) {
+ switch (alt55) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7066:2: rule__AttributeTypeRestriction__Group_4__0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7622:2: rule__AttributeTypeRestriction__Group_4__0
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__0_in_rule__AttributeTypeRestriction__Group__4__Impl14263);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__0_in_rule__AttributeTypeRestriction__Group__4__Impl15390);
rule__AttributeTypeRestriction__Group_4__0();
state._fsp--;
@@ -19074,16 +20563,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7076:1: rule__AttributeTypeRestriction__Group__5 : rule__AttributeTypeRestriction__Group__5__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7632:1: rule__AttributeTypeRestriction__Group__5 : rule__AttributeTypeRestriction__Group__5__Impl ;
public final void rule__AttributeTypeRestriction__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7080:1: ( rule__AttributeTypeRestriction__Group__5__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7081:2: rule__AttributeTypeRestriction__Group__5__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7636:1: ( rule__AttributeTypeRestriction__Group__5__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7637:2: rule__AttributeTypeRestriction__Group__5__Impl
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__5__Impl_in_rule__AttributeTypeRestriction__Group__514294);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__5__Impl_in_rule__AttributeTypeRestriction__Group__515421);
rule__AttributeTypeRestriction__Group__5__Impl();
state._fsp--;
@@ -19107,20 +20596,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7087:1: rule__AttributeTypeRestriction__Group__5__Impl : ( ';' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7643:1: rule__AttributeTypeRestriction__Group__5__Impl : ( ';' ) ;
public final void rule__AttributeTypeRestriction__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7091:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7092:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7647:1: ( ( ';' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7648:1: ( ';' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7092:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7093:1: ';'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7648:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7649:1: ';'
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getSemicolonKeyword_5());
- match(input,85,FOLLOW_85_in_rule__AttributeTypeRestriction__Group__5__Impl14322);
+ match(input,85,FOLLOW_85_in_rule__AttributeTypeRestriction__Group__5__Impl15449);
after(grammarAccess.getAttributeTypeRestrictionAccess().getSemicolonKeyword_5());
}
@@ -19144,21 +20633,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group_4__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7118:1: rule__AttributeTypeRestriction__Group_4__0 : rule__AttributeTypeRestriction__Group_4__0__Impl rule__AttributeTypeRestriction__Group_4__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7674:1: rule__AttributeTypeRestriction__Group_4__0 : rule__AttributeTypeRestriction__Group_4__0__Impl rule__AttributeTypeRestriction__Group_4__1 ;
public final void rule__AttributeTypeRestriction__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7122:1: ( rule__AttributeTypeRestriction__Group_4__0__Impl rule__AttributeTypeRestriction__Group_4__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7123:2: rule__AttributeTypeRestriction__Group_4__0__Impl rule__AttributeTypeRestriction__Group_4__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7678:1: ( rule__AttributeTypeRestriction__Group_4__0__Impl rule__AttributeTypeRestriction__Group_4__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7679:2: rule__AttributeTypeRestriction__Group_4__0__Impl rule__AttributeTypeRestriction__Group_4__1
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__0__Impl_in_rule__AttributeTypeRestriction__Group_4__014365);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__0__Impl_in_rule__AttributeTypeRestriction__Group_4__015492);
rule__AttributeTypeRestriction__Group_4__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__1_in_rule__AttributeTypeRestriction__Group_4__014368);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__1_in_rule__AttributeTypeRestriction__Group_4__015495);
rule__AttributeTypeRestriction__Group_4__1();
state._fsp--;
@@ -19182,20 +20671,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group_4__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7130:1: rule__AttributeTypeRestriction__Group_4__0__Impl : ( 'of' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7686:1: rule__AttributeTypeRestriction__Group_4__0__Impl : ( 'of' ) ;
public final void rule__AttributeTypeRestriction__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7134:1: ( ( 'of' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7135:1: ( 'of' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7690:1: ( ( 'of' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7691:1: ( 'of' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7135:1: ( 'of' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7136:1: 'of'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7691:1: ( 'of' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7692:1: 'of'
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getOfKeyword_4_0());
- match(input,90,FOLLOW_90_in_rule__AttributeTypeRestriction__Group_4__0__Impl14396);
+ match(input,91,FOLLOW_91_in_rule__AttributeTypeRestriction__Group_4__0__Impl15523);
after(grammarAccess.getAttributeTypeRestrictionAccess().getOfKeyword_4_0());
}
@@ -19219,21 +20708,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group_4__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7149:1: rule__AttributeTypeRestriction__Group_4__1 : rule__AttributeTypeRestriction__Group_4__1__Impl rule__AttributeTypeRestriction__Group_4__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7705:1: rule__AttributeTypeRestriction__Group_4__1 : rule__AttributeTypeRestriction__Group_4__1__Impl rule__AttributeTypeRestriction__Group_4__2 ;
public final void rule__AttributeTypeRestriction__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7153:1: ( rule__AttributeTypeRestriction__Group_4__1__Impl rule__AttributeTypeRestriction__Group_4__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7154:2: rule__AttributeTypeRestriction__Group_4__1__Impl rule__AttributeTypeRestriction__Group_4__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7709:1: ( rule__AttributeTypeRestriction__Group_4__1__Impl rule__AttributeTypeRestriction__Group_4__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7710:2: rule__AttributeTypeRestriction__Group_4__1__Impl rule__AttributeTypeRestriction__Group_4__2
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__1__Impl_in_rule__AttributeTypeRestriction__Group_4__114427);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__1__Impl_in_rule__AttributeTypeRestriction__Group_4__115554);
rule__AttributeTypeRestriction__Group_4__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__2_in_rule__AttributeTypeRestriction__Group_4__114430);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__2_in_rule__AttributeTypeRestriction__Group_4__115557);
rule__AttributeTypeRestriction__Group_4__2();
state._fsp--;
@@ -19257,20 +20746,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group_4__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7161:1: rule__AttributeTypeRestriction__Group_4__1__Impl : ( 'artifactType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7717:1: rule__AttributeTypeRestriction__Group_4__1__Impl : ( 'artifactType' ) ;
public final void rule__AttributeTypeRestriction__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7165:1: ( ( 'artifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7166:1: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7721:1: ( ( 'artifactType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7722:1: ( 'artifactType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7166:1: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7167:1: 'artifactType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7722:1: ( 'artifactType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7723:1: 'artifactType'
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeKeyword_4_1());
- match(input,50,FOLLOW_50_in_rule__AttributeTypeRestriction__Group_4__1__Impl14458);
+ match(input,50,FOLLOW_50_in_rule__AttributeTypeRestriction__Group_4__1__Impl15585);
after(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeKeyword_4_1());
}
@@ -19294,16 +20783,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group_4__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7180:1: rule__AttributeTypeRestriction__Group_4__2 : rule__AttributeTypeRestriction__Group_4__2__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7736:1: rule__AttributeTypeRestriction__Group_4__2 : rule__AttributeTypeRestriction__Group_4__2__Impl ;
public final void rule__AttributeTypeRestriction__Group_4__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7184:1: ( rule__AttributeTypeRestriction__Group_4__2__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7185:2: rule__AttributeTypeRestriction__Group_4__2__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7740:1: ( rule__AttributeTypeRestriction__Group_4__2__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7741:2: rule__AttributeTypeRestriction__Group_4__2__Impl
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__2__Impl_in_rule__AttributeTypeRestriction__Group_4__214489);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group_4__2__Impl_in_rule__AttributeTypeRestriction__Group_4__215616);
rule__AttributeTypeRestriction__Group_4__2__Impl();
state._fsp--;
@@ -19327,23 +20816,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__Group_4__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7191:1: rule__AttributeTypeRestriction__Group_4__2__Impl : ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7747:1: rule__AttributeTypeRestriction__Group_4__2__Impl : ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) ) ;
public final void rule__AttributeTypeRestriction__Group_4__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7195:1: ( ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7196:1: ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7751:1: ( ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7752:1: ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7196:1: ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7197:1: ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7752:1: ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7753:1: ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 )
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefAssignment_4_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7198:1: ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7198:2: rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7754:1: ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7754:2: rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2
{
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2_in_rule__AttributeTypeRestriction__Group_4__2__Impl14516);
+ pushFollow(FOLLOW_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2_in_rule__AttributeTypeRestriction__Group_4__2__Impl15643);
rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2();
state._fsp--;
@@ -19374,21 +20863,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7216:1: rule__RelationTypeRestriction__Group__0 : rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7772:1: rule__RelationTypeRestriction__Group__0 : rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1 ;
public final void rule__RelationTypeRestriction__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7220:1: ( rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7221:2: rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7776:1: ( rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7777:2: rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__0__Impl_in_rule__RelationTypeRestriction__Group__014554);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__0__Impl_in_rule__RelationTypeRestriction__Group__015681);
rule__RelationTypeRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__1_in_rule__RelationTypeRestriction__Group__014557);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__1_in_rule__RelationTypeRestriction__Group__015684);
rule__RelationTypeRestriction__Group__1();
state._fsp--;
@@ -19412,23 +20901,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7228:1: rule__RelationTypeRestriction__Group__0__Impl : ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7784:1: rule__RelationTypeRestriction__Group__0__Impl : ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) ) ;
public final void rule__RelationTypeRestriction__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7232:1: ( ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7233:1: ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7788:1: ( ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7789:1: ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7233:1: ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7234:1: ( rule__RelationTypeRestriction__PermissionAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7789:1: ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7790:1: ( rule__RelationTypeRestriction__PermissionAssignment_0 )
{
before(grammarAccess.getRelationTypeRestrictionAccess().getPermissionAssignment_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7235:1: ( rule__RelationTypeRestriction__PermissionAssignment_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7235:2: rule__RelationTypeRestriction__PermissionAssignment_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7791:1: ( rule__RelationTypeRestriction__PermissionAssignment_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7791:2: rule__RelationTypeRestriction__PermissionAssignment_0
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__PermissionAssignment_0_in_rule__RelationTypeRestriction__Group__0__Impl14584);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__PermissionAssignment_0_in_rule__RelationTypeRestriction__Group__0__Impl15711);
rule__RelationTypeRestriction__PermissionAssignment_0();
state._fsp--;
@@ -19459,21 +20948,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7245:1: rule__RelationTypeRestriction__Group__1 : rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7801:1: rule__RelationTypeRestriction__Group__1 : rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2 ;
public final void rule__RelationTypeRestriction__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7249:1: ( rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7250:2: rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7805:1: ( rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7806:2: rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__1__Impl_in_rule__RelationTypeRestriction__Group__114614);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__1__Impl_in_rule__RelationTypeRestriction__Group__115741);
rule__RelationTypeRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__2_in_rule__RelationTypeRestriction__Group__114617);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__2_in_rule__RelationTypeRestriction__Group__115744);
rule__RelationTypeRestriction__Group__2();
state._fsp--;
@@ -19497,20 +20986,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7257:1: rule__RelationTypeRestriction__Group__1__Impl : ( 'edit' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7813:1: rule__RelationTypeRestriction__Group__1__Impl : ( 'edit' ) ;
public final void rule__RelationTypeRestriction__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7261:1: ( ( 'edit' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7262:1: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7817:1: ( ( 'edit' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7818:1: ( 'edit' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7262:1: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7263:1: 'edit'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7818:1: ( 'edit' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7819:1: 'edit'
{
before(grammarAccess.getRelationTypeRestrictionAccess().getEditKeyword_1());
- match(input,89,FOLLOW_89_in_rule__RelationTypeRestriction__Group__1__Impl14645);
+ match(input,90,FOLLOW_90_in_rule__RelationTypeRestriction__Group__1__Impl15772);
after(grammarAccess.getRelationTypeRestrictionAccess().getEditKeyword_1());
}
@@ -19534,21 +21023,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7276:1: rule__RelationTypeRestriction__Group__2 : rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7832:1: rule__RelationTypeRestriction__Group__2 : rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3 ;
public final void rule__RelationTypeRestriction__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7280:1: ( rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7281:2: rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7836:1: ( rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7837:2: rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__2__Impl_in_rule__RelationTypeRestriction__Group__214676);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__2__Impl_in_rule__RelationTypeRestriction__Group__215803);
rule__RelationTypeRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__3_in_rule__RelationTypeRestriction__Group__214679);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__3_in_rule__RelationTypeRestriction__Group__215806);
rule__RelationTypeRestriction__Group__3();
state._fsp--;
@@ -19572,20 +21061,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7288:1: rule__RelationTypeRestriction__Group__2__Impl : ( 'relationType' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7844:1: rule__RelationTypeRestriction__Group__2__Impl : ( 'relationType' ) ;
public final void rule__RelationTypeRestriction__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7292:1: ( ( 'relationType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7293:1: ( 'relationType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7848:1: ( ( 'relationType' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7849:1: ( 'relationType' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7293:1: ( 'relationType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7294:1: 'relationType'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7849:1: ( 'relationType' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7850:1: 'relationType'
{
before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeKeyword_2());
- match(input,74,FOLLOW_74_in_rule__RelationTypeRestriction__Group__2__Impl14707);
+ match(input,74,FOLLOW_74_in_rule__RelationTypeRestriction__Group__2__Impl15834);
after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeKeyword_2());
}
@@ -19609,21 +21098,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7307:1: rule__RelationTypeRestriction__Group__3 : rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7863:1: rule__RelationTypeRestriction__Group__3 : rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4 ;
public final void rule__RelationTypeRestriction__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7311:1: ( rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7312:2: rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7867:1: ( rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7868:2: rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__3__Impl_in_rule__RelationTypeRestriction__Group__314738);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__3__Impl_in_rule__RelationTypeRestriction__Group__315865);
rule__RelationTypeRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__4_in_rule__RelationTypeRestriction__Group__314741);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__4_in_rule__RelationTypeRestriction__Group__315868);
rule__RelationTypeRestriction__Group__4();
state._fsp--;
@@ -19647,23 +21136,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7319:1: rule__RelationTypeRestriction__Group__3__Impl : ( ( rule__RelationTypeRestriction__Alternatives_3 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7875:1: rule__RelationTypeRestriction__Group__3__Impl : ( ( rule__RelationTypeRestriction__Alternatives_3 ) ) ;
public final void rule__RelationTypeRestriction__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7323:1: ( ( ( rule__RelationTypeRestriction__Alternatives_3 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7324:1: ( ( rule__RelationTypeRestriction__Alternatives_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7879:1: ( ( ( rule__RelationTypeRestriction__Alternatives_3 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7880:1: ( ( rule__RelationTypeRestriction__Alternatives_3 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7324:1: ( ( rule__RelationTypeRestriction__Alternatives_3 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7325:1: ( rule__RelationTypeRestriction__Alternatives_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7880:1: ( ( rule__RelationTypeRestriction__Alternatives_3 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7881:1: ( rule__RelationTypeRestriction__Alternatives_3 )
{
before(grammarAccess.getRelationTypeRestrictionAccess().getAlternatives_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7326:1: ( rule__RelationTypeRestriction__Alternatives_3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7326:2: rule__RelationTypeRestriction__Alternatives_3
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7882:1: ( rule__RelationTypeRestriction__Alternatives_3 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7882:2: rule__RelationTypeRestriction__Alternatives_3
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Alternatives_3_in_rule__RelationTypeRestriction__Group__3__Impl14768);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Alternatives_3_in_rule__RelationTypeRestriction__Group__3__Impl15895);
rule__RelationTypeRestriction__Alternatives_3();
state._fsp--;
@@ -19694,21 +21183,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7336:1: rule__RelationTypeRestriction__Group__4 : rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7892:1: rule__RelationTypeRestriction__Group__4 : rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5 ;
public final void rule__RelationTypeRestriction__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7340:1: ( rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7341:2: rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7896:1: ( rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7897:2: rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__4__Impl_in_rule__RelationTypeRestriction__Group__414798);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__4__Impl_in_rule__RelationTypeRestriction__Group__415925);
rule__RelationTypeRestriction__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__5_in_rule__RelationTypeRestriction__Group__414801);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__5_in_rule__RelationTypeRestriction__Group__415928);
rule__RelationTypeRestriction__Group__5();
state._fsp--;
@@ -19732,23 +21221,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7348:1: rule__RelationTypeRestriction__Group__4__Impl : ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7904:1: rule__RelationTypeRestriction__Group__4__Impl : ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) ) ;
public final void rule__RelationTypeRestriction__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7352:1: ( ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7353:1: ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7908:1: ( ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7909:1: ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7353:1: ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7354:1: ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7909:1: ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7910:1: ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 )
{
before(grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideAssignment_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7355:1: ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7355:2: rule__RelationTypeRestriction__RestrictedToSideAssignment_4
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7911:1: ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7911:2: rule__RelationTypeRestriction__RestrictedToSideAssignment_4
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__RestrictedToSideAssignment_4_in_rule__RelationTypeRestriction__Group__4__Impl14828);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__RestrictedToSideAssignment_4_in_rule__RelationTypeRestriction__Group__4__Impl15955);
rule__RelationTypeRestriction__RestrictedToSideAssignment_4();
state._fsp--;
@@ -19779,21 +21268,21 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7365:1: rule__RelationTypeRestriction__Group__5 : rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6 ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7921:1: rule__RelationTypeRestriction__Group__5 : rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6 ;
public final void rule__RelationTypeRestriction__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7369:1: ( rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7370:2: rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7925:1: ( rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7926:2: rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__5__Impl_in_rule__RelationTypeRestriction__Group__514858);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__5__Impl_in_rule__RelationTypeRestriction__Group__515985);
rule__RelationTypeRestriction__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__6_in_rule__RelationTypeRestriction__Group__514861);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__6_in_rule__RelationTypeRestriction__Group__515988);
rule__RelationTypeRestriction__Group__6();
state._fsp--;
@@ -19817,31 +21306,31 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7377:1: rule__RelationTypeRestriction__Group__5__Impl : ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7933:1: rule__RelationTypeRestriction__Group__5__Impl : ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? ) ;
public final void rule__RelationTypeRestriction__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7381:1: ( ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7382:1: ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7937:1: ( ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7938:1: ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7382:1: ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7383:1: ( rule__RelationTypeRestriction__PredicateAssignment_5 )?
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7938:1: ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7939:1: ( rule__RelationTypeRestriction__PredicateAssignment_5 )?
{
before(grammarAccess.getRelationTypeRestrictionAccess().getPredicateAssignment_5());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7384:1: ( rule__RelationTypeRestriction__PredicateAssignment_5 )?
- int alt53=2;
- int LA53_0 = input.LA(1);
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7940:1: ( rule__RelationTypeRestriction__PredicateAssignment_5 )?
+ int alt56=2;
+ int LA56_0 = input.LA(1);
- if ( (LA53_0==50||LA53_0==88) ) {
- alt53=1;
+ if ( (LA56_0==50||LA56_0==89) ) {
+ alt56=1;
}
- switch (alt53) {
+ switch (alt56) {
case 1 :
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7384:2: rule__RelationTypeRestriction__PredicateAssignment_5
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7940:2: rule__RelationTypeRestriction__PredicateAssignment_5
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__PredicateAssignment_5_in_rule__RelationTypeRestriction__Group__5__Impl14888);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__PredicateAssignment_5_in_rule__RelationTypeRestriction__Group__5__Impl16015);
rule__RelationTypeRestriction__PredicateAssignment_5();
state._fsp--;
@@ -19875,16 +21364,16 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__6"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7394:1: rule__RelationTypeRestriction__Group__6 : rule__RelationTypeRestriction__Group__6__Impl ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7950:1: rule__RelationTypeRestriction__Group__6 : rule__RelationTypeRestriction__Group__6__Impl ;
public final void rule__RelationTypeRestriction__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7398:1: ( rule__RelationTypeRestriction__Group__6__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7399:2: rule__RelationTypeRestriction__Group__6__Impl
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7954:1: ( rule__RelationTypeRestriction__Group__6__Impl )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7955:2: rule__RelationTypeRestriction__Group__6__Impl
{
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__6__Impl_in_rule__RelationTypeRestriction__Group__614919);
+ pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__6__Impl_in_rule__RelationTypeRestriction__Group__616046);
rule__RelationTypeRestriction__Group__6__Impl();
state._fsp--;
@@ -19908,20 +21397,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__Group__6__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7405:1: rule__RelationTypeRestriction__Group__6__Impl : ( ';' ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7961:1: rule__RelationTypeRestriction__Group__6__Impl : ( ';' ) ;
public final void rule__RelationTypeRestriction__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7409:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7410:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7965:1: ( ( ';' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7966:1: ( ';' )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7410:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7411:1: ';'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7966:1: ( ';' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7967:1: ';'
{
before(grammarAccess.getRelationTypeRestrictionAccess().getSemicolonKeyword_6());
- match(input,85,FOLLOW_85_in_rule__RelationTypeRestriction__Group__6__Impl14947);
+ match(input,85,FOLLOW_85_in_rule__RelationTypeRestriction__Group__6__Impl16074);
after(grammarAccess.getRelationTypeRestrictionAccess().getSemicolonKeyword_6());
}
@@ -19945,20 +21434,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__ImportsAssignment_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7439:1: rule__OseeDsl__ImportsAssignment_0 : ( ruleImport ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7995:1: rule__OseeDsl__ImportsAssignment_0 : ( ruleImport ) ;
public final void rule__OseeDsl__ImportsAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7443:1: ( ( ruleImport ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7444:1: ( ruleImport )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7999:1: ( ( ruleImport ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8000:1: ( ruleImport )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7444:1: ( ruleImport )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7445:1: ruleImport
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8000:1: ( ruleImport )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8001:1: ruleImport
{
before(grammarAccess.getOseeDslAccess().getImportsImportParserRuleCall_0_0());
- pushFollow(FOLLOW_ruleImport_in_rule__OseeDsl__ImportsAssignment_014997);
+ pushFollow(FOLLOW_ruleImport_in_rule__OseeDsl__ImportsAssignment_016124);
ruleImport();
state._fsp--;
@@ -19986,20 +21475,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__ArtifactTypesAssignment_1_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7454:1: rule__OseeDsl__ArtifactTypesAssignment_1_0 : ( ruleXArtifactType ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8010:1: rule__OseeDsl__ArtifactTypesAssignment_1_0 : ( ruleXArtifactType ) ;
public final void rule__OseeDsl__ArtifactTypesAssignment_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7458:1: ( ( ruleXArtifactType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7459:1: ( ruleXArtifactType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8014:1: ( ( ruleXArtifactType ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8015:1: ( ruleXArtifactType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7459:1: ( ruleXArtifactType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7460:1: ruleXArtifactType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8015:1: ( ruleXArtifactType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8016:1: ruleXArtifactType
{
before(grammarAccess.getOseeDslAccess().getArtifactTypesXArtifactTypeParserRuleCall_1_0_0());
- pushFollow(FOLLOW_ruleXArtifactType_in_rule__OseeDsl__ArtifactTypesAssignment_1_015028);
+ pushFollow(FOLLOW_ruleXArtifactType_in_rule__OseeDsl__ArtifactTypesAssignment_1_016155);
ruleXArtifactType();
state._fsp--;
@@ -20027,20 +21516,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__RelationTypesAssignment_1_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7469:1: rule__OseeDsl__RelationTypesAssignment_1_1 : ( ruleXRelationType ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8025:1: rule__OseeDsl__RelationTypesAssignment_1_1 : ( ruleXRelationType ) ;
public final void rule__OseeDsl__RelationTypesAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7473:1: ( ( ruleXRelationType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7474:1: ( ruleXRelationType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8029:1: ( ( ruleXRelationType ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8030:1: ( ruleXRelationType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7474:1: ( ruleXRelationType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7475:1: ruleXRelationType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8030:1: ( ruleXRelationType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8031:1: ruleXRelationType
{
before(grammarAccess.getOseeDslAccess().getRelationTypesXRelationTypeParserRuleCall_1_1_0());
- pushFollow(FOLLOW_ruleXRelationType_in_rule__OseeDsl__RelationTypesAssignment_1_115059);
+ pushFollow(FOLLOW_ruleXRelationType_in_rule__OseeDsl__RelationTypesAssignment_1_116186);
ruleXRelationType();
state._fsp--;
@@ -20068,20 +21557,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__AttributeTypesAssignment_1_2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7484:1: rule__OseeDsl__AttributeTypesAssignment_1_2 : ( ruleXAttributeType ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8040:1: rule__OseeDsl__AttributeTypesAssignment_1_2 : ( ruleXAttributeType ) ;
public final void rule__OseeDsl__AttributeTypesAssignment_1_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7488:1: ( ( ruleXAttributeType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7489:1: ( ruleXAttributeType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8044:1: ( ( ruleXAttributeType ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8045:1: ( ruleXAttributeType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7489:1: ( ruleXAttributeType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7490:1: ruleXAttributeType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8045:1: ( ruleXAttributeType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8046:1: ruleXAttributeType
{
before(grammarAccess.getOseeDslAccess().getAttributeTypesXAttributeTypeParserRuleCall_1_2_0());
- pushFollow(FOLLOW_ruleXAttributeType_in_rule__OseeDsl__AttributeTypesAssignment_1_215090);
+ pushFollow(FOLLOW_ruleXAttributeType_in_rule__OseeDsl__AttributeTypesAssignment_1_216217);
ruleXAttributeType();
state._fsp--;
@@ -20109,20 +21598,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__EnumTypesAssignment_1_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7499:1: rule__OseeDsl__EnumTypesAssignment_1_3 : ( ruleXOseeEnumType ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8055:1: rule__OseeDsl__EnumTypesAssignment_1_3 : ( ruleXOseeEnumType ) ;
public final void rule__OseeDsl__EnumTypesAssignment_1_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7503:1: ( ( ruleXOseeEnumType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7504:1: ( ruleXOseeEnumType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8059:1: ( ( ruleXOseeEnumType ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8060:1: ( ruleXOseeEnumType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7504:1: ( ruleXOseeEnumType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7505:1: ruleXOseeEnumType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8060:1: ( ruleXOseeEnumType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8061:1: ruleXOseeEnumType
{
before(grammarAccess.getOseeDslAccess().getEnumTypesXOseeEnumTypeParserRuleCall_1_3_0());
- pushFollow(FOLLOW_ruleXOseeEnumType_in_rule__OseeDsl__EnumTypesAssignment_1_315121);
+ pushFollow(FOLLOW_ruleXOseeEnumType_in_rule__OseeDsl__EnumTypesAssignment_1_316248);
ruleXOseeEnumType();
state._fsp--;
@@ -20150,20 +21639,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OseeDsl__EnumOverridesAssignment_1_4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7514:1: rule__OseeDsl__EnumOverridesAssignment_1_4 : ( ruleXOseeEnumOverride ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8070:1: rule__OseeDsl__EnumOverridesAssignment_1_4 : ( ruleXOseeEnumOverride ) ;
public final void rule__OseeDsl__EnumOverridesAssignment_1_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7518:1: ( ( ruleXOseeEnumOverride ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7519:1: ( ruleXOseeEnumOverride )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8074:1: ( ( ruleXOseeEnumOverride ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8075:1: ( ruleXOseeEnumOverride )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7519:1: ( ruleXOseeEnumOverride )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7520:1: ruleXOseeEnumOverride
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8075:1: ( ruleXOseeEnumOverride )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8076:1: ruleXOseeEnumOverride
{
before(grammarAccess.getOseeDslAccess().getEnumOverridesXOseeEnumOverrideParserRuleCall_1_4_0());
- pushFollow(FOLLOW_ruleXOseeEnumOverride_in_rule__OseeDsl__EnumOverridesAssignment_1_415152);
+ pushFollow(FOLLOW_ruleXOseeEnumOverride_in_rule__OseeDsl__EnumOverridesAssignment_1_416279);
ruleXOseeEnumOverride();
state._fsp--;
@@ -20190,26 +21679,26 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__OseeDsl__EnumOverridesAssignment_1_4"
- // $ANTLR start "rule__OseeDsl__ArtifactMatchRefsAssignment_2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7529:1: rule__OseeDsl__ArtifactMatchRefsAssignment_2 : ( ruleXArtifactMatcher ) ;
- public final void rule__OseeDsl__ArtifactMatchRefsAssignment_2() throws RecognitionException {
+ // $ANTLR start "rule__OseeDsl__ArtifactMatchRefsAssignment_2_0"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8085:1: rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 : ( ruleXArtifactMatcher ) ;
+ public final void rule__OseeDsl__ArtifactMatchRefsAssignment_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7533:1: ( ( ruleXArtifactMatcher ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7534:1: ( ruleXArtifactMatcher )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8089:1: ( ( ruleXArtifactMatcher ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8090:1: ( ruleXArtifactMatcher )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7534:1: ( ruleXArtifactMatcher )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7535:1: ruleXArtifactMatcher
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8090:1: ( ruleXArtifactMatcher )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8091:1: ruleXArtifactMatcher
{
- before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0());
- pushFollow(FOLLOW_ruleXArtifactMatcher_in_rule__OseeDsl__ArtifactMatchRefsAssignment_215183);
+ before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0_0());
+ pushFollow(FOLLOW_ruleXArtifactMatcher_in_rule__OseeDsl__ArtifactMatchRefsAssignment_2_016310);
ruleXArtifactMatcher();
state._fsp--;
- after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0());
+ after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0_0());
}
@@ -20228,29 +21717,29 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
return ;
}
- // $ANTLR end "rule__OseeDsl__ArtifactMatchRefsAssignment_2"
+ // $ANTLR end "rule__OseeDsl__ArtifactMatchRefsAssignment_2_0"
- // $ANTLR start "rule__OseeDsl__AccessDeclarationsAssignment_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7544:1: rule__OseeDsl__AccessDeclarationsAssignment_3 : ( ruleAccessContext ) ;
- public final void rule__OseeDsl__AccessDeclarationsAssignment_3() throws RecognitionException {
+ // $ANTLR start "rule__OseeDsl__AccessDeclarationsAssignment_2_1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8100:1: rule__OseeDsl__AccessDeclarationsAssignment_2_1 : ( ruleAccessContext ) ;
+ public final void rule__OseeDsl__AccessDeclarationsAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7548:1: ( ( ruleAccessContext ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7549:1: ( ruleAccessContext )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8104:1: ( ( ruleAccessContext ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8105:1: ( ruleAccessContext )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7549:1: ( ruleAccessContext )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7550:1: ruleAccessContext
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8105:1: ( ruleAccessContext )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8106:1: ruleAccessContext
{
- before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_3_0());
- pushFollow(FOLLOW_ruleAccessContext_in_rule__OseeDsl__AccessDeclarationsAssignment_315214);
+ before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_2_1_0());
+ pushFollow(FOLLOW_ruleAccessContext_in_rule__OseeDsl__AccessDeclarationsAssignment_2_116341);
ruleAccessContext();
state._fsp--;
- after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_3_0());
+ after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_2_1_0());
}
@@ -20269,24 +21758,65 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
}
return ;
}
- // $ANTLR end "rule__OseeDsl__AccessDeclarationsAssignment_3"
+ // $ANTLR end "rule__OseeDsl__AccessDeclarationsAssignment_2_1"
+
+
+ // $ANTLR start "rule__OseeDsl__RoleDeclarationsAssignment_2_2"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8115:1: rule__OseeDsl__RoleDeclarationsAssignment_2_2 : ( ruleRole ) ;
+ public final void rule__OseeDsl__RoleDeclarationsAssignment_2_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8119:1: ( ( ruleRole ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8120:1: ( ruleRole )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8120:1: ( ruleRole )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8121:1: ruleRole
+ {
+ before(grammarAccess.getOseeDslAccess().getRoleDeclarationsRoleParserRuleCall_2_2_0());
+ pushFollow(FOLLOW_ruleRole_in_rule__OseeDsl__RoleDeclarationsAssignment_2_216372);
+ ruleRole();
+
+ state._fsp--;
+
+ after(grammarAccess.getOseeDslAccess().getRoleDeclarationsRoleParserRuleCall_2_2_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__RoleDeclarationsAssignment_2_2"
// $ANTLR start "rule__Import__ImportURIAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7559:1: rule__Import__ImportURIAssignment_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8130:1: rule__Import__ImportURIAssignment_1 : ( RULE_STRING ) ;
public final void rule__Import__ImportURIAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7563:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7564:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8134:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8135:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7564:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7565:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8135:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8136:1: RULE_STRING
{
before(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Import__ImportURIAssignment_115245);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Import__ImportURIAssignment_116403);
after(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_1_0());
}
@@ -20310,24 +21840,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__AbstractAssignment_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7574:1: rule__XArtifactType__AbstractAssignment_0 : ( ( 'abstract' ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8145:1: rule__XArtifactType__AbstractAssignment_0 : ( ( 'abstract' ) ) ;
public final void rule__XArtifactType__AbstractAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7578:1: ( ( ( 'abstract' ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7579:1: ( ( 'abstract' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8149:1: ( ( ( 'abstract' ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8150:1: ( ( 'abstract' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7579:1: ( ( 'abstract' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7580:1: ( 'abstract' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8150:1: ( ( 'abstract' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8151:1: ( 'abstract' )
{
before(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7581:1: ( 'abstract' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7582:1: 'abstract'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8152:1: ( 'abstract' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8153:1: 'abstract'
{
before(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
- match(input,91,FOLLOW_91_in_rule__XArtifactType__AbstractAssignment_015281);
+ match(input,92,FOLLOW_92_in_rule__XArtifactType__AbstractAssignment_016439);
after(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
}
@@ -20355,20 +21885,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__NameAssignment_2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7597:1: rule__XArtifactType__NameAssignment_2 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8168:1: rule__XArtifactType__NameAssignment_2 : ( RULE_STRING ) ;
public final void rule__XArtifactType__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7601:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7602:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8172:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8173:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7602:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7603:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8173:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8174:1: RULE_STRING
{
before(grammarAccess.getXArtifactTypeAccess().getNameSTRINGTerminalRuleCall_2_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactType__NameAssignment_215320);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactType__NameAssignment_216478);
after(grammarAccess.getXArtifactTypeAccess().getNameSTRINGTerminalRuleCall_2_0());
}
@@ -20392,24 +21922,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__SuperArtifactTypesAssignment_3_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7612:1: rule__XArtifactType__SuperArtifactTypesAssignment_3_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8183:1: rule__XArtifactType__SuperArtifactTypesAssignment_3_1 : ( ( RULE_STRING ) ) ;
public final void rule__XArtifactType__SuperArtifactTypesAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7616:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7617:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8187:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8188:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7617:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7618:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8188:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8189:1: ( RULE_STRING )
{
before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeCrossReference_3_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7619:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7620:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8190:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8191:1: RULE_STRING
{
before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_115355);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_116513);
after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_1_0_1());
}
@@ -20437,24 +21967,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7631:1: rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8202:1: rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 : ( ( RULE_STRING ) ) ;
public final void rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7635:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7636:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8206:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8207:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7636:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7637:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8207:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8208:1: ( RULE_STRING )
{
before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeCrossReference_3_2_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7638:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7639:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8209:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8210:1: RULE_STRING
{
before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_2_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_115394);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_116552);
after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_2_1_0_1());
}
@@ -20482,20 +22012,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__TypeGuidAssignment_5_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7650:1: rule__XArtifactType__TypeGuidAssignment_5_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8221:1: rule__XArtifactType__TypeGuidAssignment_5_1 : ( RULE_STRING ) ;
public final void rule__XArtifactType__TypeGuidAssignment_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7654:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7655:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8225:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8226:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7655:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7656:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8226:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8227:1: RULE_STRING
{
before(grammarAccess.getXArtifactTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactType__TypeGuidAssignment_5_115429);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactType__TypeGuidAssignment_5_116587);
after(grammarAccess.getXArtifactTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
}
@@ -20519,20 +22049,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__UuidAssignment_7"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7665:1: rule__XArtifactType__UuidAssignment_7 : ( RULE_HEX_INT ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8236:1: rule__XArtifactType__UuidAssignment_7 : ( RULE_HEX_INT ) ;
public final void rule__XArtifactType__UuidAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7669:1: ( ( RULE_HEX_INT ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7670:1: ( RULE_HEX_INT )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8240:1: ( ( RULE_HEX_INT ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8241:1: ( RULE_HEX_INT )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7670:1: ( RULE_HEX_INT )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7671:1: RULE_HEX_INT
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8241:1: ( RULE_HEX_INT )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8242:1: RULE_HEX_INT
{
before(grammarAccess.getXArtifactTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0());
- match(input,RULE_HEX_INT,FOLLOW_RULE_HEX_INT_in_rule__XArtifactType__UuidAssignment_715460);
+ match(input,RULE_HEX_INT,FOLLOW_RULE_HEX_INT_in_rule__XArtifactType__UuidAssignment_716618);
after(grammarAccess.getXArtifactTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0());
}
@@ -20556,20 +22086,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactType__ValidAttributeTypesAssignment_8"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7680:1: rule__XArtifactType__ValidAttributeTypesAssignment_8 : ( ruleXAttributeTypeRef ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8251:1: rule__XArtifactType__ValidAttributeTypesAssignment_8 : ( ruleXAttributeTypeRef ) ;
public final void rule__XArtifactType__ValidAttributeTypesAssignment_8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7684:1: ( ( ruleXAttributeTypeRef ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7685:1: ( ruleXAttributeTypeRef )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8255:1: ( ( ruleXAttributeTypeRef ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8256:1: ( ruleXAttributeTypeRef )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7685:1: ( ruleXAttributeTypeRef )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7686:1: ruleXAttributeTypeRef
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8256:1: ( ruleXAttributeTypeRef )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8257:1: ruleXAttributeTypeRef
{
before(grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesXAttributeTypeRefParserRuleCall_8_0());
- pushFollow(FOLLOW_ruleXAttributeTypeRef_in_rule__XArtifactType__ValidAttributeTypesAssignment_815491);
+ pushFollow(FOLLOW_ruleXAttributeTypeRef_in_rule__XArtifactType__ValidAttributeTypesAssignment_816649);
ruleXAttributeTypeRef();
state._fsp--;
@@ -20597,24 +22127,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7695:1: rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8266:1: rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 : ( ( RULE_STRING ) ) ;
public final void rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7699:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7700:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8270:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8271:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7700:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7701:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8271:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8272:1: ( RULE_STRING )
{
before(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeCrossReference_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7702:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7703:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8273:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8274:1: RULE_STRING
{
before(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeSTRINGTerminalRuleCall_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_115526);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_116684);
after(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeSTRINGTerminalRuleCall_1_0_1());
}
@@ -20642,20 +22172,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeTypeRef__BranchGuidAssignment_2_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7714:1: rule__XAttributeTypeRef__BranchGuidAssignment_2_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8285:1: rule__XAttributeTypeRef__BranchGuidAssignment_2_1 : ( RULE_STRING ) ;
public final void rule__XAttributeTypeRef__BranchGuidAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7718:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7719:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8289:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8290:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7719:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7720:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8290:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8291:1: RULE_STRING
{
before(grammarAccess.getXAttributeTypeRefAccess().getBranchGuidSTRINGTerminalRuleCall_2_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__BranchGuidAssignment_2_115561);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__BranchGuidAssignment_2_116719);
after(grammarAccess.getXAttributeTypeRefAccess().getBranchGuidSTRINGTerminalRuleCall_2_1_0());
}
@@ -20679,20 +22209,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__NameAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7729:1: rule__XAttributeType__NameAssignment_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8300:1: rule__XAttributeType__NameAssignment_1 : ( RULE_STRING ) ;
public final void rule__XAttributeType__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7733:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7734:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8304:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8305:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7734:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7735:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8305:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8306:1: RULE_STRING
{
before(grammarAccess.getXAttributeTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__NameAssignment_115592);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__NameAssignment_116750);
after(grammarAccess.getXAttributeTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
}
@@ -20716,20 +22246,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__BaseAttributeTypeAssignment_2_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7744:1: rule__XAttributeType__BaseAttributeTypeAssignment_2_1 : ( ruleAttributeBaseType ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8315:1: rule__XAttributeType__BaseAttributeTypeAssignment_2_1 : ( ruleAttributeBaseType ) ;
public final void rule__XAttributeType__BaseAttributeTypeAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7748:1: ( ( ruleAttributeBaseType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7749:1: ( ruleAttributeBaseType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8319:1: ( ( ruleAttributeBaseType ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8320:1: ( ruleAttributeBaseType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7749:1: ( ruleAttributeBaseType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7750:1: ruleAttributeBaseType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8320:1: ( ruleAttributeBaseType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8321:1: ruleAttributeBaseType
{
before(grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAttributeBaseTypeParserRuleCall_2_1_0());
- pushFollow(FOLLOW_ruleAttributeBaseType_in_rule__XAttributeType__BaseAttributeTypeAssignment_2_115623);
+ pushFollow(FOLLOW_ruleAttributeBaseType_in_rule__XAttributeType__BaseAttributeTypeAssignment_2_116781);
ruleAttributeBaseType();
state._fsp--;
@@ -20757,24 +22287,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__OverrideAssignment_3_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7759:1: rule__XAttributeType__OverrideAssignment_3_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8330:1: rule__XAttributeType__OverrideAssignment_3_1 : ( ( RULE_STRING ) ) ;
public final void rule__XAttributeType__OverrideAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7763:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7764:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8334:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8335:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7764:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7765:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8335:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8336:1: ( RULE_STRING )
{
before(grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeCrossReference_3_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7766:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7767:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8337:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8338:1: RULE_STRING
{
before(grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeSTRINGTerminalRuleCall_3_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__OverrideAssignment_3_115658);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__OverrideAssignment_3_116816);
after(grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeSTRINGTerminalRuleCall_3_1_0_1());
}
@@ -20802,20 +22332,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__TypeGuidAssignment_5_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7778:1: rule__XAttributeType__TypeGuidAssignment_5_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8349:1: rule__XAttributeType__TypeGuidAssignment_5_1 : ( RULE_STRING ) ;
public final void rule__XAttributeType__TypeGuidAssignment_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7782:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7783:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8353:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8354:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7783:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7784:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8354:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8355:1: RULE_STRING
{
before(grammarAccess.getXAttributeTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__TypeGuidAssignment_5_115693);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__TypeGuidAssignment_5_116851);
after(grammarAccess.getXAttributeTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
}
@@ -20839,20 +22369,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__UuidAssignment_7"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7793:1: rule__XAttributeType__UuidAssignment_7 : ( RULE_HEX_INT ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8364:1: rule__XAttributeType__UuidAssignment_7 : ( RULE_HEX_INT ) ;
public final void rule__XAttributeType__UuidAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7797:1: ( ( RULE_HEX_INT ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7798:1: ( RULE_HEX_INT )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8368:1: ( ( RULE_HEX_INT ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8369:1: ( RULE_HEX_INT )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7798:1: ( RULE_HEX_INT )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7799:1: RULE_HEX_INT
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8369:1: ( RULE_HEX_INT )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8370:1: RULE_HEX_INT
{
before(grammarAccess.getXAttributeTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0());
- match(input,RULE_HEX_INT,FOLLOW_RULE_HEX_INT_in_rule__XAttributeType__UuidAssignment_715724);
+ match(input,RULE_HEX_INT,FOLLOW_RULE_HEX_INT_in_rule__XAttributeType__UuidAssignment_716882);
after(grammarAccess.getXAttributeTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0());
}
@@ -20876,23 +22406,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__DataProviderAssignment_9"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7808:1: rule__XAttributeType__DataProviderAssignment_9 : ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8379:1: rule__XAttributeType__DataProviderAssignment_9 : ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) ) ;
public final void rule__XAttributeType__DataProviderAssignment_9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7812:1: ( ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7813:1: ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8383:1: ( ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8384:1: ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7813:1: ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7814:1: ( rule__XAttributeType__DataProviderAlternatives_9_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8384:1: ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8385:1: ( rule__XAttributeType__DataProviderAlternatives_9_0 )
{
before(grammarAccess.getXAttributeTypeAccess().getDataProviderAlternatives_9_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7815:1: ( rule__XAttributeType__DataProviderAlternatives_9_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7815:2: rule__XAttributeType__DataProviderAlternatives_9_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8386:1: ( rule__XAttributeType__DataProviderAlternatives_9_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8386:2: rule__XAttributeType__DataProviderAlternatives_9_0
{
- pushFollow(FOLLOW_rule__XAttributeType__DataProviderAlternatives_9_0_in_rule__XAttributeType__DataProviderAssignment_915755);
+ pushFollow(FOLLOW_rule__XAttributeType__DataProviderAlternatives_9_0_in_rule__XAttributeType__DataProviderAssignment_916913);
rule__XAttributeType__DataProviderAlternatives_9_0();
state._fsp--;
@@ -20923,20 +22453,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__MinAssignment_11"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7824:1: rule__XAttributeType__MinAssignment_11 : ( RULE_WHOLE_NUM_STR ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8395:1: rule__XAttributeType__MinAssignment_11 : ( RULE_WHOLE_NUM_STR ) ;
public final void rule__XAttributeType__MinAssignment_11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7828:1: ( ( RULE_WHOLE_NUM_STR ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829:1: ( RULE_WHOLE_NUM_STR )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8399:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8400:1: ( RULE_WHOLE_NUM_STR )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829:1: ( RULE_WHOLE_NUM_STR )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7830:1: RULE_WHOLE_NUM_STR
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8400:1: ( RULE_WHOLE_NUM_STR )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8401:1: RULE_WHOLE_NUM_STR
{
before(grammarAccess.getXAttributeTypeAccess().getMinWHOLE_NUM_STRTerminalRuleCall_11_0());
- match(input,RULE_WHOLE_NUM_STR,FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MinAssignment_1115788);
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MinAssignment_1116946);
after(grammarAccess.getXAttributeTypeAccess().getMinWHOLE_NUM_STRTerminalRuleCall_11_0());
}
@@ -20960,23 +22490,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__MaxAssignment_13"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7839:1: rule__XAttributeType__MaxAssignment_13 : ( ( rule__XAttributeType__MaxAlternatives_13_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8410:1: rule__XAttributeType__MaxAssignment_13 : ( ( rule__XAttributeType__MaxAlternatives_13_0 ) ) ;
public final void rule__XAttributeType__MaxAssignment_13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7843:1: ( ( ( rule__XAttributeType__MaxAlternatives_13_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7844:1: ( ( rule__XAttributeType__MaxAlternatives_13_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8414:1: ( ( ( rule__XAttributeType__MaxAlternatives_13_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8415:1: ( ( rule__XAttributeType__MaxAlternatives_13_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7844:1: ( ( rule__XAttributeType__MaxAlternatives_13_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7845:1: ( rule__XAttributeType__MaxAlternatives_13_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8415:1: ( ( rule__XAttributeType__MaxAlternatives_13_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8416:1: ( rule__XAttributeType__MaxAlternatives_13_0 )
{
before(grammarAccess.getXAttributeTypeAccess().getMaxAlternatives_13_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7846:1: ( rule__XAttributeType__MaxAlternatives_13_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7846:2: rule__XAttributeType__MaxAlternatives_13_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8417:1: ( rule__XAttributeType__MaxAlternatives_13_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8417:2: rule__XAttributeType__MaxAlternatives_13_0
{
- pushFollow(FOLLOW_rule__XAttributeType__MaxAlternatives_13_0_in_rule__XAttributeType__MaxAssignment_1315819);
+ pushFollow(FOLLOW_rule__XAttributeType__MaxAlternatives_13_0_in_rule__XAttributeType__MaxAssignment_1316977);
rule__XAttributeType__MaxAlternatives_13_0();
state._fsp--;
@@ -21007,23 +22537,23 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__TaggerIdAssignment_14_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7855:1: rule__XAttributeType__TaggerIdAssignment_14_1 : ( ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8426:1: rule__XAttributeType__TaggerIdAssignment_14_1 : ( ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 ) ) ;
public final void rule__XAttributeType__TaggerIdAssignment_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7859:1: ( ( ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7860:1: ( ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8430:1: ( ( ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8431:1: ( ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7860:1: ( ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7861:1: ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8431:1: ( ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8432:1: ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 )
{
before(grammarAccess.getXAttributeTypeAccess().getTaggerIdAlternatives_14_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7862:1: ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7862:2: rule__XAttributeType__TaggerIdAlternatives_14_1_0
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8433:1: ( rule__XAttributeType__TaggerIdAlternatives_14_1_0 )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8433:2: rule__XAttributeType__TaggerIdAlternatives_14_1_0
{
- pushFollow(FOLLOW_rule__XAttributeType__TaggerIdAlternatives_14_1_0_in_rule__XAttributeType__TaggerIdAssignment_14_115852);
+ pushFollow(FOLLOW_rule__XAttributeType__TaggerIdAlternatives_14_1_0_in_rule__XAttributeType__TaggerIdAssignment_14_117010);
rule__XAttributeType__TaggerIdAlternatives_14_1_0();
state._fsp--;
@@ -21054,24 +22584,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__EnumTypeAssignment_15_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7871:1: rule__XAttributeType__EnumTypeAssignment_15_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8442:1: rule__XAttributeType__EnumTypeAssignment_15_1 : ( ( RULE_STRING ) ) ;
public final void rule__XAttributeType__EnumTypeAssignment_15_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7875:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7876:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8446:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8447:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7876:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7877:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8447:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8448:1: ( RULE_STRING )
{
before(grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeCrossReference_15_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7878:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7879:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8449:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8450:1: RULE_STRING
{
before(grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_15_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__EnumTypeAssignment_15_115889);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__EnumTypeAssignment_15_117047);
after(grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_15_1_0_1());
}
@@ -21099,20 +22629,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__DescriptionAssignment_16_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7890:1: rule__XAttributeType__DescriptionAssignment_16_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8461:1: rule__XAttributeType__DescriptionAssignment_16_1 : ( RULE_STRING ) ;
public final void rule__XAttributeType__DescriptionAssignment_16_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7894:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7895:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8465:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8466:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7895:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7896:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8466:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8467:1: RULE_STRING
{
before(grammarAccess.getXAttributeTypeAccess().getDescriptionSTRINGTerminalRuleCall_16_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__DescriptionAssignment_16_115924);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__DescriptionAssignment_16_117082);
after(grammarAccess.getXAttributeTypeAccess().getDescriptionSTRINGTerminalRuleCall_16_1_0());
}
@@ -21136,20 +22666,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__DefaultValueAssignment_17_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7905:1: rule__XAttributeType__DefaultValueAssignment_17_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8476:1: rule__XAttributeType__DefaultValueAssignment_17_1 : ( RULE_STRING ) ;
public final void rule__XAttributeType__DefaultValueAssignment_17_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7909:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7910:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8480:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8481:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7910:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7911:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8481:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8482:1: RULE_STRING
{
before(grammarAccess.getXAttributeTypeAccess().getDefaultValueSTRINGTerminalRuleCall_17_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__DefaultValueAssignment_17_115955);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__DefaultValueAssignment_17_117113);
after(grammarAccess.getXAttributeTypeAccess().getDefaultValueSTRINGTerminalRuleCall_17_1_0());
}
@@ -21173,20 +22703,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XAttributeType__FileExtensionAssignment_18_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7920:1: rule__XAttributeType__FileExtensionAssignment_18_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8491:1: rule__XAttributeType__FileExtensionAssignment_18_1 : ( RULE_STRING ) ;
public final void rule__XAttributeType__FileExtensionAssignment_18_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7924:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7925:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8495:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8496:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7925:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7926:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8496:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8497:1: RULE_STRING
{
before(grammarAccess.getXAttributeTypeAccess().getFileExtensionSTRINGTerminalRuleCall_18_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__FileExtensionAssignment_18_115986);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XAttributeType__FileExtensionAssignment_18_117144);
after(grammarAccess.getXAttributeTypeAccess().getFileExtensionSTRINGTerminalRuleCall_18_1_0());
}
@@ -21210,20 +22740,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__NameAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7935:1: rule__XOseeEnumType__NameAssignment_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8506:1: rule__XOseeEnumType__NameAssignment_1 : ( RULE_STRING ) ;
public final void rule__XOseeEnumType__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7939:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7940:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8510:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8511:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7940:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7941:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8511:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8512:1: RULE_STRING
{
before(grammarAccess.getXOseeEnumTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumType__NameAssignment_116017);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumType__NameAssignment_117175);
after(grammarAccess.getXOseeEnumTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
}
@@ -21247,20 +22777,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__TypeGuidAssignment_3_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7950:1: rule__XOseeEnumType__TypeGuidAssignment_3_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8521:1: rule__XOseeEnumType__TypeGuidAssignment_3_1 : ( RULE_STRING ) ;
public final void rule__XOseeEnumType__TypeGuidAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7954:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7955:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8525:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8526:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7955:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7956:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8526:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8527:1: RULE_STRING
{
before(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumType__TypeGuidAssignment_3_116048);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumType__TypeGuidAssignment_3_117206);
after(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
}
@@ -21284,20 +22814,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__UuidAssignment_5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7965:1: rule__XOseeEnumType__UuidAssignment_5 : ( RULE_HEX_INT ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8536:1: rule__XOseeEnumType__UuidAssignment_5 : ( RULE_HEX_INT ) ;
public final void rule__XOseeEnumType__UuidAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7969:1: ( ( RULE_HEX_INT ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7970:1: ( RULE_HEX_INT )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8540:1: ( ( RULE_HEX_INT ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8541:1: ( RULE_HEX_INT )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7970:1: ( RULE_HEX_INT )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7971:1: RULE_HEX_INT
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8541:1: ( RULE_HEX_INT )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8542:1: RULE_HEX_INT
{
before(grammarAccess.getXOseeEnumTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0());
- match(input,RULE_HEX_INT,FOLLOW_RULE_HEX_INT_in_rule__XOseeEnumType__UuidAssignment_516079);
+ match(input,RULE_HEX_INT,FOLLOW_RULE_HEX_INT_in_rule__XOseeEnumType__UuidAssignment_517237);
after(grammarAccess.getXOseeEnumTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0());
}
@@ -21321,20 +22851,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumType__EnumEntriesAssignment_6"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7980:1: rule__XOseeEnumType__EnumEntriesAssignment_6 : ( ruleXOseeEnumEntry ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8551:1: rule__XOseeEnumType__EnumEntriesAssignment_6 : ( ruleXOseeEnumEntry ) ;
public final void rule__XOseeEnumType__EnumEntriesAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7984:1: ( ( ruleXOseeEnumEntry ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7985:1: ( ruleXOseeEnumEntry )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8555:1: ( ( ruleXOseeEnumEntry ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8556:1: ( ruleXOseeEnumEntry )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7985:1: ( ruleXOseeEnumEntry )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7986:1: ruleXOseeEnumEntry
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8556:1: ( ruleXOseeEnumEntry )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8557:1: ruleXOseeEnumEntry
{
before(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesXOseeEnumEntryParserRuleCall_6_0());
- pushFollow(FOLLOW_ruleXOseeEnumEntry_in_rule__XOseeEnumType__EnumEntriesAssignment_616110);
+ pushFollow(FOLLOW_ruleXOseeEnumEntry_in_rule__XOseeEnumType__EnumEntriesAssignment_617268);
ruleXOseeEnumEntry();
state._fsp--;
@@ -21362,20 +22892,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__NameAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7995:1: rule__XOseeEnumEntry__NameAssignment_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8566:1: rule__XOseeEnumEntry__NameAssignment_1 : ( RULE_STRING ) ;
public final void rule__XOseeEnumEntry__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7999:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8000:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8570:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8571:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8000:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8001:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8571:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8572:1: RULE_STRING
{
before(grammarAccess.getXOseeEnumEntryAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__NameAssignment_116141);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__NameAssignment_117299);
after(grammarAccess.getXOseeEnumEntryAccess().getNameSTRINGTerminalRuleCall_1_0());
}
@@ -21399,20 +22929,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__OrdinalAssignment_2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8010:1: rule__XOseeEnumEntry__OrdinalAssignment_2 : ( RULE_WHOLE_NUM_STR ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8581:1: rule__XOseeEnumEntry__OrdinalAssignment_2 : ( RULE_WHOLE_NUM_STR ) ;
public final void rule__XOseeEnumEntry__OrdinalAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8014:1: ( ( RULE_WHOLE_NUM_STR ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8015:1: ( RULE_WHOLE_NUM_STR )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8585:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8586:1: ( RULE_WHOLE_NUM_STR )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8015:1: ( RULE_WHOLE_NUM_STR )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8016:1: RULE_WHOLE_NUM_STR
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8586:1: ( RULE_WHOLE_NUM_STR )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8587:1: RULE_WHOLE_NUM_STR
{
before(grammarAccess.getXOseeEnumEntryAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
- match(input,RULE_WHOLE_NUM_STR,FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XOseeEnumEntry__OrdinalAssignment_216172);
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XOseeEnumEntry__OrdinalAssignment_217330);
after(grammarAccess.getXOseeEnumEntryAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
}
@@ -21436,20 +22966,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumEntry__EntryGuidAssignment_3_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8025:1: rule__XOseeEnumEntry__EntryGuidAssignment_3_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8596:1: rule__XOseeEnumEntry__EntryGuidAssignment_3_1 : ( RULE_STRING ) ;
public final void rule__XOseeEnumEntry__EntryGuidAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8029:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8030:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8600:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8601:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8030:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8031:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8601:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8602:1: RULE_STRING
{
before(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__EntryGuidAssignment_3_116203);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__EntryGuidAssignment_3_117361);
after(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
}
@@ -21473,24 +23003,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8040:1: rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8611:1: rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 : ( ( RULE_STRING ) ) ;
public final void rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8044:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8045:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8615:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8616:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8045:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8046:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8616:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8617:1: ( RULE_STRING )
{
before(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeCrossReference_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8047:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8048:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8618:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8619:1: RULE_STRING
{
before(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_116238);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_117396);
after(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_1_0_1());
}
@@ -21518,24 +23048,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__InheritAllAssignment_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8059:1: rule__XOseeEnumOverride__InheritAllAssignment_3 : ( ( 'inheritAll' ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8630:1: rule__XOseeEnumOverride__InheritAllAssignment_3 : ( ( 'inheritAll' ) ) ;
public final void rule__XOseeEnumOverride__InheritAllAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8063:1: ( ( ( 'inheritAll' ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8064:1: ( ( 'inheritAll' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8634:1: ( ( ( 'inheritAll' ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8635:1: ( ( 'inheritAll' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8064:1: ( ( 'inheritAll' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8065:1: ( 'inheritAll' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8635:1: ( ( 'inheritAll' ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8636:1: ( 'inheritAll' )
{
before(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8066:1: ( 'inheritAll' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8067:1: 'inheritAll'
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8637:1: ( 'inheritAll' )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8638:1: 'inheritAll'
{
before(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
- match(input,92,FOLLOW_92_in_rule__XOseeEnumOverride__InheritAllAssignment_316278);
+ match(input,93,FOLLOW_93_in_rule__XOseeEnumOverride__InheritAllAssignment_317436);
after(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
}
@@ -21563,20 +23093,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XOseeEnumOverride__OverrideOptionsAssignment_4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8082:1: rule__XOseeEnumOverride__OverrideOptionsAssignment_4 : ( ruleOverrideOption ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8653:1: rule__XOseeEnumOverride__OverrideOptionsAssignment_4 : ( ruleOverrideOption ) ;
public final void rule__XOseeEnumOverride__OverrideOptionsAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8086:1: ( ( ruleOverrideOption ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8087:1: ( ruleOverrideOption )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8657:1: ( ( ruleOverrideOption ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8658:1: ( ruleOverrideOption )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8087:1: ( ruleOverrideOption )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8088:1: ruleOverrideOption
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8658:1: ( ruleOverrideOption )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8659:1: ruleOverrideOption
{
before(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsOverrideOptionParserRuleCall_4_0());
- pushFollow(FOLLOW_ruleOverrideOption_in_rule__XOseeEnumOverride__OverrideOptionsAssignment_416317);
+ pushFollow(FOLLOW_ruleOverrideOption_in_rule__XOseeEnumOverride__OverrideOptionsAssignment_417475);
ruleOverrideOption();
state._fsp--;
@@ -21604,20 +23134,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__EnumEntryAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8097:1: rule__AddEnum__EnumEntryAssignment_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8668:1: rule__AddEnum__EnumEntryAssignment_1 : ( RULE_STRING ) ;
public final void rule__AddEnum__EnumEntryAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8101:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8102:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8672:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8673:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8102:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8103:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8673:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8674:1: RULE_STRING
{
before(grammarAccess.getAddEnumAccess().getEnumEntrySTRINGTerminalRuleCall_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AddEnum__EnumEntryAssignment_116348);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AddEnum__EnumEntryAssignment_117506);
after(grammarAccess.getAddEnumAccess().getEnumEntrySTRINGTerminalRuleCall_1_0());
}
@@ -21641,20 +23171,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__OrdinalAssignment_2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8112:1: rule__AddEnum__OrdinalAssignment_2 : ( RULE_WHOLE_NUM_STR ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8683:1: rule__AddEnum__OrdinalAssignment_2 : ( RULE_WHOLE_NUM_STR ) ;
public final void rule__AddEnum__OrdinalAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8116:1: ( ( RULE_WHOLE_NUM_STR ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8117:1: ( RULE_WHOLE_NUM_STR )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8687:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8688:1: ( RULE_WHOLE_NUM_STR )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8117:1: ( RULE_WHOLE_NUM_STR )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8118:1: RULE_WHOLE_NUM_STR
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8688:1: ( RULE_WHOLE_NUM_STR )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8689:1: RULE_WHOLE_NUM_STR
{
before(grammarAccess.getAddEnumAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
- match(input,RULE_WHOLE_NUM_STR,FOLLOW_RULE_WHOLE_NUM_STR_in_rule__AddEnum__OrdinalAssignment_216379);
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_RULE_WHOLE_NUM_STR_in_rule__AddEnum__OrdinalAssignment_217537);
after(grammarAccess.getAddEnumAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
}
@@ -21678,20 +23208,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AddEnum__EntryGuidAssignment_3_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8127:1: rule__AddEnum__EntryGuidAssignment_3_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8698:1: rule__AddEnum__EntryGuidAssignment_3_1 : ( RULE_STRING ) ;
public final void rule__AddEnum__EntryGuidAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8131:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8132:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8702:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8703:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8132:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8133:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8703:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8704:1: RULE_STRING
{
before(grammarAccess.getAddEnumAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AddEnum__EntryGuidAssignment_3_116410);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AddEnum__EntryGuidAssignment_3_117568);
after(grammarAccess.getAddEnumAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
}
@@ -21715,24 +23245,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RemoveEnum__EnumEntryAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8142:1: rule__RemoveEnum__EnumEntryAssignment_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8713:1: rule__RemoveEnum__EnumEntryAssignment_1 : ( ( RULE_STRING ) ) ;
public final void rule__RemoveEnum__EnumEntryAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8146:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8147:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8717:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8718:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8147:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8148:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8718:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8719:1: ( RULE_STRING )
{
before(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntryCrossReference_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8149:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8150:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8720:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8721:1: RULE_STRING
{
before(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntrySTRINGTerminalRuleCall_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__RemoveEnum__EnumEntryAssignment_116445);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__RemoveEnum__EnumEntryAssignment_117603);
after(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntrySTRINGTerminalRuleCall_1_0_1());
}
@@ -21760,20 +23290,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__NameAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8161:1: rule__XRelationType__NameAssignment_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8732:1: rule__XRelationType__NameAssignment_1 : ( RULE_STRING ) ;
public final void rule__XRelationType__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8165:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8166:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8736:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8737:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8166:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8167:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8737:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8738:1: RULE_STRING
{
before(grammarAccess.getXRelationTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__NameAssignment_116480);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__NameAssignment_117638);
after(grammarAccess.getXRelationTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
}
@@ -21797,20 +23327,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__TypeGuidAssignment_3_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8176:1: rule__XRelationType__TypeGuidAssignment_3_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8747:1: rule__XRelationType__TypeGuidAssignment_3_1 : ( RULE_STRING ) ;
public final void rule__XRelationType__TypeGuidAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8180:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8181:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8751:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8752:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8181:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8182:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8752:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8753:1: RULE_STRING
{
before(grammarAccess.getXRelationTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__TypeGuidAssignment_3_116511);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__TypeGuidAssignment_3_117669);
after(grammarAccess.getXRelationTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
}
@@ -21834,20 +23364,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__UuidAssignment_5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8191:1: rule__XRelationType__UuidAssignment_5 : ( RULE_HEX_INT ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8762:1: rule__XRelationType__UuidAssignment_5 : ( RULE_HEX_INT ) ;
public final void rule__XRelationType__UuidAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8195:1: ( ( RULE_HEX_INT ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8196:1: ( RULE_HEX_INT )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8766:1: ( ( RULE_HEX_INT ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8767:1: ( RULE_HEX_INT )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8196:1: ( RULE_HEX_INT )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8197:1: RULE_HEX_INT
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8767:1: ( RULE_HEX_INT )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8768:1: RULE_HEX_INT
{
before(grammarAccess.getXRelationTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0());
- match(input,RULE_HEX_INT,FOLLOW_RULE_HEX_INT_in_rule__XRelationType__UuidAssignment_516542);
+ match(input,RULE_HEX_INT,FOLLOW_RULE_HEX_INT_in_rule__XRelationType__UuidAssignment_517700);
after(grammarAccess.getXRelationTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0());
}
@@ -21871,20 +23401,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__SideANameAssignment_7"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8206:1: rule__XRelationType__SideANameAssignment_7 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8777:1: rule__XRelationType__SideANameAssignment_7 : ( RULE_STRING ) ;
public final void rule__XRelationType__SideANameAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8210:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8211:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8781:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8782:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8211:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8212:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8782:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8783:1: RULE_STRING
{
before(grammarAccess.getXRelationTypeAccess().getSideANameSTRINGTerminalRuleCall_7_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__SideANameAssignment_716573);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__SideANameAssignment_717731);
after(grammarAccess.getXRelationTypeAccess().getSideANameSTRINGTerminalRuleCall_7_0());
}
@@ -21908,24 +23438,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__SideAArtifactTypeAssignment_9"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8221:1: rule__XRelationType__SideAArtifactTypeAssignment_9 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8792:1: rule__XRelationType__SideAArtifactTypeAssignment_9 : ( ( RULE_STRING ) ) ;
public final void rule__XRelationType__SideAArtifactTypeAssignment_9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8225:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8226:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8796:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8797:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8226:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8227:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8797:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8798:1: ( RULE_STRING )
{
before(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeCrossReference_9_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8228:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8229:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8799:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8800:1: RULE_STRING
{
before(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_9_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__SideAArtifactTypeAssignment_916608);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__SideAArtifactTypeAssignment_917766);
after(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_9_0_1());
}
@@ -21953,20 +23483,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__SideBNameAssignment_11"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8240:1: rule__XRelationType__SideBNameAssignment_11 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8811:1: rule__XRelationType__SideBNameAssignment_11 : ( RULE_STRING ) ;
public final void rule__XRelationType__SideBNameAssignment_11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8244:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8245:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8815:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8816:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8245:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8246:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8816:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8817:1: RULE_STRING
{
before(grammarAccess.getXRelationTypeAccess().getSideBNameSTRINGTerminalRuleCall_11_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__SideBNameAssignment_1116643);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__SideBNameAssignment_1117801);
after(grammarAccess.getXRelationTypeAccess().getSideBNameSTRINGTerminalRuleCall_11_0());
}
@@ -21990,24 +23520,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__SideBArtifactTypeAssignment_13"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8255:1: rule__XRelationType__SideBArtifactTypeAssignment_13 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8826:1: rule__XRelationType__SideBArtifactTypeAssignment_13 : ( ( RULE_STRING ) ) ;
public final void rule__XRelationType__SideBArtifactTypeAssignment_13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8259:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8260:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8830:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8831:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8260:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8261:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8831:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8832:1: ( RULE_STRING )
{
before(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeCrossReference_13_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8262:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8263:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8833:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8834:1: RULE_STRING
{
before(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_13_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__SideBArtifactTypeAssignment_1316678);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XRelationType__SideBArtifactTypeAssignment_1317836);
after(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_13_0_1());
}
@@ -22035,20 +23565,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__DefaultOrderTypeAssignment_15"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8274:1: rule__XRelationType__DefaultOrderTypeAssignment_15 : ( ruleRelationOrderType ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8845:1: rule__XRelationType__DefaultOrderTypeAssignment_15 : ( ruleRelationOrderType ) ;
public final void rule__XRelationType__DefaultOrderTypeAssignment_15() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8278:1: ( ( ruleRelationOrderType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8279:1: ( ruleRelationOrderType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8849:1: ( ( ruleRelationOrderType ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8850:1: ( ruleRelationOrderType )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8279:1: ( ruleRelationOrderType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8280:1: ruleRelationOrderType
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8850:1: ( ruleRelationOrderType )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8851:1: ruleRelationOrderType
{
before(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeRelationOrderTypeParserRuleCall_15_0());
- pushFollow(FOLLOW_ruleRelationOrderType_in_rule__XRelationType__DefaultOrderTypeAssignment_1516713);
+ pushFollow(FOLLOW_ruleRelationOrderType_in_rule__XRelationType__DefaultOrderTypeAssignment_1517871);
ruleRelationOrderType();
state._fsp--;
@@ -22076,20 +23606,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XRelationType__MultiplicityAssignment_17"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8289:1: rule__XRelationType__MultiplicityAssignment_17 : ( ruleRelationMultiplicityEnum ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8860:1: rule__XRelationType__MultiplicityAssignment_17 : ( ruleRelationMultiplicityEnum ) ;
public final void rule__XRelationType__MultiplicityAssignment_17() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8293:1: ( ( ruleRelationMultiplicityEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8294:1: ( ruleRelationMultiplicityEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8864:1: ( ( ruleRelationMultiplicityEnum ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8865:1: ( ruleRelationMultiplicityEnum )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8294:1: ( ruleRelationMultiplicityEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8295:1: ruleRelationMultiplicityEnum
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8865:1: ( ruleRelationMultiplicityEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8866:1: ruleRelationMultiplicityEnum
{
before(grammarAccess.getXRelationTypeAccess().getMultiplicityRelationMultiplicityEnumEnumRuleCall_17_0());
- pushFollow(FOLLOW_ruleRelationMultiplicityEnum_in_rule__XRelationType__MultiplicityAssignment_1716744);
+ pushFollow(FOLLOW_ruleRelationMultiplicityEnum_in_rule__XRelationType__MultiplicityAssignment_1717902);
ruleRelationMultiplicityEnum();
state._fsp--;
@@ -22117,20 +23647,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleCondition__FieldAssignment_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8304:1: rule__SimpleCondition__FieldAssignment_0 : ( ruleMatchField ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8875:1: rule__SimpleCondition__FieldAssignment_0 : ( ruleMatchField ) ;
public final void rule__SimpleCondition__FieldAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8308:1: ( ( ruleMatchField ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8309:1: ( ruleMatchField )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8879:1: ( ( ruleMatchField ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8880:1: ( ruleMatchField )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8309:1: ( ruleMatchField )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8310:1: ruleMatchField
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8880:1: ( ruleMatchField )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8881:1: ruleMatchField
{
before(grammarAccess.getSimpleConditionAccess().getFieldMatchFieldEnumRuleCall_0_0());
- pushFollow(FOLLOW_ruleMatchField_in_rule__SimpleCondition__FieldAssignment_016775);
+ pushFollow(FOLLOW_ruleMatchField_in_rule__SimpleCondition__FieldAssignment_017933);
ruleMatchField();
state._fsp--;
@@ -22158,20 +23688,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleCondition__OpAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8319:1: rule__SimpleCondition__OpAssignment_1 : ( ruleCompareOp ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8890:1: rule__SimpleCondition__OpAssignment_1 : ( ruleCompareOp ) ;
public final void rule__SimpleCondition__OpAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8323:1: ( ( ruleCompareOp ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8324:1: ( ruleCompareOp )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8894:1: ( ( ruleCompareOp ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8895:1: ( ruleCompareOp )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8324:1: ( ruleCompareOp )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8325:1: ruleCompareOp
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8895:1: ( ruleCompareOp )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8896:1: ruleCompareOp
{
before(grammarAccess.getSimpleConditionAccess().getOpCompareOpEnumRuleCall_1_0());
- pushFollow(FOLLOW_ruleCompareOp_in_rule__SimpleCondition__OpAssignment_116806);
+ pushFollow(FOLLOW_ruleCompareOp_in_rule__SimpleCondition__OpAssignment_117964);
ruleCompareOp();
state._fsp--;
@@ -22199,20 +23729,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleCondition__ExpressionAssignment_2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8334:1: rule__SimpleCondition__ExpressionAssignment_2 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8905:1: rule__SimpleCondition__ExpressionAssignment_2 : ( RULE_STRING ) ;
public final void rule__SimpleCondition__ExpressionAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8338:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8339:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8909:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8910:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8339:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8340:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8910:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8911:1: RULE_STRING
{
before(grammarAccess.getSimpleConditionAccess().getExpressionSTRINGTerminalRuleCall_2_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__SimpleCondition__ExpressionAssignment_216837);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__SimpleCondition__ExpressionAssignment_217995);
after(grammarAccess.getSimpleConditionAccess().getExpressionSTRINGTerminalRuleCall_2_0());
}
@@ -22236,20 +23766,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__ConditionsAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8349:1: rule__CompoundCondition__ConditionsAssignment_1 : ( ruleSimpleCondition ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8920:1: rule__CompoundCondition__ConditionsAssignment_1 : ( ruleSimpleCondition ) ;
public final void rule__CompoundCondition__ConditionsAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8353:1: ( ( ruleSimpleCondition ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8354:1: ( ruleSimpleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8924:1: ( ( ruleSimpleCondition ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8925:1: ( ruleSimpleCondition )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8354:1: ( ruleSimpleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8355:1: ruleSimpleCondition
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8925:1: ( ruleSimpleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8926:1: ruleSimpleCondition
{
before(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_1_0());
- pushFollow(FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_116868);
+ pushFollow(FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_118026);
ruleSimpleCondition();
state._fsp--;
@@ -22277,20 +23807,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__OperatorsAssignment_2_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8364:1: rule__CompoundCondition__OperatorsAssignment_2_0 : ( ruleXLogicOperator ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8935:1: rule__CompoundCondition__OperatorsAssignment_2_0 : ( ruleXLogicOperator ) ;
public final void rule__CompoundCondition__OperatorsAssignment_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8368:1: ( ( ruleXLogicOperator ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8369:1: ( ruleXLogicOperator )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8939:1: ( ( ruleXLogicOperator ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8940:1: ( ruleXLogicOperator )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8369:1: ( ruleXLogicOperator )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8370:1: ruleXLogicOperator
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8940:1: ( ruleXLogicOperator )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8941:1: ruleXLogicOperator
{
before(grammarAccess.getCompoundConditionAccess().getOperatorsXLogicOperatorEnumRuleCall_2_0_0());
- pushFollow(FOLLOW_ruleXLogicOperator_in_rule__CompoundCondition__OperatorsAssignment_2_016899);
+ pushFollow(FOLLOW_ruleXLogicOperator_in_rule__CompoundCondition__OperatorsAssignment_2_018057);
ruleXLogicOperator();
state._fsp--;
@@ -22318,20 +23848,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundCondition__ConditionsAssignment_2_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8379:1: rule__CompoundCondition__ConditionsAssignment_2_1 : ( ruleSimpleCondition ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8950:1: rule__CompoundCondition__ConditionsAssignment_2_1 : ( ruleSimpleCondition ) ;
public final void rule__CompoundCondition__ConditionsAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8383:1: ( ( ruleSimpleCondition ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8384:1: ( ruleSimpleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8954:1: ( ( ruleSimpleCondition ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8955:1: ( ruleSimpleCondition )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8384:1: ( ruleSimpleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8385:1: ruleSimpleCondition
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8955:1: ( ruleSimpleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8956:1: ruleSimpleCondition
{
before(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_2_1_0());
- pushFollow(FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_2_116930);
+ pushFollow(FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_2_118088);
ruleSimpleCondition();
state._fsp--;
@@ -22359,20 +23889,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__NameAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8394:1: rule__XArtifactMatcher__NameAssignment_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8965:1: rule__XArtifactMatcher__NameAssignment_1 : ( RULE_STRING ) ;
public final void rule__XArtifactMatcher__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8398:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8399:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8969:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8970:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8399:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8400:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8970:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8971:1: RULE_STRING
{
before(grammarAccess.getXArtifactMatcherAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactMatcher__NameAssignment_116961);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__XArtifactMatcher__NameAssignment_118119);
after(grammarAccess.getXArtifactMatcherAccess().getNameSTRINGTerminalRuleCall_1_0());
}
@@ -22396,20 +23926,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__ConditionsAssignment_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8409:1: rule__XArtifactMatcher__ConditionsAssignment_3 : ( ruleCondition ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8980:1: rule__XArtifactMatcher__ConditionsAssignment_3 : ( ruleCondition ) ;
public final void rule__XArtifactMatcher__ConditionsAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8413:1: ( ( ruleCondition ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8414:1: ( ruleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8984:1: ( ( ruleCondition ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8985:1: ( ruleCondition )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8414:1: ( ruleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8415:1: ruleCondition
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8985:1: ( ruleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8986:1: ruleCondition
{
before(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_3_0());
- pushFollow(FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_316992);
+ pushFollow(FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_318150);
ruleCondition();
state._fsp--;
@@ -22437,20 +23967,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__OperatorsAssignment_4_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8424:1: rule__XArtifactMatcher__OperatorsAssignment_4_0 : ( ruleXLogicOperator ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8995:1: rule__XArtifactMatcher__OperatorsAssignment_4_0 : ( ruleXLogicOperator ) ;
public final void rule__XArtifactMatcher__OperatorsAssignment_4_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8428:1: ( ( ruleXLogicOperator ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8429:1: ( ruleXLogicOperator )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8999:1: ( ( ruleXLogicOperator ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9000:1: ( ruleXLogicOperator )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8429:1: ( ruleXLogicOperator )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8430:1: ruleXLogicOperator
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9000:1: ( ruleXLogicOperator )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9001:1: ruleXLogicOperator
{
before(grammarAccess.getXArtifactMatcherAccess().getOperatorsXLogicOperatorEnumRuleCall_4_0_0());
- pushFollow(FOLLOW_ruleXLogicOperator_in_rule__XArtifactMatcher__OperatorsAssignment_4_017023);
+ pushFollow(FOLLOW_ruleXLogicOperator_in_rule__XArtifactMatcher__OperatorsAssignment_4_018181);
ruleXLogicOperator();
state._fsp--;
@@ -22478,20 +24008,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__XArtifactMatcher__ConditionsAssignment_4_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8439:1: rule__XArtifactMatcher__ConditionsAssignment_4_1 : ( ruleCondition ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9010:1: rule__XArtifactMatcher__ConditionsAssignment_4_1 : ( ruleCondition ) ;
public final void rule__XArtifactMatcher__ConditionsAssignment_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8443:1: ( ( ruleCondition ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8444:1: ( ruleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9014:1: ( ( ruleCondition ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9015:1: ( ruleCondition )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8444:1: ( ruleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8445:1: ruleCondition
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9015:1: ( ruleCondition )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9016:1: ruleCondition
{
before(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_4_1_0());
- pushFollow(FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_4_117054);
+ pushFollow(FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_4_118212);
ruleCondition();
state._fsp--;
@@ -22518,21 +24048,259 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__XArtifactMatcher__ConditionsAssignment_4_1"
+ // $ANTLR start "rule__Role__NameAssignment_1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9025:1: rule__Role__NameAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__Role__NameAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9029:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9030:1: ( RULE_STRING )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9030:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9031:1: RULE_STRING
+ {
+ before(grammarAccess.getRoleAccess().getNameSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Role__NameAssignment_118243);
+ after(grammarAccess.getRoleAccess().getNameSTRINGTerminalRuleCall_1_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__NameAssignment_1"
+
+
+ // $ANTLR start "rule__Role__SuperRolesAssignment_2_1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9040:1: rule__Role__SuperRolesAssignment_2_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__Role__SuperRolesAssignment_2_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9044:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9045:1: ( ( RULE_STRING ) )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9045:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9046:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getRoleAccess().getSuperRolesRoleCrossReference_2_1_0());
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9047:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9048:1: RULE_STRING
+ {
+ before(grammarAccess.getRoleAccess().getSuperRolesRoleSTRINGTerminalRuleCall_2_1_0_1());
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Role__SuperRolesAssignment_2_118278);
+ after(grammarAccess.getRoleAccess().getSuperRolesRoleSTRINGTerminalRuleCall_2_1_0_1());
+
+ }
+
+ after(grammarAccess.getRoleAccess().getSuperRolesRoleCrossReference_2_1_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__SuperRolesAssignment_2_1"
+
+
+ // $ANTLR start "rule__Role__UsersAndGroupsAssignment_4_0"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9059:1: rule__Role__UsersAndGroupsAssignment_4_0 : ( ruleUsersAndGroups ) ;
+ public final void rule__Role__UsersAndGroupsAssignment_4_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9063:1: ( ( ruleUsersAndGroups ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9064:1: ( ruleUsersAndGroups )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9064:1: ( ruleUsersAndGroups )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9065:1: ruleUsersAndGroups
+ {
+ before(grammarAccess.getRoleAccess().getUsersAndGroupsUsersAndGroupsParserRuleCall_4_0_0());
+ pushFollow(FOLLOW_ruleUsersAndGroups_in_rule__Role__UsersAndGroupsAssignment_4_018313);
+ ruleUsersAndGroups();
+
+ state._fsp--;
+
+ after(grammarAccess.getRoleAccess().getUsersAndGroupsUsersAndGroupsParserRuleCall_4_0_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__UsersAndGroupsAssignment_4_0"
+
+
+ // $ANTLR start "rule__Role__ReferencedContextsAssignment_4_1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9074:1: rule__Role__ReferencedContextsAssignment_4_1 : ( ruleReferencedContext ) ;
+ public final void rule__Role__ReferencedContextsAssignment_4_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9078:1: ( ( ruleReferencedContext ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9079:1: ( ruleReferencedContext )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9079:1: ( ruleReferencedContext )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9080:1: ruleReferencedContext
+ {
+ before(grammarAccess.getRoleAccess().getReferencedContextsReferencedContextParserRuleCall_4_1_0());
+ pushFollow(FOLLOW_ruleReferencedContext_in_rule__Role__ReferencedContextsAssignment_4_118344);
+ ruleReferencedContext();
+
+ state._fsp--;
+
+ after(grammarAccess.getRoleAccess().getReferencedContextsReferencedContextParserRuleCall_4_1_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__ReferencedContextsAssignment_4_1"
+
+
+ // $ANTLR start "rule__ReferencedContext__AccessContextRefAssignment_1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9089:1: rule__ReferencedContext__AccessContextRefAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__ReferencedContext__AccessContextRefAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9093:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9094:1: ( RULE_STRING )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9094:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9095:1: RULE_STRING
+ {
+ before(grammarAccess.getReferencedContextAccess().getAccessContextRefSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__ReferencedContext__AccessContextRefAssignment_118375);
+ after(grammarAccess.getReferencedContextAccess().getAccessContextRefSTRINGTerminalRuleCall_1_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ReferencedContext__AccessContextRefAssignment_1"
+
+
+ // $ANTLR start "rule__UsersAndGroups__UserOrGroupGuidAssignment_1"
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9104:1: rule__UsersAndGroups__UserOrGroupGuidAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__UsersAndGroups__UserOrGroupGuidAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9108:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9109:1: ( RULE_STRING )
+ {
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9109:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9110:1: RULE_STRING
+ {
+ before(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__UsersAndGroups__UserOrGroupGuidAssignment_118406);
+ after(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidSTRINGTerminalRuleCall_1_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UsersAndGroups__UserOrGroupGuidAssignment_1"
+
+
// $ANTLR start "rule__AccessContext__NameAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8454:1: rule__AccessContext__NameAssignment_1 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9119:1: rule__AccessContext__NameAssignment_1 : ( RULE_STRING ) ;
public final void rule__AccessContext__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8458:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8459:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9123:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9124:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8459:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8460:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9124:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9125:1: RULE_STRING
{
before(grammarAccess.getAccessContextAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AccessContext__NameAssignment_117085);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AccessContext__NameAssignment_118437);
after(grammarAccess.getAccessContextAccess().getNameSTRINGTerminalRuleCall_1_0());
}
@@ -22556,24 +24324,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__SuperAccessContextsAssignment_2_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8469:1: rule__AccessContext__SuperAccessContextsAssignment_2_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9134:1: rule__AccessContext__SuperAccessContextsAssignment_2_1 : ( ( RULE_STRING ) ) ;
public final void rule__AccessContext__SuperAccessContextsAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8473:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8474:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9138:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9139:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8474:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8475:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9139:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9140:1: ( RULE_STRING )
{
before(grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextCrossReference_2_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8476:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8477:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9141:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9142:1: RULE_STRING
{
before(grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextSTRINGTerminalRuleCall_2_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AccessContext__SuperAccessContextsAssignment_2_117120);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AccessContext__SuperAccessContextsAssignment_2_118472);
after(grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextSTRINGTerminalRuleCall_2_1_0_1());
}
@@ -22601,20 +24369,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__GuidAssignment_5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8488:1: rule__AccessContext__GuidAssignment_5 : ( RULE_STRING ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9153:1: rule__AccessContext__GuidAssignment_5 : ( RULE_STRING ) ;
public final void rule__AccessContext__GuidAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8492:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8493:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9157:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9158:1: ( RULE_STRING )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8493:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8494:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9158:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9159:1: RULE_STRING
{
before(grammarAccess.getAccessContextAccess().getGuidSTRINGTerminalRuleCall_5_0());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AccessContext__GuidAssignment_517155);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AccessContext__GuidAssignment_518507);
after(grammarAccess.getAccessContextAccess().getGuidSTRINGTerminalRuleCall_5_0());
}
@@ -22638,20 +24406,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__AccessRulesAssignment_7_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8503:1: rule__AccessContext__AccessRulesAssignment_7_0 : ( ruleObjectRestriction ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9168:1: rule__AccessContext__AccessRulesAssignment_7_0 : ( ruleObjectRestriction ) ;
public final void rule__AccessContext__AccessRulesAssignment_7_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8507:1: ( ( ruleObjectRestriction ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8508:1: ( ruleObjectRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9172:1: ( ( ruleObjectRestriction ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9173:1: ( ruleObjectRestriction )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8508:1: ( ruleObjectRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8509:1: ruleObjectRestriction
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9173:1: ( ruleObjectRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9174:1: ruleObjectRestriction
{
before(grammarAccess.getAccessContextAccess().getAccessRulesObjectRestrictionParserRuleCall_7_0_0());
- pushFollow(FOLLOW_ruleObjectRestriction_in_rule__AccessContext__AccessRulesAssignment_7_017186);
+ pushFollow(FOLLOW_ruleObjectRestriction_in_rule__AccessContext__AccessRulesAssignment_7_018538);
ruleObjectRestriction();
state._fsp--;
@@ -22679,20 +24447,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AccessContext__HierarchyRestrictionsAssignment_7_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8518:1: rule__AccessContext__HierarchyRestrictionsAssignment_7_1 : ( ruleHierarchyRestriction ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9183:1: rule__AccessContext__HierarchyRestrictionsAssignment_7_1 : ( ruleHierarchyRestriction ) ;
public final void rule__AccessContext__HierarchyRestrictionsAssignment_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8522:1: ( ( ruleHierarchyRestriction ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8523:1: ( ruleHierarchyRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9187:1: ( ( ruleHierarchyRestriction ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9188:1: ( ruleHierarchyRestriction )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8523:1: ( ruleHierarchyRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8524:1: ruleHierarchyRestriction
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9188:1: ( ruleHierarchyRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9189:1: ruleHierarchyRestriction
{
before(grammarAccess.getAccessContextAccess().getHierarchyRestrictionsHierarchyRestrictionParserRuleCall_7_1_0());
- pushFollow(FOLLOW_ruleHierarchyRestriction_in_rule__AccessContext__HierarchyRestrictionsAssignment_7_117217);
+ pushFollow(FOLLOW_ruleHierarchyRestriction_in_rule__AccessContext__HierarchyRestrictionsAssignment_7_118569);
ruleHierarchyRestriction();
state._fsp--;
@@ -22720,24 +24488,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8533:1: rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9198:1: rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 : ( ( RULE_STRING ) ) ;
public final void rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8537:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8538:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9202:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9203:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8538:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8539:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9203:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9204:1: ( RULE_STRING )
{
before(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8540:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8541:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9205:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9206:1: RULE_STRING
{
before(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_117252);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_118604);
after(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
}
@@ -22765,20 +24533,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__HierarchyRestriction__AccessRulesAssignment_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8552:1: rule__HierarchyRestriction__AccessRulesAssignment_3 : ( ruleObjectRestriction ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9217:1: rule__HierarchyRestriction__AccessRulesAssignment_3 : ( ruleObjectRestriction ) ;
public final void rule__HierarchyRestriction__AccessRulesAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8556:1: ( ( ruleObjectRestriction ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8557:1: ( ruleObjectRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9221:1: ( ( ruleObjectRestriction ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9222:1: ( ruleObjectRestriction )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8557:1: ( ruleObjectRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8558:1: ruleObjectRestriction
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9222:1: ( ruleObjectRestriction )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9223:1: ruleObjectRestriction
{
before(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesObjectRestrictionParserRuleCall_3_0());
- pushFollow(FOLLOW_ruleObjectRestriction_in_rule__HierarchyRestriction__AccessRulesAssignment_317287);
+ pushFollow(FOLLOW_ruleObjectRestriction_in_rule__HierarchyRestriction__AccessRulesAssignment_318639);
ruleObjectRestriction();
state._fsp--;
@@ -22806,24 +24574,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8567:1: rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9232:1: rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 : ( ( RULE_STRING ) ) ;
public final void rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8571:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8572:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9236:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9237:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8572:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8573:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9237:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9238:1: ( RULE_STRING )
{
before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeCrossReference_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8574:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8575:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9239:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9240:1: RULE_STRING
{
before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_117322);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_118674);
after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
}
@@ -22851,24 +24619,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8586:1: rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9251:1: rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 : ( ( RULE_STRING ) ) ;
public final void rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8590:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8591:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9255:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9256:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8591:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8592:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9256:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9257:1: ( RULE_STRING )
{
before(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8593:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8594:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9258:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9259:1: RULE_STRING
{
before(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_117361);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_118713);
after(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
}
@@ -22896,20 +24664,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__PermissionAssignment_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8605:1: rule__ArtifactMatchRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9270:1: rule__ArtifactMatchRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
public final void rule__ArtifactMatchRestriction__PermissionAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8609:1: ( ( ruleAccessPermissionEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8610:1: ( ruleAccessPermissionEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9274:1: ( ( ruleAccessPermissionEnum ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9275:1: ( ruleAccessPermissionEnum )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8610:1: ( ruleAccessPermissionEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8611:1: ruleAccessPermissionEnum
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9275:1: ( ruleAccessPermissionEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9276:1: ruleAccessPermissionEnum
{
before(grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
- pushFollow(FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactMatchRestriction__PermissionAssignment_017396);
+ pushFollow(FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactMatchRestriction__PermissionAssignment_018748);
ruleAccessPermissionEnum();
state._fsp--;
@@ -22937,24 +24705,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8620:1: rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9285:1: rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 : ( ( RULE_STRING ) ) ;
public final void rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8624:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8625:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9289:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9290:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8625:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8626:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9290:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9291:1: ( RULE_STRING )
{
before(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_3_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8627:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8628:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9292:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9293:1: RULE_STRING
{
before(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_3_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_317431);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_318783);
after(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_3_0_1());
}
@@ -22982,20 +24750,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__PermissionAssignment_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8639:1: rule__ArtifactTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9304:1: rule__ArtifactTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
public final void rule__ArtifactTypeRestriction__PermissionAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8643:1: ( ( ruleAccessPermissionEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8644:1: ( ruleAccessPermissionEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9308:1: ( ( ruleAccessPermissionEnum ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9309:1: ( ruleAccessPermissionEnum )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8644:1: ( ruleAccessPermissionEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8645:1: ruleAccessPermissionEnum
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9309:1: ( ruleAccessPermissionEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9310:1: ruleAccessPermissionEnum
{
before(grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
- pushFollow(FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactTypeRestriction__PermissionAssignment_017466);
+ pushFollow(FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactTypeRestriction__PermissionAssignment_018818);
ruleAccessPermissionEnum();
state._fsp--;
@@ -23023,24 +24791,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8654:1: rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9319:1: rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 : ( ( RULE_STRING ) ) ;
public final void rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8658:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8659:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9323:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9324:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8659:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8660:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9324:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9325:1: ( RULE_STRING )
{
before(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeCrossReference_3_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8661:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8662:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9326:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9327:1: RULE_STRING
{
before(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_3_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_317501);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_318853);
after(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_3_0_1());
}
@@ -23068,20 +24836,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__PermissionAssignment_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8673:1: rule__AttributeTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9338:1: rule__AttributeTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
public final void rule__AttributeTypeRestriction__PermissionAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8677:1: ( ( ruleAccessPermissionEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8678:1: ( ruleAccessPermissionEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9342:1: ( ( ruleAccessPermissionEnum ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9343:1: ( ruleAccessPermissionEnum )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8678:1: ( ruleAccessPermissionEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8679:1: ruleAccessPermissionEnum
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9343:1: ( ruleAccessPermissionEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9344:1: ruleAccessPermissionEnum
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
- pushFollow(FOLLOW_ruleAccessPermissionEnum_in_rule__AttributeTypeRestriction__PermissionAssignment_017536);
+ pushFollow(FOLLOW_ruleAccessPermissionEnum_in_rule__AttributeTypeRestriction__PermissionAssignment_018888);
ruleAccessPermissionEnum();
state._fsp--;
@@ -23109,24 +24877,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8688:1: rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9353:1: rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 : ( ( RULE_STRING ) ) ;
public final void rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8692:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8693:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9357:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9358:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8693:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8694:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9358:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9359:1: ( RULE_STRING )
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeCrossReference_3_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8695:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8696:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9360:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9361:1: RULE_STRING
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeSTRINGTerminalRuleCall_3_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_317571);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_318923);
after(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeSTRINGTerminalRuleCall_3_0_1());
}
@@ -23154,24 +24922,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8707:1: rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9372:1: rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 : ( ( RULE_STRING ) ) ;
public final void rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8711:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8712:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9376:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9377:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8712:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8713:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9377:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9378:1: ( RULE_STRING )
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeCrossReference_4_2_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8714:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8715:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9379:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9380:1: RULE_STRING
{
before(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_4_2_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_217610);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_218962);
after(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_4_2_0_1());
}
@@ -23199,20 +24967,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__PermissionAssignment_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8730:1: rule__RelationTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9395:1: rule__RelationTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
public final void rule__RelationTypeRestriction__PermissionAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8734:1: ( ( ruleAccessPermissionEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8735:1: ( ruleAccessPermissionEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9399:1: ( ( ruleAccessPermissionEnum ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9400:1: ( ruleAccessPermissionEnum )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8735:1: ( ruleAccessPermissionEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8736:1: ruleAccessPermissionEnum
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9400:1: ( ruleAccessPermissionEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9401:1: ruleAccessPermissionEnum
{
before(grammarAccess.getRelationTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
- pushFollow(FOLLOW_ruleAccessPermissionEnum_in_rule__RelationTypeRestriction__PermissionAssignment_017649);
+ pushFollow(FOLLOW_ruleAccessPermissionEnum_in_rule__RelationTypeRestriction__PermissionAssignment_019001);
ruleAccessPermissionEnum();
state._fsp--;
@@ -23240,20 +25008,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8745:1: rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 : ( ruleRelationTypeMatch ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9410:1: rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 : ( ruleRelationTypeMatch ) ;
public final void rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8749:1: ( ( ruleRelationTypeMatch ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8750:1: ( ruleRelationTypeMatch )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9414:1: ( ( ruleRelationTypeMatch ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9415:1: ( ruleRelationTypeMatch )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8750:1: ( ruleRelationTypeMatch )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8751:1: ruleRelationTypeMatch
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9415:1: ( ruleRelationTypeMatch )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9416:1: ruleRelationTypeMatch
{
before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchRelationTypeMatchEnumRuleCall_3_0_0());
- pushFollow(FOLLOW_ruleRelationTypeMatch_in_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_017680);
+ pushFollow(FOLLOW_ruleRelationTypeMatch_in_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_019032);
ruleRelationTypeMatch();
state._fsp--;
@@ -23281,24 +25049,24 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8760:1: rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 : ( ( RULE_STRING ) ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9425:1: rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 : ( ( RULE_STRING ) ) ;
public final void rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8764:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8765:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9429:1: ( ( ( RULE_STRING ) ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9430:1: ( ( RULE_STRING ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8765:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8766:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9430:1: ( ( RULE_STRING ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9431:1: ( RULE_STRING )
{
before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeCrossReference_3_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8767:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8768:1: RULE_STRING
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9432:1: ( RULE_STRING )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9433:1: RULE_STRING
{
before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeSTRINGTerminalRuleCall_3_1_0_1());
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_117715);
+ match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_119067);
after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeSTRINGTerminalRuleCall_3_1_0_1());
}
@@ -23326,20 +25094,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__RestrictedToSideAssignment_4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8779:1: rule__RelationTypeRestriction__RestrictedToSideAssignment_4 : ( ruleXRelationSideEnum ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9444:1: rule__RelationTypeRestriction__RestrictedToSideAssignment_4 : ( ruleXRelationSideEnum ) ;
public final void rule__RelationTypeRestriction__RestrictedToSideAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8783:1: ( ( ruleXRelationSideEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8784:1: ( ruleXRelationSideEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9448:1: ( ( ruleXRelationSideEnum ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9449:1: ( ruleXRelationSideEnum )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8784:1: ( ruleXRelationSideEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8785:1: ruleXRelationSideEnum
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9449:1: ( ruleXRelationSideEnum )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9450:1: ruleXRelationSideEnum
{
before(grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideXRelationSideEnumEnumRuleCall_4_0());
- pushFollow(FOLLOW_ruleXRelationSideEnum_in_rule__RelationTypeRestriction__RestrictedToSideAssignment_417750);
+ pushFollow(FOLLOW_ruleXRelationSideEnum_in_rule__RelationTypeRestriction__RestrictedToSideAssignment_419102);
ruleXRelationSideEnum();
state._fsp--;
@@ -23367,20 +25135,20 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelationTypeRestriction__PredicateAssignment_5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8794:1: rule__RelationTypeRestriction__PredicateAssignment_5 : ( ruleRelationTypePredicate ) ;
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9459:1: rule__RelationTypeRestriction__PredicateAssignment_5 : ( ruleRelationTypePredicate ) ;
public final void rule__RelationTypeRestriction__PredicateAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8798:1: ( ( ruleRelationTypePredicate ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8799:1: ( ruleRelationTypePredicate )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9463:1: ( ( ruleRelationTypePredicate ) )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9464:1: ( ruleRelationTypePredicate )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8799:1: ( ruleRelationTypePredicate )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8800:1: ruleRelationTypePredicate
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9464:1: ( ruleRelationTypePredicate )
+ // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9465:1: ruleRelationTypePredicate
{
before(grammarAccess.getRelationTypeRestrictionAccess().getPredicateRelationTypePredicateParserRuleCall_5_0());
- pushFollow(FOLLOW_ruleRelationTypePredicate_in_rule__RelationTypeRestriction__PredicateAssignment_517781);
+ pushFollow(FOLLOW_ruleRelationTypePredicate_in_rule__RelationTypeRestriction__PredicateAssignment_519133);
ruleRelationTypePredicate();
state._fsp--;
@@ -23471,694 +25239,751 @@ public class InternalOseeDslParser extends AbstractInternalContentAssistParser {
public static final BitSet FOLLOW_ruleXArtifactMatcher_in_entryRuleXArtifactMatcher1205 = new BitSet(new long[]{0x0000000000000000L});
public static final BitSet FOLLOW_EOF_in_entryRuleXArtifactMatcher1212 = new BitSet(new long[]{0x0000000000000002L});
public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__0_in_ruleXArtifactMatcher1238 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessContext_in_entryRuleAccessContext1265 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAccessContext1272 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__0_in_ruleAccessContext1298 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleHierarchyRestriction_in_entryRuleHierarchyRestriction1325 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleHierarchyRestriction1332 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__0_in_ruleHierarchyRestriction1358 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeArtifactTypePredicate_in_entryRuleRelationTypeArtifactTypePredicate1385 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypeArtifactTypePredicate1392 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0_in_ruleRelationTypeArtifactTypePredicate1418 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeArtifactPredicate_in_entryRuleRelationTypeArtifactPredicate1445 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypeArtifactPredicate1452 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__0_in_ruleRelationTypeArtifactPredicate1478 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypePredicate_in_entryRuleRelationTypePredicate1505 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypePredicate1512 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypePredicate__Alternatives_in_ruleRelationTypePredicate1538 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleObjectRestriction_in_entryRuleObjectRestriction1565 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleObjectRestriction1572 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ObjectRestriction__Alternatives_in_ruleObjectRestriction1598 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleArtifactMatchRestriction_in_entryRuleArtifactMatchRestriction1625 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleArtifactMatchRestriction1632 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__0_in_ruleArtifactMatchRestriction1658 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleArtifactTypeRestriction_in_entryRuleArtifactTypeRestriction1685 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleArtifactTypeRestriction1692 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__0_in_ruleArtifactTypeRestriction1718 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAttributeTypeRestriction_in_entryRuleAttributeTypeRestriction1745 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAttributeTypeRestriction1752 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__0_in_ruleAttributeTypeRestriction1778 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeRestriction_in_entryRuleRelationTypeRestriction1807 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypeRestriction1814 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__0_in_ruleRelationTypeRestriction1840 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationMultiplicityEnum__Alternatives_in_ruleRelationMultiplicityEnum1877 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompareOp__Alternatives_in_ruleCompareOp1913 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XLogicOperator__Alternatives_in_ruleXLogicOperator1949 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__MatchField__Alternatives_in_ruleMatchField1985 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessPermissionEnum__Alternatives_in_ruleAccessPermissionEnum2021 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_13_in_ruleRelationTypeMatch2058 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationSideEnum__Alternatives_in_ruleXRelationSideEnum2096 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__ArtifactTypesAssignment_1_0_in_rule__OseeDsl__Alternatives_12131 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__RelationTypesAssignment_1_1_in_rule__OseeDsl__Alternatives_12149 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__AttributeTypesAssignment_1_2_in_rule__OseeDsl__Alternatives_12167 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__EnumTypesAssignment_1_3_in_rule__OseeDsl__Alternatives_12185 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__EnumOverridesAssignment_1_4_in_rule__OseeDsl__Alternatives_12203 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXArtifactType_in_rule__OseeType__Alternatives2237 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXRelationType_in_rule__OseeType__Alternatives2254 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeType_in_rule__OseeType__Alternatives2271 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumType_in_rule__OseeType__Alternatives2288 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_14_in_rule__XAttributeType__DataProviderAlternatives_9_02321 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_15_in_rule__XAttributeType__DataProviderAlternatives_9_02341 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__DataProviderAlternatives_9_02360 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MaxAlternatives_13_02392 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_16_in_rule__XAttributeType__MaxAlternatives_13_02410 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_17_in_rule__XAttributeType__TaggerIdAlternatives_14_1_02445 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__TaggerIdAlternatives_14_1_02464 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_18_in_rule__AttributeBaseType__Alternatives2497 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__AttributeBaseType__Alternatives2517 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__AttributeBaseType__Alternatives2537 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_21_in_rule__AttributeBaseType__Alternatives2557 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_22_in_rule__AttributeBaseType__Alternatives2577 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_23_in_rule__AttributeBaseType__Alternatives2597 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_24_in_rule__AttributeBaseType__Alternatives2617 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_25_in_rule__AttributeBaseType__Alternatives2637 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_26_in_rule__AttributeBaseType__Alternatives2657 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_27_in_rule__AttributeBaseType__Alternatives2677 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_rule__AttributeBaseType__Alternatives2696 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAddEnum_in_rule__OverrideOption__Alternatives2728 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRemoveEnum_in_rule__OverrideOption__Alternatives2745 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_28_in_rule__RelationOrderType__Alternatives2778 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_29_in_rule__RelationOrderType__Alternatives2798 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__RelationOrderType__Alternatives2818 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__RelationOrderType__Alternatives2837 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleSimpleCondition_in_rule__Condition__Alternatives2870 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCompoundCondition_in_rule__Condition__Alternatives2887 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__AccessRulesAssignment_7_0_in_rule__AccessContext__Alternatives_72919 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__HierarchyRestrictionsAssignment_7_1_in_rule__AccessContext__Alternatives_72937 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeArtifactPredicate_in_rule__RelationTypePredicate__Alternatives2970 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeArtifactTypePredicate_in_rule__RelationTypePredicate__Alternatives2987 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleArtifactMatchRestriction_in_rule__ObjectRestriction__Alternatives3019 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleArtifactTypeRestriction_in_rule__ObjectRestriction__Alternatives3036 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeRestriction_in_rule__ObjectRestriction__Alternatives3053 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAttributeTypeRestriction_in_rule__ObjectRestriction__Alternatives3070 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0_in_rule__RelationTypeRestriction__Alternatives_33102 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1_in_rule__RelationTypeRestriction__Alternatives_33120 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__RelationMultiplicityEnum__Alternatives3154 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_32_in_rule__RelationMultiplicityEnum__Alternatives3175 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_33_in_rule__RelationMultiplicityEnum__Alternatives3196 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_34_in_rule__RelationMultiplicityEnum__Alternatives3217 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_35_in_rule__CompareOp__Alternatives3253 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_36_in_rule__CompareOp__Alternatives3274 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__XLogicOperator__Alternatives3310 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_38_in_rule__XLogicOperator__Alternatives3331 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_39_in_rule__MatchField__Alternatives3367 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_40_in_rule__MatchField__Alternatives3388 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_41_in_rule__MatchField__Alternatives3409 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_42_in_rule__MatchField__Alternatives3430 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_43_in_rule__AccessPermissionEnum__Alternatives3466 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_44_in_rule__AccessPermissionEnum__Alternatives3487 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_45_in_rule__XRelationSideEnum__Alternatives3523 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_46_in_rule__XRelationSideEnum__Alternatives3544 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_47_in_rule__XRelationSideEnum__Alternatives3565 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__0__Impl_in_rule__OseeDsl__Group__03598 = new BitSet(new long[]{0x0404000000000000L,0x0000000008480490L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__1_in_rule__OseeDsl__Group__03601 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__ImportsAssignment_0_in_rule__OseeDsl__Group__0__Impl3628 = new BitSet(new long[]{0x0001000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__1__Impl_in_rule__OseeDsl__Group__13659 = new BitSet(new long[]{0x0404000000000000L,0x0000000008480490L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__2_in_rule__OseeDsl__Group__13662 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__Alternatives_1_in_rule__OseeDsl__Group__1__Impl3689 = new BitSet(new long[]{0x0404000000000002L,0x0000000008000490L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__2__Impl_in_rule__OseeDsl__Group__23720 = new BitSet(new long[]{0x0404000000000000L,0x0000000008480490L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__3_in_rule__OseeDsl__Group__23723 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__ArtifactMatchRefsAssignment_2_in_rule__OseeDsl__Group__2__Impl3750 = new BitSet(new long[]{0x0000000000000002L,0x0000000000080000L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__3__Impl_in_rule__OseeDsl__Group__33781 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__AccessDeclarationsAssignment_3_in_rule__OseeDsl__Group__3__Impl3808 = new BitSet(new long[]{0x0000000000000002L,0x0000000000400000L});
- public static final BitSet FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__03847 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__Import__Group__1_in_rule__Import__Group__03850 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_48_in_rule__Import__Group__0__Impl3878 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__13909 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__ImportURIAssignment_1_in_rule__Import__Group__1__Impl3936 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__0__Impl_in_rule__QUALIFIED_NAME__Group__03970 = new BitSet(new long[]{0x0002000000000000L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__1_in_rule__QUALIFIED_NAME__Group__03973 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group__0__Impl4000 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__1__Impl_in_rule__QUALIFIED_NAME__Group__14029 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__0_in_rule__QUALIFIED_NAME__Group__1__Impl4056 = new BitSet(new long[]{0x0002000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__0__Impl_in_rule__QUALIFIED_NAME__Group_1__04091 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__1_in_rule__QUALIFIED_NAME__Group_1__04094 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_49_in_rule__QUALIFIED_NAME__Group_1__0__Impl4122 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__1__Impl_in_rule__QUALIFIED_NAME__Group_1__14153 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group_1__1__Impl4180 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__0__Impl_in_rule__XArtifactType__Group__04213 = new BitSet(new long[]{0x0004000000000000L,0x0000000008000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__1_in_rule__XArtifactType__Group__04216 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__AbstractAssignment_0_in_rule__XArtifactType__Group__0__Impl4243 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__1__Impl_in_rule__XArtifactType__Group__14274 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__2_in_rule__XArtifactType__Group__14277 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_50_in_rule__XArtifactType__Group__1__Impl4305 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__2__Impl_in_rule__XArtifactType__Group__24336 = new BitSet(new long[]{0x0048000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__3_in_rule__XArtifactType__Group__24339 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__NameAssignment_2_in_rule__XArtifactType__Group__2__Impl4366 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__3__Impl_in_rule__XArtifactType__Group__34396 = new BitSet(new long[]{0x0048000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__4_in_rule__XArtifactType__Group__34399 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__0_in_rule__XArtifactType__Group__3__Impl4426 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__4__Impl_in_rule__XArtifactType__Group__44457 = new BitSet(new long[]{0x0110000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__5_in_rule__XArtifactType__Group__44460 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_51_in_rule__XArtifactType__Group__4__Impl4488 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__5__Impl_in_rule__XArtifactType__Group__54519 = new BitSet(new long[]{0x0110000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__6_in_rule__XArtifactType__Group__54522 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_5__0_in_rule__XArtifactType__Group__5__Impl4549 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__6__Impl_in_rule__XArtifactType__Group__64580 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__7_in_rule__XArtifactType__Group__64583 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_52_in_rule__XArtifactType__Group__6__Impl4611 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__7__Impl_in_rule__XArtifactType__Group__74642 = new BitSet(new long[]{0x0220000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__8_in_rule__XArtifactType__Group__74645 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__UuidAssignment_7_in_rule__XArtifactType__Group__7__Impl4672 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__8__Impl_in_rule__XArtifactType__Group__84702 = new BitSet(new long[]{0x0220000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__9_in_rule__XArtifactType__Group__84705 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__ValidAttributeTypesAssignment_8_in_rule__XArtifactType__Group__8__Impl4732 = new BitSet(new long[]{0x0200000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__9__Impl_in_rule__XArtifactType__Group__94763 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__XArtifactType__Group__9__Impl4791 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__0__Impl_in_rule__XArtifactType__Group_3__04842 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__1_in_rule__XArtifactType__Group_3__04845 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__XArtifactType__Group_3__0__Impl4873 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__1__Impl_in_rule__XArtifactType__Group_3__14904 = new BitSet(new long[]{0x0080000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__2_in_rule__XArtifactType__Group_3__14907 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_1_in_rule__XArtifactType__Group_3__1__Impl4934 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__2__Impl_in_rule__XArtifactType__Group_3__24964 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__0_in_rule__XArtifactType__Group_3__2__Impl4991 = new BitSet(new long[]{0x0080000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__0__Impl_in_rule__XArtifactType__Group_3_2__05028 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__1_in_rule__XArtifactType__Group_3_2__05031 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_55_in_rule__XArtifactType__Group_3_2__0__Impl5059 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__1__Impl_in_rule__XArtifactType__Group_3_2__15090 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1_in_rule__XArtifactType__Group_3_2__1__Impl5117 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_5__0__Impl_in_rule__XArtifactType__Group_5__05151 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_5__1_in_rule__XArtifactType__Group_5__05154 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XArtifactType__Group_5__0__Impl5182 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_5__1__Impl_in_rule__XArtifactType__Group_5__15213 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__TypeGuidAssignment_5_1_in_rule__XArtifactType__Group_5__1__Impl5240 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__0__Impl_in_rule__XAttributeTypeRef__Group__05274 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__1_in_rule__XAttributeTypeRef__Group__05277 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_57_in_rule__XAttributeTypeRef__Group__0__Impl5305 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__1__Impl_in_rule__XAttributeTypeRef__Group__15336 = new BitSet(new long[]{0x0000040000000000L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__2_in_rule__XAttributeTypeRef__Group__15339 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1_in_rule__XAttributeTypeRef__Group__1__Impl5366 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__2__Impl_in_rule__XAttributeTypeRef__Group__25396 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__0_in_rule__XAttributeTypeRef__Group__2__Impl5423 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__0__Impl_in_rule__XAttributeTypeRef__Group_2__05460 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__1_in_rule__XAttributeTypeRef__Group_2__05463 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_42_in_rule__XAttributeTypeRef__Group_2__0__Impl5491 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__1__Impl_in_rule__XAttributeTypeRef__Group_2__15522 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__BranchGuidAssignment_2_1_in_rule__XAttributeTypeRef__Group_2__1__Impl5549 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__0__Impl_in_rule__XAttributeType__Group__05583 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__1_in_rule__XAttributeType__Group__05586 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_58_in_rule__XAttributeType__Group__0__Impl5614 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__1__Impl_in_rule__XAttributeType__Group__15645 = new BitSet(new long[]{0x0040000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__2_in_rule__XAttributeType__Group__15648 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__NameAssignment_1_in_rule__XAttributeType__Group__1__Impl5675 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__2__Impl_in_rule__XAttributeType__Group__25705 = new BitSet(new long[]{0x4008000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__3_in_rule__XAttributeType__Group__25708 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_2__0_in_rule__XAttributeType__Group__2__Impl5735 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__3__Impl_in_rule__XAttributeType__Group__35765 = new BitSet(new long[]{0x4008000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__4_in_rule__XAttributeType__Group__35768 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_3__0_in_rule__XAttributeType__Group__3__Impl5795 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__4__Impl_in_rule__XAttributeType__Group__45826 = new BitSet(new long[]{0x0110000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__5_in_rule__XAttributeType__Group__45829 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_51_in_rule__XAttributeType__Group__4__Impl5857 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__5__Impl_in_rule__XAttributeType__Group__55888 = new BitSet(new long[]{0x0110000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__6_in_rule__XAttributeType__Group__55891 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_5__0_in_rule__XAttributeType__Group__5__Impl5918 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__6__Impl_in_rule__XAttributeType__Group__65949 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__7_in_rule__XAttributeType__Group__65952 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_52_in_rule__XAttributeType__Group__6__Impl5980 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__7__Impl_in_rule__XAttributeType__Group__76011 = new BitSet(new long[]{0x0800000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__8_in_rule__XAttributeType__Group__76014 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UuidAssignment_7_in_rule__XAttributeType__Group__7__Impl6041 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__8__Impl_in_rule__XAttributeType__Group__86071 = new BitSet(new long[]{0x000000000000C020L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__9_in_rule__XAttributeType__Group__86074 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_59_in_rule__XAttributeType__Group__8__Impl6102 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__9__Impl_in_rule__XAttributeType__Group__96133 = new BitSet(new long[]{0x1000000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__10_in_rule__XAttributeType__Group__96136 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__DataProviderAssignment_9_in_rule__XAttributeType__Group__9__Impl6163 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__10__Impl_in_rule__XAttributeType__Group__106193 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__11_in_rule__XAttributeType__Group__106196 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_60_in_rule__XAttributeType__Group__10__Impl6224 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__11__Impl_in_rule__XAttributeType__Group__116255 = new BitSet(new long[]{0x2000000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__12_in_rule__XAttributeType__Group__116258 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__MinAssignment_11_in_rule__XAttributeType__Group__11__Impl6285 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__12__Impl_in_rule__XAttributeType__Group__126315 = new BitSet(new long[]{0x0000000000010010L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__13_in_rule__XAttributeType__Group__126318 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_61_in_rule__XAttributeType__Group__12__Impl6346 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__13__Impl_in_rule__XAttributeType__Group__136377 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__14_in_rule__XAttributeType__Group__136380 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__MaxAssignment_13_in_rule__XAttributeType__Group__13__Impl6407 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__14__Impl_in_rule__XAttributeType__Group__146437 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__15_in_rule__XAttributeType__Group__146440 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14__0_in_rule__XAttributeType__Group__14__Impl6467 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__15__Impl_in_rule__XAttributeType__Group__156498 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__16_in_rule__XAttributeType__Group__156501 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_15__0_in_rule__XAttributeType__Group__15__Impl6528 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__16__Impl_in_rule__XAttributeType__Group__166559 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__17_in_rule__XAttributeType__Group__166562 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_16__0_in_rule__XAttributeType__Group__16__Impl6589 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__17__Impl_in_rule__XAttributeType__Group__176620 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__18_in_rule__XAttributeType__Group__176623 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_17__0_in_rule__XAttributeType__Group__17__Impl6650 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__18__Impl_in_rule__XAttributeType__Group__186681 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__19_in_rule__XAttributeType__Group__186684 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_18__0_in_rule__XAttributeType__Group__18__Impl6711 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__19__Impl_in_rule__XAttributeType__Group__196742 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__XAttributeType__Group__19__Impl6770 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_2__0__Impl_in_rule__XAttributeType__Group_2__06841 = new BitSet(new long[]{0x000000000FFCC020L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_2__1_in_rule__XAttributeType__Group_2__06844 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__XAttributeType__Group_2__0__Impl6872 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_2__1__Impl_in_rule__XAttributeType__Group_2__16903 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__BaseAttributeTypeAssignment_2_1_in_rule__XAttributeType__Group_2__1__Impl6930 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_3__0__Impl_in_rule__XAttributeType__Group_3__06964 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_3__1_in_rule__XAttributeType__Group_3__06967 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_62_in_rule__XAttributeType__Group_3__0__Impl6995 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_3__1__Impl_in_rule__XAttributeType__Group_3__17026 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__OverrideAssignment_3_1_in_rule__XAttributeType__Group_3__1__Impl7053 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_5__0__Impl_in_rule__XAttributeType__Group_5__07087 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_5__1_in_rule__XAttributeType__Group_5__07090 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XAttributeType__Group_5__0__Impl7118 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_5__1__Impl_in_rule__XAttributeType__Group_5__17149 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__TypeGuidAssignment_5_1_in_rule__XAttributeType__Group_5__1__Impl7176 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14__0__Impl_in_rule__XAttributeType__Group_14__07210 = new BitSet(new long[]{0x000000000002C020L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14__1_in_rule__XAttributeType__Group_14__07213 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_63_in_rule__XAttributeType__Group_14__0__Impl7241 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14__1__Impl_in_rule__XAttributeType__Group_14__17272 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__TaggerIdAssignment_14_1_in_rule__XAttributeType__Group_14__1__Impl7299 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_15__0__Impl_in_rule__XAttributeType__Group_15__07333 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_15__1_in_rule__XAttributeType__Group_15__07336 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_64_in_rule__XAttributeType__Group_15__0__Impl7364 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_15__1__Impl_in_rule__XAttributeType__Group_15__17395 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__EnumTypeAssignment_15_1_in_rule__XAttributeType__Group_15__1__Impl7422 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_16__0__Impl_in_rule__XAttributeType__Group_16__07456 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_16__1_in_rule__XAttributeType__Group_16__07459 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_65_in_rule__XAttributeType__Group_16__0__Impl7487 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_16__1__Impl_in_rule__XAttributeType__Group_16__17518 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__DescriptionAssignment_16_1_in_rule__XAttributeType__Group_16__1__Impl7545 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_17__0__Impl_in_rule__XAttributeType__Group_17__07579 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_17__1_in_rule__XAttributeType__Group_17__07582 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_66_in_rule__XAttributeType__Group_17__0__Impl7610 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_17__1__Impl_in_rule__XAttributeType__Group_17__17641 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__DefaultValueAssignment_17_1_in_rule__XAttributeType__Group_17__1__Impl7668 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_18__0__Impl_in_rule__XAttributeType__Group_18__07702 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_18__1_in_rule__XAttributeType__Group_18__07705 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_67_in_rule__XAttributeType__Group_18__0__Impl7733 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_18__1__Impl_in_rule__XAttributeType__Group_18__17764 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__FileExtensionAssignment_18_1_in_rule__XAttributeType__Group_18__1__Impl7791 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__0__Impl_in_rule__XOseeEnumType__Group__07825 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__1_in_rule__XOseeEnumType__Group__07828 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_68_in_rule__XOseeEnumType__Group__0__Impl7856 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__1__Impl_in_rule__XOseeEnumType__Group__17887 = new BitSet(new long[]{0x0008000000000000L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__2_in_rule__XOseeEnumType__Group__17890 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__NameAssignment_1_in_rule__XOseeEnumType__Group__1__Impl7917 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__2__Impl_in_rule__XOseeEnumType__Group__27947 = new BitSet(new long[]{0x0110000000000000L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__3_in_rule__XOseeEnumType__Group__27950 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_51_in_rule__XOseeEnumType__Group__2__Impl7978 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__3__Impl_in_rule__XOseeEnumType__Group__38009 = new BitSet(new long[]{0x0110000000000000L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__4_in_rule__XOseeEnumType__Group__38012 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__0_in_rule__XOseeEnumType__Group__3__Impl8039 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__4__Impl_in_rule__XOseeEnumType__Group__48070 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__5_in_rule__XOseeEnumType__Group__48073 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_52_in_rule__XOseeEnumType__Group__4__Impl8101 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__5__Impl_in_rule__XOseeEnumType__Group__58132 = new BitSet(new long[]{0x0020000000000000L,0x0000000000000020L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__6_in_rule__XOseeEnumType__Group__58135 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__UuidAssignment_5_in_rule__XOseeEnumType__Group__5__Impl8162 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__6__Impl_in_rule__XOseeEnumType__Group__68192 = new BitSet(new long[]{0x0020000000000000L,0x0000000000000020L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__7_in_rule__XOseeEnumType__Group__68195 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__EnumEntriesAssignment_6_in_rule__XOseeEnumType__Group__6__Impl8222 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000020L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__7__Impl_in_rule__XOseeEnumType__Group__78253 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__XOseeEnumType__Group__7__Impl8281 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__0__Impl_in_rule__XOseeEnumType__Group_3__08328 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__1_in_rule__XOseeEnumType__Group_3__08331 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XOseeEnumType__Group_3__0__Impl8359 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__1__Impl_in_rule__XOseeEnumType__Group_3__18390 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__TypeGuidAssignment_3_1_in_rule__XOseeEnumType__Group_3__1__Impl8417 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__0__Impl_in_rule__XOseeEnumEntry__Group__08451 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__1_in_rule__XOseeEnumEntry__Group__08454 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_69_in_rule__XOseeEnumEntry__Group__0__Impl8482 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__1__Impl_in_rule__XOseeEnumEntry__Group__18513 = new BitSet(new long[]{0x0000000000000010L,0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__2_in_rule__XOseeEnumEntry__Group__18516 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__NameAssignment_1_in_rule__XOseeEnumEntry__Group__1__Impl8543 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__2__Impl_in_rule__XOseeEnumEntry__Group__28573 = new BitSet(new long[]{0x0000000000000010L,0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__3_in_rule__XOseeEnumEntry__Group__28576 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__OrdinalAssignment_2_in_rule__XOseeEnumEntry__Group__2__Impl8603 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__3__Impl_in_rule__XOseeEnumEntry__Group__38634 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__0_in_rule__XOseeEnumEntry__Group__3__Impl8661 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__0__Impl_in_rule__XOseeEnumEntry__Group_3__08700 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__1_in_rule__XOseeEnumEntry__Group_3__08703 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_70_in_rule__XOseeEnumEntry__Group_3__0__Impl8731 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__1__Impl_in_rule__XOseeEnumEntry__Group_3__18762 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__EntryGuidAssignment_3_1_in_rule__XOseeEnumEntry__Group_3__1__Impl8789 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__0__Impl_in_rule__XOseeEnumOverride__Group__08823 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__1_in_rule__XOseeEnumOverride__Group__08826 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_71_in_rule__XOseeEnumOverride__Group__0__Impl8854 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__1__Impl_in_rule__XOseeEnumOverride__Group__18885 = new BitSet(new long[]{0x0008000000000000L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__2_in_rule__XOseeEnumOverride__Group__18888 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1_in_rule__XOseeEnumOverride__Group__1__Impl8915 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__2__Impl_in_rule__XOseeEnumOverride__Group__28945 = new BitSet(new long[]{0x0020000000000000L,0x0000000010000300L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__3_in_rule__XOseeEnumOverride__Group__28948 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_51_in_rule__XOseeEnumOverride__Group__2__Impl8976 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__3__Impl_in_rule__XOseeEnumOverride__Group__39007 = new BitSet(new long[]{0x0020000000000000L,0x0000000010000300L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__4_in_rule__XOseeEnumOverride__Group__39010 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__InheritAllAssignment_3_in_rule__XOseeEnumOverride__Group__3__Impl9037 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__4__Impl_in_rule__XOseeEnumOverride__Group__49068 = new BitSet(new long[]{0x0020000000000000L,0x0000000010000300L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__5_in_rule__XOseeEnumOverride__Group__49071 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__OverrideOptionsAssignment_4_in_rule__XOseeEnumOverride__Group__4__Impl9098 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000300L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__5__Impl_in_rule__XOseeEnumOverride__Group__59129 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__XOseeEnumOverride__Group__5__Impl9157 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__0__Impl_in_rule__AddEnum__Group__09200 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__1_in_rule__AddEnum__Group__09203 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_72_in_rule__AddEnum__Group__0__Impl9231 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__1__Impl_in_rule__AddEnum__Group__19262 = new BitSet(new long[]{0x0000000000000010L,0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__2_in_rule__AddEnum__Group__19265 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__EnumEntryAssignment_1_in_rule__AddEnum__Group__1__Impl9292 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__2__Impl_in_rule__AddEnum__Group__29322 = new BitSet(new long[]{0x0000000000000010L,0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__3_in_rule__AddEnum__Group__29325 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__OrdinalAssignment_2_in_rule__AddEnum__Group__2__Impl9352 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__3__Impl_in_rule__AddEnum__Group__39383 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_3__0_in_rule__AddEnum__Group__3__Impl9410 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_3__0__Impl_in_rule__AddEnum__Group_3__09449 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_3__1_in_rule__AddEnum__Group_3__09452 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_70_in_rule__AddEnum__Group_3__0__Impl9480 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_3__1__Impl_in_rule__AddEnum__Group_3__19511 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__EntryGuidAssignment_3_1_in_rule__AddEnum__Group_3__1__Impl9538 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveEnum__Group__0__Impl_in_rule__RemoveEnum__Group__09572 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__RemoveEnum__Group__1_in_rule__RemoveEnum__Group__09575 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_73_in_rule__RemoveEnum__Group__0__Impl9603 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveEnum__Group__1__Impl_in_rule__RemoveEnum__Group__19634 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveEnum__EnumEntryAssignment_1_in_rule__RemoveEnum__Group__1__Impl9661 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__0__Impl_in_rule__XRelationType__Group__09695 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__1_in_rule__XRelationType__Group__09698 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_74_in_rule__XRelationType__Group__0__Impl9726 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__1__Impl_in_rule__XRelationType__Group__19757 = new BitSet(new long[]{0x0008000000000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__2_in_rule__XRelationType__Group__19760 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__NameAssignment_1_in_rule__XRelationType__Group__1__Impl9787 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__2__Impl_in_rule__XRelationType__Group__29817 = new BitSet(new long[]{0x0110000000000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__3_in_rule__XRelationType__Group__29820 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_51_in_rule__XRelationType__Group__2__Impl9848 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__3__Impl_in_rule__XRelationType__Group__39879 = new BitSet(new long[]{0x0110000000000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__4_in_rule__XRelationType__Group__39882 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group_3__0_in_rule__XRelationType__Group__3__Impl9909 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__4__Impl_in_rule__XRelationType__Group__49940 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__5_in_rule__XRelationType__Group__49943 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_52_in_rule__XRelationType__Group__4__Impl9971 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__5__Impl_in_rule__XRelationType__Group__510002 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000800L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__6_in_rule__XRelationType__Group__510005 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__UuidAssignment_5_in_rule__XRelationType__Group__5__Impl10032 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__6__Impl_in_rule__XRelationType__Group__610062 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__7_in_rule__XRelationType__Group__610065 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_75_in_rule__XRelationType__Group__6__Impl10093 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__7__Impl_in_rule__XRelationType__Group__710124 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__8_in_rule__XRelationType__Group__710127 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__SideANameAssignment_7_in_rule__XRelationType__Group__7__Impl10154 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__8__Impl_in_rule__XRelationType__Group__810184 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__9_in_rule__XRelationType__Group__810187 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_76_in_rule__XRelationType__Group__8__Impl10215 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__9__Impl_in_rule__XRelationType__Group__910246 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__10_in_rule__XRelationType__Group__910249 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__SideAArtifactTypeAssignment_9_in_rule__XRelationType__Group__9__Impl10276 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__10__Impl_in_rule__XRelationType__Group__1010306 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__11_in_rule__XRelationType__Group__1010309 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_77_in_rule__XRelationType__Group__10__Impl10337 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__11__Impl_in_rule__XRelationType__Group__1110368 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__12_in_rule__XRelationType__Group__1110371 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__SideBNameAssignment_11_in_rule__XRelationType__Group__11__Impl10398 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__12__Impl_in_rule__XRelationType__Group__1210428 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__13_in_rule__XRelationType__Group__1210431 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_78_in_rule__XRelationType__Group__12__Impl10459 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__13__Impl_in_rule__XRelationType__Group__1310490 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__14_in_rule__XRelationType__Group__1310493 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__SideBArtifactTypeAssignment_13_in_rule__XRelationType__Group__13__Impl10520 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__14__Impl_in_rule__XRelationType__Group__1410550 = new BitSet(new long[]{0x0000000070000020L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__15_in_rule__XRelationType__Group__1410553 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_79_in_rule__XRelationType__Group__14__Impl10581 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__15__Impl_in_rule__XRelationType__Group__1510612 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__16_in_rule__XRelationType__Group__1510615 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__DefaultOrderTypeAssignment_15_in_rule__XRelationType__Group__15__Impl10642 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__16__Impl_in_rule__XRelationType__Group__1610672 = new BitSet(new long[]{0x0000000780000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__17_in_rule__XRelationType__Group__1610675 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_80_in_rule__XRelationType__Group__16__Impl10703 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__17__Impl_in_rule__XRelationType__Group__1710734 = new BitSet(new long[]{0x0020000000000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__18_in_rule__XRelationType__Group__1710737 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__MultiplicityAssignment_17_in_rule__XRelationType__Group__17__Impl10764 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__18__Impl_in_rule__XRelationType__Group__1810794 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__XRelationType__Group__18__Impl10822 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group_3__0__Impl_in_rule__XRelationType__Group_3__010891 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group_3__1_in_rule__XRelationType__Group_3__010894 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XRelationType__Group_3__0__Impl10922 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group_3__1__Impl_in_rule__XRelationType__Group_3__110953 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__TypeGuidAssignment_3_1_in_rule__XRelationType__Group_3__1__Impl10980 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__0__Impl_in_rule__SimpleCondition__Group__011014 = new BitSet(new long[]{0x0000001800000000L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__1_in_rule__SimpleCondition__Group__011017 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__FieldAssignment_0_in_rule__SimpleCondition__Group__0__Impl11044 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__1__Impl_in_rule__SimpleCondition__Group__111074 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__2_in_rule__SimpleCondition__Group__111077 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__OpAssignment_1_in_rule__SimpleCondition__Group__1__Impl11104 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__2__Impl_in_rule__SimpleCondition__Group__211134 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__ExpressionAssignment_2_in_rule__SimpleCondition__Group__2__Impl11161 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__0__Impl_in_rule__CompoundCondition__Group__011197 = new BitSet(new long[]{0x0000078000000000L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__1_in_rule__CompoundCondition__Group__011200 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_81_in_rule__CompoundCondition__Group__0__Impl11228 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__1__Impl_in_rule__CompoundCondition__Group__111259 = new BitSet(new long[]{0x0000006000000000L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__2_in_rule__CompoundCondition__Group__111262 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__ConditionsAssignment_1_in_rule__CompoundCondition__Group__1__Impl11289 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__2__Impl_in_rule__CompoundCondition__Group__211319 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__3_in_rule__CompoundCondition__Group__211322 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl11351 = new BitSet(new long[]{0x0000006000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl11363 = new BitSet(new long[]{0x0000006000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__3__Impl_in_rule__CompoundCondition__Group__311396 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_82_in_rule__CompoundCondition__Group__3__Impl11424 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__0__Impl_in_rule__CompoundCondition__Group_2__011463 = new BitSet(new long[]{0x0000078000000000L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__1_in_rule__CompoundCondition__Group_2__011466 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__OperatorsAssignment_2_0_in_rule__CompoundCondition__Group_2__0__Impl11493 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__1__Impl_in_rule__CompoundCondition__Group_2__111523 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__ConditionsAssignment_2_1_in_rule__CompoundCondition__Group_2__1__Impl11550 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__0__Impl_in_rule__XArtifactMatcher__Group__011584 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__1_in_rule__XArtifactMatcher__Group__011587 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_83_in_rule__XArtifactMatcher__Group__0__Impl11615 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__1__Impl_in_rule__XArtifactMatcher__Group__111646 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__2_in_rule__XArtifactMatcher__Group__111649 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__NameAssignment_1_in_rule__XArtifactMatcher__Group__1__Impl11676 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__2__Impl_in_rule__XArtifactMatcher__Group__211706 = new BitSet(new long[]{0x0000078000000000L,0x0000000000020000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__3_in_rule__XArtifactMatcher__Group__211709 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_84_in_rule__XArtifactMatcher__Group__2__Impl11737 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__3__Impl_in_rule__XArtifactMatcher__Group__311768 = new BitSet(new long[]{0x0000006000000000L,0x0000000000200000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__4_in_rule__XArtifactMatcher__Group__311771 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_3_in_rule__XArtifactMatcher__Group__3__Impl11798 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__4__Impl_in_rule__XArtifactMatcher__Group__411828 = new BitSet(new long[]{0x0000006000000000L,0x0000000000200000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__5_in_rule__XArtifactMatcher__Group__411831 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__0_in_rule__XArtifactMatcher__Group__4__Impl11858 = new BitSet(new long[]{0x0000006000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__5__Impl_in_rule__XArtifactMatcher__Group__511889 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_85_in_rule__XArtifactMatcher__Group__5__Impl11917 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__0__Impl_in_rule__XArtifactMatcher__Group_4__011960 = new BitSet(new long[]{0x0000078000000000L,0x0000000000020000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__1_in_rule__XArtifactMatcher__Group_4__011963 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__OperatorsAssignment_4_0_in_rule__XArtifactMatcher__Group_4__0__Impl11990 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__1__Impl_in_rule__XArtifactMatcher__Group_4__112020 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_4_1_in_rule__XArtifactMatcher__Group_4__1__Impl12047 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__0__Impl_in_rule__AccessContext__Group__012081 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__1_in_rule__AccessContext__Group__012084 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_86_in_rule__AccessContext__Group__0__Impl12112 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__1__Impl_in_rule__AccessContext__Group__112143 = new BitSet(new long[]{0x0048000000000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__2_in_rule__AccessContext__Group__112146 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__NameAssignment_1_in_rule__AccessContext__Group__1__Impl12173 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__2__Impl_in_rule__AccessContext__Group__212203 = new BitSet(new long[]{0x0048000000000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__3_in_rule__AccessContext__Group__212206 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group_2__0_in_rule__AccessContext__Group__2__Impl12233 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__3__Impl_in_rule__AccessContext__Group__312264 = new BitSet(new long[]{0x0100000000000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__4_in_rule__AccessContext__Group__312267 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_51_in_rule__AccessContext__Group__3__Impl12295 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__4__Impl_in_rule__AccessContext__Group__412326 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__5_in_rule__AccessContext__Group__412329 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__AccessContext__Group__4__Impl12357 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__5__Impl_in_rule__AccessContext__Group__512388 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__6_in_rule__AccessContext__Group__512391 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__GuidAssignment_5_in_rule__AccessContext__Group__5__Impl12418 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__6__Impl_in_rule__AccessContext__Group__612448 = new BitSet(new long[]{0x0000180000000000L,0x0000000000800000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__7_in_rule__AccessContext__Group__612451 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_85_in_rule__AccessContext__Group__6__Impl12479 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__7__Impl_in_rule__AccessContext__Group__712510 = new BitSet(new long[]{0x0020000000000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__8_in_rule__AccessContext__Group__712513 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl12542 = new BitSet(new long[]{0x0000180000000002L,0x0000000000800000L});
- public static final BitSet FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl12554 = new BitSet(new long[]{0x0000180000000002L,0x0000000000800000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__8__Impl_in_rule__AccessContext__Group__812587 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__AccessContext__Group__8__Impl12615 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group_2__0__Impl_in_rule__AccessContext__Group_2__012664 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AccessContext__Group_2__1_in_rule__AccessContext__Group_2__012667 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__AccessContext__Group_2__0__Impl12695 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group_2__1__Impl_in_rule__AccessContext__Group_2__112726 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__SuperAccessContextsAssignment_2_1_in_rule__AccessContext__Group_2__1__Impl12753 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__0__Impl_in_rule__HierarchyRestriction__Group__012787 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__1_in_rule__HierarchyRestriction__Group__012790 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_87_in_rule__HierarchyRestriction__Group__0__Impl12818 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__1__Impl_in_rule__HierarchyRestriction__Group__112849 = new BitSet(new long[]{0x0008000000000000L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__2_in_rule__HierarchyRestriction__Group__112852 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1_in_rule__HierarchyRestriction__Group__1__Impl12879 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__2__Impl_in_rule__HierarchyRestriction__Group__212909 = new BitSet(new long[]{0x0000180000000000L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__3_in_rule__HierarchyRestriction__Group__212912 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_51_in_rule__HierarchyRestriction__Group__2__Impl12940 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__3__Impl_in_rule__HierarchyRestriction__Group__312971 = new BitSet(new long[]{0x0020000000000000L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__4_in_rule__HierarchyRestriction__Group__312974 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl13003 = new BitSet(new long[]{0x0000180000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl13015 = new BitSet(new long[]{0x0000180000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__4__Impl_in_rule__HierarchyRestriction__Group__413048 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__HierarchyRestriction__Group__4__Impl13076 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__013117 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1_in_rule__RelationTypeArtifactTypePredicate__Group__013120 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_50_in_rule__RelationTypeArtifactTypePredicate__Group__0__Impl13148 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__113179 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1_in_rule__RelationTypeArtifactTypePredicate__Group__1__Impl13206 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__0__Impl_in_rule__RelationTypeArtifactPredicate__Group__013240 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__1_in_rule__RelationTypeArtifactPredicate__Group__013243 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_88_in_rule__RelationTypeArtifactPredicate__Group__0__Impl13271 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__1__Impl_in_rule__RelationTypeArtifactPredicate__Group__113302 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1_in_rule__RelationTypeArtifactPredicate__Group__1__Impl13329 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__0__Impl_in_rule__ArtifactMatchRestriction__Group__013363 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__1_in_rule__ArtifactMatchRestriction__Group__013366 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__PermissionAssignment_0_in_rule__ArtifactMatchRestriction__Group__0__Impl13393 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__1__Impl_in_rule__ArtifactMatchRestriction__Group__113423 = new BitSet(new long[]{0x0000000000000000L,0x0000000001000000L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__2_in_rule__ArtifactMatchRestriction__Group__113426 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_89_in_rule__ArtifactMatchRestriction__Group__1__Impl13454 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__2__Impl_in_rule__ArtifactMatchRestriction__Group__213485 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__3_in_rule__ArtifactMatchRestriction__Group__213488 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_88_in_rule__ArtifactMatchRestriction__Group__2__Impl13516 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__3__Impl_in_rule__ArtifactMatchRestriction__Group__313547 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__4_in_rule__ArtifactMatchRestriction__Group__313550 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3_in_rule__ArtifactMatchRestriction__Group__3__Impl13577 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__4__Impl_in_rule__ArtifactMatchRestriction__Group__413607 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_85_in_rule__ArtifactMatchRestriction__Group__4__Impl13635 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__0__Impl_in_rule__ArtifactTypeRestriction__Group__013676 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__1_in_rule__ArtifactTypeRestriction__Group__013679 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__PermissionAssignment_0_in_rule__ArtifactTypeRestriction__Group__0__Impl13706 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__1__Impl_in_rule__ArtifactTypeRestriction__Group__113736 = new BitSet(new long[]{0x0004000000000000L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__2_in_rule__ArtifactTypeRestriction__Group__113739 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_89_in_rule__ArtifactTypeRestriction__Group__1__Impl13767 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__2__Impl_in_rule__ArtifactTypeRestriction__Group__213798 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__3_in_rule__ArtifactTypeRestriction__Group__213801 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_50_in_rule__ArtifactTypeRestriction__Group__2__Impl13829 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__3__Impl_in_rule__ArtifactTypeRestriction__Group__313860 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__4_in_rule__ArtifactTypeRestriction__Group__313863 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3_in_rule__ArtifactTypeRestriction__Group__3__Impl13890 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__4__Impl_in_rule__ArtifactTypeRestriction__Group__413920 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_85_in_rule__ArtifactTypeRestriction__Group__4__Impl13948 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__0__Impl_in_rule__AttributeTypeRestriction__Group__013989 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__1_in_rule__AttributeTypeRestriction__Group__013992 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__PermissionAssignment_0_in_rule__AttributeTypeRestriction__Group__0__Impl14019 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__1__Impl_in_rule__AttributeTypeRestriction__Group__114049 = new BitSet(new long[]{0x0400000000000000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__2_in_rule__AttributeTypeRestriction__Group__114052 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_89_in_rule__AttributeTypeRestriction__Group__1__Impl14080 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__2__Impl_in_rule__AttributeTypeRestriction__Group__214111 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__3_in_rule__AttributeTypeRestriction__Group__214114 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_58_in_rule__AttributeTypeRestriction__Group__2__Impl14142 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__3__Impl_in_rule__AttributeTypeRestriction__Group__314173 = new BitSet(new long[]{0x0000000000000000L,0x0000000004200000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__4_in_rule__AttributeTypeRestriction__Group__314176 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3_in_rule__AttributeTypeRestriction__Group__3__Impl14203 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__4__Impl_in_rule__AttributeTypeRestriction__Group__414233 = new BitSet(new long[]{0x0000000000000000L,0x0000000004200000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__5_in_rule__AttributeTypeRestriction__Group__414236 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__0_in_rule__AttributeTypeRestriction__Group__4__Impl14263 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__5__Impl_in_rule__AttributeTypeRestriction__Group__514294 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_85_in_rule__AttributeTypeRestriction__Group__5__Impl14322 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__0__Impl_in_rule__AttributeTypeRestriction__Group_4__014365 = new BitSet(new long[]{0x0004000000000000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__1_in_rule__AttributeTypeRestriction__Group_4__014368 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_90_in_rule__AttributeTypeRestriction__Group_4__0__Impl14396 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__1__Impl_in_rule__AttributeTypeRestriction__Group_4__114427 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__2_in_rule__AttributeTypeRestriction__Group_4__114430 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_50_in_rule__AttributeTypeRestriction__Group_4__1__Impl14458 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__2__Impl_in_rule__AttributeTypeRestriction__Group_4__214489 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2_in_rule__AttributeTypeRestriction__Group_4__2__Impl14516 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__0__Impl_in_rule__RelationTypeRestriction__Group__014554 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__1_in_rule__RelationTypeRestriction__Group__014557 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__PermissionAssignment_0_in_rule__RelationTypeRestriction__Group__0__Impl14584 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__1__Impl_in_rule__RelationTypeRestriction__Group__114614 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000400L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__2_in_rule__RelationTypeRestriction__Group__114617 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_89_in_rule__RelationTypeRestriction__Group__1__Impl14645 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__2__Impl_in_rule__RelationTypeRestriction__Group__214676 = new BitSet(new long[]{0x0000000000002040L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__3_in_rule__RelationTypeRestriction__Group__214679 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_74_in_rule__RelationTypeRestriction__Group__2__Impl14707 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__3__Impl_in_rule__RelationTypeRestriction__Group__314738 = new BitSet(new long[]{0x0000E00000000000L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__4_in_rule__RelationTypeRestriction__Group__314741 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Alternatives_3_in_rule__RelationTypeRestriction__Group__3__Impl14768 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__4__Impl_in_rule__RelationTypeRestriction__Group__414798 = new BitSet(new long[]{0x0004000000000000L,0x0000000001200000L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__5_in_rule__RelationTypeRestriction__Group__414801 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__RestrictedToSideAssignment_4_in_rule__RelationTypeRestriction__Group__4__Impl14828 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__5__Impl_in_rule__RelationTypeRestriction__Group__514858 = new BitSet(new long[]{0x0004000000000000L,0x0000000001200000L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__6_in_rule__RelationTypeRestriction__Group__514861 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__PredicateAssignment_5_in_rule__RelationTypeRestriction__Group__5__Impl14888 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__6__Impl_in_rule__RelationTypeRestriction__Group__614919 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_85_in_rule__RelationTypeRestriction__Group__6__Impl14947 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleImport_in_rule__OseeDsl__ImportsAssignment_014997 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXArtifactType_in_rule__OseeDsl__ArtifactTypesAssignment_1_015028 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXRelationType_in_rule__OseeDsl__RelationTypesAssignment_1_115059 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeType_in_rule__OseeDsl__AttributeTypesAssignment_1_215090 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumType_in_rule__OseeDsl__EnumTypesAssignment_1_315121 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumOverride_in_rule__OseeDsl__EnumOverridesAssignment_1_415152 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXArtifactMatcher_in_rule__OseeDsl__ArtifactMatchRefsAssignment_215183 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessContext_in_rule__OseeDsl__AccessDeclarationsAssignment_315214 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Import__ImportURIAssignment_115245 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_91_in_rule__XArtifactType__AbstractAssignment_015281 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__NameAssignment_215320 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_115355 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_115394 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__TypeGuidAssignment_5_115429 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XArtifactType__UuidAssignment_715460 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeTypeRef_in_rule__XArtifactType__ValidAttributeTypesAssignment_815491 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_115526 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__BranchGuidAssignment_2_115561 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__NameAssignment_115592 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAttributeBaseType_in_rule__XAttributeType__BaseAttributeTypeAssignment_2_115623 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__OverrideAssignment_3_115658 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__TypeGuidAssignment_5_115693 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XAttributeType__UuidAssignment_715724 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__DataProviderAlternatives_9_0_in_rule__XAttributeType__DataProviderAssignment_915755 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MinAssignment_1115788 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__MaxAlternatives_13_0_in_rule__XAttributeType__MaxAssignment_1315819 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__TaggerIdAlternatives_14_1_0_in_rule__XAttributeType__TaggerIdAssignment_14_115852 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__EnumTypeAssignment_15_115889 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__DescriptionAssignment_16_115924 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__DefaultValueAssignment_17_115955 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__FileExtensionAssignment_18_115986 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumType__NameAssignment_116017 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumType__TypeGuidAssignment_3_116048 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XOseeEnumType__UuidAssignment_516079 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumEntry_in_rule__XOseeEnumType__EnumEntriesAssignment_616110 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__NameAssignment_116141 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XOseeEnumEntry__OrdinalAssignment_216172 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__EntryGuidAssignment_3_116203 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_116238 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_92_in_rule__XOseeEnumOverride__InheritAllAssignment_316278 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleOverrideOption_in_rule__XOseeEnumOverride__OverrideOptionsAssignment_416317 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AddEnum__EnumEntryAssignment_116348 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__AddEnum__OrdinalAssignment_216379 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AddEnum__EntryGuidAssignment_3_116410 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__RemoveEnum__EnumEntryAssignment_116445 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__NameAssignment_116480 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__TypeGuidAssignment_3_116511 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XRelationType__UuidAssignment_516542 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideANameAssignment_716573 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideAArtifactTypeAssignment_916608 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideBNameAssignment_1116643 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideBArtifactTypeAssignment_1316678 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationOrderType_in_rule__XRelationType__DefaultOrderTypeAssignment_1516713 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationMultiplicityEnum_in_rule__XRelationType__MultiplicityAssignment_1716744 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleMatchField_in_rule__SimpleCondition__FieldAssignment_016775 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCompareOp_in_rule__SimpleCondition__OpAssignment_116806 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__SimpleCondition__ExpressionAssignment_216837 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_116868 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXLogicOperator_in_rule__CompoundCondition__OperatorsAssignment_2_016899 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_2_116930 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactMatcher__NameAssignment_116961 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_316992 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXLogicOperator_in_rule__XArtifactMatcher__OperatorsAssignment_4_017023 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_4_117054 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AccessContext__NameAssignment_117085 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AccessContext__SuperAccessContextsAssignment_2_117120 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AccessContext__GuidAssignment_517155 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleObjectRestriction_in_rule__AccessContext__AccessRulesAssignment_7_017186 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleHierarchyRestriction_in_rule__AccessContext__HierarchyRestrictionsAssignment_7_117217 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_117252 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleObjectRestriction_in_rule__HierarchyRestriction__AccessRulesAssignment_317287 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_117322 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_117361 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactMatchRestriction__PermissionAssignment_017396 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_317431 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactTypeRestriction__PermissionAssignment_017466 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_317501 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__AttributeTypeRestriction__PermissionAssignment_017536 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_317571 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_217610 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__RelationTypeRestriction__PermissionAssignment_017649 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeMatch_in_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_017680 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_117715 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXRelationSideEnum_in_rule__RelationTypeRestriction__RestrictedToSideAssignment_417750 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypePredicate_in_rule__RelationTypeRestriction__PredicateAssignment_517781 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRole_in_entryRuleRole1265 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleRole1272 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Group__0_in_ruleRole1298 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleReferencedContext_in_entryRuleReferencedContext1325 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleReferencedContext1332 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ReferencedContext__Group__0_in_ruleReferencedContext1358 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleUsersAndGroups_in_entryRuleUsersAndGroups1385 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleUsersAndGroups1392 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__UsersAndGroups__Group__0_in_ruleUsersAndGroups1418 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAccessContext_in_entryRuleAccessContext1445 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleAccessContext1452 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__0_in_ruleAccessContext1478 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleHierarchyRestriction_in_entryRuleHierarchyRestriction1505 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleHierarchyRestriction1512 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__0_in_ruleHierarchyRestriction1538 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationTypeArtifactTypePredicate_in_entryRuleRelationTypeArtifactTypePredicate1565 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypeArtifactTypePredicate1572 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0_in_ruleRelationTypeArtifactTypePredicate1598 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationTypeArtifactPredicate_in_entryRuleRelationTypeArtifactPredicate1625 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypeArtifactPredicate1632 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__0_in_ruleRelationTypeArtifactPredicate1658 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationTypePredicate_in_entryRuleRelationTypePredicate1685 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypePredicate1692 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypePredicate__Alternatives_in_ruleRelationTypePredicate1718 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleObjectRestriction_in_entryRuleObjectRestriction1745 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleObjectRestriction1752 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ObjectRestriction__Alternatives_in_ruleObjectRestriction1778 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleArtifactMatchRestriction_in_entryRuleArtifactMatchRestriction1805 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleArtifactMatchRestriction1812 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__0_in_ruleArtifactMatchRestriction1838 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleArtifactTypeRestriction_in_entryRuleArtifactTypeRestriction1865 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleArtifactTypeRestriction1872 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__0_in_ruleArtifactTypeRestriction1898 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAttributeTypeRestriction_in_entryRuleAttributeTypeRestriction1925 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleAttributeTypeRestriction1932 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__0_in_ruleAttributeTypeRestriction1958 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationTypeRestriction_in_entryRuleRelationTypeRestriction1987 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypeRestriction1994 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__0_in_ruleRelationTypeRestriction2020 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationMultiplicityEnum__Alternatives_in_ruleRelationMultiplicityEnum2057 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompareOp__Alternatives_in_ruleCompareOp2093 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XLogicOperator__Alternatives_in_ruleXLogicOperator2129 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__MatchField__Alternatives_in_ruleMatchField2165 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessPermissionEnum__Alternatives_in_ruleAccessPermissionEnum2201 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_13_in_ruleRelationTypeMatch2238 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationSideEnum__Alternatives_in_ruleXRelationSideEnum2276 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__ArtifactTypesAssignment_1_0_in_rule__OseeDsl__Alternatives_12311 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__RelationTypesAssignment_1_1_in_rule__OseeDsl__Alternatives_12329 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__AttributeTypesAssignment_1_2_in_rule__OseeDsl__Alternatives_12347 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__EnumTypesAssignment_1_3_in_rule__OseeDsl__Alternatives_12365 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__EnumOverridesAssignment_1_4_in_rule__OseeDsl__Alternatives_12383 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__ArtifactMatchRefsAssignment_2_0_in_rule__OseeDsl__Alternatives_22416 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__AccessDeclarationsAssignment_2_1_in_rule__OseeDsl__Alternatives_22434 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__RoleDeclarationsAssignment_2_2_in_rule__OseeDsl__Alternatives_22452 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXArtifactType_in_rule__OseeType__Alternatives2486 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXRelationType_in_rule__OseeType__Alternatives2503 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXAttributeType_in_rule__OseeType__Alternatives2520 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXOseeEnumType_in_rule__OseeType__Alternatives2537 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_14_in_rule__XAttributeType__DataProviderAlternatives_9_02570 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_15_in_rule__XAttributeType__DataProviderAlternatives_9_02590 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__DataProviderAlternatives_9_02609 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MaxAlternatives_13_02641 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_16_in_rule__XAttributeType__MaxAlternatives_13_02659 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_17_in_rule__XAttributeType__TaggerIdAlternatives_14_1_02694 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__TaggerIdAlternatives_14_1_02713 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_18_in_rule__AttributeBaseType__Alternatives2746 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_19_in_rule__AttributeBaseType__Alternatives2766 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_20_in_rule__AttributeBaseType__Alternatives2786 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_21_in_rule__AttributeBaseType__Alternatives2806 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_22_in_rule__AttributeBaseType__Alternatives2826 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_23_in_rule__AttributeBaseType__Alternatives2846 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_24_in_rule__AttributeBaseType__Alternatives2866 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_25_in_rule__AttributeBaseType__Alternatives2886 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_26_in_rule__AttributeBaseType__Alternatives2906 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_27_in_rule__AttributeBaseType__Alternatives2926 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_rule__AttributeBaseType__Alternatives2945 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAddEnum_in_rule__OverrideOption__Alternatives2977 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRemoveEnum_in_rule__OverrideOption__Alternatives2994 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_28_in_rule__RelationOrderType__Alternatives3027 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_29_in_rule__RelationOrderType__Alternatives3047 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_30_in_rule__RelationOrderType__Alternatives3067 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_ID_in_rule__RelationOrderType__Alternatives3086 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleSimpleCondition_in_rule__Condition__Alternatives3119 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleCompoundCondition_in_rule__Condition__Alternatives3136 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__UsersAndGroupsAssignment_4_0_in_rule__Role__Alternatives_43168 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__ReferencedContextsAssignment_4_1_in_rule__Role__Alternatives_43186 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__AccessRulesAssignment_7_0_in_rule__AccessContext__Alternatives_73219 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__HierarchyRestrictionsAssignment_7_1_in_rule__AccessContext__Alternatives_73237 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationTypeArtifactPredicate_in_rule__RelationTypePredicate__Alternatives3270 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationTypeArtifactTypePredicate_in_rule__RelationTypePredicate__Alternatives3287 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleArtifactMatchRestriction_in_rule__ObjectRestriction__Alternatives3319 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleArtifactTypeRestriction_in_rule__ObjectRestriction__Alternatives3336 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationTypeRestriction_in_rule__ObjectRestriction__Alternatives3353 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAttributeTypeRestriction_in_rule__ObjectRestriction__Alternatives3370 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0_in_rule__RelationTypeRestriction__Alternatives_33402 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1_in_rule__RelationTypeRestriction__Alternatives_33420 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_31_in_rule__RelationMultiplicityEnum__Alternatives3454 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_32_in_rule__RelationMultiplicityEnum__Alternatives3475 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_33_in_rule__RelationMultiplicityEnum__Alternatives3496 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_34_in_rule__RelationMultiplicityEnum__Alternatives3517 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_35_in_rule__CompareOp__Alternatives3553 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_36_in_rule__CompareOp__Alternatives3574 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_37_in_rule__XLogicOperator__Alternatives3610 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_38_in_rule__XLogicOperator__Alternatives3631 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_39_in_rule__MatchField__Alternatives3667 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_40_in_rule__MatchField__Alternatives3688 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_41_in_rule__MatchField__Alternatives3709 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_42_in_rule__MatchField__Alternatives3730 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_43_in_rule__AccessPermissionEnum__Alternatives3766 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_44_in_rule__AccessPermissionEnum__Alternatives3787 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_45_in_rule__XRelationSideEnum__Alternatives3823 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_46_in_rule__XRelationSideEnum__Alternatives3844 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_47_in_rule__XRelationSideEnum__Alternatives3865 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__Group__0__Impl_in_rule__OseeDsl__Group__03898 = new BitSet(new long[]{0x0404000000000000L,0x0000000010C80490L});
+ public static final BitSet FOLLOW_rule__OseeDsl__Group__1_in_rule__OseeDsl__Group__03901 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__ImportsAssignment_0_in_rule__OseeDsl__Group__0__Impl3928 = new BitSet(new long[]{0x0001000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__Group__1__Impl_in_rule__OseeDsl__Group__13959 = new BitSet(new long[]{0x0404000000000000L,0x0000000010C80490L});
+ public static final BitSet FOLLOW_rule__OseeDsl__Group__2_in_rule__OseeDsl__Group__13962 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__Alternatives_1_in_rule__OseeDsl__Group__1__Impl3989 = new BitSet(new long[]{0x0404000000000002L,0x0000000010000490L});
+ public static final BitSet FOLLOW_rule__OseeDsl__Group__2__Impl_in_rule__OseeDsl__Group__24020 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__OseeDsl__Alternatives_2_in_rule__OseeDsl__Group__2__Impl4047 = new BitSet(new long[]{0x0000000000000002L,0x0000000000C80000L});
+ public static final BitSet FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__04084 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__Import__Group__1_in_rule__Import__Group__04087 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_48_in_rule__Import__Group__0__Impl4115 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__14146 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Import__ImportURIAssignment_1_in_rule__Import__Group__1__Impl4173 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__0__Impl_in_rule__QUALIFIED_NAME__Group__04207 = new BitSet(new long[]{0x0002000000000000L});
+ public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__1_in_rule__QUALIFIED_NAME__Group__04210 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group__0__Impl4237 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__1__Impl_in_rule__QUALIFIED_NAME__Group__14266 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__0_in_rule__QUALIFIED_NAME__Group__1__Impl4293 = new BitSet(new long[]{0x0002000000000002L});
+ public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__0__Impl_in_rule__QUALIFIED_NAME__Group_1__04328 = new BitSet(new long[]{0x0000000000000020L});
+ public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__1_in_rule__QUALIFIED_NAME__Group_1__04331 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_49_in_rule__QUALIFIED_NAME__Group_1__0__Impl4359 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__1__Impl_in_rule__QUALIFIED_NAME__Group_1__14390 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group_1__1__Impl4417 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__0__Impl_in_rule__XArtifactType__Group__04450 = new BitSet(new long[]{0x0004000000000000L,0x0000000010000000L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__1_in_rule__XArtifactType__Group__04453 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__AbstractAssignment_0_in_rule__XArtifactType__Group__0__Impl4480 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__1__Impl_in_rule__XArtifactType__Group__14511 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__2_in_rule__XArtifactType__Group__14514 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_50_in_rule__XArtifactType__Group__1__Impl4542 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__2__Impl_in_rule__XArtifactType__Group__24573 = new BitSet(new long[]{0x0048000000000000L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__3_in_rule__XArtifactType__Group__24576 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__NameAssignment_2_in_rule__XArtifactType__Group__2__Impl4603 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__3__Impl_in_rule__XArtifactType__Group__34633 = new BitSet(new long[]{0x0048000000000000L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__4_in_rule__XArtifactType__Group__34636 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3__0_in_rule__XArtifactType__Group__3__Impl4663 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__4__Impl_in_rule__XArtifactType__Group__44694 = new BitSet(new long[]{0x0110000000000000L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__5_in_rule__XArtifactType__Group__44697 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_51_in_rule__XArtifactType__Group__4__Impl4725 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__5__Impl_in_rule__XArtifactType__Group__54756 = new BitSet(new long[]{0x0110000000000000L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__6_in_rule__XArtifactType__Group__54759 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_5__0_in_rule__XArtifactType__Group__5__Impl4786 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__6__Impl_in_rule__XArtifactType__Group__64817 = new BitSet(new long[]{0x0000000000000080L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__7_in_rule__XArtifactType__Group__64820 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_52_in_rule__XArtifactType__Group__6__Impl4848 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__7__Impl_in_rule__XArtifactType__Group__74879 = new BitSet(new long[]{0x0220000000000000L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__8_in_rule__XArtifactType__Group__74882 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__UuidAssignment_7_in_rule__XArtifactType__Group__7__Impl4909 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__8__Impl_in_rule__XArtifactType__Group__84939 = new BitSet(new long[]{0x0220000000000000L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__9_in_rule__XArtifactType__Group__84942 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__ValidAttributeTypesAssignment_8_in_rule__XArtifactType__Group__8__Impl4969 = new BitSet(new long[]{0x0200000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group__9__Impl_in_rule__XArtifactType__Group__95000 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_53_in_rule__XArtifactType__Group__9__Impl5028 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3__0__Impl_in_rule__XArtifactType__Group_3__05079 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3__1_in_rule__XArtifactType__Group_3__05082 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_54_in_rule__XArtifactType__Group_3__0__Impl5110 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3__1__Impl_in_rule__XArtifactType__Group_3__15141 = new BitSet(new long[]{0x0080000000000000L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3__2_in_rule__XArtifactType__Group_3__15144 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_1_in_rule__XArtifactType__Group_3__1__Impl5171 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3__2__Impl_in_rule__XArtifactType__Group_3__25201 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__0_in_rule__XArtifactType__Group_3__2__Impl5228 = new BitSet(new long[]{0x0080000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__0__Impl_in_rule__XArtifactType__Group_3_2__05265 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__1_in_rule__XArtifactType__Group_3_2__05268 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_55_in_rule__XArtifactType__Group_3_2__0__Impl5296 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__1__Impl_in_rule__XArtifactType__Group_3_2__15327 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1_in_rule__XArtifactType__Group_3_2__1__Impl5354 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_5__0__Impl_in_rule__XArtifactType__Group_5__05388 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_5__1_in_rule__XArtifactType__Group_5__05391 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_56_in_rule__XArtifactType__Group_5__0__Impl5419 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__Group_5__1__Impl_in_rule__XArtifactType__Group_5__15450 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactType__TypeGuidAssignment_5_1_in_rule__XArtifactType__Group_5__1__Impl5477 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__0__Impl_in_rule__XAttributeTypeRef__Group__05511 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__1_in_rule__XAttributeTypeRef__Group__05514 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_57_in_rule__XAttributeTypeRef__Group__0__Impl5542 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__1__Impl_in_rule__XAttributeTypeRef__Group__15573 = new BitSet(new long[]{0x0000040000000000L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__2_in_rule__XAttributeTypeRef__Group__15576 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1_in_rule__XAttributeTypeRef__Group__1__Impl5603 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__2__Impl_in_rule__XAttributeTypeRef__Group__25633 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__0_in_rule__XAttributeTypeRef__Group__2__Impl5660 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__0__Impl_in_rule__XAttributeTypeRef__Group_2__05697 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__1_in_rule__XAttributeTypeRef__Group_2__05700 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_42_in_rule__XAttributeTypeRef__Group_2__0__Impl5728 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__1__Impl_in_rule__XAttributeTypeRef__Group_2__15759 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeTypeRef__BranchGuidAssignment_2_1_in_rule__XAttributeTypeRef__Group_2__1__Impl5786 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__0__Impl_in_rule__XAttributeType__Group__05820 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__1_in_rule__XAttributeType__Group__05823 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_58_in_rule__XAttributeType__Group__0__Impl5851 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__1__Impl_in_rule__XAttributeType__Group__15882 = new BitSet(new long[]{0x0040000000000000L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__2_in_rule__XAttributeType__Group__15885 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__NameAssignment_1_in_rule__XAttributeType__Group__1__Impl5912 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__2__Impl_in_rule__XAttributeType__Group__25942 = new BitSet(new long[]{0x4008000000000000L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__3_in_rule__XAttributeType__Group__25945 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_2__0_in_rule__XAttributeType__Group__2__Impl5972 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__3__Impl_in_rule__XAttributeType__Group__36002 = new BitSet(new long[]{0x4008000000000000L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__4_in_rule__XAttributeType__Group__36005 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_3__0_in_rule__XAttributeType__Group__3__Impl6032 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__4__Impl_in_rule__XAttributeType__Group__46063 = new BitSet(new long[]{0x0110000000000000L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__5_in_rule__XAttributeType__Group__46066 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_51_in_rule__XAttributeType__Group__4__Impl6094 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__5__Impl_in_rule__XAttributeType__Group__56125 = new BitSet(new long[]{0x0110000000000000L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__6_in_rule__XAttributeType__Group__56128 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_5__0_in_rule__XAttributeType__Group__5__Impl6155 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__6__Impl_in_rule__XAttributeType__Group__66186 = new BitSet(new long[]{0x0000000000000080L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__7_in_rule__XAttributeType__Group__66189 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_52_in_rule__XAttributeType__Group__6__Impl6217 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__7__Impl_in_rule__XAttributeType__Group__76248 = new BitSet(new long[]{0x0800000000000000L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__8_in_rule__XAttributeType__Group__76251 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__UuidAssignment_7_in_rule__XAttributeType__Group__7__Impl6278 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__8__Impl_in_rule__XAttributeType__Group__86308 = new BitSet(new long[]{0x000000000000C020L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__9_in_rule__XAttributeType__Group__86311 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_59_in_rule__XAttributeType__Group__8__Impl6339 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__9__Impl_in_rule__XAttributeType__Group__96370 = new BitSet(new long[]{0x1000000000000000L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__10_in_rule__XAttributeType__Group__96373 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__DataProviderAssignment_9_in_rule__XAttributeType__Group__9__Impl6400 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__10__Impl_in_rule__XAttributeType__Group__106430 = new BitSet(new long[]{0x0000000000000010L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__11_in_rule__XAttributeType__Group__106433 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_60_in_rule__XAttributeType__Group__10__Impl6461 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__11__Impl_in_rule__XAttributeType__Group__116492 = new BitSet(new long[]{0x2000000000000000L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__12_in_rule__XAttributeType__Group__116495 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__MinAssignment_11_in_rule__XAttributeType__Group__11__Impl6522 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__12__Impl_in_rule__XAttributeType__Group__126552 = new BitSet(new long[]{0x0000000000010010L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__13_in_rule__XAttributeType__Group__126555 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_61_in_rule__XAttributeType__Group__12__Impl6583 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__13__Impl_in_rule__XAttributeType__Group__136614 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__14_in_rule__XAttributeType__Group__136617 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__MaxAssignment_13_in_rule__XAttributeType__Group__13__Impl6644 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__14__Impl_in_rule__XAttributeType__Group__146674 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__15_in_rule__XAttributeType__Group__146677 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_14__0_in_rule__XAttributeType__Group__14__Impl6704 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__15__Impl_in_rule__XAttributeType__Group__156735 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__16_in_rule__XAttributeType__Group__156738 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_15__0_in_rule__XAttributeType__Group__15__Impl6765 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__16__Impl_in_rule__XAttributeType__Group__166796 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__17_in_rule__XAttributeType__Group__166799 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_16__0_in_rule__XAttributeType__Group__16__Impl6826 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__17__Impl_in_rule__XAttributeType__Group__176857 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__18_in_rule__XAttributeType__Group__176860 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_17__0_in_rule__XAttributeType__Group__17__Impl6887 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__18__Impl_in_rule__XAttributeType__Group__186918 = new BitSet(new long[]{0x8020000000000000L,0x000000000000000FL});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__19_in_rule__XAttributeType__Group__186921 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_18__0_in_rule__XAttributeType__Group__18__Impl6948 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group__19__Impl_in_rule__XAttributeType__Group__196979 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_53_in_rule__XAttributeType__Group__19__Impl7007 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_2__0__Impl_in_rule__XAttributeType__Group_2__07078 = new BitSet(new long[]{0x000000000FFCC020L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_2__1_in_rule__XAttributeType__Group_2__07081 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_54_in_rule__XAttributeType__Group_2__0__Impl7109 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_2__1__Impl_in_rule__XAttributeType__Group_2__17140 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__BaseAttributeTypeAssignment_2_1_in_rule__XAttributeType__Group_2__1__Impl7167 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_3__0__Impl_in_rule__XAttributeType__Group_3__07201 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_3__1_in_rule__XAttributeType__Group_3__07204 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_62_in_rule__XAttributeType__Group_3__0__Impl7232 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_3__1__Impl_in_rule__XAttributeType__Group_3__17263 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__OverrideAssignment_3_1_in_rule__XAttributeType__Group_3__1__Impl7290 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_5__0__Impl_in_rule__XAttributeType__Group_5__07324 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_5__1_in_rule__XAttributeType__Group_5__07327 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_56_in_rule__XAttributeType__Group_5__0__Impl7355 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_5__1__Impl_in_rule__XAttributeType__Group_5__17386 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__TypeGuidAssignment_5_1_in_rule__XAttributeType__Group_5__1__Impl7413 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_14__0__Impl_in_rule__XAttributeType__Group_14__07447 = new BitSet(new long[]{0x000000000002C020L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_14__1_in_rule__XAttributeType__Group_14__07450 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_63_in_rule__XAttributeType__Group_14__0__Impl7478 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_14__1__Impl_in_rule__XAttributeType__Group_14__17509 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__TaggerIdAssignment_14_1_in_rule__XAttributeType__Group_14__1__Impl7536 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_15__0__Impl_in_rule__XAttributeType__Group_15__07570 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_15__1_in_rule__XAttributeType__Group_15__07573 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_64_in_rule__XAttributeType__Group_15__0__Impl7601 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_15__1__Impl_in_rule__XAttributeType__Group_15__17632 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__EnumTypeAssignment_15_1_in_rule__XAttributeType__Group_15__1__Impl7659 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_16__0__Impl_in_rule__XAttributeType__Group_16__07693 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_16__1_in_rule__XAttributeType__Group_16__07696 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_65_in_rule__XAttributeType__Group_16__0__Impl7724 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_16__1__Impl_in_rule__XAttributeType__Group_16__17755 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__DescriptionAssignment_16_1_in_rule__XAttributeType__Group_16__1__Impl7782 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_17__0__Impl_in_rule__XAttributeType__Group_17__07816 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_17__1_in_rule__XAttributeType__Group_17__07819 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_66_in_rule__XAttributeType__Group_17__0__Impl7847 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_17__1__Impl_in_rule__XAttributeType__Group_17__17878 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__DefaultValueAssignment_17_1_in_rule__XAttributeType__Group_17__1__Impl7905 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_18__0__Impl_in_rule__XAttributeType__Group_18__07939 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_18__1_in_rule__XAttributeType__Group_18__07942 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_67_in_rule__XAttributeType__Group_18__0__Impl7970 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__Group_18__1__Impl_in_rule__XAttributeType__Group_18__18001 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__FileExtensionAssignment_18_1_in_rule__XAttributeType__Group_18__1__Impl8028 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__0__Impl_in_rule__XOseeEnumType__Group__08062 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__1_in_rule__XOseeEnumType__Group__08065 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_68_in_rule__XOseeEnumType__Group__0__Impl8093 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__1__Impl_in_rule__XOseeEnumType__Group__18124 = new BitSet(new long[]{0x0008000000000000L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__2_in_rule__XOseeEnumType__Group__18127 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__NameAssignment_1_in_rule__XOseeEnumType__Group__1__Impl8154 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__2__Impl_in_rule__XOseeEnumType__Group__28184 = new BitSet(new long[]{0x0110000000000000L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__3_in_rule__XOseeEnumType__Group__28187 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_51_in_rule__XOseeEnumType__Group__2__Impl8215 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__3__Impl_in_rule__XOseeEnumType__Group__38246 = new BitSet(new long[]{0x0110000000000000L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__4_in_rule__XOseeEnumType__Group__38249 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__0_in_rule__XOseeEnumType__Group__3__Impl8276 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__4__Impl_in_rule__XOseeEnumType__Group__48307 = new BitSet(new long[]{0x0000000000000080L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__5_in_rule__XOseeEnumType__Group__48310 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_52_in_rule__XOseeEnumType__Group__4__Impl8338 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__5__Impl_in_rule__XOseeEnumType__Group__58369 = new BitSet(new long[]{0x0020000000000000L,0x0000000000000020L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__6_in_rule__XOseeEnumType__Group__58372 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__UuidAssignment_5_in_rule__XOseeEnumType__Group__5__Impl8399 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__6__Impl_in_rule__XOseeEnumType__Group__68429 = new BitSet(new long[]{0x0020000000000000L,0x0000000000000020L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__7_in_rule__XOseeEnumType__Group__68432 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__EnumEntriesAssignment_6_in_rule__XOseeEnumType__Group__6__Impl8459 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000020L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group__7__Impl_in_rule__XOseeEnumType__Group__78490 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_53_in_rule__XOseeEnumType__Group__7__Impl8518 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__0__Impl_in_rule__XOseeEnumType__Group_3__08565 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__1_in_rule__XOseeEnumType__Group_3__08568 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_56_in_rule__XOseeEnumType__Group_3__0__Impl8596 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__1__Impl_in_rule__XOseeEnumType__Group_3__18627 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumType__TypeGuidAssignment_3_1_in_rule__XOseeEnumType__Group_3__1__Impl8654 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__0__Impl_in_rule__XOseeEnumEntry__Group__08688 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__1_in_rule__XOseeEnumEntry__Group__08691 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_69_in_rule__XOseeEnumEntry__Group__0__Impl8719 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__1__Impl_in_rule__XOseeEnumEntry__Group__18750 = new BitSet(new long[]{0x0000000000000010L,0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__2_in_rule__XOseeEnumEntry__Group__18753 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__NameAssignment_1_in_rule__XOseeEnumEntry__Group__1__Impl8780 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__2__Impl_in_rule__XOseeEnumEntry__Group__28810 = new BitSet(new long[]{0x0000000000000010L,0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__3_in_rule__XOseeEnumEntry__Group__28813 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__OrdinalAssignment_2_in_rule__XOseeEnumEntry__Group__2__Impl8840 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__3__Impl_in_rule__XOseeEnumEntry__Group__38871 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__0_in_rule__XOseeEnumEntry__Group__3__Impl8898 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__0__Impl_in_rule__XOseeEnumEntry__Group_3__08937 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__1_in_rule__XOseeEnumEntry__Group_3__08940 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_70_in_rule__XOseeEnumEntry__Group_3__0__Impl8968 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__1__Impl_in_rule__XOseeEnumEntry__Group_3__18999 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumEntry__EntryGuidAssignment_3_1_in_rule__XOseeEnumEntry__Group_3__1__Impl9026 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__0__Impl_in_rule__XOseeEnumOverride__Group__09060 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__1_in_rule__XOseeEnumOverride__Group__09063 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_71_in_rule__XOseeEnumOverride__Group__0__Impl9091 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__1__Impl_in_rule__XOseeEnumOverride__Group__19122 = new BitSet(new long[]{0x0008000000000000L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__2_in_rule__XOseeEnumOverride__Group__19125 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1_in_rule__XOseeEnumOverride__Group__1__Impl9152 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__2__Impl_in_rule__XOseeEnumOverride__Group__29182 = new BitSet(new long[]{0x0020000000000000L,0x0000000020000300L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__3_in_rule__XOseeEnumOverride__Group__29185 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_51_in_rule__XOseeEnumOverride__Group__2__Impl9213 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__3__Impl_in_rule__XOseeEnumOverride__Group__39244 = new BitSet(new long[]{0x0020000000000000L,0x0000000020000300L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__4_in_rule__XOseeEnumOverride__Group__39247 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__InheritAllAssignment_3_in_rule__XOseeEnumOverride__Group__3__Impl9274 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__4__Impl_in_rule__XOseeEnumOverride__Group__49305 = new BitSet(new long[]{0x0020000000000000L,0x0000000020000300L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__5_in_rule__XOseeEnumOverride__Group__49308 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__OverrideOptionsAssignment_4_in_rule__XOseeEnumOverride__Group__4__Impl9335 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000300L});
+ public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__5__Impl_in_rule__XOseeEnumOverride__Group__59366 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_53_in_rule__XOseeEnumOverride__Group__5__Impl9394 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group__0__Impl_in_rule__AddEnum__Group__09437 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group__1_in_rule__AddEnum__Group__09440 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_72_in_rule__AddEnum__Group__0__Impl9468 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group__1__Impl_in_rule__AddEnum__Group__19499 = new BitSet(new long[]{0x0000000000000010L,0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group__2_in_rule__AddEnum__Group__19502 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__EnumEntryAssignment_1_in_rule__AddEnum__Group__1__Impl9529 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group__2__Impl_in_rule__AddEnum__Group__29559 = new BitSet(new long[]{0x0000000000000010L,0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group__3_in_rule__AddEnum__Group__29562 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__OrdinalAssignment_2_in_rule__AddEnum__Group__2__Impl9589 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group__3__Impl_in_rule__AddEnum__Group__39620 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group_3__0_in_rule__AddEnum__Group__3__Impl9647 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group_3__0__Impl_in_rule__AddEnum__Group_3__09686 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group_3__1_in_rule__AddEnum__Group_3__09689 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_70_in_rule__AddEnum__Group_3__0__Impl9717 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__Group_3__1__Impl_in_rule__AddEnum__Group_3__19748 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AddEnum__EntryGuidAssignment_3_1_in_rule__AddEnum__Group_3__1__Impl9775 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RemoveEnum__Group__0__Impl_in_rule__RemoveEnum__Group__09809 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__RemoveEnum__Group__1_in_rule__RemoveEnum__Group__09812 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_73_in_rule__RemoveEnum__Group__0__Impl9840 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RemoveEnum__Group__1__Impl_in_rule__RemoveEnum__Group__19871 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RemoveEnum__EnumEntryAssignment_1_in_rule__RemoveEnum__Group__1__Impl9898 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__0__Impl_in_rule__XRelationType__Group__09932 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__1_in_rule__XRelationType__Group__09935 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_74_in_rule__XRelationType__Group__0__Impl9963 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__1__Impl_in_rule__XRelationType__Group__19994 = new BitSet(new long[]{0x0008000000000000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__2_in_rule__XRelationType__Group__19997 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__NameAssignment_1_in_rule__XRelationType__Group__1__Impl10024 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__2__Impl_in_rule__XRelationType__Group__210054 = new BitSet(new long[]{0x0110000000000000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__3_in_rule__XRelationType__Group__210057 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_51_in_rule__XRelationType__Group__2__Impl10085 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__3__Impl_in_rule__XRelationType__Group__310116 = new BitSet(new long[]{0x0110000000000000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__4_in_rule__XRelationType__Group__310119 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group_3__0_in_rule__XRelationType__Group__3__Impl10146 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__4__Impl_in_rule__XRelationType__Group__410177 = new BitSet(new long[]{0x0000000000000080L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__5_in_rule__XRelationType__Group__410180 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_52_in_rule__XRelationType__Group__4__Impl10208 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__5__Impl_in_rule__XRelationType__Group__510239 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000800L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__6_in_rule__XRelationType__Group__510242 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__UuidAssignment_5_in_rule__XRelationType__Group__5__Impl10269 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__6__Impl_in_rule__XRelationType__Group__610299 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__7_in_rule__XRelationType__Group__610302 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_75_in_rule__XRelationType__Group__6__Impl10330 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__7__Impl_in_rule__XRelationType__Group__710361 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__8_in_rule__XRelationType__Group__710364 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__SideANameAssignment_7_in_rule__XRelationType__Group__7__Impl10391 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__8__Impl_in_rule__XRelationType__Group__810421 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__9_in_rule__XRelationType__Group__810424 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_76_in_rule__XRelationType__Group__8__Impl10452 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__9__Impl_in_rule__XRelationType__Group__910483 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__10_in_rule__XRelationType__Group__910486 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__SideAArtifactTypeAssignment_9_in_rule__XRelationType__Group__9__Impl10513 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__10__Impl_in_rule__XRelationType__Group__1010543 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__11_in_rule__XRelationType__Group__1010546 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_77_in_rule__XRelationType__Group__10__Impl10574 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__11__Impl_in_rule__XRelationType__Group__1110605 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__12_in_rule__XRelationType__Group__1110608 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__SideBNameAssignment_11_in_rule__XRelationType__Group__11__Impl10635 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__12__Impl_in_rule__XRelationType__Group__1210665 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__13_in_rule__XRelationType__Group__1210668 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_78_in_rule__XRelationType__Group__12__Impl10696 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__13__Impl_in_rule__XRelationType__Group__1310727 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__14_in_rule__XRelationType__Group__1310730 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__SideBArtifactTypeAssignment_13_in_rule__XRelationType__Group__13__Impl10757 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__14__Impl_in_rule__XRelationType__Group__1410787 = new BitSet(new long[]{0x0000000070000020L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__15_in_rule__XRelationType__Group__1410790 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_79_in_rule__XRelationType__Group__14__Impl10818 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__15__Impl_in_rule__XRelationType__Group__1510849 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__16_in_rule__XRelationType__Group__1510852 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__DefaultOrderTypeAssignment_15_in_rule__XRelationType__Group__15__Impl10879 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__16__Impl_in_rule__XRelationType__Group__1610909 = new BitSet(new long[]{0x0000000780000000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__17_in_rule__XRelationType__Group__1610912 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_80_in_rule__XRelationType__Group__16__Impl10940 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__17__Impl_in_rule__XRelationType__Group__1710971 = new BitSet(new long[]{0x0020000000000000L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__18_in_rule__XRelationType__Group__1710974 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__MultiplicityAssignment_17_in_rule__XRelationType__Group__17__Impl11001 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group__18__Impl_in_rule__XRelationType__Group__1811031 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_53_in_rule__XRelationType__Group__18__Impl11059 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group_3__0__Impl_in_rule__XRelationType__Group_3__011128 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group_3__1_in_rule__XRelationType__Group_3__011131 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_56_in_rule__XRelationType__Group_3__0__Impl11159 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__Group_3__1__Impl_in_rule__XRelationType__Group_3__111190 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XRelationType__TypeGuidAssignment_3_1_in_rule__XRelationType__Group_3__1__Impl11217 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__SimpleCondition__Group__0__Impl_in_rule__SimpleCondition__Group__011251 = new BitSet(new long[]{0x0000001800000000L});
+ public static final BitSet FOLLOW_rule__SimpleCondition__Group__1_in_rule__SimpleCondition__Group__011254 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__SimpleCondition__FieldAssignment_0_in_rule__SimpleCondition__Group__0__Impl11281 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__SimpleCondition__Group__1__Impl_in_rule__SimpleCondition__Group__111311 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__SimpleCondition__Group__2_in_rule__SimpleCondition__Group__111314 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__SimpleCondition__OpAssignment_1_in_rule__SimpleCondition__Group__1__Impl11341 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__SimpleCondition__Group__2__Impl_in_rule__SimpleCondition__Group__211371 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__SimpleCondition__ExpressionAssignment_2_in_rule__SimpleCondition__Group__2__Impl11398 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group__0__Impl_in_rule__CompoundCondition__Group__011434 = new BitSet(new long[]{0x0000078000000000L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group__1_in_rule__CompoundCondition__Group__011437 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_81_in_rule__CompoundCondition__Group__0__Impl11465 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group__1__Impl_in_rule__CompoundCondition__Group__111496 = new BitSet(new long[]{0x0000006000000000L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group__2_in_rule__CompoundCondition__Group__111499 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__ConditionsAssignment_1_in_rule__CompoundCondition__Group__1__Impl11526 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group__2__Impl_in_rule__CompoundCondition__Group__211556 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group__3_in_rule__CompoundCondition__Group__211559 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl11588 = new BitSet(new long[]{0x0000006000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl11600 = new BitSet(new long[]{0x0000006000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group__3__Impl_in_rule__CompoundCondition__Group__311633 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_82_in_rule__CompoundCondition__Group__3__Impl11661 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__0__Impl_in_rule__CompoundCondition__Group_2__011700 = new BitSet(new long[]{0x0000078000000000L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__1_in_rule__CompoundCondition__Group_2__011703 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__OperatorsAssignment_2_0_in_rule__CompoundCondition__Group_2__0__Impl11730 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__1__Impl_in_rule__CompoundCondition__Group_2__111760 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__CompoundCondition__ConditionsAssignment_2_1_in_rule__CompoundCondition__Group_2__1__Impl11787 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__0__Impl_in_rule__XArtifactMatcher__Group__011821 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__1_in_rule__XArtifactMatcher__Group__011824 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_83_in_rule__XArtifactMatcher__Group__0__Impl11852 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__1__Impl_in_rule__XArtifactMatcher__Group__111883 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__2_in_rule__XArtifactMatcher__Group__111886 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__NameAssignment_1_in_rule__XArtifactMatcher__Group__1__Impl11913 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__2__Impl_in_rule__XArtifactMatcher__Group__211943 = new BitSet(new long[]{0x0000078000000000L,0x0000000000020000L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__3_in_rule__XArtifactMatcher__Group__211946 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_84_in_rule__XArtifactMatcher__Group__2__Impl11974 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__3__Impl_in_rule__XArtifactMatcher__Group__312005 = new BitSet(new long[]{0x0000006000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__4_in_rule__XArtifactMatcher__Group__312008 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_3_in_rule__XArtifactMatcher__Group__3__Impl12035 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__4__Impl_in_rule__XArtifactMatcher__Group__412065 = new BitSet(new long[]{0x0000006000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__5_in_rule__XArtifactMatcher__Group__412068 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__0_in_rule__XArtifactMatcher__Group__4__Impl12095 = new BitSet(new long[]{0x0000006000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__5__Impl_in_rule__XArtifactMatcher__Group__512126 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_85_in_rule__XArtifactMatcher__Group__5__Impl12154 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__0__Impl_in_rule__XArtifactMatcher__Group_4__012197 = new BitSet(new long[]{0x0000078000000000L,0x0000000000020000L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__1_in_rule__XArtifactMatcher__Group_4__012200 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__OperatorsAssignment_4_0_in_rule__XArtifactMatcher__Group_4__0__Impl12227 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__1__Impl_in_rule__XArtifactMatcher__Group_4__112257 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_4_1_in_rule__XArtifactMatcher__Group_4__1__Impl12284 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Group__0__Impl_in_rule__Role__Group__012318 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__Role__Group__1_in_rule__Role__Group__012321 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_86_in_rule__Role__Group__0__Impl12349 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Group__1__Impl_in_rule__Role__Group__112380 = new BitSet(new long[]{0x0048000000000000L});
+ public static final BitSet FOLLOW_rule__Role__Group__2_in_rule__Role__Group__112383 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__NameAssignment_1_in_rule__Role__Group__1__Impl12410 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Group__2__Impl_in_rule__Role__Group__212440 = new BitSet(new long[]{0x0048000000000000L});
+ public static final BitSet FOLLOW_rule__Role__Group__3_in_rule__Role__Group__212443 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Group_2__0_in_rule__Role__Group__2__Impl12470 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Group__3__Impl_in_rule__Role__Group__312501 = new BitSet(new long[]{0x0100000000000000L,0x0000000000800000L});
+ public static final BitSet FOLLOW_rule__Role__Group__4_in_rule__Role__Group__312504 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_51_in_rule__Role__Group__3__Impl12532 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Group__4__Impl_in_rule__Role__Group__412563 = new BitSet(new long[]{0x0020000000000000L});
+ public static final BitSet FOLLOW_rule__Role__Group__5_in_rule__Role__Group__412566 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Alternatives_4_in_rule__Role__Group__4__Impl12595 = new BitSet(new long[]{0x0100000000000002L,0x0000000000800000L});
+ public static final BitSet FOLLOW_rule__Role__Alternatives_4_in_rule__Role__Group__4__Impl12607 = new BitSet(new long[]{0x0100000000000002L,0x0000000000800000L});
+ public static final BitSet FOLLOW_rule__Role__Group__5__Impl_in_rule__Role__Group__512640 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_53_in_rule__Role__Group__5__Impl12668 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Group_2__0__Impl_in_rule__Role__Group_2__012711 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__Role__Group_2__1_in_rule__Role__Group_2__012714 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_54_in_rule__Role__Group_2__0__Impl12742 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__Group_2__1__Impl_in_rule__Role__Group_2__112773 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__Role__SuperRolesAssignment_2_1_in_rule__Role__Group_2__1__Impl12800 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ReferencedContext__Group__0__Impl_in_rule__ReferencedContext__Group__012834 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__ReferencedContext__Group__1_in_rule__ReferencedContext__Group__012837 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_87_in_rule__ReferencedContext__Group__0__Impl12865 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ReferencedContext__Group__1__Impl_in_rule__ReferencedContext__Group__112896 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_rule__ReferencedContext__Group__2_in_rule__ReferencedContext__Group__112899 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ReferencedContext__AccessContextRefAssignment_1_in_rule__ReferencedContext__Group__1__Impl12926 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ReferencedContext__Group__2__Impl_in_rule__ReferencedContext__Group__212956 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_85_in_rule__ReferencedContext__Group__2__Impl12984 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__UsersAndGroups__Group__0__Impl_in_rule__UsersAndGroups__Group__013021 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__UsersAndGroups__Group__1_in_rule__UsersAndGroups__Group__013024 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_56_in_rule__UsersAndGroups__Group__0__Impl13052 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__UsersAndGroups__Group__1__Impl_in_rule__UsersAndGroups__Group__113083 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_rule__UsersAndGroups__Group__2_in_rule__UsersAndGroups__Group__113086 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__UsersAndGroups__UserOrGroupGuidAssignment_1_in_rule__UsersAndGroups__Group__1__Impl13113 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__UsersAndGroups__Group__2__Impl_in_rule__UsersAndGroups__Group__213143 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_85_in_rule__UsersAndGroups__Group__2__Impl13171 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__0__Impl_in_rule__AccessContext__Group__013208 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__1_in_rule__AccessContext__Group__013211 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_87_in_rule__AccessContext__Group__0__Impl13239 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__1__Impl_in_rule__AccessContext__Group__113270 = new BitSet(new long[]{0x0048000000000000L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__2_in_rule__AccessContext__Group__113273 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__NameAssignment_1_in_rule__AccessContext__Group__1__Impl13300 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__2__Impl_in_rule__AccessContext__Group__213330 = new BitSet(new long[]{0x0048000000000000L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__3_in_rule__AccessContext__Group__213333 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group_2__0_in_rule__AccessContext__Group__2__Impl13360 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__3__Impl_in_rule__AccessContext__Group__313391 = new BitSet(new long[]{0x0100000000000000L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__4_in_rule__AccessContext__Group__313394 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_51_in_rule__AccessContext__Group__3__Impl13422 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__4__Impl_in_rule__AccessContext__Group__413453 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__5_in_rule__AccessContext__Group__413456 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_56_in_rule__AccessContext__Group__4__Impl13484 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__5__Impl_in_rule__AccessContext__Group__513515 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__6_in_rule__AccessContext__Group__513518 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__GuidAssignment_5_in_rule__AccessContext__Group__5__Impl13545 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__6__Impl_in_rule__AccessContext__Group__613575 = new BitSet(new long[]{0x0000180000000000L,0x0000000001000000L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__7_in_rule__AccessContext__Group__613578 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_85_in_rule__AccessContext__Group__6__Impl13606 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__7__Impl_in_rule__AccessContext__Group__713637 = new BitSet(new long[]{0x0020000000000000L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__8_in_rule__AccessContext__Group__713640 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl13669 = new BitSet(new long[]{0x0000180000000002L,0x0000000001000000L});
+ public static final BitSet FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl13681 = new BitSet(new long[]{0x0000180000000002L,0x0000000001000000L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group__8__Impl_in_rule__AccessContext__Group__813714 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_53_in_rule__AccessContext__Group__8__Impl13742 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group_2__0__Impl_in_rule__AccessContext__Group_2__013791 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group_2__1_in_rule__AccessContext__Group_2__013794 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_54_in_rule__AccessContext__Group_2__0__Impl13822 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__Group_2__1__Impl_in_rule__AccessContext__Group_2__113853 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AccessContext__SuperAccessContextsAssignment_2_1_in_rule__AccessContext__Group_2__1__Impl13880 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__0__Impl_in_rule__HierarchyRestriction__Group__013914 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__1_in_rule__HierarchyRestriction__Group__013917 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_88_in_rule__HierarchyRestriction__Group__0__Impl13945 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__1__Impl_in_rule__HierarchyRestriction__Group__113976 = new BitSet(new long[]{0x0008000000000000L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__2_in_rule__HierarchyRestriction__Group__113979 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1_in_rule__HierarchyRestriction__Group__1__Impl14006 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__2__Impl_in_rule__HierarchyRestriction__Group__214036 = new BitSet(new long[]{0x0000180000000000L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__3_in_rule__HierarchyRestriction__Group__214039 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_51_in_rule__HierarchyRestriction__Group__2__Impl14067 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__3__Impl_in_rule__HierarchyRestriction__Group__314098 = new BitSet(new long[]{0x0020000000000000L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__4_in_rule__HierarchyRestriction__Group__314101 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl14130 = new BitSet(new long[]{0x0000180000000002L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl14142 = new BitSet(new long[]{0x0000180000000002L});
+ public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__4__Impl_in_rule__HierarchyRestriction__Group__414175 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_53_in_rule__HierarchyRestriction__Group__4__Impl14203 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__014244 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1_in_rule__RelationTypeArtifactTypePredicate__Group__014247 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_50_in_rule__RelationTypeArtifactTypePredicate__Group__0__Impl14275 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__114306 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1_in_rule__RelationTypeArtifactTypePredicate__Group__1__Impl14333 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__0__Impl_in_rule__RelationTypeArtifactPredicate__Group__014367 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__1_in_rule__RelationTypeArtifactPredicate__Group__014370 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_89_in_rule__RelationTypeArtifactPredicate__Group__0__Impl14398 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__1__Impl_in_rule__RelationTypeArtifactPredicate__Group__114429 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1_in_rule__RelationTypeArtifactPredicate__Group__1__Impl14456 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__0__Impl_in_rule__ArtifactMatchRestriction__Group__014490 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__1_in_rule__ArtifactMatchRestriction__Group__014493 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__PermissionAssignment_0_in_rule__ArtifactMatchRestriction__Group__0__Impl14520 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__1__Impl_in_rule__ArtifactMatchRestriction__Group__114550 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__2_in_rule__ArtifactMatchRestriction__Group__114553 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_90_in_rule__ArtifactMatchRestriction__Group__1__Impl14581 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__2__Impl_in_rule__ArtifactMatchRestriction__Group__214612 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__3_in_rule__ArtifactMatchRestriction__Group__214615 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_89_in_rule__ArtifactMatchRestriction__Group__2__Impl14643 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__3__Impl_in_rule__ArtifactMatchRestriction__Group__314674 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__4_in_rule__ArtifactMatchRestriction__Group__314677 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3_in_rule__ArtifactMatchRestriction__Group__3__Impl14704 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__4__Impl_in_rule__ArtifactMatchRestriction__Group__414734 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_85_in_rule__ArtifactMatchRestriction__Group__4__Impl14762 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__0__Impl_in_rule__ArtifactTypeRestriction__Group__014803 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__1_in_rule__ArtifactTypeRestriction__Group__014806 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__PermissionAssignment_0_in_rule__ArtifactTypeRestriction__Group__0__Impl14833 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__1__Impl_in_rule__ArtifactTypeRestriction__Group__114863 = new BitSet(new long[]{0x0004000000000000L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__2_in_rule__ArtifactTypeRestriction__Group__114866 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_90_in_rule__ArtifactTypeRestriction__Group__1__Impl14894 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__2__Impl_in_rule__ArtifactTypeRestriction__Group__214925 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__3_in_rule__ArtifactTypeRestriction__Group__214928 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_50_in_rule__ArtifactTypeRestriction__Group__2__Impl14956 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__3__Impl_in_rule__ArtifactTypeRestriction__Group__314987 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__4_in_rule__ArtifactTypeRestriction__Group__314990 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3_in_rule__ArtifactTypeRestriction__Group__3__Impl15017 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__4__Impl_in_rule__ArtifactTypeRestriction__Group__415047 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_85_in_rule__ArtifactTypeRestriction__Group__4__Impl15075 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__0__Impl_in_rule__AttributeTypeRestriction__Group__015116 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__1_in_rule__AttributeTypeRestriction__Group__015119 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__PermissionAssignment_0_in_rule__AttributeTypeRestriction__Group__0__Impl15146 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__1__Impl_in_rule__AttributeTypeRestriction__Group__115176 = new BitSet(new long[]{0x0400000000000000L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__2_in_rule__AttributeTypeRestriction__Group__115179 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_90_in_rule__AttributeTypeRestriction__Group__1__Impl15207 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__2__Impl_in_rule__AttributeTypeRestriction__Group__215238 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__3_in_rule__AttributeTypeRestriction__Group__215241 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_58_in_rule__AttributeTypeRestriction__Group__2__Impl15269 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__3__Impl_in_rule__AttributeTypeRestriction__Group__315300 = new BitSet(new long[]{0x0000000000000000L,0x0000000008200000L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__4_in_rule__AttributeTypeRestriction__Group__315303 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3_in_rule__AttributeTypeRestriction__Group__3__Impl15330 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__4__Impl_in_rule__AttributeTypeRestriction__Group__415360 = new BitSet(new long[]{0x0000000000000000L,0x0000000008200000L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__5_in_rule__AttributeTypeRestriction__Group__415363 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__0_in_rule__AttributeTypeRestriction__Group__4__Impl15390 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__5__Impl_in_rule__AttributeTypeRestriction__Group__515421 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_85_in_rule__AttributeTypeRestriction__Group__5__Impl15449 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__0__Impl_in_rule__AttributeTypeRestriction__Group_4__015492 = new BitSet(new long[]{0x0004000000000000L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__1_in_rule__AttributeTypeRestriction__Group_4__015495 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_91_in_rule__AttributeTypeRestriction__Group_4__0__Impl15523 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__1__Impl_in_rule__AttributeTypeRestriction__Group_4__115554 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__2_in_rule__AttributeTypeRestriction__Group_4__115557 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_50_in_rule__AttributeTypeRestriction__Group_4__1__Impl15585 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__2__Impl_in_rule__AttributeTypeRestriction__Group_4__215616 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2_in_rule__AttributeTypeRestriction__Group_4__2__Impl15643 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__0__Impl_in_rule__RelationTypeRestriction__Group__015681 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__1_in_rule__RelationTypeRestriction__Group__015684 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__PermissionAssignment_0_in_rule__RelationTypeRestriction__Group__0__Impl15711 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__1__Impl_in_rule__RelationTypeRestriction__Group__115741 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000400L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__2_in_rule__RelationTypeRestriction__Group__115744 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_90_in_rule__RelationTypeRestriction__Group__1__Impl15772 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__2__Impl_in_rule__RelationTypeRestriction__Group__215803 = new BitSet(new long[]{0x0000000000002040L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__3_in_rule__RelationTypeRestriction__Group__215806 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_74_in_rule__RelationTypeRestriction__Group__2__Impl15834 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__3__Impl_in_rule__RelationTypeRestriction__Group__315865 = new BitSet(new long[]{0x0000E00000000000L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__4_in_rule__RelationTypeRestriction__Group__315868 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Alternatives_3_in_rule__RelationTypeRestriction__Group__3__Impl15895 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__4__Impl_in_rule__RelationTypeRestriction__Group__415925 = new BitSet(new long[]{0x0004000000000000L,0x0000000002200000L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__5_in_rule__RelationTypeRestriction__Group__415928 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__RestrictedToSideAssignment_4_in_rule__RelationTypeRestriction__Group__4__Impl15955 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__5__Impl_in_rule__RelationTypeRestriction__Group__515985 = new BitSet(new long[]{0x0004000000000000L,0x0000000002200000L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__6_in_rule__RelationTypeRestriction__Group__515988 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__PredicateAssignment_5_in_rule__RelationTypeRestriction__Group__5__Impl16015 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__6__Impl_in_rule__RelationTypeRestriction__Group__616046 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_85_in_rule__RelationTypeRestriction__Group__6__Impl16074 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleImport_in_rule__OseeDsl__ImportsAssignment_016124 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXArtifactType_in_rule__OseeDsl__ArtifactTypesAssignment_1_016155 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXRelationType_in_rule__OseeDsl__RelationTypesAssignment_1_116186 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXAttributeType_in_rule__OseeDsl__AttributeTypesAssignment_1_216217 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXOseeEnumType_in_rule__OseeDsl__EnumTypesAssignment_1_316248 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXOseeEnumOverride_in_rule__OseeDsl__EnumOverridesAssignment_1_416279 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXArtifactMatcher_in_rule__OseeDsl__ArtifactMatchRefsAssignment_2_016310 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAccessContext_in_rule__OseeDsl__AccessDeclarationsAssignment_2_116341 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRole_in_rule__OseeDsl__RoleDeclarationsAssignment_2_216372 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__Import__ImportURIAssignment_116403 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_92_in_rule__XArtifactType__AbstractAssignment_016439 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__NameAssignment_216478 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_116513 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_116552 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__TypeGuidAssignment_5_116587 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XArtifactType__UuidAssignment_716618 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXAttributeTypeRef_in_rule__XArtifactType__ValidAttributeTypesAssignment_816649 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_116684 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__BranchGuidAssignment_2_116719 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__NameAssignment_116750 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAttributeBaseType_in_rule__XAttributeType__BaseAttributeTypeAssignment_2_116781 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__OverrideAssignment_3_116816 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__TypeGuidAssignment_5_116851 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XAttributeType__UuidAssignment_716882 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__DataProviderAlternatives_9_0_in_rule__XAttributeType__DataProviderAssignment_916913 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MinAssignment_1116946 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__MaxAlternatives_13_0_in_rule__XAttributeType__MaxAssignment_1316977 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_rule__XAttributeType__TaggerIdAlternatives_14_1_0_in_rule__XAttributeType__TaggerIdAssignment_14_117010 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__EnumTypeAssignment_15_117047 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__DescriptionAssignment_16_117082 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__DefaultValueAssignment_17_117113 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__FileExtensionAssignment_18_117144 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumType__NameAssignment_117175 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumType__TypeGuidAssignment_3_117206 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XOseeEnumType__UuidAssignment_517237 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXOseeEnumEntry_in_rule__XOseeEnumType__EnumEntriesAssignment_617268 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__NameAssignment_117299 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XOseeEnumEntry__OrdinalAssignment_217330 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__EntryGuidAssignment_3_117361 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_117396 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_93_in_rule__XOseeEnumOverride__InheritAllAssignment_317436 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleOverrideOption_in_rule__XOseeEnumOverride__OverrideOptionsAssignment_417475 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__AddEnum__EnumEntryAssignment_117506 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__AddEnum__OrdinalAssignment_217537 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__AddEnum__EntryGuidAssignment_3_117568 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__RemoveEnum__EnumEntryAssignment_117603 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__NameAssignment_117638 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__TypeGuidAssignment_3_117669 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XRelationType__UuidAssignment_517700 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideANameAssignment_717731 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideAArtifactTypeAssignment_917766 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideBNameAssignment_1117801 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideBArtifactTypeAssignment_1317836 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationOrderType_in_rule__XRelationType__DefaultOrderTypeAssignment_1517871 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationMultiplicityEnum_in_rule__XRelationType__MultiplicityAssignment_1717902 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleMatchField_in_rule__SimpleCondition__FieldAssignment_017933 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleCompareOp_in_rule__SimpleCondition__OpAssignment_117964 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__SimpleCondition__ExpressionAssignment_217995 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_118026 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXLogicOperator_in_rule__CompoundCondition__OperatorsAssignment_2_018057 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_2_118088 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactMatcher__NameAssignment_118119 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_318150 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXLogicOperator_in_rule__XArtifactMatcher__OperatorsAssignment_4_018181 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_4_118212 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__Role__NameAssignment_118243 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__Role__SuperRolesAssignment_2_118278 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleUsersAndGroups_in_rule__Role__UsersAndGroupsAssignment_4_018313 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleReferencedContext_in_rule__Role__ReferencedContextsAssignment_4_118344 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__ReferencedContext__AccessContextRefAssignment_118375 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__UsersAndGroups__UserOrGroupGuidAssignment_118406 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__AccessContext__NameAssignment_118437 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__AccessContext__SuperAccessContextsAssignment_2_118472 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__AccessContext__GuidAssignment_518507 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleObjectRestriction_in_rule__AccessContext__AccessRulesAssignment_7_018538 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleHierarchyRestriction_in_rule__AccessContext__HierarchyRestrictionsAssignment_7_118569 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_118604 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleObjectRestriction_in_rule__HierarchyRestriction__AccessRulesAssignment_318639 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_118674 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_118713 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactMatchRestriction__PermissionAssignment_018748 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_318783 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactTypeRestriction__PermissionAssignment_018818 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_318853 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__AttributeTypeRestriction__PermissionAssignment_018888 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_318923 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_218962 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__RelationTypeRestriction__PermissionAssignment_019001 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationTypeMatch_in_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_019032 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_RULE_STRING_in_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_119067 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleXRelationSideEnum_in_rule__RelationTypeRestriction__RestrictedToSideAssignment_419102 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_ruleRelationTypePredicate_in_rule__RelationTypeRestriction__PredicateAssignment_519133 = new BitSet(new long[]{0x0000000000000002L});
} \ No newline at end of file

Back to the top