Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2016-10-13 02:28:17 +0000
committerdonald.g.dunne2016-10-13 02:28:17 +0000
commitdb1fab9b64eebc2d4de7d5d76ed7c0f252694cb3 (patch)
tree734ce80d01979647fd43336b4c15d3a110300f7a /plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework
parent4667d79569d689bd73bf0e63cc88d6fa84884e01 (diff)
downloadorg.eclipse.osee-db1fab9b64eebc2d4de7d5d76ed7c0f252694cb3.tar.gz
org.eclipse.osee-db1fab9b64eebc2d4de7d5d76ed7c0f252694cb3.tar.xz
org.eclipse.osee-db1fab9b64eebc2d4de7d5d76ed7c0f252694cb3.zip
feature[ats_ATS314065]: Convert types and type tokens to long.
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/AbstractOseeDslUiModule.java238
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/OseeDslExecutableExtensionFactory.java29
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/AbstractOseeDslProposalProvider.java1100
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/OseeDslParser.java609
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g78
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens339
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslLexer.java8254
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDslParser.java40166
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/internal/OseeDslActivator.java155
9 files changed, 25757 insertions, 25211 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/AbstractOseeDslUiModule.java b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/AbstractOseeDslUiModule.java
index d94356f1254..9f49b95af19 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/AbstractOseeDslUiModule.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/AbstractOseeDslUiModule.java
@@ -5,136 +5,122 @@
package org.eclipse.osee.framework.core.dsl.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.eclipse.xtext.ui.DefaultUiModule;
/**
* Manual modifications go to {org.eclipse.osee.framework.core.dsl.ui.OseeDslUiModule}
*/
@SuppressWarnings("all")
-public abstract class AbstractOseeDslUiModule extends DefaultUiModule {
-
- public AbstractOseeDslUiModule(AbstractUIPlugin plugin) {
- super(plugin);
- }
-
- // contributed by org.eclipse.xtext.ui.generator.ImplicitUiFragment
- public com.google.inject.Provider<org.eclipse.xtext.resource.containers.IAllContainersState> provideIAllContainersState() {
- return org.eclipse.xtext.ui.shared.Access.getJavaProjectsState();
- }
-
- // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
- public Class<? extends org.eclipse.xtext.ui.editor.contentassist.IProposalConflictHelper> bindIProposalConflictHelper() {
- return org.eclipse.xtext.ui.editor.contentassist.antlr.AntlrProposalConflictHelper.class;
- }
-
- // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
- public void configureHighlightingLexer(com.google.inject.Binder binder) {
- binder.bind(org.eclipse.xtext.parser.antlr.Lexer.class).annotatedWith(
- com.google.inject.name.Names.named(org.eclipse.xtext.ui.LexerUIBindings.HIGHLIGHTING)).to(
- org.eclipse.osee.framework.core.dsl.parser.antlr.internal.InternalOseeDslLexer.class);
- }
-
- // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
- public void configureHighlightingTokenDefProvider(com.google.inject.Binder binder) {
- binder.bind(org.eclipse.xtext.parser.antlr.ITokenDefProvider.class).annotatedWith(
- com.google.inject.name.Names.named(org.eclipse.xtext.ui.LexerUIBindings.HIGHLIGHTING)).to(
- org.eclipse.xtext.parser.antlr.AntlrTokenDefProvider.class);
- }
-
- // contributed by org.eclipse.xtext.generator.exporting.QualifiedNamesFragment
- public Class<? extends org.eclipse.xtext.ui.editor.contentassist.PrefixMatcher> bindPrefixMatcher() {
- return org.eclipse.xtext.ui.editor.contentassist.FQNPrefixMatcher.class;
- }
-
- // contributed by org.eclipse.xtext.generator.exporting.QualifiedNamesFragment
- public Class<? extends org.eclipse.xtext.ui.refactoring.IDependentElementsCalculator> bindIDependentElementsCalculator() {
- return org.eclipse.xtext.ui.refactoring.impl.DefaultDependentElementsCalculator.class;
- }
-
- // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
- public void configureIResourceDescriptionsBuilderScope(com.google.inject.Binder binder) {
- binder.bind(org.eclipse.xtext.resource.IResourceDescriptions.class).annotatedWith(
- com.google.inject.name.Names.named(
- org.eclipse.xtext.resource.impl.ResourceDescriptionsProvider.NAMED_BUILDER_SCOPE)).to(
- org.eclipse.xtext.builder.clustering.CurrentDescriptions.ResourceSetAware.class);
- }
-
- // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
- public Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> bindIXtextEditorCallback() {
- return org.eclipse.xtext.builder.nature.NatureAddingEditorCallback.class;
- }
-
- // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
- public void configureIResourceDescriptionsPersisted(com.google.inject.Binder binder) {
- binder.bind(org.eclipse.xtext.resource.IResourceDescriptions.class).annotatedWith(
- com.google.inject.name.Names.named(
- org.eclipse.xtext.builder.impl.PersistentDataAwareDirtyResource.PERSISTED_DESCRIPTIONS)).to(
- org.eclipse.xtext.builder.builderState.IBuilderState.class);
- }
-
- // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
- public Class<? extends org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource> bindDocumentBasedDirtyResource() {
- return org.eclipse.xtext.builder.impl.PersistentDataAwareDirtyResource.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
- @Override
- public Class<? extends org.eclipse.jface.viewers.ILabelProvider> bindILabelProvider() {
- return org.eclipse.osee.framework.core.dsl.ui.labeling.OseeDslLabelProvider.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
- @Override
- public void configureResourceUIServiceLabelProvider(com.google.inject.Binder binder) {
- binder.bind(org.eclipse.jface.viewers.ILabelProvider.class).annotatedWith(
- org.eclipse.xtext.ui.resource.ResourceServiceDescriptionLabelProvider.class).to(
- org.eclipse.osee.framework.core.dsl.ui.labeling.OseeDslDescriptionLabelProvider.class);
- }
-
- // contributed by org.eclipse.xtext.ui.generator.outline.OutlineTreeProviderFragment
- public Class<? extends org.eclipse.xtext.ui.editor.outline.IOutlineTreeProvider> bindIOutlineTreeProvider() {
- return org.eclipse.osee.framework.core.dsl.ui.outline.OseeDslOutlineTreeProvider.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.outline.OutlineTreeProviderFragment
- public Class<? extends org.eclipse.xtext.ui.editor.outline.impl.IOutlineTreeStructureProvider> bindIOutlineTreeStructureProvider() {
- return org.eclipse.osee.framework.core.dsl.ui.outline.OseeDslOutlineTreeProvider.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.quickfix.QuickfixProviderFragment
- @Override
- public Class<? extends org.eclipse.xtext.ui.editor.quickfix.IssueResolutionProvider> bindIssueResolutionProvider() {
- return org.eclipse.osee.framework.core.dsl.ui.quickfix.OseeDslQuickfixProvider.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
- public Class<? extends org.eclipse.xtext.ui.editor.contentassist.IContentProposalProvider> bindIContentProposalProvider() {
- return org.eclipse.osee.framework.core.dsl.ui.contentassist.OseeDslProposalProvider.class;
- }
-
- // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
- public Class<? extends org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory> bindContentAssistContext$Factory() {
- return org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.class;
- }
-
- // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
- public Class<? extends org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser> bindIContentAssistParser() {
- return org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.OseeDslParser.class;
- }
-
- // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
- public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
- binder.bind(
- org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslLexer.class).toProvider(
- org.eclipse.xtext.parser.antlr.LexerProvider.create(
- org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslLexer.class));
- }
-
- // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
- public void configureContentAssistLexer(com.google.inject.Binder binder) {
- binder.bind(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.Lexer.class).annotatedWith(
- com.google.inject.name.Names.named(org.eclipse.xtext.ui.LexerUIBindings.CONTENT_ASSIST)).to(
- org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslLexer.class);
- }
+public abstract class AbstractOseeDslUiModule extends org.eclipse.xtext.ui.DefaultUiModule {
+
+ public AbstractOseeDslUiModule(AbstractUIPlugin plugin) {
+ super(plugin);
+ }
+
+
+ // contributed by org.eclipse.xtext.ui.generator.ImplicitUiFragment
+ public com.google.inject.Provider<org.eclipse.xtext.resource.containers.IAllContainersState> provideIAllContainersState() {
+ return org.eclipse.xtext.ui.shared.Access.getJavaProjectsState();
+ }
+
+ // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.contentassist.IProposalConflictHelper> bindIProposalConflictHelper() {
+ return org.eclipse.xtext.ui.editor.contentassist.antlr.AntlrProposalConflictHelper.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
+ public void configureHighlightingLexer(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.xtext.parser.antlr.Lexer.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.ui.LexerUIBindings.HIGHLIGHTING)).to(org.eclipse.osee.framework.core.dsl.parser.antlr.internal.InternalOseeDslLexer.class);
+ }
+
+ // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
+ public void configureHighlightingTokenDefProvider(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.xtext.parser.antlr.ITokenDefProvider.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.ui.LexerUIBindings.HIGHLIGHTING)).to(org.eclipse.xtext.parser.antlr.AntlrTokenDefProvider.class);
+ }
+
+ // contributed by org.eclipse.xtext.generator.exporting.QualifiedNamesFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.contentassist.PrefixMatcher> bindPrefixMatcher() {
+ return org.eclipse.xtext.ui.editor.contentassist.FQNPrefixMatcher.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.exporting.QualifiedNamesFragment
+ public Class<? extends org.eclipse.xtext.ui.refactoring.IDependentElementsCalculator> bindIDependentElementsCalculator() {
+ return org.eclipse.xtext.ui.refactoring.impl.DefaultDependentElementsCalculator.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
+ public void configureIResourceDescriptionsBuilderScope(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.xtext.resource.IResourceDescriptions.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.resource.impl.ResourceDescriptionsProvider.NAMED_BUILDER_SCOPE)).to(org.eclipse.xtext.builder.clustering.CurrentDescriptions.ResourceSetAware.class);
+ }
+
+ // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.IXtextEditorCallback> bindIXtextEditorCallback() {
+ return org.eclipse.xtext.builder.nature.NatureAddingEditorCallback.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
+ public Class<? extends org.eclipse.xtext.generator.IContextualOutputConfigurationProvider> bindIContextualOutputConfigurationProvider() {
+ return org.eclipse.xtext.builder.EclipseOutputConfigurationProvider.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
+ public void configureIResourceDescriptionsPersisted(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.xtext.resource.IResourceDescriptions.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.resource.impl.ResourceDescriptionsProvider.PERSISTED_DESCRIPTIONS)).to(org.eclipse.xtext.builder.builderState.IBuilderState.class);
+ }
+
+ // contributed by org.eclipse.xtext.generator.builder.BuilderIntegrationFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource> bindDocumentBasedDirtyResource() {
+ return org.eclipse.xtext.builder.impl.PersistentDataAwareDirtyResource.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
+ public Class<? extends org.eclipse.jface.viewers.ILabelProvider> bindILabelProvider() {
+ return org.eclipse.osee.framework.core.dsl.ui.labeling.OseeDslLabelProvider.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
+ public void configureResourceUIServiceLabelProvider(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.jface.viewers.ILabelProvider.class).annotatedWith(org.eclipse.xtext.ui.resource.ResourceServiceDescriptionLabelProvider.class).to(org.eclipse.osee.framework.core.dsl.ui.labeling.OseeDslDescriptionLabelProvider.class);
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.outline.OutlineTreeProviderFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.outline.IOutlineTreeProvider> bindIOutlineTreeProvider() {
+ return org.eclipse.osee.framework.core.dsl.ui.outline.OseeDslOutlineTreeProvider.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.outline.OutlineTreeProviderFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.outline.impl.IOutlineTreeStructureProvider> bindIOutlineTreeStructureProvider() {
+ return org.eclipse.osee.framework.core.dsl.ui.outline.OseeDslOutlineTreeProvider.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.quickfix.QuickfixProviderFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.quickfix.IssueResolutionProvider> bindIssueResolutionProvider() {
+ return org.eclipse.osee.framework.core.dsl.ui.quickfix.OseeDslQuickfixProvider.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.contentAssist.JavaBasedContentAssistFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.contentassist.IContentProposalProvider> bindIContentProposalProvider() {
+ return org.eclipse.osee.framework.core.dsl.ui.contentassist.OseeDslProposalProvider.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory> bindContentAssistContext$Factory() {
+ return org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser> bindIContentAssistParser() {
+ return org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.OseeDslParser.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
+ public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslLexer.class).toProvider(org.eclipse.xtext.parser.antlr.LexerProvider.create(org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslLexer.class));
+ }
+
+ // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
+ public void configureContentAssistLexer(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.Lexer.class).annotatedWith(com.google.inject.name.Names.named(org.eclipse.xtext.ui.LexerUIBindings.CONTENT_ASSIST)).to(org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslLexer.class);
+ }
+
}
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/OseeDslExecutableExtensionFactory.java b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/OseeDslExecutableExtensionFactory.java
index 858a8117bcf..6ca2f96fc5f 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/OseeDslExecutableExtensionFactory.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/OseeDslExecutableExtensionFactory.java
@@ -3,24 +3,27 @@
*/
package org.eclipse.osee.framework.core.dsl.ui;
-import com.google.inject.Injector;
-import org.eclipse.osee.framework.core.dsl.ui.internal.OseeDslActivator;
import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory;
import org.osgi.framework.Bundle;
+import com.google.inject.Injector;
+
+import org.eclipse.osee.framework.core.dsl.ui.internal.OseeDslActivator;
+
/**
- * This class was generated. Customizations should only happen in a newly introduced subclass.
+ * This class was generated. Customizations should only happen in a newly
+ * introduced subclass.
*/
public class OseeDslExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory {
- @Override
- protected Bundle getBundle() {
- return OseeDslActivator.getInstance().getBundle();
- }
-
- @Override
- protected Injector getInjector() {
- return OseeDslActivator.getInstance().getInjector(OseeDslActivator.ORG_ECLIPSE_OSEE_FRAMEWORK_CORE_DSL_OSEEDSL);
- }
-
+ @Override
+ protected Bundle getBundle() {
+ return OseeDslActivator.getInstance().getBundle();
+ }
+
+ @Override
+ protected Injector getInjector() {
+ return OseeDslActivator.getInstance().getInjector(OseeDslActivator.ORG_ECLIPSE_OSEE_FRAMEWORK_CORE_DSL_OSEEDSL);
+ }
+
}
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 66ba6487550..193d1726b72 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
@@ -1,642 +1,480 @@
/*
-* generated by Xtext
-*/
+ * generated by Xtext
+ */
package org.eclipse.osee.framework.core.dsl.ui.contentassist;
import org.eclipse.emf.ecore.EObject;
-import org.eclipse.xtext.Alternatives;
-import org.eclipse.xtext.Assignment;
-import org.eclipse.xtext.CrossReference;
-import org.eclipse.xtext.RuleCall;
-import org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext;
+import org.eclipse.xtext.*;
import org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalAcceptor;
+import org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext;
/**
- * Represents a generated, default implementation of superclass
- * {@link org.eclipse.xtext.common.ui.contentassist.TerminalsProposalProvider}. Methods are dynamically dispatched on
- * the first parameter, i.e., you can override them with a more concrete subtype.
+ * Represents a generated, default implementation of superclass {@link org.eclipse.xtext.common.ui.contentassist.TerminalsProposalProvider}.
+ * Methods are dynamically dispatched on the first parameter, i.e., you can override them
+ * with a more concrete subtype.
*/
@SuppressWarnings("all")
public class AbstractOseeDslProposalProvider extends org.eclipse.xtext.common.ui.contentassist.TerminalsProposalProvider {
-
- public void completeOseeDsl_Imports(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeOseeDsl_ArtifactTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeOseeDsl_RelationTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeOseeDsl_AttributeTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeOseeDsl_EnumTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeOseeDsl_EnumOverrides(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeOseeDsl_ArtifactTypeOverrides(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeOseeDsl_ArtifactMatchRefs(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- 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);
- }
-
- public void completeXArtifactType_Abstract(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void completeXArtifactType_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXArtifactType_SuperArtifactTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXArtifactType_TypeGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXArtifactType_Uuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXArtifactType_ValidAttributeTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeTypeRef_ValidAttributeType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeTypeRef_BranchUuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_BaseAttributeType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_Override(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_TypeGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_Uuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_DataProvider(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- // subclasses may override
- completeRuleCall((RuleCall) ((Alternatives) assignment.getTerminal()).getElements().get(2), context, acceptor);
- }
-
- public void completeXAttributeType_Min(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_Max(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) ((Alternatives) assignment.getTerminal()).getElements().get(0), context, acceptor);
- // subclasses may override
- }
-
- public void completeXAttributeType_TaggerId(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- completeRuleCall((RuleCall) ((Alternatives) assignment.getTerminal()).getElements().get(1), context, acceptor);
- }
-
- public void completeXAttributeType_EnumType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_Description(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_DefaultValue(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_FileExtension(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXAttributeType_MediaType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumType_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumType_TypeGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumType_Uuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumType_EnumEntries(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumEntry_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumEntry_Ordinal(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumEntry_EntryGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumEntry_Description(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumOverride_OverridenEnumType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeEnumOverride_InheritAll(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void completeXOseeEnumOverride_OverrideOptions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAddEnum_EnumEntry(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAddEnum_Ordinal(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAddEnum_EntryGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAddEnum_Description(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeRemoveEnum_EnumEntry(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeArtifactTypeOverride_OverridenArtifactType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXOseeArtifactTypeOverride_InheritAll(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void completeXOseeArtifactTypeOverride_OverrideOptions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAddAttribute_Attribute(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeRemoveAttribute_Attribute(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeUpdateAttribute_Attribute(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXRelationType_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXRelationType_TypeGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXRelationType_Uuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXRelationType_SideAName(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXRelationType_SideAArtifactType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXRelationType_SideBName(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXRelationType_SideBArtifactType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXRelationType_DefaultOrderType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXRelationType_Multiplicity(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeSimpleCondition_Field(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeSimpleCondition_Op(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeSimpleCondition_Expression(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeCompoundCondition_Conditions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeCompoundCondition_Operators(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXArtifactMatcher_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeXArtifactMatcher_Conditions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- 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);
- }
-
- public void completeAccessContext_SuperAccessContexts(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAccessContext_Guid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAccessContext_AccessRules(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAccessContext_HierarchyRestrictions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeHierarchyRestriction_ArtifactMatcherRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeHierarchyRestriction_AccessRules(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeRelationTypeArtifactTypePredicate_ArtifactTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeRelationTypeArtifactPredicate_ArtifactMatcherRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeArtifactMatchRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeArtifactMatchRestriction_ArtifactMatcherRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeArtifactTypeRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeArtifactTypeRestriction_ArtifactTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAttributeTypeRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAttributeTypeRestriction_AttributeTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeAttributeTypeRestriction_ArtifactTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeLegacyRelationTypeRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeLegacyRelationTypeRestriction_RelationTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeLegacyRelationTypeRestriction_RestrictedToSide(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeLegacyRelationTypeRestriction_ArtifactMatcherRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeRelationTypeRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeRelationTypeRestriction_RelationTypeMatch(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeRelationTypeRestriction_RelationTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- lookupCrossReference((CrossReference) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeRelationTypeRestriction_RestrictedToSide(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void completeRelationTypeRestriction_Predicate(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall((RuleCall) assignment.getTerminal(), context, acceptor);
- }
-
- public void complete_OseeDsl(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_Import(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- @Override
- public void complete_STRING(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_WHOLE_NUM_STR(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_HEX_INT(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_QUALIFIED_NAME(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_OseeElement(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_OseeType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XArtifactType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XAttributeTypeRef(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XAttributeType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_AttributeBaseType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XOseeEnumType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XOseeEnumEntry(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XOseeEnumOverride(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_OverrideOption(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_AddEnum(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_RemoveEnum(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XOseeArtifactTypeOverride(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_AttributeOverrideOption(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_AddAttribute(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_RemoveAttribute(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_UpdateAttribute(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XRelationType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_RelationMultiplicityEnum(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_RelationOrderType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_CompareOp(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XLogicOperator(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_CONDITION_VALUE(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_MatchField(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_Condition(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_SimpleCondition(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_CompoundCondition(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- 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
- }
-
- public void complete_HierarchyRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_AccessPermissionEnum(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_RelationTypeArtifactTypePredicate(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_RelationTypeArtifactPredicate(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_RelationTypePredicate(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ObjectRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ArtifactMatchRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ArtifactTypeRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_AttributeTypeRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_LegacyRelationTypeRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_RelationTypeRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_RelationTypeMatch(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_XRelationSideEnum(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
+
+ public void completeOseeDsl_Imports(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeOseeDsl_ArtifactTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeOseeDsl_RelationTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeOseeDsl_AttributeTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeOseeDsl_EnumTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeOseeDsl_EnumOverrides(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeOseeDsl_ArtifactTypeOverrides(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeOseeDsl_ArtifactMatchRefs(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ 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);
+ }
+ public void completeXArtifactType_Abstract(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void completeXArtifactType_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXArtifactType_SuperArtifactTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXArtifactType_TypeGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXArtifactType_Id(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXArtifactType_ValidAttributeTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeTypeRef_ValidAttributeType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeTypeRef_BranchUuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_BaseAttributeType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_Override(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_TypeGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_Id(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_DataProvider(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ // subclasses may override
+ completeRuleCall(((RuleCall)((Alternatives)assignment.getTerminal()).getElements().get(2)), context, acceptor);
+ }
+ public void completeXAttributeType_Min(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_Max(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)((Alternatives)assignment.getTerminal()).getElements().get(0)), context, acceptor);
+ // subclasses may override
+ }
+ public void completeXAttributeType_TaggerId(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ completeRuleCall(((RuleCall)((Alternatives)assignment.getTerminal()).getElements().get(1)), context, acceptor);
+ }
+ public void completeXAttributeType_EnumType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_Description(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_DefaultValue(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_FileExtension(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXAttributeType_MediaType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumType_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumType_TypeGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumType_Id(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumType_EnumEntries(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumEntry_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumEntry_Ordinal(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumEntry_EntryGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumEntry_Description(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumOverride_OverridenEnumType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeEnumOverride_InheritAll(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void completeXOseeEnumOverride_OverrideOptions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAddEnum_EnumEntry(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAddEnum_Ordinal(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAddEnum_EntryGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAddEnum_Description(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRemoveEnum_EnumEntry(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeArtifactTypeOverride_OverridenArtifactType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXOseeArtifactTypeOverride_InheritAll(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void completeXOseeArtifactTypeOverride_OverrideOptions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAddAttribute_Attribute(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRemoveAttribute_Attribute(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeUpdateAttribute_Attribute(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXRelationType_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXRelationType_TypeGuid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXRelationType_Id(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXRelationType_SideAName(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXRelationType_SideAArtifactType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXRelationType_SideBName(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXRelationType_SideBArtifactType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXRelationType_DefaultOrderType(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXRelationType_Multiplicity(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSimpleCondition_Field(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSimpleCondition_Op(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSimpleCondition_Expression(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeCompoundCondition_Conditions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeCompoundCondition_Operators(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXArtifactMatcher_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeXArtifactMatcher_Conditions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ 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);
+ }
+ public void completeAccessContext_SuperAccessContexts(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAccessContext_Guid(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAccessContext_AccessRules(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAccessContext_HierarchyRestrictions(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeHierarchyRestriction_ArtifactMatcherRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeHierarchyRestriction_AccessRules(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRelationTypeArtifactTypePredicate_ArtifactTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRelationTypeArtifactPredicate_ArtifactMatcherRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeArtifactMatchRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeArtifactMatchRestriction_ArtifactMatcherRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeArtifactTypeRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeArtifactTypeRestriction_ArtifactTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAttributeTypeRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAttributeTypeRestriction_AttributeTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAttributeTypeRestriction_ArtifactTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeLegacyRelationTypeRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeLegacyRelationTypeRestriction_RelationTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeLegacyRelationTypeRestriction_RestrictedToSide(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeLegacyRelationTypeRestriction_ArtifactMatcherRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRelationTypeRestriction_Permission(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRelationTypeRestriction_RelationTypeMatch(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRelationTypeRestriction_RelationTypeRef(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRelationTypeRestriction_RestrictedToSide(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRelationTypeRestriction_Predicate(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+
+ public void complete_OseeDsl(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_Import(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_WHOLE_NUM_STR(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_QUALIFIED_NAME(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_OseeElement(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_OseeType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XArtifactType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XAttributeTypeRef(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XAttributeType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_AttributeBaseType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XOseeEnumType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XOseeEnumEntry(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XOseeEnumOverride(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_OverrideOption(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_AddEnum(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_RemoveEnum(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XOseeArtifactTypeOverride(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_AttributeOverrideOption(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_AddAttribute(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_RemoveAttribute(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_UpdateAttribute(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XRelationType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_RelationMultiplicityEnum(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_RelationOrderType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_CompareOp(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XLogicOperator(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_CONDITION_VALUE(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_MatchField(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_Condition(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_SimpleCondition(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_CompoundCondition(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ 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
+ }
+ public void complete_HierarchyRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_AccessPermissionEnum(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_RelationTypeArtifactTypePredicate(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_RelationTypeArtifactPredicate(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_RelationTypePredicate(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ObjectRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ArtifactMatchRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ArtifactTypeRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_AttributeTypeRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_LegacyRelationTypeRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_RelationTypeRestriction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_RelationTypeMatch(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_XRelationSideEnum(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 3d68094c076..c7687854b91 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
@@ -1,380 +1,257 @@
/*
-* generated by Xtext
-*/
+ * generated by Xtext
+ */
package org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr;
-import com.google.inject.Inject;
import java.util.Collection;
-import java.util.HashMap;
import java.util.Map;
+import java.util.HashMap;
+
import org.antlr.runtime.RecognitionException;
-import org.eclipse.osee.framework.core.dsl.services.OseeDslGrammarAccess;
import org.eclipse.xtext.AbstractElement;
import org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser;
import org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement;
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser;
-public class OseeDslParser extends AbstractContentAssistParser {
-
- @Inject
- private OseeDslGrammarAccess grammarAccess;
-
- private Map<AbstractElement, String> nameMappings;
-
- @Override
- protected org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser createParser() {
- org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser result =
- new org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser(null);
- result.setGrammarAccess(grammarAccess);
- return result;
- }
-
- @Override
- protected String getRuleName(AbstractElement element) {
- if (nameMappings == null) {
- nameMappings = new HashMap<AbstractElement, String>() {
- 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");
- put(grammarAccess.getXAttributeTypeAccess().getMaxAlternatives_13_0(),
- "rule__XAttributeType__MaxAlternatives_13_0");
- put(grammarAccess.getXAttributeTypeAccess().getTaggerIdAlternatives_14_0_1_0(),
- "rule__XAttributeType__TaggerIdAlternatives_14_0_1_0");
- put(grammarAccess.getAttributeBaseTypeAccess().getAlternatives(),
- "rule__AttributeBaseType__Alternatives");
- put(grammarAccess.getOverrideOptionAccess().getAlternatives(), "rule__OverrideOption__Alternatives");
- put(grammarAccess.getAttributeOverrideOptionAccess().getAlternatives(),
- "rule__AttributeOverrideOption__Alternatives");
- 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");
- put(grammarAccess.getRelationTypeRestrictionAccess().getAlternatives_3(),
- "rule__RelationTypeRestriction__Alternatives_3");
- put(grammarAccess.getRelationMultiplicityEnumAccess().getAlternatives(),
- "rule__RelationMultiplicityEnum__Alternatives");
- put(grammarAccess.getCompareOpAccess().getAlternatives(), "rule__CompareOp__Alternatives");
- put(grammarAccess.getXLogicOperatorAccess().getAlternatives(), "rule__XLogicOperator__Alternatives");
- put(grammarAccess.getMatchFieldAccess().getAlternatives(), "rule__MatchField__Alternatives");
- put(grammarAccess.getAccessPermissionEnumAccess().getAlternatives(),
- "rule__AccessPermissionEnum__Alternatives");
- put(grammarAccess.getXRelationSideEnumAccess().getAlternatives(),
- "rule__XRelationSideEnum__Alternatives");
- put(grammarAccess.getOseeDslAccess().getGroup(), "rule__OseeDsl__Group__0");
- put(grammarAccess.getImportAccess().getGroup(), "rule__Import__Group__0");
- put(grammarAccess.getQUALIFIED_NAMEAccess().getGroup(), "rule__QUALIFIED_NAME__Group__0");
- put(grammarAccess.getQUALIFIED_NAMEAccess().getGroup_1(), "rule__QUALIFIED_NAME__Group_1__0");
- put(grammarAccess.getXArtifactTypeAccess().getGroup(), "rule__XArtifactType__Group__0");
- put(grammarAccess.getXArtifactTypeAccess().getGroup_3(), "rule__XArtifactType__Group_3__0");
- put(grammarAccess.getXArtifactTypeAccess().getGroup_3_2(), "rule__XArtifactType__Group_3_2__0");
- put(grammarAccess.getXArtifactTypeAccess().getGroup_5(), "rule__XArtifactType__Group_5__0");
- put(grammarAccess.getXAttributeTypeRefAccess().getGroup(), "rule__XAttributeTypeRef__Group__0");
- put(grammarAccess.getXAttributeTypeRefAccess().getGroup_2(), "rule__XAttributeTypeRef__Group_2__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup(), "rule__XAttributeType__Group__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup_2(), "rule__XAttributeType__Group_2__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup_3(), "rule__XAttributeType__Group_3__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup_5(), "rule__XAttributeType__Group_5__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup_14_0(), "rule__XAttributeType__Group_14_0__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup_14_1(), "rule__XAttributeType__Group_14_1__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup_14_2(), "rule__XAttributeType__Group_14_2__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup_14_3(), "rule__XAttributeType__Group_14_3__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup_14_4(), "rule__XAttributeType__Group_14_4__0");
- put(grammarAccess.getXAttributeTypeAccess().getGroup_14_5(), "rule__XAttributeType__Group_14_5__0");
- put(grammarAccess.getXOseeEnumTypeAccess().getGroup(), "rule__XOseeEnumType__Group__0");
- put(grammarAccess.getXOseeEnumTypeAccess().getGroup_3(), "rule__XOseeEnumType__Group_3__0");
- put(grammarAccess.getXOseeEnumEntryAccess().getGroup(), "rule__XOseeEnumEntry__Group__0");
- put(grammarAccess.getXOseeEnumEntryAccess().getGroup_3(), "rule__XOseeEnumEntry__Group_3__0");
- put(grammarAccess.getXOseeEnumEntryAccess().getGroup_4(), "rule__XOseeEnumEntry__Group_4__0");
- put(grammarAccess.getXOseeEnumOverrideAccess().getGroup(), "rule__XOseeEnumOverride__Group__0");
- put(grammarAccess.getAddEnumAccess().getGroup(), "rule__AddEnum__Group__0");
- put(grammarAccess.getAddEnumAccess().getGroup_3(), "rule__AddEnum__Group_3__0");
- put(grammarAccess.getAddEnumAccess().getGroup_4(), "rule__AddEnum__Group_4__0");
- put(grammarAccess.getRemoveEnumAccess().getGroup(), "rule__RemoveEnum__Group__0");
- put(grammarAccess.getXOseeArtifactTypeOverrideAccess().getGroup(),
- "rule__XOseeArtifactTypeOverride__Group__0");
- put(grammarAccess.getAddAttributeAccess().getGroup(), "rule__AddAttribute__Group__0");
- put(grammarAccess.getRemoveAttributeAccess().getGroup(), "rule__RemoveAttribute__Group__0");
- put(grammarAccess.getUpdateAttributeAccess().getGroup(), "rule__UpdateAttribute__Group__0");
- put(grammarAccess.getXRelationTypeAccess().getGroup(), "rule__XRelationType__Group__0");
- put(grammarAccess.getXRelationTypeAccess().getGroup_3(), "rule__XRelationType__Group_3__0");
- put(grammarAccess.getSimpleConditionAccess().getGroup(), "rule__SimpleCondition__Group__0");
- put(grammarAccess.getCompoundConditionAccess().getGroup(), "rule__CompoundCondition__Group__0");
- 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");
- put(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getGroup(),
- "rule__RelationTypeArtifactTypePredicate__Group__0");
- put(grammarAccess.getRelationTypeArtifactPredicateAccess().getGroup(),
- "rule__RelationTypeArtifactPredicate__Group__0");
- put(grammarAccess.getArtifactMatchRestrictionAccess().getGroup(),
- "rule__ArtifactMatchRestriction__Group__0");
- put(grammarAccess.getArtifactTypeRestrictionAccess().getGroup(),
- "rule__ArtifactTypeRestriction__Group__0");
- put(grammarAccess.getAttributeTypeRestrictionAccess().getGroup(),
- "rule__AttributeTypeRestriction__Group__0");
- put(grammarAccess.getAttributeTypeRestrictionAccess().getGroup_4(),
- "rule__AttributeTypeRestriction__Group_4__0");
- put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getGroup(),
- "rule__LegacyRelationTypeRestriction__Group__0");
- put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getGroup_5(),
- "rule__LegacyRelationTypeRestriction__Group_5__0");
- put(grammarAccess.getRelationTypeRestrictionAccess().getGroup(),
- "rule__RelationTypeRestriction__Group__0");
- put(grammarAccess.getOseeDslAccess().getImportsAssignment_0(), "rule__OseeDsl__ImportsAssignment_0");
- put(grammarAccess.getOseeDslAccess().getArtifactTypesAssignment_1_0(),
- "rule__OseeDsl__ArtifactTypesAssignment_1_0");
- put(grammarAccess.getOseeDslAccess().getRelationTypesAssignment_1_1(),
- "rule__OseeDsl__RelationTypesAssignment_1_1");
- 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().getArtifactTypeOverridesAssignment_1_5(),
- "rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5");
- 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");
- put(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_1(),
- "rule__XArtifactType__SuperArtifactTypesAssignment_3_1");
- put(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_2_1(),
- "rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1");
- put(grammarAccess.getXArtifactTypeAccess().getTypeGuidAssignment_5_1(),
- "rule__XArtifactType__TypeGuidAssignment_5_1");
- put(grammarAccess.getXArtifactTypeAccess().getUuidAssignment_7(),
- "rule__XArtifactType__UuidAssignment_7");
- put(grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesAssignment_8(),
- "rule__XArtifactType__ValidAttributeTypesAssignment_8");
- put(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeAssignment_1(),
- "rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1");
- put(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidAssignment_2_1(),
- "rule__XAttributeTypeRef__BranchUuidAssignment_2_1");
- put(grammarAccess.getXAttributeTypeAccess().getNameAssignment_1(),
- "rule__XAttributeType__NameAssignment_1");
- put(grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAssignment_2_1(),
- "rule__XAttributeType__BaseAttributeTypeAssignment_2_1");
- put(grammarAccess.getXAttributeTypeAccess().getOverrideAssignment_3_1(),
- "rule__XAttributeType__OverrideAssignment_3_1");
- put(grammarAccess.getXAttributeTypeAccess().getTypeGuidAssignment_5_1(),
- "rule__XAttributeType__TypeGuidAssignment_5_1");
- put(grammarAccess.getXAttributeTypeAccess().getUuidAssignment_7(),
- "rule__XAttributeType__UuidAssignment_7");
- put(grammarAccess.getXAttributeTypeAccess().getDataProviderAssignment_9(),
- "rule__XAttributeType__DataProviderAssignment_9");
- put(grammarAccess.getXAttributeTypeAccess().getMinAssignment_11(),
- "rule__XAttributeType__MinAssignment_11");
- put(grammarAccess.getXAttributeTypeAccess().getMaxAssignment_13(),
- "rule__XAttributeType__MaxAssignment_13");
- put(grammarAccess.getXAttributeTypeAccess().getTaggerIdAssignment_14_0_1(),
- "rule__XAttributeType__TaggerIdAssignment_14_0_1");
- put(grammarAccess.getXAttributeTypeAccess().getEnumTypeAssignment_14_1_1(),
- "rule__XAttributeType__EnumTypeAssignment_14_1_1");
- put(grammarAccess.getXAttributeTypeAccess().getDescriptionAssignment_14_2_1(),
- "rule__XAttributeType__DescriptionAssignment_14_2_1");
- put(grammarAccess.getXAttributeTypeAccess().getDefaultValueAssignment_14_3_1(),
- "rule__XAttributeType__DefaultValueAssignment_14_3_1");
- put(grammarAccess.getXAttributeTypeAccess().getFileExtensionAssignment_14_4_1(),
- "rule__XAttributeType__FileExtensionAssignment_14_4_1");
- put(grammarAccess.getXAttributeTypeAccess().getMediaTypeAssignment_14_5_1(),
- "rule__XAttributeType__MediaTypeAssignment_14_5_1");
- put(grammarAccess.getXOseeEnumTypeAccess().getNameAssignment_1(),
- "rule__XOseeEnumType__NameAssignment_1");
- put(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidAssignment_3_1(),
- "rule__XOseeEnumType__TypeGuidAssignment_3_1");
- put(grammarAccess.getXOseeEnumTypeAccess().getUuidAssignment_5(),
- "rule__XOseeEnumType__UuidAssignment_5");
- put(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesAssignment_6(),
- "rule__XOseeEnumType__EnumEntriesAssignment_6");
- put(grammarAccess.getXOseeEnumEntryAccess().getNameAssignment_1(),
- "rule__XOseeEnumEntry__NameAssignment_1");
- put(grammarAccess.getXOseeEnumEntryAccess().getOrdinalAssignment_2(),
- "rule__XOseeEnumEntry__OrdinalAssignment_2");
- put(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidAssignment_3_1(),
- "rule__XOseeEnumEntry__EntryGuidAssignment_3_1");
- put(grammarAccess.getXOseeEnumEntryAccess().getDescriptionAssignment_4_1(),
- "rule__XOseeEnumEntry__DescriptionAssignment_4_1");
- put(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeAssignment_1(),
- "rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1");
- put(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllAssignment_3(),
- "rule__XOseeEnumOverride__InheritAllAssignment_3");
- put(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsAssignment_4(),
- "rule__XOseeEnumOverride__OverrideOptionsAssignment_4");
- put(grammarAccess.getAddEnumAccess().getEnumEntryAssignment_1(), "rule__AddEnum__EnumEntryAssignment_1");
- put(grammarAccess.getAddEnumAccess().getOrdinalAssignment_2(), "rule__AddEnum__OrdinalAssignment_2");
- put(grammarAccess.getAddEnumAccess().getEntryGuidAssignment_3_1(),
- "rule__AddEnum__EntryGuidAssignment_3_1");
- put(grammarAccess.getAddEnumAccess().getDescriptionAssignment_4_1(),
- "rule__AddEnum__DescriptionAssignment_4_1");
- put(grammarAccess.getRemoveEnumAccess().getEnumEntryAssignment_1(),
- "rule__RemoveEnum__EnumEntryAssignment_1");
- put(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeAssignment_1(),
- "rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1");
- put(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllAssignment_3(),
- "rule__XOseeArtifactTypeOverride__InheritAllAssignment_3");
- put(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4(),
- "rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4");
- put(grammarAccess.getAddAttributeAccess().getAttributeAssignment_1(),
- "rule__AddAttribute__AttributeAssignment_1");
- put(grammarAccess.getRemoveAttributeAccess().getAttributeAssignment_2(),
- "rule__RemoveAttribute__AttributeAssignment_2");
- put(grammarAccess.getUpdateAttributeAccess().getAttributeAssignment_1(),
- "rule__UpdateAttribute__AttributeAssignment_1");
- put(grammarAccess.getXRelationTypeAccess().getNameAssignment_1(),
- "rule__XRelationType__NameAssignment_1");
- put(grammarAccess.getXRelationTypeAccess().getTypeGuidAssignment_3_1(),
- "rule__XRelationType__TypeGuidAssignment_3_1");
- put(grammarAccess.getXRelationTypeAccess().getUuidAssignment_5(),
- "rule__XRelationType__UuidAssignment_5");
- put(grammarAccess.getXRelationTypeAccess().getSideANameAssignment_7(),
- "rule__XRelationType__SideANameAssignment_7");
- put(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeAssignment_9(),
- "rule__XRelationType__SideAArtifactTypeAssignment_9");
- put(grammarAccess.getXRelationTypeAccess().getSideBNameAssignment_11(),
- "rule__XRelationType__SideBNameAssignment_11");
- put(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeAssignment_13(),
- "rule__XRelationType__SideBArtifactTypeAssignment_13");
- put(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeAssignment_15(),
- "rule__XRelationType__DefaultOrderTypeAssignment_15");
- put(grammarAccess.getXRelationTypeAccess().getMultiplicityAssignment_17(),
- "rule__XRelationType__MultiplicityAssignment_17");
- put(grammarAccess.getSimpleConditionAccess().getFieldAssignment_0(),
- "rule__SimpleCondition__FieldAssignment_0");
- put(grammarAccess.getSimpleConditionAccess().getOpAssignment_1(),
- "rule__SimpleCondition__OpAssignment_1");
- put(grammarAccess.getSimpleConditionAccess().getExpressionAssignment_2(),
- "rule__SimpleCondition__ExpressionAssignment_2");
- put(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_1(),
- "rule__CompoundCondition__ConditionsAssignment_1");
- put(grammarAccess.getCompoundConditionAccess().getOperatorsAssignment_2_0(),
- "rule__CompoundCondition__OperatorsAssignment_2_0");
- put(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_2_1(),
- "rule__CompoundCondition__ConditionsAssignment_2_1");
- put(grammarAccess.getXArtifactMatcherAccess().getNameAssignment_1(),
- "rule__XArtifactMatcher__NameAssignment_1");
- 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");
- put(grammarAccess.getAccessContextAccess().getAccessRulesAssignment_7_0(),
- "rule__AccessContext__AccessRulesAssignment_7_0");
- put(grammarAccess.getAccessContextAccess().getHierarchyRestrictionsAssignment_7_1(),
- "rule__AccessContext__HierarchyRestrictionsAssignment_7_1");
- put(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefAssignment_1(),
- "rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1");
- put(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3(),
- "rule__HierarchyRestriction__AccessRulesAssignment_3");
- put(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefAssignment_1(),
- "rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1");
- put(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefAssignment_1(),
- "rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1");
- put(grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAssignment_0(),
- "rule__ArtifactMatchRestriction__PermissionAssignment_0");
- put(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefAssignment_3(),
- "rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3");
- put(grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAssignment_0(),
- "rule__ArtifactTypeRestriction__PermissionAssignment_0");
- put(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefAssignment_3(),
- "rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3");
- put(grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAssignment_0(),
- "rule__AttributeTypeRestriction__PermissionAssignment_0");
- put(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefAssignment_3(),
- "rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3");
- put(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefAssignment_4_2(),
- "rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2");
- put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getPermissionAssignment_0(),
- "rule__LegacyRelationTypeRestriction__PermissionAssignment_0");
- put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getRelationTypeRefAssignment_3(),
- "rule__LegacyRelationTypeRestriction__RelationTypeRefAssignment_3");
- put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getRestrictedToSideAssignment_4(),
- "rule__LegacyRelationTypeRestriction__RestrictedToSideAssignment_4");
- put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getArtifactMatcherRefAssignment_5_1(),
- "rule__LegacyRelationTypeRestriction__ArtifactMatcherRefAssignment_5_1");
- put(grammarAccess.getRelationTypeRestrictionAccess().getPermissionAssignment_0(),
- "rule__RelationTypeRestriction__PermissionAssignment_0");
- put(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchAssignment_3_0(),
- "rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0");
- put(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefAssignment_3_1(),
- "rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1");
- put(grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideAssignment_4(),
- "rule__RelationTypeRestriction__RestrictedToSideAssignment_4");
- put(grammarAccess.getRelationTypeRestrictionAccess().getPredicateAssignment_5(),
- "rule__RelationTypeRestriction__PredicateAssignment_5");
- put(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(),
- "rule__XAttributeType__UnorderedGroup_14");
- }
- };
- }
- return nameMappings.get(element);
- }
-
- @Override
- protected Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser) {
- try {
- org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser typedParser =
- (org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser) parser;
- typedParser.entryRuleOseeDsl();
- return typedParser.getFollowElements();
- } catch (RecognitionException ex) {
- throw new RuntimeException(ex);
- }
- }
-
- @Override
- protected String[] getInitialHiddenTokens() {
- return new String[] {"RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT"};
- }
+import com.google.inject.Inject;
- public OseeDslGrammarAccess getGrammarAccess() {
- return this.grammarAccess;
- }
+import org.eclipse.osee.framework.core.dsl.services.OseeDslGrammarAccess;
- public void setGrammarAccess(OseeDslGrammarAccess grammarAccess) {
- this.grammarAccess = grammarAccess;
- }
+public class OseeDslParser extends AbstractContentAssistParser {
+
+ @Inject
+ private OseeDslGrammarAccess grammarAccess;
+
+ private Map<AbstractElement, String> nameMappings;
+
+ @Override
+ protected org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser createParser() {
+ org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser result = new org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser(null);
+ result.setGrammarAccess(grammarAccess);
+ return result;
+ }
+
+ @Override
+ protected String getRuleName(AbstractElement element) {
+ if (nameMappings == null) {
+ nameMappings = new HashMap<AbstractElement, String>() {
+ 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");
+ put(grammarAccess.getXAttributeTypeAccess().getMaxAlternatives_13_0(), "rule__XAttributeType__MaxAlternatives_13_0");
+ put(grammarAccess.getXAttributeTypeAccess().getTaggerIdAlternatives_14_0_1_0(), "rule__XAttributeType__TaggerIdAlternatives_14_0_1_0");
+ put(grammarAccess.getAttributeBaseTypeAccess().getAlternatives(), "rule__AttributeBaseType__Alternatives");
+ put(grammarAccess.getOverrideOptionAccess().getAlternatives(), "rule__OverrideOption__Alternatives");
+ put(grammarAccess.getAttributeOverrideOptionAccess().getAlternatives(), "rule__AttributeOverrideOption__Alternatives");
+ 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");
+ put(grammarAccess.getRelationTypeRestrictionAccess().getAlternatives_3(), "rule__RelationTypeRestriction__Alternatives_3");
+ put(grammarAccess.getRelationMultiplicityEnumAccess().getAlternatives(), "rule__RelationMultiplicityEnum__Alternatives");
+ put(grammarAccess.getCompareOpAccess().getAlternatives(), "rule__CompareOp__Alternatives");
+ put(grammarAccess.getXLogicOperatorAccess().getAlternatives(), "rule__XLogicOperator__Alternatives");
+ put(grammarAccess.getMatchFieldAccess().getAlternatives(), "rule__MatchField__Alternatives");
+ put(grammarAccess.getAccessPermissionEnumAccess().getAlternatives(), "rule__AccessPermissionEnum__Alternatives");
+ put(grammarAccess.getXRelationSideEnumAccess().getAlternatives(), "rule__XRelationSideEnum__Alternatives");
+ put(grammarAccess.getOseeDslAccess().getGroup(), "rule__OseeDsl__Group__0");
+ put(grammarAccess.getImportAccess().getGroup(), "rule__Import__Group__0");
+ put(grammarAccess.getQUALIFIED_NAMEAccess().getGroup(), "rule__QUALIFIED_NAME__Group__0");
+ put(grammarAccess.getQUALIFIED_NAMEAccess().getGroup_1(), "rule__QUALIFIED_NAME__Group_1__0");
+ put(grammarAccess.getXArtifactTypeAccess().getGroup(), "rule__XArtifactType__Group__0");
+ put(grammarAccess.getXArtifactTypeAccess().getGroup_3(), "rule__XArtifactType__Group_3__0");
+ put(grammarAccess.getXArtifactTypeAccess().getGroup_3_2(), "rule__XArtifactType__Group_3_2__0");
+ put(grammarAccess.getXArtifactTypeAccess().getGroup_5(), "rule__XArtifactType__Group_5__0");
+ put(grammarAccess.getXAttributeTypeRefAccess().getGroup(), "rule__XAttributeTypeRef__Group__0");
+ put(grammarAccess.getXAttributeTypeRefAccess().getGroup_2(), "rule__XAttributeTypeRef__Group_2__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup(), "rule__XAttributeType__Group__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup_2(), "rule__XAttributeType__Group_2__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup_3(), "rule__XAttributeType__Group_3__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup_5(), "rule__XAttributeType__Group_5__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup_14_0(), "rule__XAttributeType__Group_14_0__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup_14_1(), "rule__XAttributeType__Group_14_1__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup_14_2(), "rule__XAttributeType__Group_14_2__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup_14_3(), "rule__XAttributeType__Group_14_3__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup_14_4(), "rule__XAttributeType__Group_14_4__0");
+ put(grammarAccess.getXAttributeTypeAccess().getGroup_14_5(), "rule__XAttributeType__Group_14_5__0");
+ put(grammarAccess.getXOseeEnumTypeAccess().getGroup(), "rule__XOseeEnumType__Group__0");
+ put(grammarAccess.getXOseeEnumTypeAccess().getGroup_3(), "rule__XOseeEnumType__Group_3__0");
+ put(grammarAccess.getXOseeEnumEntryAccess().getGroup(), "rule__XOseeEnumEntry__Group__0");
+ put(grammarAccess.getXOseeEnumEntryAccess().getGroup_3(), "rule__XOseeEnumEntry__Group_3__0");
+ put(grammarAccess.getXOseeEnumEntryAccess().getGroup_4(), "rule__XOseeEnumEntry__Group_4__0");
+ put(grammarAccess.getXOseeEnumOverrideAccess().getGroup(), "rule__XOseeEnumOverride__Group__0");
+ put(grammarAccess.getAddEnumAccess().getGroup(), "rule__AddEnum__Group__0");
+ put(grammarAccess.getAddEnumAccess().getGroup_3(), "rule__AddEnum__Group_3__0");
+ put(grammarAccess.getAddEnumAccess().getGroup_4(), "rule__AddEnum__Group_4__0");
+ put(grammarAccess.getRemoveEnumAccess().getGroup(), "rule__RemoveEnum__Group__0");
+ put(grammarAccess.getXOseeArtifactTypeOverrideAccess().getGroup(), "rule__XOseeArtifactTypeOverride__Group__0");
+ put(grammarAccess.getAddAttributeAccess().getGroup(), "rule__AddAttribute__Group__0");
+ put(grammarAccess.getRemoveAttributeAccess().getGroup(), "rule__RemoveAttribute__Group__0");
+ put(grammarAccess.getUpdateAttributeAccess().getGroup(), "rule__UpdateAttribute__Group__0");
+ put(grammarAccess.getXRelationTypeAccess().getGroup(), "rule__XRelationType__Group__0");
+ put(grammarAccess.getXRelationTypeAccess().getGroup_3(), "rule__XRelationType__Group_3__0");
+ put(grammarAccess.getSimpleConditionAccess().getGroup(), "rule__SimpleCondition__Group__0");
+ put(grammarAccess.getCompoundConditionAccess().getGroup(), "rule__CompoundCondition__Group__0");
+ 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");
+ put(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getGroup(), "rule__RelationTypeArtifactTypePredicate__Group__0");
+ put(grammarAccess.getRelationTypeArtifactPredicateAccess().getGroup(), "rule__RelationTypeArtifactPredicate__Group__0");
+ put(grammarAccess.getArtifactMatchRestrictionAccess().getGroup(), "rule__ArtifactMatchRestriction__Group__0");
+ put(grammarAccess.getArtifactTypeRestrictionAccess().getGroup(), "rule__ArtifactTypeRestriction__Group__0");
+ put(grammarAccess.getAttributeTypeRestrictionAccess().getGroup(), "rule__AttributeTypeRestriction__Group__0");
+ put(grammarAccess.getAttributeTypeRestrictionAccess().getGroup_4(), "rule__AttributeTypeRestriction__Group_4__0");
+ put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getGroup(), "rule__LegacyRelationTypeRestriction__Group__0");
+ put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getGroup_5(), "rule__LegacyRelationTypeRestriction__Group_5__0");
+ put(grammarAccess.getRelationTypeRestrictionAccess().getGroup(), "rule__RelationTypeRestriction__Group__0");
+ put(grammarAccess.getOseeDslAccess().getImportsAssignment_0(), "rule__OseeDsl__ImportsAssignment_0");
+ put(grammarAccess.getOseeDslAccess().getArtifactTypesAssignment_1_0(), "rule__OseeDsl__ArtifactTypesAssignment_1_0");
+ put(grammarAccess.getOseeDslAccess().getRelationTypesAssignment_1_1(), "rule__OseeDsl__RelationTypesAssignment_1_1");
+ 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().getArtifactTypeOverridesAssignment_1_5(), "rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5");
+ 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");
+ put(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_1(), "rule__XArtifactType__SuperArtifactTypesAssignment_3_1");
+ put(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_2_1(), "rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1");
+ put(grammarAccess.getXArtifactTypeAccess().getTypeGuidAssignment_5_1(), "rule__XArtifactType__TypeGuidAssignment_5_1");
+ put(grammarAccess.getXArtifactTypeAccess().getIdAssignment_7(), "rule__XArtifactType__IdAssignment_7");
+ put(grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesAssignment_8(), "rule__XArtifactType__ValidAttributeTypesAssignment_8");
+ put(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeAssignment_1(), "rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1");
+ put(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidAssignment_2_1(), "rule__XAttributeTypeRef__BranchUuidAssignment_2_1");
+ put(grammarAccess.getXAttributeTypeAccess().getNameAssignment_1(), "rule__XAttributeType__NameAssignment_1");
+ put(grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAssignment_2_1(), "rule__XAttributeType__BaseAttributeTypeAssignment_2_1");
+ put(grammarAccess.getXAttributeTypeAccess().getOverrideAssignment_3_1(), "rule__XAttributeType__OverrideAssignment_3_1");
+ put(grammarAccess.getXAttributeTypeAccess().getTypeGuidAssignment_5_1(), "rule__XAttributeType__TypeGuidAssignment_5_1");
+ put(grammarAccess.getXAttributeTypeAccess().getIdAssignment_7(), "rule__XAttributeType__IdAssignment_7");
+ put(grammarAccess.getXAttributeTypeAccess().getDataProviderAssignment_9(), "rule__XAttributeType__DataProviderAssignment_9");
+ put(grammarAccess.getXAttributeTypeAccess().getMinAssignment_11(), "rule__XAttributeType__MinAssignment_11");
+ put(grammarAccess.getXAttributeTypeAccess().getMaxAssignment_13(), "rule__XAttributeType__MaxAssignment_13");
+ put(grammarAccess.getXAttributeTypeAccess().getTaggerIdAssignment_14_0_1(), "rule__XAttributeType__TaggerIdAssignment_14_0_1");
+ put(grammarAccess.getXAttributeTypeAccess().getEnumTypeAssignment_14_1_1(), "rule__XAttributeType__EnumTypeAssignment_14_1_1");
+ put(grammarAccess.getXAttributeTypeAccess().getDescriptionAssignment_14_2_1(), "rule__XAttributeType__DescriptionAssignment_14_2_1");
+ put(grammarAccess.getXAttributeTypeAccess().getDefaultValueAssignment_14_3_1(), "rule__XAttributeType__DefaultValueAssignment_14_3_1");
+ put(grammarAccess.getXAttributeTypeAccess().getFileExtensionAssignment_14_4_1(), "rule__XAttributeType__FileExtensionAssignment_14_4_1");
+ put(grammarAccess.getXAttributeTypeAccess().getMediaTypeAssignment_14_5_1(), "rule__XAttributeType__MediaTypeAssignment_14_5_1");
+ put(grammarAccess.getXOseeEnumTypeAccess().getNameAssignment_1(), "rule__XOseeEnumType__NameAssignment_1");
+ put(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidAssignment_3_1(), "rule__XOseeEnumType__TypeGuidAssignment_3_1");
+ put(grammarAccess.getXOseeEnumTypeAccess().getIdAssignment_5(), "rule__XOseeEnumType__IdAssignment_5");
+ put(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesAssignment_6(), "rule__XOseeEnumType__EnumEntriesAssignment_6");
+ put(grammarAccess.getXOseeEnumEntryAccess().getNameAssignment_1(), "rule__XOseeEnumEntry__NameAssignment_1");
+ put(grammarAccess.getXOseeEnumEntryAccess().getOrdinalAssignment_2(), "rule__XOseeEnumEntry__OrdinalAssignment_2");
+ put(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidAssignment_3_1(), "rule__XOseeEnumEntry__EntryGuidAssignment_3_1");
+ put(grammarAccess.getXOseeEnumEntryAccess().getDescriptionAssignment_4_1(), "rule__XOseeEnumEntry__DescriptionAssignment_4_1");
+ put(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeAssignment_1(), "rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1");
+ put(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllAssignment_3(), "rule__XOseeEnumOverride__InheritAllAssignment_3");
+ put(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsAssignment_4(), "rule__XOseeEnumOverride__OverrideOptionsAssignment_4");
+ put(grammarAccess.getAddEnumAccess().getEnumEntryAssignment_1(), "rule__AddEnum__EnumEntryAssignment_1");
+ put(grammarAccess.getAddEnumAccess().getOrdinalAssignment_2(), "rule__AddEnum__OrdinalAssignment_2");
+ put(grammarAccess.getAddEnumAccess().getEntryGuidAssignment_3_1(), "rule__AddEnum__EntryGuidAssignment_3_1");
+ put(grammarAccess.getAddEnumAccess().getDescriptionAssignment_4_1(), "rule__AddEnum__DescriptionAssignment_4_1");
+ put(grammarAccess.getRemoveEnumAccess().getEnumEntryAssignment_1(), "rule__RemoveEnum__EnumEntryAssignment_1");
+ put(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeAssignment_1(), "rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1");
+ put(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllAssignment_3(), "rule__XOseeArtifactTypeOverride__InheritAllAssignment_3");
+ put(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4(), "rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4");
+ put(grammarAccess.getAddAttributeAccess().getAttributeAssignment_1(), "rule__AddAttribute__AttributeAssignment_1");
+ put(grammarAccess.getRemoveAttributeAccess().getAttributeAssignment_2(), "rule__RemoveAttribute__AttributeAssignment_2");
+ put(grammarAccess.getUpdateAttributeAccess().getAttributeAssignment_1(), "rule__UpdateAttribute__AttributeAssignment_1");
+ put(grammarAccess.getXRelationTypeAccess().getNameAssignment_1(), "rule__XRelationType__NameAssignment_1");
+ put(grammarAccess.getXRelationTypeAccess().getTypeGuidAssignment_3_1(), "rule__XRelationType__TypeGuidAssignment_3_1");
+ put(grammarAccess.getXRelationTypeAccess().getIdAssignment_5(), "rule__XRelationType__IdAssignment_5");
+ put(grammarAccess.getXRelationTypeAccess().getSideANameAssignment_7(), "rule__XRelationType__SideANameAssignment_7");
+ put(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeAssignment_9(), "rule__XRelationType__SideAArtifactTypeAssignment_9");
+ put(grammarAccess.getXRelationTypeAccess().getSideBNameAssignment_11(), "rule__XRelationType__SideBNameAssignment_11");
+ put(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeAssignment_13(), "rule__XRelationType__SideBArtifactTypeAssignment_13");
+ put(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeAssignment_15(), "rule__XRelationType__DefaultOrderTypeAssignment_15");
+ put(grammarAccess.getXRelationTypeAccess().getMultiplicityAssignment_17(), "rule__XRelationType__MultiplicityAssignment_17");
+ put(grammarAccess.getSimpleConditionAccess().getFieldAssignment_0(), "rule__SimpleCondition__FieldAssignment_0");
+ put(grammarAccess.getSimpleConditionAccess().getOpAssignment_1(), "rule__SimpleCondition__OpAssignment_1");
+ put(grammarAccess.getSimpleConditionAccess().getExpressionAssignment_2(), "rule__SimpleCondition__ExpressionAssignment_2");
+ put(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_1(), "rule__CompoundCondition__ConditionsAssignment_1");
+ put(grammarAccess.getCompoundConditionAccess().getOperatorsAssignment_2_0(), "rule__CompoundCondition__OperatorsAssignment_2_0");
+ put(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_2_1(), "rule__CompoundCondition__ConditionsAssignment_2_1");
+ put(grammarAccess.getXArtifactMatcherAccess().getNameAssignment_1(), "rule__XArtifactMatcher__NameAssignment_1");
+ 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");
+ put(grammarAccess.getAccessContextAccess().getAccessRulesAssignment_7_0(), "rule__AccessContext__AccessRulesAssignment_7_0");
+ put(grammarAccess.getAccessContextAccess().getHierarchyRestrictionsAssignment_7_1(), "rule__AccessContext__HierarchyRestrictionsAssignment_7_1");
+ put(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefAssignment_1(), "rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1");
+ put(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3(), "rule__HierarchyRestriction__AccessRulesAssignment_3");
+ put(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefAssignment_1(), "rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1");
+ put(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefAssignment_1(), "rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1");
+ put(grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAssignment_0(), "rule__ArtifactMatchRestriction__PermissionAssignment_0");
+ put(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefAssignment_3(), "rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3");
+ put(grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAssignment_0(), "rule__ArtifactTypeRestriction__PermissionAssignment_0");
+ put(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefAssignment_3(), "rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3");
+ put(grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAssignment_0(), "rule__AttributeTypeRestriction__PermissionAssignment_0");
+ put(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefAssignment_3(), "rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3");
+ put(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefAssignment_4_2(), "rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2");
+ put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getPermissionAssignment_0(), "rule__LegacyRelationTypeRestriction__PermissionAssignment_0");
+ put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getRelationTypeRefAssignment_3(), "rule__LegacyRelationTypeRestriction__RelationTypeRefAssignment_3");
+ put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getRestrictedToSideAssignment_4(), "rule__LegacyRelationTypeRestriction__RestrictedToSideAssignment_4");
+ put(grammarAccess.getLegacyRelationTypeRestrictionAccess().getArtifactMatcherRefAssignment_5_1(), "rule__LegacyRelationTypeRestriction__ArtifactMatcherRefAssignment_5_1");
+ put(grammarAccess.getRelationTypeRestrictionAccess().getPermissionAssignment_0(), "rule__RelationTypeRestriction__PermissionAssignment_0");
+ put(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchAssignment_3_0(), "rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0");
+ put(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefAssignment_3_1(), "rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1");
+ put(grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideAssignment_4(), "rule__RelationTypeRestriction__RestrictedToSideAssignment_4");
+ put(grammarAccess.getRelationTypeRestrictionAccess().getPredicateAssignment_5(), "rule__RelationTypeRestriction__PredicateAssignment_5");
+ put(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), "rule__XAttributeType__UnorderedGroup_14");
+ }
+ };
+ }
+ return nameMappings.get(element);
+ }
+
+ @Override
+ protected Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser) {
+ try {
+ org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser typedParser = (org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal.InternalOseeDslParser) parser;
+ typedParser.entryRuleOseeDsl();
+ return typedParser.getFollowElements();
+ } catch(RecognitionException ex) {
+ throw new RuntimeException(ex);
+ }
+ }
+
+ @Override
+ protected String[] getInitialHiddenTokens() {
+ return new String[] { "RULE_WS", "RULE_ML_COMMENT", "RULE_SL_COMMENT" };
+ }
+
+ public OseeDslGrammarAccess getGrammarAccess() {
+ return this.grammarAccess;
+ }
+
+ public void setGrammarAccess(OseeDslGrammarAccess grammarAccess) {
+ this.grammarAccess = grammarAccess;
+ }
}
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 edcec9d8594..d332f44da74 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
@@ -1,6 +1,6 @@
/*
-* generated by Xtext
-*/
+ * generated by Xtext
+ */
grammar InternalOseeDsl;
options {
@@ -2461,11 +2461,11 @@ rule__XArtifactType__Group__6__Impl
}
:
(
-{ before(grammarAccess.getXArtifactTypeAccess().getUuidKeyword_6()); }
+{ before(grammarAccess.getXArtifactTypeAccess().getIdKeyword_6()); }
- 'uuid'
+ 'id'
-{ after(grammarAccess.getXArtifactTypeAccess().getUuidKeyword_6()); }
+{ after(grammarAccess.getXArtifactTypeAccess().getIdKeyword_6()); }
)
;
@@ -2492,9 +2492,9 @@ rule__XArtifactType__Group__7__Impl
}
:
(
-{ before(grammarAccess.getXArtifactTypeAccess().getUuidAssignment_7()); }
-(rule__XArtifactType__UuidAssignment_7)
-{ after(grammarAccess.getXArtifactTypeAccess().getUuidAssignment_7()); }
+{ before(grammarAccess.getXArtifactTypeAccess().getIdAssignment_7()); }
+(rule__XArtifactType__IdAssignment_7)
+{ after(grammarAccess.getXArtifactTypeAccess().getIdAssignment_7()); }
)
;
@@ -3155,11 +3155,11 @@ rule__XAttributeType__Group__6__Impl
}
:
(
-{ before(grammarAccess.getXAttributeTypeAccess().getUuidKeyword_6()); }
+{ before(grammarAccess.getXAttributeTypeAccess().getIdKeyword_6()); }
- 'uuid'
+ 'id'
-{ after(grammarAccess.getXAttributeTypeAccess().getUuidKeyword_6()); }
+{ after(grammarAccess.getXAttributeTypeAccess().getIdKeyword_6()); }
)
;
@@ -3186,9 +3186,9 @@ rule__XAttributeType__Group__7__Impl
}
:
(
-{ before(grammarAccess.getXAttributeTypeAccess().getUuidAssignment_7()); }
-(rule__XAttributeType__UuidAssignment_7)
-{ after(grammarAccess.getXAttributeTypeAccess().getUuidAssignment_7()); }
+{ before(grammarAccess.getXAttributeTypeAccess().getIdAssignment_7()); }
+(rule__XAttributeType__IdAssignment_7)
+{ after(grammarAccess.getXAttributeTypeAccess().getIdAssignment_7()); }
)
;
@@ -4173,11 +4173,11 @@ rule__XOseeEnumType__Group__4__Impl
}
:
(
-{ before(grammarAccess.getXOseeEnumTypeAccess().getUuidKeyword_4()); }
+{ before(grammarAccess.getXOseeEnumTypeAccess().getIdKeyword_4()); }
- 'uuid'
+ 'id'
-{ after(grammarAccess.getXOseeEnumTypeAccess().getUuidKeyword_4()); }
+{ after(grammarAccess.getXOseeEnumTypeAccess().getIdKeyword_4()); }
)
;
@@ -4204,9 +4204,9 @@ rule__XOseeEnumType__Group__5__Impl
}
:
(
-{ before(grammarAccess.getXOseeEnumTypeAccess().getUuidAssignment_5()); }
-(rule__XOseeEnumType__UuidAssignment_5)
-{ after(grammarAccess.getXOseeEnumTypeAccess().getUuidAssignment_5()); }
+{ before(grammarAccess.getXOseeEnumTypeAccess().getIdAssignment_5()); }
+(rule__XOseeEnumType__IdAssignment_5)
+{ after(grammarAccess.getXOseeEnumTypeAccess().getIdAssignment_5()); }
)
;
@@ -5729,11 +5729,11 @@ rule__XRelationType__Group__4__Impl
}
:
(
-{ before(grammarAccess.getXRelationTypeAccess().getUuidKeyword_4()); }
+{ before(grammarAccess.getXRelationTypeAccess().getIdKeyword_4()); }
- 'uuid'
+ 'id'
-{ after(grammarAccess.getXRelationTypeAccess().getUuidKeyword_4()); }
+{ after(grammarAccess.getXRelationTypeAccess().getIdKeyword_4()); }
)
;
@@ -5760,9 +5760,9 @@ rule__XRelationType__Group__5__Impl
}
:
(
-{ before(grammarAccess.getXRelationTypeAccess().getUuidAssignment_5()); }
-(rule__XRelationType__UuidAssignment_5)
-{ after(grammarAccess.getXRelationTypeAccess().getUuidAssignment_5()); }
+{ before(grammarAccess.getXRelationTypeAccess().getIdAssignment_5()); }
+(rule__XRelationType__IdAssignment_5)
+{ after(grammarAccess.getXRelationTypeAccess().getIdAssignment_5()); }
)
;
@@ -9217,14 +9217,14 @@ finally {
restoreStackSize(stackSize);
}
-rule__XArtifactType__UuidAssignment_7
+rule__XArtifactType__IdAssignment_7
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getXArtifactTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0()); }
- RULE_HEX_INT{ after(grammarAccess.getXArtifactTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0()); }
+{ before(grammarAccess.getXArtifactTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_7_0()); }
+ RULE_WHOLE_NUM_STR{ after(grammarAccess.getXArtifactTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_7_0()); }
)
;
@@ -9345,14 +9345,14 @@ finally {
restoreStackSize(stackSize);
}
-rule__XAttributeType__UuidAssignment_7
+rule__XAttributeType__IdAssignment_7
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getXAttributeTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0()); }
- RULE_HEX_INT{ after(grammarAccess.getXAttributeTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0()); }
+{ before(grammarAccess.getXAttributeTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_7_0()); }
+ RULE_WHOLE_NUM_STR{ after(grammarAccess.getXAttributeTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_7_0()); }
)
;
@@ -9532,14 +9532,14 @@ finally {
restoreStackSize(stackSize);
}
-rule__XOseeEnumType__UuidAssignment_5
+rule__XOseeEnumType__IdAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getXOseeEnumTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0()); }
- RULE_HEX_INT{ after(grammarAccess.getXOseeEnumTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0()); }
+{ before(grammarAccess.getXOseeEnumTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_5_0()); }
+ RULE_WHOLE_NUM_STR{ after(grammarAccess.getXOseeEnumTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_5_0()); }
)
;
@@ -9894,14 +9894,14 @@ finally {
restoreStackSize(stackSize);
}
-rule__XRelationType__UuidAssignment_5
+rule__XRelationType__IdAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getXRelationTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0()); }
- RULE_HEX_INT{ after(grammarAccess.getXRelationTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0()); }
+{ before(grammarAccess.getXRelationTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_5_0()); }
+ RULE_WHOLE_NUM_STR{ after(grammarAccess.getXRelationTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_5_0()); }
)
;
@@ -10611,8 +10611,6 @@ RULE_STRING : ('"' ('\\' '"'|~('"'))* '"'|'\'' ('\\' '\''|~('\''))* '\'');
RULE_WHOLE_NUM_STR : ('0'..'9')+;
-RULE_HEX_INT : '0x' ('A'..'F'|'0'..'9')+;
-
RULE_ID : '^'? ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'_'|'0'..'9')*;
RULE_INT : ('0'..'9')+;
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 356f27ed932..e479c024563 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
@@ -1,88 +1,116 @@
+'('=86
+')'=87
+','=57
+'.'=51
+';'=90
+'ALL'=12
+'ALLOW'=45
+'AND'=39
+'ArtifactReferenceAttribute'=26
+'BOTH'=49
+'BooleanAttribute'=17
+'BranchReferenceAttribute'=27
+'CompressedContentAttribute'=18
+'DENY'=46
+'DateAttribute'=19
+'DefaultAttributeDataProvider'=13
+'DefaultAttributeTaggerProvider'=16
+'EQ'=37
+'EnumeratedAttribute'=20
+'FloatingPointAttribute'=21
+'IntegerAttribute'=22
+'JavaObjectAttribute'=24
+'LIKE'=38
+'Lexicographical_Ascending'=30
+'Lexicographical_Descending'=31
+'LongAttribute'=23
+'MANY_TO_MANY'=36
+'MANY_TO_ONE'=35
+'ONE_TO_MANY'=34
+'ONE_TO_ONE'=33
+'OR'=40
+'OutlineNumberAttribute'=29
+'SIDE_A'=47
+'SIDE_B'=48
+'StringAttribute'=25
+'Unordered'=32
+'UriAttributeDataProvider'=14
+'WordAttribute'=28
+'abstract'=97
+'accessContext'=92
+'add'=75
+'artifact'=94
+'artifactGuid'=42
+'artifactMatcher'=88
+'artifactName'=41
+'artifactType'=52
+'attribute'=59
+'attributeType'=60
+'branchName'=43
+'branchUuid'=44
+'childrenOf'=93
+'dataProvider'=61
+'defaultOrderType'=84
+'defaultValue'=68
+'description'=67
+'edit'=95
+'entry'=72
+'entryGuid'=73
+'enumType'=66
+'extends'=56
+'fileExtension'=69
+'guid'=58
+'id'=54
+'import'=50
+'inheritAll'=98
+'max'=63
+'mediaType'=70
+'min'=62
+'multiplicity'=85
+'of'=96
+'oseeEnumType'=71
+'overrides artifactType'=77
+'overrides enum'=74
+'overrides'=64
+'relationType'=79
+'remove'=76
+'role'=91
+'sideAArtifactType'=81
+'sideAName'=80
+'sideBArtifactType'=83
+'sideBName'=82
+'taggerId'=65
+'unlimited'=15
+'update'=78
+'where'=89
+'{'=53
+'}'=55
+RULE_ANY_OTHER=11
RULE_ID=5
-T__29=29
-T__28=28
-T__27=27
-T__26=26
-T__25=25
-T__24=24
-T__23=23
-T__22=22
-RULE_ANY_OTHER=12
-T__21=21
-T__20=20
-T__93=93
-T__19=19
-T__94=94
-T__91=91
-T__92=92
-T__16=16
-T__15=15
-T__90=90
-T__18=18
-T__17=17
-T__14=14
-T__13=13
-T__99=99
-T__98=98
-T__97=97
-T__96=96
-T__95=95
-T__80=80
-T__81=81
-T__82=82
-T__83=83
-T__85=85
-T__84=84
-T__87=87
-T__86=86
-T__89=89
-T__88=88
-RULE_ML_COMMENT=9
+RULE_INT=7
+RULE_ML_COMMENT=8
+RULE_SL_COMMENT=9
RULE_STRING=6
-T__71=71
-T__72=72
-T__70=70
-T__76=76
-T__75=75
-T__74=74
-T__73=73
-T__79=79
-T__78=78
-T__77=77
-T__68=68
-T__69=69
-T__66=66
-T__67=67
-T__64=64
-T__65=65
-T__62=62
-T__63=63
-T__61=61
-T__60=60
-T__55=55
-T__56=56
-T__57=57
-T__58=58
-T__51=51
-T__52=52
-T__53=53
-T__54=54
-T__59=59
-RULE_INT=8
-T__50=50
-T__42=42
-T__43=43
-T__40=40
-T__41=41
-T__46=46
-T__47=47
-T__44=44
-T__45=45
-T__48=48
RULE_WHOLE_NUM_STR=4
-T__49=49
-RULE_HEX_INT=7
-RULE_SL_COMMENT=10
+RULE_WS=10
+T__12=12
+T__13=13
+T__14=14
+T__15=15
+T__16=16
+T__17=17
+T__18=18
+T__19=19
+T__20=20
+T__21=21
+T__22=22
+T__23=23
+T__24=24
+T__25=25
+T__26=26
+T__27=27
+T__28=28
+T__29=29
T__30=30
T__31=31
T__32=32
@@ -93,91 +121,62 @@ T__36=36
T__37=37
T__38=38
T__39=39
-RULE_WS=11
-'mediaType'=71
-'remove'=77
-'where'=90
-'sideAArtifactType'=82
-'WordAttribute'=29
-'attributeType'=61
-'SIDE_A'=48
-'artifactMatcher'=89
-'sideBName'=83
-';'=91
-'enumType'=67
-'artifactGuid'=43
-'CompressedContentAttribute'=19
-'relationType'=80
-'OutlineNumberAttribute'=30
-'unlimited'=16
-'.'=52
-'import'=51
-'inheritAll'=99
-'childrenOf'=94
-'Lexicographical_Ascending'=31
-'add'=76
-'artifact'=95
-'extends'=57
-'defaultOrderType'=85
-'OR'=41
-'{'=54
-'entryGuid'=74
-'EQ'=38
-'sideBArtifactType'=84
-'FloatingPointAttribute'=22
-'ALLOW'=46
-'('=87
-'of'=97
-'edit'=96
-','=58
-'LongAttribute'=24
-'BOTH'=50
-'update'=79
-'IntegerAttribute'=23
-'uuid'=55
-'Unordered'=33
-'defaultValue'=69
-'LIKE'=39
-'overrides artifactType'=78
-'DefaultAttributeTaggerProvider'=17
-'DENY'=47
-'JavaObjectAttribute'=25
-'oseeEnumType'=72
-'sideAName'=81
-'role'=92
-'ONE_TO_ONE'=34
-'BooleanAttribute'=18
-'SIDE_B'=49
-'ONE_TO_MANY'=35
-')'=88
-'entry'=73
-'Lexicographical_Descending'=32
-'StringAttribute'=26
-'AND'=40
-'max'=64
-'BranchReferenceAttribute'=28
-'artifactName'=42
-'taggerId'=66
-'}'=56
-'multiplicity'=86
-'MANY_TO_ONE'=36
-'overrides'=65
-'abstract'=98
-'dataProvider'=62
-'DefaultAttributeDataProvider'=14
-'EnumeratedAttribute'=21
-'accessContext'=93
-'branchName'=44
-'MANY_TO_MANY'=37
-'description'=68
-'ArtifactReferenceAttribute'=27
-'DateAttribute'=20
-'overrides enum'=75
-'UriAttributeDataProvider'=15
-'attribute'=60
-'min'=63
-'branchUuid'=45
-'ALL'=13
-'guid'=59
-'fileExtension'=70
-'artifactType'=53
+T__40=40
+T__41=41
+T__42=42
+T__43=43
+T__44=44
+T__45=45
+T__46=46
+T__47=47
+T__48=48
+T__49=49
+T__50=50
+T__51=51
+T__52=52
+T__53=53
+T__54=54
+T__55=55
+T__56=56
+T__57=57
+T__58=58
+T__59=59
+T__60=60
+T__61=61
+T__62=62
+T__63=63
+T__64=64
+T__65=65
+T__66=66
+T__67=67
+T__68=68
+T__69=69
+T__70=70
+T__71=71
+T__72=72
+T__73=73
+T__74=74
+T__75=75
+T__76=76
+T__77=77
+T__78=78
+T__79=79
+T__80=80
+T__81=81
+T__82=82
+T__83=83
+T__84=84
+T__85=85
+T__86=86
+T__87=87
+T__88=88
+T__89=89
+T__90=90
+T__91=91
+T__92=92
+T__93=93
+T__94=94
+T__95=95
+T__96=96
+T__97=97
+T__98=98
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 fc3fad30adf..ae5ff6b335e 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
@@ -1,4174 +1,4202 @@
package org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal;
-import org.antlr.runtime.BaseRecognizer;
-import org.antlr.runtime.CharStream;
-import org.antlr.runtime.DFA;
-import org.antlr.runtime.EarlyExitException;
-import org.antlr.runtime.IntStream;
-import org.antlr.runtime.MismatchedSetException;
-import org.antlr.runtime.NoViableAltException;
-import org.antlr.runtime.RecognitionException;
-import org.antlr.runtime.RecognizerSharedState;
-// Hack: Use our own Lexer superclass by means of import.
+// Hack: Use our own Lexer superclass by means of import.
// Currently there is no other way to specify the superclass for the lexer.
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.Lexer;
+
+import org.antlr.runtime.*;
+import java.util.Stack;
+import java.util.List;
+import java.util.ArrayList;
+
@SuppressWarnings("all")
public class InternalOseeDslLexer extends Lexer {
- public static final int RULE_ID = 5;
- public static final int T__29 = 29;
- public static final int T__28 = 28;
- public static final int T__27 = 27;
- public static final int T__26 = 26;
- public static final int T__25 = 25;
- public static final int T__24 = 24;
- public static final int T__23 = 23;
- public static final int T__22 = 22;
- public static final int RULE_ANY_OTHER = 12;
- 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__94 = 94;
- public static final int T__91 = 91;
- public static final int T__92 = 92;
- public static final int T__16 = 16;
- public static final int T__90 = 90;
- public static final int T__15 = 15;
- public static final int T__18 = 18;
- public static final int T__17 = 17;
- public static final int T__14 = 14;
- public static final int T__13 = 13;
- public static final int T__99 = 99;
- public static final int T__98 = 98;
- public static final int T__97 = 97;
- public static final int T__96 = 96;
- public static final int T__95 = 95;
- public static final int T__80 = 80;
- public static final int T__81 = 81;
- public static final int T__82 = 82;
- public static final int T__83 = 83;
- public static final int T__85 = 85;
- public static final int T__84 = 84;
- public static final int T__87 = 87;
- public static final int T__86 = 86;
- public static final int T__89 = 89;
- public static final int T__88 = 88;
- public static final int RULE_ML_COMMENT = 9;
- public static final int RULE_STRING = 6;
- public static final int T__71 = 71;
- public static final int T__72 = 72;
- public static final int T__70 = 70;
- public static final int T__76 = 76;
- public static final int T__75 = 75;
- public static final int T__74 = 74;
- public static final int T__73 = 73;
- public static final int T__79 = 79;
- public static final int T__78 = 78;
- public static final int T__77 = 77;
- public static final int T__68 = 68;
- public static final int T__69 = 69;
- public static final int T__66 = 66;
- public static final int T__67 = 67;
- public static final int T__64 = 64;
- public static final int T__65 = 65;
- public static final int T__62 = 62;
- public static final int T__63 = 63;
- public static final int T__61 = 61;
- public static final int T__60 = 60;
- public static final int T__55 = 55;
- public static final int T__56 = 56;
- public static final int T__57 = 57;
- public static final int T__58 = 58;
- public static final int T__51 = 51;
- public static final int T__52 = 52;
- public static final int T__53 = 53;
- public static final int T__54 = 54;
- public static final int T__59 = 59;
- public static final int RULE_INT = 8;
- public static final int T__50 = 50;
- public static final int T__42 = 42;
- public static final int T__43 = 43;
- public static final int T__40 = 40;
- public static final int T__41 = 41;
- public static final int T__46 = 46;
- public static final int T__47 = 47;
- public static final int T__44 = 44;
- public static final int T__45 = 45;
- public static final int T__48 = 48;
- public static final int RULE_WHOLE_NUM_STR = 4;
- public static final int T__49 = 49;
- public static final int RULE_HEX_INT = 7;
- public static final int RULE_SL_COMMENT = 10;
- public static final int T__30 = 30;
- public static final int T__31 = 31;
- public static final int T__32 = 32;
- public static final int T__33 = 33;
- public static final int T__34 = 34;
- public static final int T__35 = 35;
- public static final int T__36 = 36;
- public static final int T__37 = 37;
- public static final int T__38 = 38;
- public static final int T__39 = 39;
- public static final int RULE_WS = 11;
-
- // delegates
- // delegators
-
- public InternalOseeDslLexer() {
- ;
- }
-
- public InternalOseeDslLexer(CharStream input) {
- this(input, new RecognizerSharedState());
- }
-
- public InternalOseeDslLexer(CharStream input, RecognizerSharedState state) {
- super(input, state);
-
- }
-
- @Override
- public String getGrammarFileName() {
- return "../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g";
- }
-
- // $ANTLR start "T__13"
- public final void mT__13() throws RecognitionException {
- try {
- int _type = T__13;
- 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:11:7: ( 'ALL' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:11:9: 'ALL'
- {
- match("ALL");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__13"
-
- // $ANTLR start "T__14"
- public final void mT__14() throws RecognitionException {
- try {
- int _type = T__14;
- 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:12:7: ( 'DefaultAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:12:9: 'DefaultAttributeDataProvider'
- {
- match("DefaultAttributeDataProvider");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__14"
-
- // $ANTLR start "T__15"
- public final void mT__15() throws RecognitionException {
- try {
- int _type = T__15;
- 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:13:7: ( 'UriAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:13:9: 'UriAttributeDataProvider'
- {
- match("UriAttributeDataProvider");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__15"
-
- // $ANTLR start "T__16"
- public final void mT__16() throws RecognitionException {
- try {
- int _type = T__16;
- 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:14:7: ( 'unlimited' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:14:9: 'unlimited'
- {
- match("unlimited");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__16"
-
- // $ANTLR start "T__17"
- public final void mT__17() throws RecognitionException {
- try {
- int _type = T__17;
- 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:15:7: ( 'DefaultAttributeTaggerProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:15:9: 'DefaultAttributeTaggerProvider'
- {
- match("DefaultAttributeTaggerProvider");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__17"
-
- // $ANTLR start "T__18"
- public final void mT__18() throws RecognitionException {
- try {
- int _type = T__18;
- 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:16:7: ( 'BooleanAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:16:9: 'BooleanAttribute'
- {
- match("BooleanAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__18"
-
- // $ANTLR start "T__19"
- public final void mT__19() throws RecognitionException {
- try {
- int _type = T__19;
- 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:17:7: ( 'CompressedContentAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:17:9: 'CompressedContentAttribute'
- {
- match("CompressedContentAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__19"
-
- // $ANTLR start "T__20"
- public final void mT__20() throws RecognitionException {
- try {
- int _type = T__20;
- 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:18:7: ( 'DateAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:18:9: 'DateAttribute'
- {
- match("DateAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__20"
-
- // $ANTLR start "T__21"
- public final void mT__21() throws RecognitionException {
- try {
- int _type = T__21;
- 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:19:7: ( 'EnumeratedAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:19:9: 'EnumeratedAttribute'
- {
- match("EnumeratedAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__21"
-
- // $ANTLR start "T__22"
- public final void mT__22() throws RecognitionException {
- try {
- int _type = T__22;
- 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:20:7: ( 'FloatingPointAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:20:9: 'FloatingPointAttribute'
- {
- match("FloatingPointAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__22"
-
- // $ANTLR start "T__23"
- public final void mT__23() throws RecognitionException {
- try {
- int _type = T__23;
- 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:21:7: ( 'IntegerAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:21:9: 'IntegerAttribute'
- {
- match("IntegerAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__23"
-
- // $ANTLR start "T__24"
- public final void mT__24() throws RecognitionException {
- try {
- int _type = T__24;
- 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:22:7: ( 'LongAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:22:9: 'LongAttribute'
- {
- match("LongAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__24"
-
- // $ANTLR start "T__25"
- public final void mT__25() throws RecognitionException {
- try {
- int _type = T__25;
- 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:23:7: ( 'JavaObjectAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:23:9: 'JavaObjectAttribute'
- {
- match("JavaObjectAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__25"
-
- // $ANTLR start "T__26"
- public final void mT__26() throws RecognitionException {
- try {
- int _type = T__26;
- 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:24:7: ( 'StringAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:24:9: 'StringAttribute'
- {
- match("StringAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__26"
-
- // $ANTLR start "T__27"
- public final void mT__27() throws RecognitionException {
- try {
- int _type = T__27;
- 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:25:7: ( 'ArtifactReferenceAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:25:9: 'ArtifactReferenceAttribute'
- {
- match("ArtifactReferenceAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__27"
-
- // $ANTLR start "T__28"
- public final void mT__28() throws RecognitionException {
- try {
- int _type = T__28;
- 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:26:7: ( 'BranchReferenceAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:26:9: 'BranchReferenceAttribute'
- {
- match("BranchReferenceAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__28"
-
- // $ANTLR start "T__29"
- public final void mT__29() throws RecognitionException {
- try {
- int _type = T__29;
- 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:27:7: ( 'WordAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:27:9: 'WordAttribute'
- {
- match("WordAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__29"
-
- // $ANTLR start "T__30"
- public final void mT__30() throws RecognitionException {
- try {
- int _type = T__30;
- 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:28:7: ( 'OutlineNumberAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:28:9: 'OutlineNumberAttribute'
- {
- match("OutlineNumberAttribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__30"
-
- // $ANTLR start "T__31"
- public final void mT__31() throws RecognitionException {
- try {
- int _type = T__31;
- 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:29:7: ( 'Lexicographical_Ascending' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:29:9: 'Lexicographical_Ascending'
- {
- match("Lexicographical_Ascending");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__31"
-
- // $ANTLR start "T__32"
- public final void mT__32() throws RecognitionException {
- try {
- int _type = T__32;
- 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:30:7: ( 'Lexicographical_Descending' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:30:9: 'Lexicographical_Descending'
- {
- match("Lexicographical_Descending");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__32"
-
- // $ANTLR start "T__33"
- public final void mT__33() throws RecognitionException {
- try {
- int _type = T__33;
- 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:31:7: ( 'Unordered' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:31:9: 'Unordered'
- {
- match("Unordered");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__33"
-
- // $ANTLR start "T__34"
- public final void mT__34() throws RecognitionException {
- try {
- int _type = T__34;
- 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:32:7: ( 'ONE_TO_ONE' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:32:9: 'ONE_TO_ONE'
- {
- match("ONE_TO_ONE");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__34"
-
- // $ANTLR start "T__35"
- public final void mT__35() throws RecognitionException {
- try {
- int _type = T__35;
- 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:33:7: ( 'ONE_TO_MANY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:33:9: 'ONE_TO_MANY'
- {
- match("ONE_TO_MANY");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__35"
-
- // $ANTLR start "T__36"
- public final void mT__36() throws RecognitionException {
- try {
- int _type = T__36;
- 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:34:7: ( 'MANY_TO_ONE' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:34:9: 'MANY_TO_ONE'
- {
- match("MANY_TO_ONE");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__36"
-
- // $ANTLR start "T__37"
- public final void mT__37() throws RecognitionException {
- try {
- int _type = T__37;
- 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:35:7: ( 'MANY_TO_MANY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:35:9: 'MANY_TO_MANY'
- {
- match("MANY_TO_MANY");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__37"
-
- // $ANTLR start "T__38"
- public final void mT__38() throws RecognitionException {
- try {
- int _type = T__38;
- 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:36:7: ( 'EQ' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:36:9: 'EQ'
- {
- match("EQ");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__38"
-
- // $ANTLR start "T__39"
- public final void mT__39() throws RecognitionException {
- try {
- int _type = T__39;
- 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:37:7: ( 'LIKE' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:37:9: 'LIKE'
- {
- match("LIKE");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__39"
-
- // $ANTLR start "T__40"
- public final void mT__40() throws RecognitionException {
- try {
- int _type = T__40;
- 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:38:7: ( 'AND' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:38:9: 'AND'
- {
- match("AND");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__40"
-
- // $ANTLR start "T__41"
- public final void mT__41() throws RecognitionException {
- try {
- int _type = T__41;
- 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:39:7: ( 'OR' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:39:9: 'OR'
- {
- match("OR");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__41"
-
- // $ANTLR start "T__42"
- public final void mT__42() throws RecognitionException {
- try {
- int _type = T__42;
- 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:40:7: ( 'artifactName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:40:9: 'artifactName'
- {
- match("artifactName");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__42"
-
- // $ANTLR start "T__43"
- public final void mT__43() throws RecognitionException {
- try {
- int _type = T__43;
- 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:41:7: ( 'artifactGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:41:9: 'artifactGuid'
- {
- match("artifactGuid");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__43"
-
- // $ANTLR start "T__44"
- public final void mT__44() throws RecognitionException {
- try {
- int _type = T__44;
- 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:42:7: ( 'branchName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:42:9: 'branchName'
- {
- match("branchName");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__44"
-
- // $ANTLR start "T__45"
- public final void mT__45() throws RecognitionException {
- try {
- int _type = T__45;
- 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:43:7: ( 'branchUuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:43:9: 'branchUuid'
- {
- match("branchUuid");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__45"
-
- // $ANTLR start "T__46"
- public final void mT__46() throws RecognitionException {
- try {
- int _type = T__46;
- 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:44:7: ( 'ALLOW' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:44:9: 'ALLOW'
- {
- match("ALLOW");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__46"
-
- // $ANTLR start "T__47"
- public final void mT__47() throws RecognitionException {
- try {
- int _type = T__47;
- 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:45:7: ( 'DENY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:45:9: 'DENY'
- {
- match("DENY");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__47"
-
- // $ANTLR start "T__48"
- public final void mT__48() throws RecognitionException {
- try {
- int _type = T__48;
- 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:46:7: ( 'SIDE_A' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:46:9: 'SIDE_A'
- {
- match("SIDE_A");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__48"
-
- // $ANTLR start "T__49"
- public final void mT__49() throws RecognitionException {
- try {
- int _type = T__49;
- 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:47:7: ( 'SIDE_B' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:47:9: 'SIDE_B'
- {
- match("SIDE_B");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__49"
-
- // $ANTLR start "T__50"
- public final void mT__50() throws RecognitionException {
- try {
- int _type = T__50;
- 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:48:7: ( 'BOTH' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:48:9: 'BOTH'
- {
- match("BOTH");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__50"
-
- // $ANTLR start "T__51"
- public final void mT__51() throws RecognitionException {
- try {
- int _type = T__51;
- 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:49:7: ( 'import' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:49:9: 'import'
- {
- match("import");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__51"
-
- // $ANTLR start "T__52"
- public final void mT__52() throws RecognitionException {
- try {
- int _type = T__52;
- 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:50:7: ( '.' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:50:9: '.'
- {
- match('.');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__52"
-
- // $ANTLR start "T__53"
- public final void mT__53() throws RecognitionException {
- try {
- int _type = T__53;
- 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:51:7: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:51:9: 'artifactType'
- {
- match("artifactType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__53"
-
- // $ANTLR start "T__54"
- public final void mT__54() throws RecognitionException {
- try {
- int _type = T__54;
- 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:52:7: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:52:9: '{'
- {
- match('{');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__54"
-
- // $ANTLR start "T__55"
- public final void mT__55() throws RecognitionException {
- try {
- int _type = T__55;
- 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:53:7: ( 'uuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:53:9: 'uuid'
- {
- match("uuid");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__55"
-
- // $ANTLR start "T__56"
- public final void mT__56() throws RecognitionException {
- try {
- int _type = T__56;
- 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:54:7: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:54:9: '}'
- {
- match('}');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__56"
-
- // $ANTLR start "T__57"
- public final void mT__57() throws RecognitionException {
- try {
- int _type = T__57;
- 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:55:7: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:55:9: 'extends'
- {
- match("extends");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__57"
-
- // $ANTLR start "T__58"
- public final void mT__58() throws RecognitionException {
- try {
- int _type = T__58;
- 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:56:7: ( ',' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:56:9: ','
- {
- match(',');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__58"
-
- // $ANTLR start "T__59"
- public final void mT__59() throws RecognitionException {
- try {
- int _type = T__59;
- 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:57:7: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:57:9: 'guid'
- {
- match("guid");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__59"
-
- // $ANTLR start "T__60"
- public final void mT__60() throws RecognitionException {
- try {
- int _type = T__60;
- 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:58:7: ( 'attribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:58:9: 'attribute'
- {
- match("attribute");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__60"
-
- // $ANTLR start "T__61"
- public final void mT__61() throws RecognitionException {
- try {
- int _type = T__61;
- 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:59:7: ( 'attributeType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:59:9: 'attributeType'
- {
- match("attributeType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__61"
-
- // $ANTLR start "T__62"
- public final void mT__62() throws RecognitionException {
- try {
- int _type = T__62;
- 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:60:7: ( 'dataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:60:9: 'dataProvider'
- {
- match("dataProvider");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__62"
-
- // $ANTLR start "T__63"
- public final void mT__63() throws RecognitionException {
- try {
- int _type = T__63;
- 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:61:7: ( 'min' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:61:9: 'min'
- {
- match("min");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__63"
-
- // $ANTLR start "T__64"
- public final void mT__64() throws RecognitionException {
- try {
- int _type = T__64;
- 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:62:7: ( 'max' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:62:9: 'max'
- {
- match("max");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__64"
-
- // $ANTLR start "T__65"
- public final void mT__65() throws RecognitionException {
- try {
- int _type = T__65;
- 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:63:7: ( 'overrides' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:63:9: 'overrides'
- {
- match("overrides");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__65"
-
- // $ANTLR start "T__66"
- public final void mT__66() throws RecognitionException {
- try {
- int _type = T__66;
- 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:64:7: ( 'taggerId' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:64:9: 'taggerId'
- {
- match("taggerId");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__66"
-
- // $ANTLR start "T__67"
- public final void mT__67() throws RecognitionException {
- try {
- int _type = T__67;
- 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:65:7: ( 'enumType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:65:9: 'enumType'
- {
- match("enumType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__67"
-
- // $ANTLR start "T__68"
- public final void mT__68() throws RecognitionException {
- try {
- int _type = T__68;
- 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:66:7: ( 'description' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:66:9: 'description'
- {
- match("description");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__68"
-
- // $ANTLR start "T__69"
- public final void mT__69() throws RecognitionException {
- try {
- int _type = T__69;
- 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:67:7: ( 'defaultValue' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:67:9: 'defaultValue'
- {
- match("defaultValue");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__69"
-
- // $ANTLR start "T__70"
- public final void mT__70() throws RecognitionException {
- try {
- int _type = T__70;
- 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:68:7: ( 'fileExtension' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:68:9: 'fileExtension'
- {
- match("fileExtension");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__70"
-
- // $ANTLR start "T__71"
- public final void mT__71() throws RecognitionException {
- try {
- int _type = T__71;
- 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:69:7: ( 'mediaType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:69:9: 'mediaType'
- {
- match("mediaType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__71"
-
- // $ANTLR start "T__72"
- public final void mT__72() throws RecognitionException {
- try {
- int _type = T__72;
- 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:70:7: ( 'oseeEnumType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:70:9: 'oseeEnumType'
- {
- match("oseeEnumType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__72"
-
- // $ANTLR start "T__73"
- public final void mT__73() throws RecognitionException {
- try {
- int _type = T__73;
- 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:71:7: ( 'entry' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:71:9: 'entry'
- {
- match("entry");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__73"
-
- // $ANTLR start "T__74"
- public final void mT__74() throws RecognitionException {
- try {
- int _type = T__74;
- 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:72:7: ( 'entryGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:72:9: 'entryGuid'
- {
- match("entryGuid");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__74"
-
- // $ANTLR start "T__75"
- public final void mT__75() throws RecognitionException {
- try {
- int _type = T__75;
- 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:73:7: ( 'overrides enum' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:73:9: 'overrides enum'
- {
- match("overrides enum");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__75"
-
- // $ANTLR start "T__76"
- public final void mT__76() throws RecognitionException {
- try {
- int _type = T__76;
- 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:74:7: ( 'add' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:74:9: 'add'
- {
- match("add");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__76"
-
- // $ANTLR start "T__77"
- public final void mT__77() throws RecognitionException {
- try {
- int _type = T__77;
- 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:75:7: ( 'remove' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:75:9: 'remove'
- {
- match("remove");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__77"
-
- // $ANTLR start "T__78"
- public final void mT__78() throws RecognitionException {
- try {
- int _type = T__78;
- 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:76:7: ( 'overrides artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:76:9: 'overrides artifactType'
- {
- match("overrides artifactType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__78"
-
- // $ANTLR start "T__79"
- public final void mT__79() throws RecognitionException {
- try {
- int _type = T__79;
- 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:77:7: ( 'update' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:77:9: 'update'
- {
- match("update");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__79"
-
- // $ANTLR start "T__80"
- public final void mT__80() throws RecognitionException {
- try {
- int _type = T__80;
- 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:78:7: ( 'relationType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:78:9: 'relationType'
- {
- match("relationType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__80"
-
- // $ANTLR start "T__81"
- public final void mT__81() throws RecognitionException {
- try {
- int _type = T__81;
- 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:79:7: ( 'sideAName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:79:9: 'sideAName'
- {
- match("sideAName");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__81"
-
- // $ANTLR start "T__82"
- public final void mT__82() throws RecognitionException {
- try {
- int _type = T__82;
- 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:80:7: ( 'sideAArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:80:9: 'sideAArtifactType'
- {
- match("sideAArtifactType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__82"
-
- // $ANTLR start "T__83"
- public final void mT__83() throws RecognitionException {
- try {
- int _type = T__83;
- 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:81:7: ( 'sideBName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:81:9: 'sideBName'
- {
- match("sideBName");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__83"
-
- // $ANTLR start "T__84"
- public final void mT__84() throws RecognitionException {
- try {
- int _type = T__84;
- 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:82:7: ( 'sideBArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:82:9: 'sideBArtifactType'
- {
- match("sideBArtifactType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__84"
-
- // $ANTLR start "T__85"
- public final void mT__85() throws RecognitionException {
- try {
- int _type = T__85;
- 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:83:7: ( 'defaultOrderType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:83:9: 'defaultOrderType'
- {
- match("defaultOrderType");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__85"
-
- // $ANTLR start "T__86"
- public final void mT__86() throws RecognitionException {
- 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: ( 'multiplicity' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:84:9: 'multiplicity'
- {
- match("multiplicity");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__86"
-
- // $ANTLR start "T__87"
- public final void mT__87() throws RecognitionException {
- 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: ( '(' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:85:9: '('
- {
- match('(');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__87"
-
- // $ANTLR start "T__88"
- public final void mT__88() throws RecognitionException {
- 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: ( ')' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:86:9: ')'
- {
- match(')');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__88"
-
- // $ANTLR start "T__89"
- public final void mT__89() throws RecognitionException {
- 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: ( 'artifactMatcher' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:87:9: 'artifactMatcher'
- {
- match("artifactMatcher");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__89"
-
- // $ANTLR start "T__90"
- public final void mT__90() throws RecognitionException {
- 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: ( 'where' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:88:9: 'where'
- {
- match("where");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__90"
-
- // $ANTLR start "T__91"
- public final void mT__91() throws RecognitionException {
- 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: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:89:9: ';'
- {
- match(';');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__91"
-
- // $ANTLR start "T__92"
- public final void mT__92() throws RecognitionException {
- 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: ( 'role' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:90:9: 'role'
- {
- match("role");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $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: ( 'accessContext' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:91:9: 'accessContext'
- {
- match("accessContext");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__93"
-
- // $ANTLR start "T__94"
- public final void mT__94() throws RecognitionException {
- try {
- int _type = T__94;
- 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:92:7: ( 'childrenOf' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:92:9: 'childrenOf'
- {
- match("childrenOf");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__94"
-
- // $ANTLR start "T__95"
- public final void mT__95() throws RecognitionException {
- try {
- int _type = T__95;
- 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:93:7: ( 'artifact' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:93:9: 'artifact'
- {
- match("artifact");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__95"
-
- // $ANTLR start "T__96"
- public final void mT__96() throws RecognitionException {
- try {
- int _type = T__96;
- 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:94:7: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:94:9: 'edit'
- {
- match("edit");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__96"
-
- // $ANTLR start "T__97"
- public final void mT__97() throws RecognitionException {
- try {
- int _type = T__97;
- 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:95:7: ( 'of' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:95:9: 'of'
- {
- match("of");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__97"
-
- // $ANTLR start "T__98"
- public final void mT__98() throws RecognitionException {
- try {
- int _type = T__98;
- 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:96:7: ( 'abstract' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:96:9: 'abstract'
- {
- match("abstract");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__98"
-
- // $ANTLR start "T__99"
- public final void mT__99() throws RecognitionException {
- try {
- int _type = T__99;
- 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:97:7: ( 'inheritAll' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:97:9: 'inheritAll'
- {
- match("inheritAll");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "T__99"
-
- // $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:10610:13: ( ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10610:15: ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10610:15: ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' )
- int alt3 = 2;
+ public static final int T__50=50;
+ public static final int T__59=59;
+ public static final int T__55=55;
+ public static final int T__56=56;
+ public static final int T__57=57;
+ public static final int T__58=58;
+ public static final int T__51=51;
+ public static final int T__52=52;
+ public static final int T__53=53;
+ public static final int T__54=54;
+ public static final int T__60=60;
+ public static final int T__61=61;
+ public static final int RULE_ID=5;
+ public static final int RULE_INT=7;
+ public static final int T__66=66;
+ public static final int RULE_ML_COMMENT=8;
+ public static final int T__67=67;
+ public static final int T__68=68;
+ public static final int T__69=69;
+ public static final int T__62=62;
+ public static final int T__63=63;
+ public static final int T__64=64;
+ public static final int T__65=65;
+ public static final int T__37=37;
+ public static final int T__38=38;
+ public static final int T__39=39;
+ public static final int RULE_WHOLE_NUM_STR=4;
+ public static final int T__33=33;
+ public static final int T__34=34;
+ public static final int T__35=35;
+ public static final int T__36=36;
+ public static final int T__30=30;
+ public static final int T__31=31;
+ public static final int T__32=32;
+ public static final int T__48=48;
+ public static final int T__49=49;
+ public static final int T__44=44;
+ public static final int T__45=45;
+ public static final int T__46=46;
+ public static final int T__47=47;
+ public static final int T__40=40;
+ public static final int T__41=41;
+ public static final int T__42=42;
+ public static final int T__43=43;
+ public static final int T__91=91;
+ public static final int T__92=92;
+ public static final int T__93=93;
+ public static final int T__94=94;
+ public static final int T__90=90;
+ public static final int T__19=19;
+ public static final int T__15=15;
+ public static final int T__16=16;
+ public static final int T__17=17;
+ public static final int T__18=18;
+ public static final int T__12=12;
+ public static final int T__13=13;
+ public static final int T__14=14;
+ public static final int T__95=95;
+ public static final int T__96=96;
+ public static final int T__97=97;
+ public static final int T__98=98;
+ public static final int T__26=26;
+ public static final int T__27=27;
+ public static final int T__28=28;
+ public static final int T__29=29;
+ public static final int T__22=22;
+ public static final int T__23=23;
+ public static final int T__24=24;
+ public static final int T__25=25;
+ public static final int T__20=20;
+ public static final int T__21=21;
+ public static final int T__70=70;
+ public static final int T__71=71;
+ public static final int T__72=72;
+ public static final int RULE_STRING=6;
+ public static final int RULE_SL_COMMENT=9;
+ public static final int T__77=77;
+ public static final int T__78=78;
+ public static final int T__79=79;
+ public static final int T__73=73;
+ public static final int EOF=-1;
+ public static final int T__74=74;
+ public static final int T__75=75;
+ public static final int T__76=76;
+ public static final int T__80=80;
+ public static final int T__81=81;
+ public static final int T__82=82;
+ public static final int T__83=83;
+ public static final int RULE_WS=10;
+ public static final int RULE_ANY_OTHER=11;
+ public static final int T__88=88;
+ public static final int T__89=89;
+ public static final int T__84=84;
+ public static final int T__85=85;
+ public static final int T__86=86;
+ public static final int T__87=87;
+
+ // delegates
+ // delegators
+
+ public InternalOseeDslLexer() {;}
+ public InternalOseeDslLexer(CharStream input) {
+ this(input, new RecognizerSharedState());
+ }
+ public InternalOseeDslLexer(CharStream input, RecognizerSharedState state) {
+ super(input,state);
+
+ }
+ public String getGrammarFileName() { return "InternalOseeDsl.g"; }
+
+ // $ANTLR start "T__12"
+ public final void mT__12() throws RecognitionException {
+ try {
+ int _type = T__12;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:11:7: ( 'ALL' )
+ // InternalOseeDsl.g:11:9: 'ALL'
+ {
+ match("ALL");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__12"
+
+ // $ANTLR start "T__13"
+ public final void mT__13() throws RecognitionException {
+ try {
+ int _type = T__13;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:12:7: ( 'DefaultAttributeDataProvider' )
+ // InternalOseeDsl.g:12:9: 'DefaultAttributeDataProvider'
+ {
+ match("DefaultAttributeDataProvider");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__13"
+
+ // $ANTLR start "T__14"
+ public final void mT__14() throws RecognitionException {
+ try {
+ int _type = T__14;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:13:7: ( 'UriAttributeDataProvider' )
+ // InternalOseeDsl.g:13:9: 'UriAttributeDataProvider'
+ {
+ match("UriAttributeDataProvider");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__14"
+
+ // $ANTLR start "T__15"
+ public final void mT__15() throws RecognitionException {
+ try {
+ int _type = T__15;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:14:7: ( 'unlimited' )
+ // InternalOseeDsl.g:14:9: 'unlimited'
+ {
+ match("unlimited");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__15"
+
+ // $ANTLR start "T__16"
+ public final void mT__16() throws RecognitionException {
+ try {
+ int _type = T__16;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:15:7: ( 'DefaultAttributeTaggerProvider' )
+ // InternalOseeDsl.g:15:9: 'DefaultAttributeTaggerProvider'
+ {
+ match("DefaultAttributeTaggerProvider");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__16"
+
+ // $ANTLR start "T__17"
+ public final void mT__17() throws RecognitionException {
+ try {
+ int _type = T__17;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:16:7: ( 'BooleanAttribute' )
+ // InternalOseeDsl.g:16:9: 'BooleanAttribute'
+ {
+ match("BooleanAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__17"
+
+ // $ANTLR start "T__18"
+ public final void mT__18() throws RecognitionException {
+ try {
+ int _type = T__18;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:17:7: ( 'CompressedContentAttribute' )
+ // InternalOseeDsl.g:17:9: 'CompressedContentAttribute'
+ {
+ match("CompressedContentAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__18"
+
+ // $ANTLR start "T__19"
+ public final void mT__19() throws RecognitionException {
+ try {
+ int _type = T__19;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:18:7: ( 'DateAttribute' )
+ // InternalOseeDsl.g:18:9: 'DateAttribute'
+ {
+ match("DateAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__19"
+
+ // $ANTLR start "T__20"
+ public final void mT__20() throws RecognitionException {
+ try {
+ int _type = T__20;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:19:7: ( 'EnumeratedAttribute' )
+ // InternalOseeDsl.g:19:9: 'EnumeratedAttribute'
+ {
+ match("EnumeratedAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__20"
+
+ // $ANTLR start "T__21"
+ public final void mT__21() throws RecognitionException {
+ try {
+ int _type = T__21;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:20:7: ( 'FloatingPointAttribute' )
+ // InternalOseeDsl.g:20:9: 'FloatingPointAttribute'
+ {
+ match("FloatingPointAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__21"
+
+ // $ANTLR start "T__22"
+ public final void mT__22() throws RecognitionException {
+ try {
+ int _type = T__22;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:21:7: ( 'IntegerAttribute' )
+ // InternalOseeDsl.g:21:9: 'IntegerAttribute'
+ {
+ match("IntegerAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__22"
+
+ // $ANTLR start "T__23"
+ public final void mT__23() throws RecognitionException {
+ try {
+ int _type = T__23;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:22:7: ( 'LongAttribute' )
+ // InternalOseeDsl.g:22:9: 'LongAttribute'
+ {
+ match("LongAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__23"
+
+ // $ANTLR start "T__24"
+ public final void mT__24() throws RecognitionException {
+ try {
+ int _type = T__24;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:23:7: ( 'JavaObjectAttribute' )
+ // InternalOseeDsl.g:23:9: 'JavaObjectAttribute'
+ {
+ match("JavaObjectAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__24"
+
+ // $ANTLR start "T__25"
+ public final void mT__25() throws RecognitionException {
+ try {
+ int _type = T__25;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:24:7: ( 'StringAttribute' )
+ // InternalOseeDsl.g:24:9: 'StringAttribute'
+ {
+ match("StringAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__25"
+
+ // $ANTLR start "T__26"
+ public final void mT__26() throws RecognitionException {
+ try {
+ int _type = T__26;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:25:7: ( 'ArtifactReferenceAttribute' )
+ // InternalOseeDsl.g:25:9: 'ArtifactReferenceAttribute'
+ {
+ match("ArtifactReferenceAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__26"
+
+ // $ANTLR start "T__27"
+ public final void mT__27() throws RecognitionException {
+ try {
+ int _type = T__27;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:26:7: ( 'BranchReferenceAttribute' )
+ // InternalOseeDsl.g:26:9: 'BranchReferenceAttribute'
+ {
+ match("BranchReferenceAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__27"
+
+ // $ANTLR start "T__28"
+ public final void mT__28() throws RecognitionException {
+ try {
+ int _type = T__28;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:27:7: ( 'WordAttribute' )
+ // InternalOseeDsl.g:27:9: 'WordAttribute'
+ {
+ match("WordAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__28"
+
+ // $ANTLR start "T__29"
+ public final void mT__29() throws RecognitionException {
+ try {
+ int _type = T__29;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:28:7: ( 'OutlineNumberAttribute' )
+ // InternalOseeDsl.g:28:9: 'OutlineNumberAttribute'
+ {
+ match("OutlineNumberAttribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__29"
+
+ // $ANTLR start "T__30"
+ public final void mT__30() throws RecognitionException {
+ try {
+ int _type = T__30;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:29:7: ( 'Lexicographical_Ascending' )
+ // InternalOseeDsl.g:29:9: 'Lexicographical_Ascending'
+ {
+ match("Lexicographical_Ascending");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__30"
+
+ // $ANTLR start "T__31"
+ public final void mT__31() throws RecognitionException {
+ try {
+ int _type = T__31;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:30:7: ( 'Lexicographical_Descending' )
+ // InternalOseeDsl.g:30:9: 'Lexicographical_Descending'
+ {
+ match("Lexicographical_Descending");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__31"
+
+ // $ANTLR start "T__32"
+ public final void mT__32() throws RecognitionException {
+ try {
+ int _type = T__32;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:31:7: ( 'Unordered' )
+ // InternalOseeDsl.g:31:9: 'Unordered'
+ {
+ match("Unordered");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__32"
+
+ // $ANTLR start "T__33"
+ public final void mT__33() throws RecognitionException {
+ try {
+ int _type = T__33;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:32:7: ( 'ONE_TO_ONE' )
+ // InternalOseeDsl.g:32:9: 'ONE_TO_ONE'
+ {
+ match("ONE_TO_ONE");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__33"
+
+ // $ANTLR start "T__34"
+ public final void mT__34() throws RecognitionException {
+ try {
+ int _type = T__34;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:33:7: ( 'ONE_TO_MANY' )
+ // InternalOseeDsl.g:33:9: 'ONE_TO_MANY'
+ {
+ match("ONE_TO_MANY");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__34"
+
+ // $ANTLR start "T__35"
+ public final void mT__35() throws RecognitionException {
+ try {
+ int _type = T__35;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:34:7: ( 'MANY_TO_ONE' )
+ // InternalOseeDsl.g:34:9: 'MANY_TO_ONE'
+ {
+ match("MANY_TO_ONE");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__35"
+
+ // $ANTLR start "T__36"
+ public final void mT__36() throws RecognitionException {
+ try {
+ int _type = T__36;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:35:7: ( 'MANY_TO_MANY' )
+ // InternalOseeDsl.g:35:9: 'MANY_TO_MANY'
+ {
+ match("MANY_TO_MANY");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__36"
+
+ // $ANTLR start "T__37"
+ public final void mT__37() throws RecognitionException {
+ try {
+ int _type = T__37;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:36:7: ( 'EQ' )
+ // InternalOseeDsl.g:36:9: 'EQ'
+ {
+ match("EQ");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__37"
+
+ // $ANTLR start "T__38"
+ public final void mT__38() throws RecognitionException {
+ try {
+ int _type = T__38;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:37:7: ( 'LIKE' )
+ // InternalOseeDsl.g:37:9: 'LIKE'
+ {
+ match("LIKE");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__38"
+
+ // $ANTLR start "T__39"
+ public final void mT__39() throws RecognitionException {
+ try {
+ int _type = T__39;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:38:7: ( 'AND' )
+ // InternalOseeDsl.g:38:9: 'AND'
+ {
+ match("AND");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__39"
+
+ // $ANTLR start "T__40"
+ public final void mT__40() throws RecognitionException {
+ try {
+ int _type = T__40;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:39:7: ( 'OR' )
+ // InternalOseeDsl.g:39:9: 'OR'
+ {
+ match("OR");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__40"
+
+ // $ANTLR start "T__41"
+ public final void mT__41() throws RecognitionException {
+ try {
+ int _type = T__41;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:40:7: ( 'artifactName' )
+ // InternalOseeDsl.g:40:9: 'artifactName'
+ {
+ match("artifactName");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__41"
+
+ // $ANTLR start "T__42"
+ public final void mT__42() throws RecognitionException {
+ try {
+ int _type = T__42;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:41:7: ( 'artifactGuid' )
+ // InternalOseeDsl.g:41:9: 'artifactGuid'
+ {
+ match("artifactGuid");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__42"
+
+ // $ANTLR start "T__43"
+ public final void mT__43() throws RecognitionException {
+ try {
+ int _type = T__43;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:42:7: ( 'branchName' )
+ // InternalOseeDsl.g:42:9: 'branchName'
+ {
+ match("branchName");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__43"
+
+ // $ANTLR start "T__44"
+ public final void mT__44() throws RecognitionException {
+ try {
+ int _type = T__44;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:43:7: ( 'branchUuid' )
+ // InternalOseeDsl.g:43:9: 'branchUuid'
+ {
+ match("branchUuid");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__44"
+
+ // $ANTLR start "T__45"
+ public final void mT__45() throws RecognitionException {
+ try {
+ int _type = T__45;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:44:7: ( 'ALLOW' )
+ // InternalOseeDsl.g:44:9: 'ALLOW'
+ {
+ match("ALLOW");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__45"
+
+ // $ANTLR start "T__46"
+ public final void mT__46() throws RecognitionException {
+ try {
+ int _type = T__46;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:45:7: ( 'DENY' )
+ // InternalOseeDsl.g:45:9: 'DENY'
+ {
+ match("DENY");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__46"
+
+ // $ANTLR start "T__47"
+ public final void mT__47() throws RecognitionException {
+ try {
+ int _type = T__47;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:46:7: ( 'SIDE_A' )
+ // InternalOseeDsl.g:46:9: 'SIDE_A'
+ {
+ match("SIDE_A");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__47"
+
+ // $ANTLR start "T__48"
+ public final void mT__48() throws RecognitionException {
+ try {
+ int _type = T__48;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:47:7: ( 'SIDE_B' )
+ // InternalOseeDsl.g:47:9: 'SIDE_B'
+ {
+ match("SIDE_B");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__48"
+
+ // $ANTLR start "T__49"
+ public final void mT__49() throws RecognitionException {
+ try {
+ int _type = T__49;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:48:7: ( 'BOTH' )
+ // InternalOseeDsl.g:48:9: 'BOTH'
+ {
+ match("BOTH");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__49"
+
+ // $ANTLR start "T__50"
+ public final void mT__50() throws RecognitionException {
+ try {
+ int _type = T__50;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:49:7: ( 'import' )
+ // InternalOseeDsl.g:49:9: 'import'
+ {
+ match("import");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__50"
+
+ // $ANTLR start "T__51"
+ public final void mT__51() throws RecognitionException {
+ try {
+ int _type = T__51;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:50:7: ( '.' )
+ // InternalOseeDsl.g:50:9: '.'
+ {
+ match('.');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__51"
+
+ // $ANTLR start "T__52"
+ public final void mT__52() throws RecognitionException {
+ try {
+ int _type = T__52;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:51:7: ( 'artifactType' )
+ // InternalOseeDsl.g:51:9: 'artifactType'
+ {
+ match("artifactType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__52"
+
+ // $ANTLR start "T__53"
+ public final void mT__53() throws RecognitionException {
+ try {
+ int _type = T__53;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:52:7: ( '{' )
+ // InternalOseeDsl.g:52:9: '{'
+ {
+ match('{');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__53"
+
+ // $ANTLR start "T__54"
+ public final void mT__54() throws RecognitionException {
+ try {
+ int _type = T__54;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:53:7: ( 'id' )
+ // InternalOseeDsl.g:53:9: 'id'
+ {
+ match("id");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__54"
+
+ // $ANTLR start "T__55"
+ public final void mT__55() throws RecognitionException {
+ try {
+ int _type = T__55;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:54:7: ( '}' )
+ // InternalOseeDsl.g:54:9: '}'
+ {
+ match('}');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__55"
+
+ // $ANTLR start "T__56"
+ public final void mT__56() throws RecognitionException {
+ try {
+ int _type = T__56;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:55:7: ( 'extends' )
+ // InternalOseeDsl.g:55:9: 'extends'
+ {
+ match("extends");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__56"
+
+ // $ANTLR start "T__57"
+ public final void mT__57() throws RecognitionException {
+ try {
+ int _type = T__57;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:56:7: ( ',' )
+ // InternalOseeDsl.g:56:9: ','
+ {
+ match(',');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__57"
+
+ // $ANTLR start "T__58"
+ public final void mT__58() throws RecognitionException {
+ try {
+ int _type = T__58;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:57:7: ( 'guid' )
+ // InternalOseeDsl.g:57:9: 'guid'
+ {
+ match("guid");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__58"
+
+ // $ANTLR start "T__59"
+ public final void mT__59() throws RecognitionException {
+ try {
+ int _type = T__59;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:58:7: ( 'attribute' )
+ // InternalOseeDsl.g:58:9: 'attribute'
+ {
+ match("attribute");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__59"
+
+ // $ANTLR start "T__60"
+ public final void mT__60() throws RecognitionException {
+ try {
+ int _type = T__60;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:59:7: ( 'attributeType' )
+ // InternalOseeDsl.g:59:9: 'attributeType'
+ {
+ match("attributeType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__60"
+
+ // $ANTLR start "T__61"
+ public final void mT__61() throws RecognitionException {
+ try {
+ int _type = T__61;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:60:7: ( 'dataProvider' )
+ // InternalOseeDsl.g:60:9: 'dataProvider'
+ {
+ match("dataProvider");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__61"
+
+ // $ANTLR start "T__62"
+ public final void mT__62() throws RecognitionException {
+ try {
+ int _type = T__62;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:61:7: ( 'min' )
+ // InternalOseeDsl.g:61:9: 'min'
+ {
+ match("min");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__62"
+
+ // $ANTLR start "T__63"
+ public final void mT__63() throws RecognitionException {
+ try {
+ int _type = T__63;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:62:7: ( 'max' )
+ // InternalOseeDsl.g:62:9: 'max'
+ {
+ match("max");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__63"
+
+ // $ANTLR start "T__64"
+ public final void mT__64() throws RecognitionException {
+ try {
+ int _type = T__64;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:63:7: ( 'overrides' )
+ // InternalOseeDsl.g:63:9: 'overrides'
+ {
+ match("overrides");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__64"
+
+ // $ANTLR start "T__65"
+ public final void mT__65() throws RecognitionException {
+ try {
+ int _type = T__65;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:64:7: ( 'taggerId' )
+ // InternalOseeDsl.g:64:9: 'taggerId'
+ {
+ match("taggerId");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__65"
+
+ // $ANTLR start "T__66"
+ public final void mT__66() throws RecognitionException {
+ try {
+ int _type = T__66;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:65:7: ( 'enumType' )
+ // InternalOseeDsl.g:65:9: 'enumType'
+ {
+ match("enumType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__66"
+
+ // $ANTLR start "T__67"
+ public final void mT__67() throws RecognitionException {
+ try {
+ int _type = T__67;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:66:7: ( 'description' )
+ // InternalOseeDsl.g:66:9: 'description'
+ {
+ match("description");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__67"
+
+ // $ANTLR start "T__68"
+ public final void mT__68() throws RecognitionException {
+ try {
+ int _type = T__68;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:67:7: ( 'defaultValue' )
+ // InternalOseeDsl.g:67:9: 'defaultValue'
+ {
+ match("defaultValue");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__68"
+
+ // $ANTLR start "T__69"
+ public final void mT__69() throws RecognitionException {
+ try {
+ int _type = T__69;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:68:7: ( 'fileExtension' )
+ // InternalOseeDsl.g:68:9: 'fileExtension'
+ {
+ match("fileExtension");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__69"
+
+ // $ANTLR start "T__70"
+ public final void mT__70() throws RecognitionException {
+ try {
+ int _type = T__70;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:69:7: ( 'mediaType' )
+ // InternalOseeDsl.g:69:9: 'mediaType'
+ {
+ match("mediaType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__70"
+
+ // $ANTLR start "T__71"
+ public final void mT__71() throws RecognitionException {
+ try {
+ int _type = T__71;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:70:7: ( 'oseeEnumType' )
+ // InternalOseeDsl.g:70:9: 'oseeEnumType'
+ {
+ match("oseeEnumType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__71"
+
+ // $ANTLR start "T__72"
+ public final void mT__72() throws RecognitionException {
+ try {
+ int _type = T__72;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:71:7: ( 'entry' )
+ // InternalOseeDsl.g:71:9: 'entry'
+ {
+ match("entry");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__72"
+
+ // $ANTLR start "T__73"
+ public final void mT__73() throws RecognitionException {
+ try {
+ int _type = T__73;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:72:7: ( 'entryGuid' )
+ // InternalOseeDsl.g:72:9: 'entryGuid'
+ {
+ match("entryGuid");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__73"
+
+ // $ANTLR start "T__74"
+ public final void mT__74() throws RecognitionException {
+ try {
+ int _type = T__74;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:73:7: ( 'overrides enum' )
+ // InternalOseeDsl.g:73:9: 'overrides enum'
+ {
+ match("overrides enum");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__74"
+
+ // $ANTLR start "T__75"
+ public final void mT__75() throws RecognitionException {
+ try {
+ int _type = T__75;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:74:7: ( 'add' )
+ // InternalOseeDsl.g:74:9: 'add'
+ {
+ match("add");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__75"
+
+ // $ANTLR start "T__76"
+ public final void mT__76() throws RecognitionException {
+ try {
+ int _type = T__76;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:75:7: ( 'remove' )
+ // InternalOseeDsl.g:75:9: 'remove'
+ {
+ match("remove");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__76"
+
+ // $ANTLR start "T__77"
+ public final void mT__77() throws RecognitionException {
+ try {
+ int _type = T__77;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:76:7: ( 'overrides artifactType' )
+ // InternalOseeDsl.g:76:9: 'overrides artifactType'
+ {
+ match("overrides artifactType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__77"
+
+ // $ANTLR start "T__78"
+ public final void mT__78() throws RecognitionException {
+ try {
+ int _type = T__78;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:77:7: ( 'update' )
+ // InternalOseeDsl.g:77:9: 'update'
+ {
+ match("update");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__78"
+
+ // $ANTLR start "T__79"
+ public final void mT__79() throws RecognitionException {
+ try {
+ int _type = T__79;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:78:7: ( 'relationType' )
+ // InternalOseeDsl.g:78:9: 'relationType'
+ {
+ match("relationType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__79"
+
+ // $ANTLR start "T__80"
+ public final void mT__80() throws RecognitionException {
+ try {
+ int _type = T__80;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:79:7: ( 'sideAName' )
+ // InternalOseeDsl.g:79:9: 'sideAName'
+ {
+ match("sideAName");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__80"
+
+ // $ANTLR start "T__81"
+ public final void mT__81() throws RecognitionException {
+ try {
+ int _type = T__81;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:80:7: ( 'sideAArtifactType' )
+ // InternalOseeDsl.g:80:9: 'sideAArtifactType'
+ {
+ match("sideAArtifactType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__81"
+
+ // $ANTLR start "T__82"
+ public final void mT__82() throws RecognitionException {
+ try {
+ int _type = T__82;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:81:7: ( 'sideBName' )
+ // InternalOseeDsl.g:81:9: 'sideBName'
+ {
+ match("sideBName");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__82"
+
+ // $ANTLR start "T__83"
+ public final void mT__83() throws RecognitionException {
+ try {
+ int _type = T__83;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:82:7: ( 'sideBArtifactType' )
+ // InternalOseeDsl.g:82:9: 'sideBArtifactType'
+ {
+ match("sideBArtifactType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__83"
+
+ // $ANTLR start "T__84"
+ public final void mT__84() throws RecognitionException {
+ try {
+ int _type = T__84;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:83:7: ( 'defaultOrderType' )
+ // InternalOseeDsl.g:83:9: 'defaultOrderType'
+ {
+ match("defaultOrderType");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__84"
+
+ // $ANTLR start "T__85"
+ public final void mT__85() throws RecognitionException {
+ try {
+ int _type = T__85;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:84:7: ( 'multiplicity' )
+ // InternalOseeDsl.g:84:9: 'multiplicity'
+ {
+ match("multiplicity");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__85"
+
+ // $ANTLR start "T__86"
+ public final void mT__86() throws RecognitionException {
+ try {
+ int _type = T__86;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:85:7: ( '(' )
+ // InternalOseeDsl.g:85:9: '('
+ {
+ match('(');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__86"
+
+ // $ANTLR start "T__87"
+ public final void mT__87() throws RecognitionException {
+ try {
+ int _type = T__87;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:86:7: ( ')' )
+ // InternalOseeDsl.g:86:9: ')'
+ {
+ match(')');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__87"
+
+ // $ANTLR start "T__88"
+ public final void mT__88() throws RecognitionException {
+ try {
+ int _type = T__88;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:87:7: ( 'artifactMatcher' )
+ // InternalOseeDsl.g:87:9: 'artifactMatcher'
+ {
+ match("artifactMatcher");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__88"
+
+ // $ANTLR start "T__89"
+ public final void mT__89() throws RecognitionException {
+ try {
+ int _type = T__89;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:88:7: ( 'where' )
+ // InternalOseeDsl.g:88:9: 'where'
+ {
+ match("where");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__89"
+
+ // $ANTLR start "T__90"
+ public final void mT__90() throws RecognitionException {
+ try {
+ int _type = T__90;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:89:7: ( ';' )
+ // InternalOseeDsl.g:89:9: ';'
+ {
+ match(';');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__90"
+
+ // $ANTLR start "T__91"
+ public final void mT__91() throws RecognitionException {
+ try {
+ int _type = T__91;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:90:7: ( 'role' )
+ // InternalOseeDsl.g:90:9: 'role'
+ {
+ match("role");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__91"
+
+ // $ANTLR start "T__92"
+ public final void mT__92() throws RecognitionException {
+ try {
+ int _type = T__92;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:91:7: ( 'accessContext' )
+ // InternalOseeDsl.g:91:9: 'accessContext'
+ {
+ match("accessContext");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $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;
+ // InternalOseeDsl.g:92:7: ( 'childrenOf' )
+ // InternalOseeDsl.g:92:9: 'childrenOf'
+ {
+ match("childrenOf");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__93"
+
+ // $ANTLR start "T__94"
+ public final void mT__94() throws RecognitionException {
+ try {
+ int _type = T__94;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:93:7: ( 'artifact' )
+ // InternalOseeDsl.g:93:9: 'artifact'
+ {
+ match("artifact");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__94"
+
+ // $ANTLR start "T__95"
+ public final void mT__95() throws RecognitionException {
+ try {
+ int _type = T__95;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:94:7: ( 'edit' )
+ // InternalOseeDsl.g:94:9: 'edit'
+ {
+ match("edit");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__95"
+
+ // $ANTLR start "T__96"
+ public final void mT__96() throws RecognitionException {
+ try {
+ int _type = T__96;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:95:7: ( 'of' )
+ // InternalOseeDsl.g:95:9: 'of'
+ {
+ match("of");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__96"
+
+ // $ANTLR start "T__97"
+ public final void mT__97() throws RecognitionException {
+ try {
+ int _type = T__97;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:96:7: ( 'abstract' )
+ // InternalOseeDsl.g:96:9: 'abstract'
+ {
+ match("abstract");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__97"
+
+ // $ANTLR start "T__98"
+ public final void mT__98() throws RecognitionException {
+ try {
+ int _type = T__98;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:97:7: ( 'inheritAll' )
+ // InternalOseeDsl.g:97:9: 'inheritAll'
+ {
+ match("inheritAll");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__98"
+
+ // $ANTLR start "RULE_STRING"
+ public final void mRULE_STRING() throws RecognitionException {
+ try {
+ int _type = RULE_STRING;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:10610:13: ( ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' ) )
+ // InternalOseeDsl.g:10610:15: ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' )
+ {
+ // InternalOseeDsl.g:10610:15: ( '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"' | '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\'' )
+ int alt3=2;
int LA3_0 = input.LA(1);
- if (LA3_0 == '\"') {
- alt3 = 1;
- } else if (LA3_0 == '\'') {
- alt3 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 3, 0, input);
+ if ( (LA3_0=='\"') ) {
+ alt3=1;
+ }
+ else if ( (LA3_0=='\'') ) {
+ alt3=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 3, 0, input);
- throw nvae;
+ throw nvae;
}
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:10610:16: '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"'
- {
- match('\"');
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10610:20: ( '\\\\' '\"' | ~ ( '\"' ) )*
- loop1: do {
- int alt1 = 3;
- int LA1_0 = input.LA(1);
-
- if (LA1_0 == '\\') {
- int LA1_2 = input.LA(2);
-
- if (LA1_2 == '\"') {
- int LA1_4 = input.LA(3);
-
- if (LA1_4 >= '\u0000' && LA1_4 <= '\uFFFF') {
- alt1 = 1;
- }
-
- else {
- alt1 = 2;
- }
-
- } else if (LA1_2 >= '\u0000' && LA1_2 <= '!' || LA1_2 >= '#' && LA1_2 <= '\uFFFF') {
- alt1 = 2;
+ case 1 :
+ // InternalOseeDsl.g:10610:16: '\"' ( '\\\\' '\"' | ~ ( '\"' ) )* '\"'
+ {
+ match('\"');
+ // InternalOseeDsl.g:10610:20: ( '\\\\' '\"' | ~ ( '\"' ) )*
+ loop1:
+ do {
+ int alt1=3;
+ int LA1_0 = input.LA(1);
+
+ if ( (LA1_0=='\\') ) {
+ int LA1_2 = input.LA(2);
+
+ if ( (LA1_2=='\"') ) {
+ int LA1_4 = input.LA(3);
+
+ if ( ((LA1_4>='\u0000' && LA1_4<='\uFFFF')) ) {
+ alt1=1;
+ }
+
+ else {
+ alt1=2;
+ }
+
+ }
+ else if ( ((LA1_2>='\u0000' && LA1_2<='!')||(LA1_2>='#' && LA1_2<='\uFFFF')) ) {
+ alt1=2;
+ }
+
+
+ }
+ else if ( ((LA1_0>='\u0000' && LA1_0<='!')||(LA1_0>='#' && LA1_0<='[')||(LA1_0>=']' && LA1_0<='\uFFFF')) ) {
+ alt1=2;
}
- } else if (LA1_0 >= '\u0000' && LA1_0 <= '!' || LA1_0 >= '#' && LA1_0 <= '[' || LA1_0 >= ']' && LA1_0 <= '\uFFFF') {
- alt1 = 2;
- }
- 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:10610:21: '\\\\' '\"'
- {
- match('\\');
- match('\"');
+ switch (alt1) {
+ case 1 :
+ // InternalOseeDsl.g:10610:21: '\\\\' '\"'
+ {
+ match('\\');
+ match('\"');
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:10610:30: ~ ( '\"' )
+ {
+ if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='\uFFFF') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+ }
+ break;
+
+ default :
+ break loop1;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10610:30: ~ ( '\"' )
- {
- if (input.LA(1) >= '\u0000' && input.LA(1) <= '!' || input.LA(1) >= '#' && input.LA(
- 1) <= '\uFFFF') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
+ } while (true);
+
+ match('\"');
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:10610:43: '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\''
+ {
+ match('\'');
+ // InternalOseeDsl.g:10610:48: ( '\\\\' '\\'' | ~ ( '\\'' ) )*
+ loop2:
+ do {
+ int alt2=3;
+ int LA2_0 = input.LA(1);
+
+ if ( (LA2_0=='\\') ) {
+ int LA2_2 = input.LA(2);
+
+ if ( (LA2_2=='\'') ) {
+ int LA2_4 = input.LA(3);
+
+ if ( ((LA2_4>='\u0000' && LA2_4<='\uFFFF')) ) {
+ alt2=1;
+ }
+
+ else {
+ alt2=2;
+ }
+
+ }
+ else if ( ((LA2_2>='\u0000' && LA2_2<='&')||(LA2_2>='(' && LA2_2<='\uFFFF')) ) {
+ alt2=2;
+ }
+
}
- break;
-
- default:
- break loop1;
- }
- } while (true);
-
- match('\"');
-
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10610:43: '\\'' ( '\\\\' '\\'' | ~ ( '\\'' ) )* '\\''
- {
- match('\'');
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10610:48: ( '\\\\' '\\'' | ~ ( '\\'' ) )*
- loop2: do {
- int alt2 = 3;
- int LA2_0 = input.LA(1);
-
- if (LA2_0 == '\\') {
- int LA2_2 = input.LA(2);
-
- if (LA2_2 == '\'') {
- int LA2_4 = input.LA(3);
-
- if (LA2_4 >= '\u0000' && LA2_4 <= '\uFFFF') {
- alt2 = 1;
- }
-
- else {
- alt2 = 2;
- }
-
- } else if (LA2_2 >= '\u0000' && LA2_2 <= '&' || LA2_2 >= '(' && LA2_2 <= '\uFFFF') {
- alt2 = 2;
+ else if ( ((LA2_0>='\u0000' && LA2_0<='&')||(LA2_0>='(' && LA2_0<='[')||(LA2_0>=']' && LA2_0<='\uFFFF')) ) {
+ alt2=2;
}
- } else if (LA2_0 >= '\u0000' && LA2_0 <= '&' || LA2_0 >= '(' && LA2_0 <= '[' || LA2_0 >= ']' && LA2_0 <= '\uFFFF') {
- alt2 = 2;
- }
- 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:10610:49: '\\\\' '\\''
- {
- match('\\');
- match('\'');
+ switch (alt2) {
+ case 1 :
+ // InternalOseeDsl.g:10610:49: '\\\\' '\\''
+ {
+ match('\\');
+ match('\'');
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10610:59: ~ ( '\\'' )
- {
- if (input.LA(1) >= '\u0000' && input.LA(1) <= '&' || input.LA(1) >= '(' && input.LA(
- 1) <= '\uFFFF') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:10610:59: ~ ( '\\'' )
+ {
+ if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='\uFFFF') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+
+ }
+ break;
+ default :
+ break loop2;
}
- break;
+ } while (true);
- default:
- break loop2;
- }
- } while (true);
+ match('\'');
- match('\'');
+ }
+ break;
+
+ }
- }
- break;
}
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "RULE_STRING"
-
- // $ANTLR start "RULE_WHOLE_NUM_STR"
- public final void mRULE_WHOLE_NUM_STR() throws RecognitionException {
- 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:10612:20: ( ( '0' .. '9' )+ )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10612:22: ( '0' .. '9' )+
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10612:22: ( '0' .. '9' )+
- int cnt4 = 0;
- loop4: do {
- int alt4 = 2;
- int LA4_0 = input.LA(1);
-
- if (LA4_0 >= '0' && LA4_0 <= '9') {
- alt4 = 1;
- }
-
- 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:10612:23: '0' .. '9'
- {
- matchRange('0', '9');
-
- }
- break;
-
- default:
- if (cnt4 >= 1) {
- break loop4;
- }
- EarlyExitException eee = new EarlyExitException(4, input);
- throw eee;
- }
- cnt4++;
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_STRING"
+
+ // $ANTLR start "RULE_WHOLE_NUM_STR"
+ public final void mRULE_WHOLE_NUM_STR() throws RecognitionException {
+ try {
+ int _type = RULE_WHOLE_NUM_STR;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:10612:20: ( ( '0' .. '9' )+ )
+ // InternalOseeDsl.g:10612:22: ( '0' .. '9' )+
+ {
+ // InternalOseeDsl.g:10612:22: ( '0' .. '9' )+
+ int cnt4=0;
+ loop4:
+ do {
+ int alt4=2;
+ int LA4_0 = input.LA(1);
+
+ if ( ((LA4_0>='0' && LA4_0<='9')) ) {
+ alt4=1;
+ }
+
+
+ switch (alt4) {
+ case 1 :
+ // InternalOseeDsl.g:10612:23: '0' .. '9'
+ {
+ matchRange('0','9');
+
+ }
+ break;
+
+ default :
+ if ( cnt4 >= 1 ) break loop4;
+ EarlyExitException eee =
+ new EarlyExitException(4, input);
+ throw eee;
+ }
+ cnt4++;
} while (true);
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "RULE_WHOLE_NUM_STR"
-
- // $ANTLR start "RULE_HEX_INT"
- public final void mRULE_HEX_INT() throws RecognitionException {
- 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:10614: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:10614: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:10614:21: ( 'A' .. 'F' | '0' .. '9' )+
- int cnt5 = 0;
- loop5: do {
- int alt5 = 2;
- int LA5_0 = input.LA(1);
-
- if (LA5_0 >= '0' && LA5_0 <= '9' || LA5_0 >= 'A' && LA5_0 <= 'F') {
- alt5 = 1;
- }
-
- 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:
- {
- if (input.LA(1) >= '0' && input.LA(1) <= '9' || input.LA(1) >= 'A' && input.LA(1) <= 'F') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
- }
- break;
-
- default:
- if (cnt5 >= 1) {
- break loop5;
- }
- EarlyExitException eee = new EarlyExitException(5, input);
- throw eee;
- }
- cnt5++;
- } while (true);
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "RULE_HEX_INT"
-
- // $ANTLR start "RULE_ID"
- public final void mRULE_ID() throws RecognitionException {
- 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:10616: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:10616: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:10616:11: ( '^' )?
- int alt6 = 2;
- int LA6_0 = input.LA(1);
-
- if (LA6_0 == '^') {
- alt6 = 1;
}
- 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:10616:11: '^'
- {
- match('^');
-
- }
- break;
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_WHOLE_NUM_STR"
+
+ // $ANTLR start "RULE_ID"
+ public final void mRULE_ID() throws RecognitionException {
+ try {
+ int _type = RULE_ID;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:10614:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
+ // InternalOseeDsl.g:10614:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ {
+ // InternalOseeDsl.g:10614:11: ( '^' )?
+ int alt5=2;
+ int LA5_0 = input.LA(1);
+
+ if ( (LA5_0=='^') ) {
+ alt5=1;
}
+ switch (alt5) {
+ case 1 :
+ // InternalOseeDsl.g:10614:11: '^'
+ {
+ match('^');
- if (input.LA(1) >= 'A' && input.LA(1) <= 'Z' || input.LA(
- 1) == '_' || input.LA(1) >= 'a' && input.LA(1) <= 'z') {
- input.consume();
+ }
+ break;
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- 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:10616:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
- loop7: do {
- int alt7 = 2;
- int LA7_0 = input.LA(1);
-
- if (LA7_0 >= '0' && LA7_0 <= '9' || LA7_0 >= 'A' && LA7_0 <= 'Z' || LA7_0 == '_' || LA7_0 >= 'a' && LA7_0 <= 'z') {
- alt7 = 1;
- }
-
- 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:
- {
- if (input.LA(1) >= '0' && input.LA(1) <= '9' || input.LA(1) >= 'A' && input.LA(
- 1) <= 'Z' || input.LA(1) == '_' || input.LA(1) >= 'a' && input.LA(1) <= 'z') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
- }
- break;
-
- default:
- break loop7;
- }
+ if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+ // InternalOseeDsl.g:10614:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ loop6:
+ do {
+ int alt6=2;
+ int LA6_0 = input.LA(1);
+
+ if ( ((LA6_0>='0' && LA6_0<='9')||(LA6_0>='A' && LA6_0<='Z')||LA6_0=='_'||(LA6_0>='a' && LA6_0<='z')) ) {
+ alt6=1;
+ }
+
+
+ switch (alt6) {
+ case 1 :
+ // InternalOseeDsl.g:
+ {
+ if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+
+ }
+ break;
+
+ default :
+ break loop6;
+ }
} while (true);
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "RULE_ID"
-
- // $ANTLR start "RULE_INT"
- public final void mRULE_INT() throws RecognitionException {
- 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:10618:10: ( ( '0' .. '9' )+ )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10618:12: ( '0' .. '9' )+
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10618:12: ( '0' .. '9' )+
- int cnt8 = 0;
- loop8: do {
- int alt8 = 2;
- int LA8_0 = input.LA(1);
-
- if (LA8_0 >= '0' && LA8_0 <= '9') {
- alt8 = 1;
- }
-
- 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:10618:13: '0' .. '9'
- {
- matchRange('0', '9');
-
- }
- break;
-
- default:
- if (cnt8 >= 1) {
- break loop8;
- }
- EarlyExitException eee = new EarlyExitException(8, input);
- throw eee;
- }
- cnt8++;
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_ID"
+
+ // $ANTLR start "RULE_INT"
+ public final void mRULE_INT() throws RecognitionException {
+ try {
+ int _type = RULE_INT;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:10616:10: ( ( '0' .. '9' )+ )
+ // InternalOseeDsl.g:10616:12: ( '0' .. '9' )+
+ {
+ // InternalOseeDsl.g:10616:12: ( '0' .. '9' )+
+ int cnt7=0;
+ loop7:
+ do {
+ int alt7=2;
+ int LA7_0 = input.LA(1);
+
+ if ( ((LA7_0>='0' && LA7_0<='9')) ) {
+ alt7=1;
+ }
+
+
+ switch (alt7) {
+ case 1 :
+ // InternalOseeDsl.g:10616:13: '0' .. '9'
+ {
+ matchRange('0','9');
+
+ }
+ break;
+
+ default :
+ if ( cnt7 >= 1 ) break loop7;
+ EarlyExitException eee =
+ new EarlyExitException(7, input);
+ throw eee;
+ }
+ cnt7++;
} while (true);
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "RULE_INT"
-
- // $ANTLR start "RULE_ML_COMMENT"
- public final void mRULE_ML_COMMENT() throws RecognitionException {
- 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:10620: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:10620: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:10620:24: ( options {greedy=false; } : . )*
- loop9: do {
- int alt9 = 2;
- int LA9_0 = input.LA(1);
-
- if (LA9_0 == '*') {
- int LA9_1 = input.LA(2);
-
- if (LA9_1 == '/') {
- alt9 = 2;
- } else if (LA9_1 >= '\u0000' && LA9_1 <= '.' || LA9_1 >= '0' && LA9_1 <= '\uFFFF') {
- alt9 = 1;
- }
-
- } else if (LA9_0 >= '\u0000' && LA9_0 <= ')' || LA9_0 >= '+' && LA9_0 <= '\uFFFF') {
- alt9 = 1;
- }
-
- 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:10620:52: .
- {
- matchAny();
-
- }
- break;
-
- default:
- break loop9;
- }
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_INT"
+
+ // $ANTLR start "RULE_ML_COMMENT"
+ public final void mRULE_ML_COMMENT() throws RecognitionException {
+ try {
+ int _type = RULE_ML_COMMENT;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:10618:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
+ // InternalOseeDsl.g:10618:19: '/*' ( options {greedy=false; } : . )* '*/'
+ {
+ match("/*");
+
+ // InternalOseeDsl.g:10618:24: ( options {greedy=false; } : . )*
+ loop8:
+ do {
+ int alt8=2;
+ int LA8_0 = input.LA(1);
+
+ if ( (LA8_0=='*') ) {
+ int LA8_1 = input.LA(2);
+
+ if ( (LA8_1=='/') ) {
+ alt8=2;
+ }
+ else if ( ((LA8_1>='\u0000' && LA8_1<='.')||(LA8_1>='0' && LA8_1<='\uFFFF')) ) {
+ alt8=1;
+ }
+
+
+ }
+ else if ( ((LA8_0>='\u0000' && LA8_0<=')')||(LA8_0>='+' && LA8_0<='\uFFFF')) ) {
+ alt8=1;
+ }
+
+
+ switch (alt8) {
+ case 1 :
+ // InternalOseeDsl.g:10618:52: .
+ {
+ matchAny();
+
+ }
+ break;
+
+ default :
+ break loop8;
+ }
} while (true);
- match("*/");
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "RULE_ML_COMMENT"
-
- // $ANTLR start "RULE_SL_COMMENT"
- public final void mRULE_SL_COMMENT() throws RecognitionException {
- 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:10622: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:10622: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:10622:24: (~ ( ( '\\n' | '\\r' ) ) )*
- loop10: do {
- int alt10 = 2;
- int LA10_0 = input.LA(1);
-
- if (LA10_0 >= '\u0000' && LA10_0 <= '\t' || LA10_0 >= '\u000B' && LA10_0 <= '\f' || LA10_0 >= '\u000E' && LA10_0 <= '\uFFFF') {
- alt10 = 1;
- }
-
- 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:10622: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();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
- }
- break;
-
- default:
- break loop10;
- }
+ match("*/");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_ML_COMMENT"
+
+ // $ANTLR start "RULE_SL_COMMENT"
+ public final void mRULE_SL_COMMENT() throws RecognitionException {
+ try {
+ int _type = RULE_SL_COMMENT;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:10620:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // InternalOseeDsl.g:10620:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ {
+ match("//");
+
+ // InternalOseeDsl.g:10620:24: (~ ( ( '\\n' | '\\r' ) ) )*
+ loop9:
+ do {
+ int alt9=2;
+ int LA9_0 = input.LA(1);
+
+ if ( ((LA9_0>='\u0000' && LA9_0<='\t')||(LA9_0>='\u000B' && LA9_0<='\f')||(LA9_0>='\u000E' && LA9_0<='\uFFFF')) ) {
+ alt9=1;
+ }
+
+
+ switch (alt9) {
+ case 1 :
+ // InternalOseeDsl.g:10620: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();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+
+ }
+ break;
+
+ default :
+ break loop9;
+ }
} while (true);
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10622:40: ( ( '\\r' )? '\\n' )?
- int alt12 = 2;
- int LA12_0 = input.LA(1);
+ // InternalOseeDsl.g:10620:40: ( ( '\\r' )? '\\n' )?
+ int alt11=2;
+ int LA11_0 = input.LA(1);
- if (LA12_0 == '\n' || LA12_0 == '\r') {
- alt12 = 1;
+ if ( (LA11_0=='\n'||LA11_0=='\r') ) {
+ alt11=1;
}
- 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:10622:41: ( '\\r' )? '\\n'
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10622:41: ( '\\r' )?
- int alt11 = 2;
- int LA11_0 = input.LA(1);
-
- if (LA11_0 == '\r') {
- alt11 = 1;
- }
- 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:10622:41: '\\r'
- {
- match('\r');
-
- }
- break;
+ switch (alt11) {
+ case 1 :
+ // InternalOseeDsl.g:10620:41: ( '\\r' )? '\\n'
+ {
+ // InternalOseeDsl.g:10620:41: ( '\\r' )?
+ int alt10=2;
+ int LA10_0 = input.LA(1);
- }
+ if ( (LA10_0=='\r') ) {
+ alt10=1;
+ }
+ switch (alt10) {
+ case 1 :
+ // InternalOseeDsl.g:10620:41: '\\r'
+ {
+ match('\r');
- match('\n');
+ }
+ break;
- }
- break;
+ }
+
+ match('\n');
+
+ }
+ break;
}
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "RULE_SL_COMMENT"
-
- // $ANTLR start "RULE_WS"
- public final void mRULE_WS() throws RecognitionException {
- 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:10624: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:10624: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:10624:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
- int cnt13 = 0;
- loop13: do {
- int alt13 = 2;
- int LA13_0 = input.LA(1);
-
- if (LA13_0 >= '\t' && LA13_0 <= '\n' || LA13_0 == '\r' || LA13_0 == ' ') {
- alt13 = 1;
- }
-
- 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:
- {
- if (input.LA(1) >= '\t' && input.LA(1) <= '\n' || input.LA(1) == '\r' || input.LA(1) == ' ') {
- input.consume();
-
- } else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
- }
- break;
-
- default:
- if (cnt13 >= 1) {
- break loop13;
- }
- EarlyExitException eee = new EarlyExitException(13, input);
- throw eee;
- }
- cnt13++;
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_SL_COMMENT"
+
+ // $ANTLR start "RULE_WS"
+ public final void mRULE_WS() throws RecognitionException {
+ try {
+ int _type = RULE_WS;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:10622:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // InternalOseeDsl.g:10622:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ {
+ // InternalOseeDsl.g:10622:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ int cnt12=0;
+ loop12:
+ do {
+ int alt12=2;
+ int LA12_0 = input.LA(1);
+
+ if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {
+ alt12=1;
+ }
+
+
+ switch (alt12) {
+ case 1 :
+ // InternalOseeDsl.g:
+ {
+ if ( (input.LA(1)>='\t' && input.LA(1)<='\n')||input.LA(1)=='\r'||input.LA(1)==' ' ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+
+ }
+ break;
+
+ default :
+ if ( cnt12 >= 1 ) break loop12;
+ EarlyExitException eee =
+ new EarlyExitException(12, input);
+ throw eee;
+ }
+ cnt12++;
} while (true);
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "RULE_WS"
-
- // $ANTLR start "RULE_ANY_OTHER"
- public final void mRULE_ANY_OTHER() throws RecognitionException {
- 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:10626:16: ( . )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10626:18: .
- {
- matchAny();
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
- // $ANTLR end "RULE_ANY_OTHER"
-
- @Override
- 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 | T__93 | T__94 | T__95 | T__96 | T__97 | T__98 | T__99 | 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 = 96;
- alt14 = dfa14.predict(input);
- 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:1:10: T__13
- {
- mT__13();
-
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:16: T__14
- {
- mT__14();
-
- }
- break;
- case 3:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:22: T__15
- {
- mT__15();
-
- }
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:28: T__16
- {
- mT__16();
-
- }
- break;
- case 5:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:34: T__17
- {
- mT__17();
-
- }
- break;
- case 6:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:40: T__18
- {
- mT__18();
-
- }
- break;
- case 7:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:46: T__19
- {
- mT__19();
-
- }
- break;
- case 8:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:52: T__20
- {
- mT__20();
-
- }
- break;
- case 9:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:58: T__21
- {
- mT__21();
-
- }
- break;
- case 10:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:64: T__22
- {
- mT__22();
-
- }
- break;
- case 11:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:70: T__23
- {
- mT__23();
-
- }
- break;
- case 12:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:76: T__24
- {
- mT__24();
-
- }
- break;
- case 13:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:82: T__25
- {
- mT__25();
-
- }
- break;
- case 14:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:88: T__26
- {
- mT__26();
-
- }
- break;
- case 15:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:94: T__27
- {
- mT__27();
-
- }
- break;
- case 16:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:100: T__28
- {
- mT__28();
-
- }
- break;
- case 17:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:106: T__29
- {
- mT__29();
-
- }
- break;
- case 18:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:112: T__30
- {
- mT__30();
-
- }
- break;
- case 19:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:118: T__31
- {
- mT__31();
-
- }
- break;
- case 20:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:124: T__32
- {
- mT__32();
-
- }
- break;
- case 21:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:130: T__33
- {
- mT__33();
-
- }
- break;
- case 22:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:136: T__34
- {
- mT__34();
-
- }
- break;
- case 23:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:142: T__35
- {
- mT__35();
-
- }
- break;
- case 24:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:148: T__36
- {
- mT__36();
-
- }
- break;
- case 25:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:154: T__37
- {
- mT__37();
-
- }
- break;
- case 26:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:160: T__38
- {
- mT__38();
-
- }
- break;
- case 27:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:166: T__39
- {
- mT__39();
-
- }
- break;
- case 28:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:172: T__40
- {
- mT__40();
-
- }
- break;
- case 29:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:178: T__41
- {
- mT__41();
-
- }
- break;
- case 30:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:184: T__42
- {
- mT__42();
-
- }
- break;
- case 31:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:190: T__43
- {
- mT__43();
-
- }
- break;
- case 32:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:196: T__44
- {
- mT__44();
-
- }
- break;
- case 33:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:202: T__45
- {
- mT__45();
-
- }
- break;
- case 34:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:208: T__46
- {
- mT__46();
-
- }
- break;
- case 35:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:214: T__47
- {
- mT__47();
-
- }
- break;
- case 36:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:220: T__48
- {
- mT__48();
-
- }
- break;
- case 37:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:226: T__49
- {
- mT__49();
-
- }
- break;
- case 38:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:232: T__50
- {
- mT__50();
-
- }
- break;
- case 39:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:238: T__51
- {
- mT__51();
-
- }
- break;
- case 40:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:244: T__52
- {
- mT__52();
-
- }
- break;
- case 41:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:250: T__53
- {
- mT__53();
-
- }
- break;
- case 42:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:256: T__54
- {
- mT__54();
-
- }
- break;
- case 43:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:262: T__55
- {
- mT__55();
-
- }
- break;
- case 44:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:268: T__56
- {
- mT__56();
-
- }
- break;
- case 45:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:274: T__57
- {
- mT__57();
-
- }
- break;
- case 46:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:280: T__58
- {
- mT__58();
-
- }
- break;
- case 47:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:286: T__59
- {
- mT__59();
-
- }
- break;
- case 48:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:292: T__60
- {
- mT__60();
-
- }
- break;
- case 49:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:298: T__61
- {
- mT__61();
-
- }
- break;
- case 50:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:304: T__62
- {
- mT__62();
-
- }
- break;
- case 51:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:310: T__63
- {
- mT__63();
-
- }
- break;
- case 52:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:316: T__64
- {
- mT__64();
-
- }
- break;
- case 53:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:322: T__65
- {
- mT__65();
-
- }
- break;
- case 54:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:328: T__66
- {
- mT__66();
-
- }
- break;
- case 55:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:334: T__67
- {
- mT__67();
-
- }
- break;
- case 56:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:340: T__68
- {
- mT__68();
-
- }
- break;
- case 57:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:346: T__69
- {
- mT__69();
-
- }
- break;
- case 58:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:352: T__70
- {
- mT__70();
-
- }
- break;
- case 59:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:358: T__71
- {
- mT__71();
-
- }
- break;
- case 60:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:364: T__72
- {
- mT__72();
-
- }
- break;
- case 61:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:370: T__73
- {
- mT__73();
-
- }
- break;
- case 62:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:376: T__74
- {
- mT__74();
-
- }
- break;
- case 63:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:382: T__75
- {
- mT__75();
-
- }
- break;
- case 64:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:388: T__76
- {
- mT__76();
-
- }
- break;
- case 65:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:394: T__77
- {
- mT__77();
-
- }
- break;
- case 66:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:400: T__78
- {
- mT__78();
-
- }
- break;
- case 67:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:406: T__79
- {
- mT__79();
-
- }
- break;
- case 68:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:412: T__80
- {
- mT__80();
-
- }
- break;
- case 69:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:418: T__81
- {
- mT__81();
-
- }
- break;
- case 70:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:424: T__82
- {
- mT__82();
-
- }
- break;
- case 71:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:430: T__83
- {
- mT__83();
-
- }
- break;
- case 72:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:436: T__84
- {
- mT__84();
-
- }
- break;
- case 73:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:442: T__85
- {
- mT__85();
-
- }
- break;
- case 74:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:448: T__86
- {
- mT__86();
-
- }
- break;
- case 75:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:454: T__87
- {
- mT__87();
-
- }
- break;
- case 76:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:460: T__88
- {
- mT__88();
-
- }
- break;
- case 77:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:466: T__89
- {
- mT__89();
-
- }
- break;
- case 78:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:472: T__90
- {
- mT__90();
-
- }
- break;
- case 79:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:478: T__91
- {
- mT__91();
-
- }
- break;
- case 80:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:484: T__92
- {
- mT__92();
-
- }
- 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: T__93
- {
- 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:496: T__94
- {
- mT__94();
-
- }
- 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:502: T__95
- {
- mT__95();
-
- }
- 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:508: T__96
- {
- mT__96();
-
- }
- 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:514: T__97
- {
- mT__97();
-
- }
- 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:520: T__98
- {
- mT__98();
-
- }
- 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:526: T__99
- {
- mT__99();
-
- }
- 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:532: RULE_STRING
- {
- mRULE_STRING();
-
- }
- 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:544: RULE_WHOLE_NUM_STR
- {
- mRULE_WHOLE_NUM_STR();
-
- }
- 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:563: RULE_HEX_INT
- {
- mRULE_HEX_INT();
-
- }
- break;
- case 91:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:576: RULE_ID
- {
- mRULE_ID();
-
- }
- break;
- case 92:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:584: RULE_INT
- {
- mRULE_INT();
-
- }
- break;
- case 93:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:593: RULE_ML_COMMENT
- {
- mRULE_ML_COMMENT();
-
- }
- break;
- case 94:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:609: RULE_SL_COMMENT
- {
- mRULE_SL_COMMENT();
-
- }
- break;
- case 95:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:625: RULE_WS
- {
- mRULE_WS();
-
- }
- break;
- case 96:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1:633: RULE_ANY_OTHER
- {
- mRULE_ANY_OTHER();
-
- }
- break;
-
- }
-
- }
-
- protected DFA14 dfa14 = new DFA14(this);
- static final String DFA14_eotS =
- "\1\uffff\22\61\3\uffff\1\61\1\uffff\10\61\2\uffff\1\61\1\uffff" + "\1\61\2\55\2\162\1\55\1\uffff\1\55\2\uffff\3\61\1\uffff\15\61\1" + "\u0087\13\61\1\u0093\11\61\3\uffff\3\61\1\uffff\11\61\1\u00ab\5" + "\61\2\uffff\1\61\1\uffff\1\61\3\uffff\1\162\3\uffff\1\u00b5\1\61" + "\1\u00b7\15\61\1\uffff\13\61\1\uffff\3\61\1\u00d3\15\61\1\u00e1" + "\1\u00e2\4\61\1\uffff\11\61\1\uffff\1\61\1\uffff\2\61\1\u00f3\3" + "\61\1\u00f7\3\61\1\u00fb\6\61\1\u0102\11\61\1\uffff\10\61\1\u0114" + "\1\u0115\3\61\2\uffff\10\61\1\u0121\3\61\1\u0126\3\61\1\uffff\3" + "\61\1\uffff\3\61\1\uffff\6\61\1\uffff\20\61\1\u0148\2\uffff\13\61" + "\1\uffff\2\61\1\u0158\1\61\1\uffff\6\61\1\u0160\12\61\1\u016b\1" + "\u016c\11\61\1\u0177\4\61\1\uffff\11\61\1\u0185\5\61\1\uffff\7\61" + "\1\uffff\12\61\2\uffff\12\61\1\uffff\1\61\1\u01a8\13\61\1\uffff" + "\33\61\1\u01d5\2\61\1\u01d8\3\61\1\uffff\1\u01dc\11\61\1\u01e6\13" + "\61\1\u01f2\1\u01f3\24\61\1\uffff\1\u0209\1\61\1\uffff\3\61\1\uffff" + "\1\u020e\4\61\1\u0213\1\61\1\u0216\1\61\1\uffff\2\61\1\u021a\1\61" + "\1\u021c\6\61\2\uffff\14\61\1\u022f\10\61\1\uffff\1\61\1\u0239\1" + "\u023a\1\u023b\1\uffff\4\61\1\uffff\1\61\2\uffff\3\61\1\uffff\1" + "\61\1\uffff\1\61\1\u0248\20\61\1\uffff\1\u0259\1\u025a\7\61\3\uffff" + "\1\61\1\u0263\3\61\2\uffff\5\61\1\uffff\20\61\2\uffff\1\u027c\1" + "\u027d\1\u027e\1\u027f\3\61\1\u0283\1\uffff\1\u0284\1\61\1\u0286" + "\1\u0287\1\61\1\u0289\4\61\1\u028e\7\61\1\u0296\3\61\1\u029a\1\61" + "\4\uffff\1\61\1\u029d\1\u029e\2\uffff\1\61\2\uffff\1\u02a0\1\uffff" + "\4\61\1\uffff\7\61\1\uffff\3\61\1\uffff\2\61\2\uffff\1\61\1\uffff" + "\15\61\1\u02bf\1\61\1\u02c1\6\61\1\u02c9\4\61\1\u02ce\2\61\1\uffff" + "\1\61\1\uffff\1\u02d3\6\61\1\uffff\4\61\1\uffff\4\61\1\uffff\1\u02e2" + "\1\u02e3\14\61\2\uffff\6\61\1\u02f6\3\61\1\u02fa\7\61\1\uffff\3" + "\61\1\uffff\21\61\1\u0316\2\61\1\u0319\6\61\1\uffff\2\61\1\uffff" + "\3\61\1\u0325\1\u0326\6\61\2\uffff\1\61\1\u032e\1\61\1\u0330\2\61" + "\1\u0333\1\uffff\1\u0334\1\uffff\2\61\2\uffff\1\u0337\1\61\1\uffff" + "\1\61\1\u033a\1\uffff";
- static final String DFA14_eofS = "\u033b\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\111\1\141" + "\1\111\1\157\1\116\1\101\1\142\1\162\1\155\3\uffff\1\144\1\uffff" + "\1\165\2\141\1\146\1\141\1\151\1\145\1\151\2\uffff\1\150\1\uffff" + "\1\150\2\0\2\60\1\101\1\uffff\1\52\2\uffff\1\114\1\164\1\104\1\uffff" + "\1\146\1\164\1\116\1\151\1\157\1\154\1\151\1\144\1\157\1\141\1\124" + "\1\155\1\165\1\60\1\157\1\164\1\156\1\170\1\113\1\166\1\162\1\104" + "\1\162\1\164\1\105\1\60\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\144\1\154\2\145\1\60\1\147\3\154\1\144\2\uffff\1\145\1\uffff" + "\1\151\3\uffff\1\60\3\uffff\1\60\1\151\1\60\1\141\1\145\1\131\1" + "\101\1\162\1\151\1\144\1\141\1\154\1\156\1\110\1\160\1\155\1\uffff" + "\1\141\1\145\1\147\1\151\1\105\1\141\1\151\1\105\1\144\1\154\1\137" + "\1\uffff\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\151\1\164\1\162" + "\1\145\1\uffff\1\147\1\145\1\157\1\141\2\145\1\162\1\154\1\127\1" + "\uffff\1\146\1\uffff\1\165\1\101\1\60\1\164\1\144\1\155\1\60\1\164" + "\1\145\1\143\1\60\1\162\1\145\1\164\1\147\1\101\1\143\1\60\1\117" + "\1\156\1\137\1\101\1\151\1\124\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\141\1\151\1\162\1\105\1\145\1\105\1\166\1\164\1\60\1\101\1\145" + "\1\144\1\60\1\141\1\154\1\164\1\uffff\1\164\1\145\1\151\1\uffff" + "\1\145\1\141\1\150\1\uffff\1\145\1\162\1\151\1\145\1\164\1\157\1" + "\uffff\1\142\1\147\1\101\1\164\1\156\1\117\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\124\1\160\1\151\1\156\1\162\1\170\1\145\1\151\1\uffff\2\101" + "\1\60\1\162\1\uffff\1\143\2\164\2\162\1\164\1\60\1\156\1\122\1\163" + "\1\141\1\156\1\162\1\164\1\147\1\152\1\101\2\60\1\164\1\145\1\137" + "\1\117\1\143\1\165\1\103\1\143\1\116\1\60\1\164\1\163\1\160\1\165" + "\1\uffff\1\157\1\160\1\164\1\171\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\164\1\101\1\162" + "\1\151\2\145\1\uffff\1\101\1\145\1\163\1\164\1\147\1\101\2\162\1" + "\145\1\164\2\uffff\1\162\1\116\1\115\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\160\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\122\1\164\1\151\1\142\2\144\1\164\1\146\2\145\1\120\1\164" + "\1\151\1\141\1\143\1\164\1\151\1\165\1\116\1\101\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\145\1\143\1\163\1\124\1\60\1\156\1\124\1\145\1\151\1\145\1\151" + "\1\117\1\145\1\164\1\142\1\165\2\60\1\164\1\145\2\144\1\157\1\164" + "\1\142\1\160\1\164\1\162\1\142\1\155\1\105\2\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\144\1\60\1\151\1\40\1\171\1\uffff\1\163" + "\1\171\1\60\1\146\1\60\3\146\1\162\1\165\1\164\2\uffff\2\162\1\103" + "\1\101\1\151\1\162\1\165\1\150\1\101\1\151\1\165\1\142\1\60\1\131" + "\1\105\1\116\1\155\1\151\1\160\1\164\1\171\1\uffff\1\145\3\60\1" + "\uffff\1\145\1\156\1\165\1\145\1\uffff\1\164\1\141\1\uffff\1\160" + "\1\151\1\160\1\uffff\1\141\1\uffff\1\141\1\60\1\145\1\151\1\164" + "\1\145\1\151\1\145\1\157\1\164\1\156\1\151\1\164\1\151\1\164\1\142" + "\1\164\1\145\1\uffff\2\60\1\131\1\145\1\144\1\145\1\143\1\160\1" + "\170\3\uffff\1\162\1\60\1\145\1\162\1\171\2\uffff\1\145\1\157\1" + "\145\2\143\1\uffff\1\162\1\142\1\145\1\104\1\142\2\156\2\164\1\142" + "\1\145\1\143\1\164\1\165\1\145\1\162\2\uffff\4\60\1\150\1\145\1" + "\164\1\60\1\uffff\1\60\1\124\2\60\1\156\1\60\2\164\1\145\1\165\1" + "\60\1\141\1\165\1\143\1\164\1\162\1\101\1\165\1\60\1\141\1\162\1" + "\164\1\60\1\101\4\uffff\1\145\2\60\2\uffff\1\171\2\uffff\1\60\1" + "\uffff\2\124\1\156\1\164\1\uffff\2\164\2\145\1\151\2\164\1\uffff" + "\1\154\1\151\1\145\1\uffff\1\164\1\162\2\uffff\1\160\1\uffff\2\171" + "\1\143\1\145\1\141\1\145\1\101\1\156\1\142\1\164\1\145\1\137\1\142" + "\1\60\1\164\1\60\1\145\2\160\1\145\1\104\1\120\1\60\2\164\1\165" + "\1\162\1\60\1\101\1\165\1\uffff\1\162\1\uffff\1\60\2\145\1\101\2" + "\141\1\162\1\uffff\1\164\1\101\1\164\1\151\1\uffff\1\163\1\145\1" + "\164\1\151\1\uffff\2\60\2\164\1\147\1\157\1\162\1\164\1\145\1\142" + "\1\143\1\163\1\145\1\142\2\uffff\1\164\1\141\1\147\1\166\1\151\1" + "\164\1\60\1\165\1\145\1\143\1\60\1\165\1\162\1\120\1\145\1\151\1" + "\142\1\162\1\uffff\1\164\1\156\1\145\1\uffff\1\164\1\151\2\162\1" + "\144\1\165\1\151\1\145\1\144\1\156\1\145\1\142\1\157\1\120\1\145" + "\1\164\1\142\1\60\1\151\1\144\1\60\1\165\1\166\2\162\1\145\1\165" + "\1\uffff\1\156\1\151\1\uffff\1\164\1\151\1\157\2\60\1\164\1\147" + "\1\156\1\145\1\144\1\166\2\uffff\1\145\1\60\1\147\1\60\1\145\1\151" + "\1\60\1\uffff\1\60\1\uffff\1\162\1\144\2\uffff\1\60\1\145\1\uffff" + "\1\162\1\60\1\uffff";
- static final String DFA14_maxS =
- "\1\uffff\1\162\1\145\1\162\1\165\1\162\1\157\1\156\1\154\1\156" + "\1\157\1\141\1\164\1\157\1\165\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\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\164\1\104\1\uffff\1\146\1\164\1\116\1\151\1\157\1\154\1" + "\151\1\144\1\157\1\141\1\124\1\155\1\165\1\172\1\157\1\164\1\156" + "\1\170\1\113\1\166\1\162\1\104\1\162\1\164\1\105\1\172\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\144\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\1\172\1\151\1\172\1\141\1\145\1\131\1\101\1\162\1\151\1" + "\144\1\141\1\154\1\156\1\110\1\160\1\155\1\uffff\1\141\1\145\1\147" + "\1\151\1\105\1\141\1\151\1\105\1\144\1\154\1\137\1\uffff\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\151\1\164\1\162\1\145\1\uffff\1" + "\147\1\145\1\157\1\141\2\145\1\162\1\154\1\127\1\uffff\1\146\1\uffff" + "\1\165\1\101\1\172\1\164\1\144\1\155\1\172\1\164\1\145\1\143\1\172" + "\1\162\1\145\1\164\1\147\1\101\1\143\1\172\1\117\1\156\1\137\1\101" + "\1\151\1\124\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\141\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\141" + "\1\154\1\164\1\uffff\1\164\1\145\1\151\1\uffff\1\145\1\141\1\150" + "\1\uffff\1\145\1\162\1\151\1\145\1\164\1\157\1\uffff\1\142\1\147" + "\1\102\1\164\1\156\1\117\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\124\1\160\1" + "\151\1\156\1\162\1\170\1\145\1\151\1\uffff\2\116\1\172\1\162\1\uffff" + "\1\143\2\164\2\162\1\164\1\172\1\156\1\122\1\163\1\141\1\156\1\162" + "\1\164\1\147\1\152\1\101\2\172\1\164\1\145\1\137\1\117\1\143\1\165" + "\1\103\1\143\1\125\1\172\1\164\1\163\1\160\1\165\1\uffff\1\157\1" + "\160\1\164\1\171\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\164\1\101\1\162\1\151\2\145\1" + "\uffff\1\101\1\145\1\163\1\164\1\147\1\101\2\162\1\145\1\164\2\uffff" + "\1\162\1\116\1\117\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\160\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\122\1" + "\164\1\151\1\142\2\144\1\164\1\146\2\145\1\120\1\164\1\151\1\141" + "\1\143\1\164\1\151\1\165\1\116\1\101\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\145\1" + "\143\1\163\1\124\1\172\1\156\1\124\1\145\1\151\1\145\1\151\1\117" + "\1\145\1\164\1\142\1\165\2\172\1\164\1\145\2\144\1\157\1\164\1\142" + "\1\160\1\164\1\162\1\142\1\155\1\105\2\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\1\uffff\1\172" + "\1\144\1\157\1\154\1\144\1\172\1\151\1\172\1\171\1\uffff\1\163\1" + "\171\1\172\1\146\1\172\3\146\1\162\1\165\1\164\2\uffff\2\162\1\103" + "\1\101\1\151\1\162\1\165\1\150\1\101\1\151\1\165\1\142\1\172\1\131" + "\1\105\1\116\1\155\1\151\1\160\1\164\1\171\1\uffff\1\145\3\172\1" + "\uffff\1\145\1\156\1\165\1\145\1\uffff\1\164\1\145\1\uffff\1\160" + "\1\151\1\160\1\uffff\1\141\1\uffff\1\141\1\172\1\145\1\151\1\164" + "\1\145\1\151\1\145\1\157\1\164\1\156\1\151\1\164\1\151\1\164\1\142" + "\1\164\1\145\1\uffff\2\172\1\131\1\145\1\144\1\145\1\143\1\160\1" + "\170\3\uffff\1\162\1\172\1\145\1\162\1\171\2\uffff\1\145\1\157\1" + "\145\2\143\1\uffff\1\162\1\142\1\145\1\104\1\142\2\156\2\164\1\142" + "\1\145\1\143\1\164\1\165\1\145\1\162\2\uffff\4\172\1\150\1\145\1" + "\164\1\172\1\uffff\1\172\1\124\2\172\1\156\1\172\2\164\1\145\1\165" + "\1\172\1\141\1\165\1\143\1\164\1\162\1\101\1\165\1\172\1\141\1\162" + "\1\164\1\172\1\101\4\uffff\1\145\2\172\2\uffff\1\171\2\uffff\1\172" + "\1\uffff\2\124\1\156\1\164\1\uffff\2\164\2\145\1\151\2\164\1\uffff" + "\1\154\1\151\1\145\1\uffff\1\164\1\162\2\uffff\1\160\1\uffff\2\171" + "\1\143\1\145\1\141\1\145\1\101\1\156\1\142\1\164\1\145\1\137\1\142" + "\1\172\1\164\1\172\1\145\2\160\1\145\1\124\1\120\1\172\2\164\1\165" + "\1\162\1\172\1\104\1\165\1\uffff\1\162\1\uffff\1\172\2\145\1\101" + "\2\141\1\162\1\uffff\1\164\1\101\1\164\1\151\1\uffff\1\163\1\145" + "\1\164\1\151\1\uffff\2\172\2\164\1\147\1\157\1\162\1\164\1\145\1" + "\142\1\143\1\163\1\145\1\142\2\uffff\1\164\1\141\1\147\1\166\1\151" + "\1\164\1\172\1\165\1\145\1\143\1\172\1\165\1\162\1\120\1\145\1\151" + "\1\142\1\162\1\uffff\1\164\1\156\1\145\1\uffff\1\164\1\151\2\162" + "\1\144\1\165\1\151\1\145\1\144\1\156\1\145\1\142\1\157\1\120\1\145" + "\1\164\1\142\1\172\1\151\1\144\1\172\1\165\1\166\2\162\1\145\1\165" + "\1\uffff\1\156\1\151\1\uffff\1\164\1\151\1\157\2\172\1\164\1\147" + "\1\156\1\145\1\144\1\166\2\uffff\1\145\1\172\1\147\1\172\1\145\1" + "\151\1\172\1\uffff\1\172\1\uffff\1\162\1\144\2\uffff\1\172\1\145" + "\1\uffff\1\162\1\172\1\uffff";
- static final String DFA14_acceptS =
- "\23\uffff\1\50\1\52\1\54\1\uffff\1\56\10\uffff\1\113\1\114\1\uffff" + "\1\117\6\uffff\1\133\1\uffff\1\137\1\140\3\uffff\1\133\43\uffff" + "\1\50\1\52\1\54\3\uffff\1\56\17\uffff\1\113\1\114\1\uffff\1\117" + "\1\uffff\1\130\1\132\1\131\1\uffff\1\135\1\136\1\137\20\uffff\1" + "\32\13\uffff\1\35\27\uffff\1\125\11\uffff\1\1\1\uffff\1\34\33\uffff" + "\1\100\15\uffff\1\63\1\64\20\uffff\1\43\3\uffff\1\53\3\uffff\1\46" + "\6\uffff\1\33\21\uffff\1\124\1\57\13\uffff\1\120\4\uffff\1\42\41" + "\uffff\1\75\17\uffff\1\116\7\uffff\1\103\12\uffff\1\44\1\45\12\uffff" + "\1\47\15\uffff\1\101\42\uffff\1\55\54\uffff\1\123\2\uffff\1\126" + "\3\uffff\1\67\11\uffff\1\66\13\uffff\1\25\1\4\25\uffff\1\60\4\uffff" + "\1\76\4\uffff\1\73\2\uffff\1\65\3\uffff\1\105\1\uffff\1\107\22\uffff" + "\1\26\11\uffff\1\40\1\41\1\127\5\uffff\1\77\1\102\5\uffff\1\122" + "\20\uffff\1\27\1\30\10\uffff\1\70\30\uffff\1\31\1\36\1\37\1\51\3" + "\uffff\1\62\1\71\1\uffff\1\112\1\74\1\uffff\1\104\4\uffff\1\10\7" + "\uffff\1\14\3\uffff\1\21\2\uffff\1\61\1\121\1\uffff\1\72\36\uffff" + "\1\16\1\uffff\1\115\7\uffff\1\6\4\uffff\1\13\4\uffff\1\111\16\uffff" + "\1\106\1\110\22\uffff\1\11\3\uffff\1\15\33\uffff\1\12\2\uffff\1" + "\22\13\uffff\1\3\1\20\7\uffff\1\23\1\uffff\1\17\2\uffff\1\7\1\24" + "\2\uffff\1\2\2\uffff\1\5";
- static final String DFA14_specialS = "\1\0\44\uffff\1\1\1\2\u0314\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" + "\5\1\6\1\2\1\7\1\10\2\52\1\11\1\13\1\52\1\12\1\17\1\52\1\16" + "\3\52\1\14\1\52\1\3\1\52\1\15\3\52\3\55\1\51\1\52\1\55\1\20" + "\1\21\1\44\1\31\1\26\1\35\1\30\1\52\1\22\3\52\1\32\1\52\1\33" + "\2\52\1\36\1\37\1\34\1\4\1\52\1\42\3\52\1\24\1\55\1\25\uff82" + "\55",
- "\1\56\1\uffff\1\60\43\uffff\1\57",
- "\1\64\33\uffff\1\63\3\uffff\1\62",
- "\1\66\3\uffff\1\65",
- "\1\67\1\uffff\1\71\4\uffff\1\70",
- "\1\74\37\uffff\1\72\2\uffff\1\73",
- "\1\75",
- "\1\77\34\uffff\1\76",
- "\1\100",
- "\1\101",
- "\1\104\33\uffff\1\103\11\uffff\1\102",
- "\1\105",
- "\1\107\52\uffff\1\106",
- "\1\110",
- "\1\112\3\uffff\1\113\42\uffff\1\111",
- "\1\114",
- "\1\121\1\120\1\117\15\uffff\1\115\1\uffff\1\116",
- "\1\122",
- "\1\123\1\124",
- "",
- "",
- "",
- "\1\132\11\uffff\1\131\11\uffff\1\130",
- "",
- "\1\134",
- "\1\135\3\uffff\1\136",
- "\1\140\3\uffff\1\141\3\uffff\1\137\13\uffff\1\142",
- "\1\145\14\uffff\1\144\2\uffff\1\143",
- "\1\146",
- "\1\147",
- "\1\150\11\uffff\1\151",
- "\1\152",
- "",
- "",
- "\1\155",
- "",
- "\1\157",
- "\0\160",
- "\0\160",
- "\12\163\76\uffff\1\161",
- "\12\163",
- "\32\61\4\uffff\1\61\1\uffff\32\61",
- "",
- "\1\164\4\uffff\1\165",
- "",
- "",
- "\1\167",
- "\1\170",
- "\1\171",
- "",
- "\1\172",
- "\1\173",
- "\1\174",
- "\1\175",
- "\1\176",
- "\1\177",
- "\1\u0080",
- "\1\u0081",
- "\1\u0082",
- "\1\u0083",
- "\1\u0084",
- "\1\u0085",
- "\1\u0086",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0088",
- "\1\u0089",
- "\1\u008a",
- "\1\u008b",
- "\1\u008c",
- "\1\u008d",
- "\1\u008e",
- "\1\u008f",
- "\1\u0090",
- "\1\u0091",
- "\1\u0092",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0094",
- "\1\u0095",
- "\1\u0096",
- "\1\u0097",
- "\1\u0098",
- "\1\u0099",
- "\1\u009a",
- "\1\u009b",
- "\1\u009c",
- "",
- "",
- "",
- "\1\u009d",
- "\1\u009f\1\u009e",
- "\1\u00a0",
- "",
- "\1\u00a1",
- "\1\u00a2",
- "\1\u00a4\14\uffff\1\u00a3",
- "\1\u00a5",
- "\1\u00a6",
- "\1\u00a7",
- "\1\u00a8",
- "\1\u00a9",
- "\1\u00aa",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u00ac",
- "\1\u00ad",
- "\1\u00af\1\u00ae",
- "\1\u00b0",
- "\1\u00b1",
- "",
- "",
- "\1\u00b2",
- "",
- "\1\u00b3",
- "",
- "",
- "",
- "\12\163",
- "",
- "",
- "",
- "\12\61\7\uffff\16\61\1\u00b4\13\61\4\uffff\1\61\1\uffff\32" + "\61",
- "\1\u00b6",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u00b8",
- "\1\u00b9",
- "\1\u00ba",
- "\1\u00bb",
- "\1\u00bc",
- "\1\u00bd",
- "\1\u00be",
- "\1\u00bf",
- "\1\u00c0",
- "\1\u00c1",
- "\1\u00c2",
- "\1\u00c3",
- "\1\u00c4",
- "",
- "\1\u00c5",
- "\1\u00c6",
- "\1\u00c7",
- "\1\u00c8",
- "\1\u00c9",
- "\1\u00ca",
- "\1\u00cb",
- "\1\u00cc",
- "\1\u00cd",
- "\1\u00ce",
- "\1\u00cf",
- "",
- "\1\u00d0",
- "\1\u00d1",
- "\1\u00d2",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u00d4",
- "\1\u00d5",
- "\1\u00d6",
- "\1\u00d7",
- "\1\u00d8",
- "\1\u00d9",
- "\1\u00da",
- "\1\u00db",
- "\1\u00dc",
- "\1\u00dd",
- "\1\u00de",
- "\1\u00df",
- "\1\u00e0",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u00e3",
- "\1\u00e4",
- "\1\u00e5",
- "\1\u00e6",
- "",
- "\1\u00e7",
- "\1\u00e8",
- "\1\u00e9",
- "\1\u00ea",
- "\1\u00eb",
- "\1\u00ec",
- "\1\u00ed",
- "\1\u00ee",
- "\1\u00ef",
- "",
- "\1\u00f0",
- "",
- "\1\u00f1",
- "\1\u00f2",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u00f4",
- "\1\u00f5",
- "\1\u00f6",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u00f8",
- "\1\u00f9",
- "\1\u00fa",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u00fc",
- "\1\u00fd",
- "\1\u00fe",
- "\1\u00ff",
- "\1\u0100",
- "\1\u0101",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0103",
- "\1\u0104",
- "\1\u0105",
- "\1\u0106",
- "\1\u0107",
- "\1\u0108",
- "\1\u0109",
- "\1\u010a",
- "\1\u010b",
- "",
- "\1\u010c",
- "\1\u010d",
- "\1\u010e",
- "\1\u010f",
- "\1\u0110",
- "\1\u0111",
- "\1\u0112",
- "\1\u0113",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0116",
- "\1\u0117",
- "\1\u0118",
- "",
- "",
- "\1\u0119",
- "\1\u011a",
- "\1\u011b",
- "\1\u011c",
- "\1\u011d",
- "\1\u011e",
- "\1\u011f",
- "\1\u0120",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0122\1\u0123",
- "\1\u0124",
- "\1\u0125",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0127",
- "\1\u0128",
- "\1\u0129",
- "",
- "\1\u012a",
- "\1\u012b",
- "\1\u012c",
- "",
- "\1\u012d",
- "\1\u012e",
- "\1\u012f",
- "",
- "\1\u0130",
- "\1\u0131",
- "\1\u0132",
- "\1\u0133",
- "\1\u0134",
- "\1\u0135",
- "",
- "\1\u0136",
- "\1\u0137",
- "\1\u0138\1\u0139",
- "\1\u013a",
- "\1\u013b",
- "\1\u013c",
- "\1\u013d",
- "\1\u013e",
- "\1\u013f",
- "\1\u0140",
- "\1\u0141",
- "\1\u0142",
- "\1\u0143",
- "\1\u0144",
- "\1\u0145",
- "\1\u0146",
- "\12\61\7\uffff\6\61\1\u0147\23\61\4\uffff\1\61\1\uffff\32" + "\61",
- "",
- "",
- "\1\u0149",
- "\1\u014a",
- "\1\u014b",
- "\1\u014c",
- "\1\u014d",
- "\1\u014e",
- "\1\u014f",
- "\1\u0150",
- "\1\u0151",
- "\1\u0152",
- "\1\u0153",
- "",
- "\1\u0155\14\uffff\1\u0154",
- "\1\u0157\14\uffff\1\u0156",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0159",
- "",
- "\1\u015a",
- "\1\u015b",
- "\1\u015c",
- "\1\u015d",
- "\1\u015e",
- "\1\u015f",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0161",
- "\1\u0162",
- "\1\u0163",
- "\1\u0164",
- "\1\u0165",
- "\1\u0166",
- "\1\u0167",
- "\1\u0168",
- "\1\u0169",
- "\1\u016a",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u016d",
- "\1\u016e",
- "\1\u016f",
- "\1\u0170",
- "\1\u0171",
- "\1\u0172",
- "\1\u0173",
- "\1\u0174",
- "\1\u0175\6\uffff\1\u0176",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0178",
- "\1\u0179",
- "\1\u017a",
- "\1\u017b",
- "",
- "\1\u017c",
- "\1\u017d",
- "\1\u017e",
- "\1\u017f",
- "\1\u0180",
- "\1\u0181",
- "\1\u0182",
- "\1\u0183",
- "\1\u0184",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0186",
- "\1\u0187",
- "\1\u0188",
- "\1\u0189",
- "\1\u018a",
- "",
- "\1\u018b",
- "\1\u018c",
- "\1\u018d",
- "\1\u018e",
- "\1\u018f",
- "\1\u0190",
- "\1\u0191",
- "",
- "\1\u0192",
- "\1\u0193",
- "\1\u0194",
- "\1\u0195",
- "\1\u0196",
- "\1\u0197",
- "\1\u0198",
- "\1\u0199",
- "\1\u019a",
- "\1\u019b",
- "",
- "",
- "\1\u019c",
- "\1\u019d",
- "\1\u019f\1\uffff\1\u019e",
- "\1\u01a0",
- "\1\u01a1",
- "\1\u01a2",
- "\1\u01a3",
- "\1\u01a4",
- "\1\u01a5",
- "\1\u01a6",
- "",
- "\1\u01a7",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u01a9",
- "\1\u01aa",
- "\1\u01ab",
- "\1\u01ac",
- "\1\u01ae\6\uffff\1\u01ad",
- "\1\u01af",
- "\1\u01b0",
- "\1\u01b1",
- "\1\u01b2",
- "\1\u01b3",
- "\1\u01b4",
- "",
- "\1\u01b5",
- "\1\u01b6",
- "\1\u01b7",
- "\1\u01b8",
- "\1\u01b9",
- "\1\u01ba",
- "\1\u01bb",
- "\1\u01bc",
- "\1\u01bd",
- "\1\u01be",
- "\1\u01bf",
- "\1\u01c0",
- "\1\u01c1",
- "\1\u01c2",
- "\1\u01c3",
- "\1\u01c4",
- "\1\u01c5",
- "\1\u01c6",
- "\1\u01c7",
- "\1\u01c8",
- "\1\u01c9",
- "\1\u01ca",
- "\1\u01cb",
- "\1\u01cc",
- "\1\u01cd",
- "\1\u01ce",
- "\1\u01d0\1\uffff\1\u01cf",
- "\12\61\7\uffff\6\61\1\u01d2\5\61\1\u01d4\1\u01d1\5\61\1\u01d3" + "\6\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u01d6",
- "\1\u01d7",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u01d9",
- "\1\u01da",
- "\1\u01db",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u01dd",
- "\1\u01de",
- "\1\u01df",
- "\1\u01e0",
- "\1\u01e1",
- "\1\u01e2",
- "\1\u01e3",
- "\1\u01e4",
- "\1\u01e5",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u01e7",
- "\1\u01e8",
- "\1\u01e9",
- "\1\u01ea",
- "\1\u01eb",
- "\1\u01ec",
- "\1\u01ed",
- "\1\u01ee",
- "\1\u01ef",
- "\1\u01f0",
- "\1\u01f1",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u01f4",
- "\1\u01f5",
- "\1\u01f6",
- "\1\u01f7",
- "\1\u01f8",
- "\1\u01f9",
- "\1\u01fa",
- "\1\u01fb",
- "\1\u01fc",
- "\1\u01fd",
- "\1\u01fe",
- "\1\u01ff",
- "\1\u0200",
- "\1\u0201",
- "\1\u0202",
- "\1\u0203",
- "\1\u0204",
- "\1\u0205",
- "\1\u0206",
- "\1\u0207",
- "",
- "\12\61\7\uffff\23\61\1\u0208\6\61\4\uffff\1\61\1\uffff\32" + "\61",
- "\1\u020a",
- "",
- "\1\u020b",
- "\1\u020c",
- "\1\u020d",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u020f",
- "\1\u0210",
- "\1\u0211",
- "\1\u0212",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0214",
- "\1\u0215\17\uffff\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff" + "\32\61",
- "\1\u0217",
- "",
- "\1\u0218",
- "\1\u0219",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u021b",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u021d",
- "\1\u021e",
- "\1\u021f",
- "\1\u0220",
- "\1\u0221",
- "\1\u0222",
- "",
- "",
- "\1\u0223",
- "\1\u0224",
- "\1\u0225",
- "\1\u0226",
- "\1\u0227",
- "\1\u0228",
- "\1\u0229",
- "\1\u022a",
- "\1\u022b",
- "\1\u022c",
- "\1\u022d",
- "\1\u022e",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0230",
- "\1\u0231",
- "\1\u0232",
- "\1\u0233",
- "\1\u0234",
- "\1\u0235",
- "\1\u0236",
- "\1\u0237",
- "",
- "\1\u0238",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "",
- "\1\u023c",
- "\1\u023d",
- "\1\u023e",
- "\1\u023f",
- "",
- "\1\u0240",
- "\1\u0242\3\uffff\1\u0241",
- "",
- "\1\u0243",
- "\1\u0244",
- "\1\u0245",
- "",
- "\1\u0246",
- "",
- "\1\u0247",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0249",
- "\1\u024a",
- "\1\u024b",
- "\1\u024c",
- "\1\u024d",
- "\1\u024e",
- "\1\u024f",
- "\1\u0250",
- "\1\u0251",
- "\1\u0252",
- "\1\u0253",
- "\1\u0254",
- "\1\u0255",
- "\1\u0256",
- "\1\u0257",
- "\1\u0258",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u025b",
- "\1\u025c",
- "\1\u025d",
- "\1\u025e",
- "\1\u025f",
- "\1\u0260",
- "\1\u0261",
- "",
- "",
- "",
- "\1\u0262",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0264",
- "\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",
- "",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0280",
- "\1\u0281",
- "\1\u0282",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0285",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0288",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u028a",
- "\1\u028b",
- "\1\u028c",
- "\1\u028d",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u028f",
- "\1\u0290",
- "\1\u0291",
- "\1\u0292",
- "\1\u0293",
- "\1\u0294",
- "\1\u0295",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0297",
- "\1\u0298",
- "\1\u0299",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u029b",
- "",
- "",
- "",
- "",
- "\1\u029c",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "",
- "",
- "\1\u029f",
- "",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "",
- "\1\u02a1",
- "\1\u02a2",
- "\1\u02a3",
- "\1\u02a4",
- "",
- "\1\u02a5",
- "\1\u02a6",
- "\1\u02a7",
- "\1\u02a8",
- "\1\u02a9",
- "\1\u02aa",
- "\1\u02ab",
- "",
- "\1\u02ac",
- "\1\u02ad",
- "\1\u02ae",
- "",
- "\1\u02af",
- "\1\u02b0",
- "",
- "",
- "\1\u02b1",
- "",
- "\1\u02b2",
- "\1\u02b3",
- "\1\u02b4",
- "\1\u02b5",
- "\1\u02b6",
- "\1\u02b7",
- "\1\u02b8",
- "\1\u02b9",
- "\1\u02ba",
- "\1\u02bb",
- "\1\u02bc",
- "\1\u02bd",
- "\1\u02be",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u02c0",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u02c2",
- "\1\u02c3",
- "\1\u02c4",
- "\1\u02c5",
- "\1\u02c6\17\uffff\1\u02c7",
- "\1\u02c8",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u02ca",
- "\1\u02cb",
- "\1\u02cc",
- "\1\u02cd",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u02cf\2\uffff\1\u02d0",
- "\1\u02d1",
- "",
- "\1\u02d2",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u02d4",
- "\1\u02d5",
- "\1\u02d6",
- "\1\u02d7",
- "\1\u02d8",
- "\1\u02d9",
- "",
- "\1\u02da",
- "\1\u02db",
- "\1\u02dc",
- "\1\u02dd",
- "",
- "\1\u02de",
- "\1\u02df",
- "\1\u02e0",
- "\1\u02e1",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u02e4",
- "\1\u02e5",
- "\1\u02e6",
- "\1\u02e7",
- "\1\u02e8",
- "\1\u02e9",
- "\1\u02ea",
- "\1\u02eb",
- "\1\u02ec",
- "\1\u02ed",
- "\1\u02ee",
- "\1\u02ef",
- "",
- "",
- "\1\u02f0",
- "\1\u02f1",
- "\1\u02f2",
- "\1\u02f3",
- "\1\u02f4",
- "\1\u02f5",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u02f7",
- "\1\u02f8",
- "\1\u02f9",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u02fb",
- "\1\u02fc",
- "\1\u02fd",
- "\1\u02fe",
- "\1\u02ff",
- "\1\u0300",
- "\1\u0301",
- "",
- "\1\u0302",
- "\1\u0303",
- "\1\u0304",
- "",
- "\1\u0305",
- "\1\u0306",
- "\1\u0307",
- "\1\u0308",
- "\1\u0309",
- "\1\u030a",
- "\1\u030b",
- "\1\u030c",
- "\1\u030d",
- "\1\u030e",
- "\1\u030f",
- "\1\u0310",
- "\1\u0311",
- "\1\u0312",
- "\1\u0313",
- "\1\u0314",
- "\1\u0315",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0317",
- "\1\u0318",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u031a",
- "\1\u031b",
- "\1\u031c",
- "\1\u031d",
- "\1\u031e",
- "\1\u031f",
- "",
- "\1\u0320",
- "\1\u0321",
- "",
- "\1\u0322",
- "\1\u0323",
- "\1\u0324",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0327",
- "\1\u0328",
- "\1\u0329",
- "\1\u032a",
- "\1\u032b",
- "\1\u032c",
- "",
- "",
- "\1\u032d",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u032f",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0331",
- "\1\u0332",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "",
- "\1\u0335",
- "\1\u0336",
- "",
- "",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- "\1\u0338",
- "",
- "\1\u0339",
- "\12\61\7\uffff\32\61\4\uffff\1\61\1\uffff\32\61",
- ""};
-
- static final short[] DFA14_eot = DFA.unpackEncodedString(DFA14_eotS);
- static final short[] DFA14_eof = DFA.unpackEncodedString(DFA14_eofS);
- static final char[] DFA14_min = DFA.unpackEncodedStringToUnsignedChars(DFA14_minS);
- static final char[] DFA14_max = DFA.unpackEncodedStringToUnsignedChars(DFA14_maxS);
- static final short[] DFA14_accept = DFA.unpackEncodedString(DFA14_acceptS);
- static final short[] DFA14_special = DFA.unpackEncodedString(DFA14_specialS);
- static final short[][] DFA14_transition;
-
- static {
- int numStates = DFA14_transitionS.length;
- DFA14_transition = new short[numStates][];
- for (int i = 0; i < numStates; i++) {
- DFA14_transition[i] = DFA.unpackEncodedString(DFA14_transitionS[i]);
- }
- }
-
- class DFA14 extends DFA {
-
- public DFA14(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 14;
- this.eot = DFA14_eot;
- this.eof = DFA14_eof;
- this.min = DFA14_min;
- this.max = DFA14_max;
- this.accept = DFA14_accept;
- this.special = DFA14_special;
- this.transition = DFA14_transition;
- }
-
- @Override
- 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 | T__93 | T__94 | T__95 | T__96 | T__97 | T__98 | T__99 | RULE_STRING | RULE_WHOLE_NUM_STR | RULE_HEX_INT | RULE_ID | RULE_INT | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
- }
-
- @Override
- public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
- IntStream input = _input;
- int _s = s;
- switch (s) {
- case 0:
- int LA14_0 = input.LA(1);
-
- s = -1;
- if (LA14_0 == 'A') {
- s = 1;
- }
-
- else if (LA14_0 == 'D') {
- s = 2;
- }
-
- else if (LA14_0 == 'U') {
- s = 3;
- }
-
- else if (LA14_0 == 'u') {
- s = 4;
- }
-
- else if (LA14_0 == 'B') {
- s = 5;
- }
-
- else if (LA14_0 == 'C') {
- s = 6;
- }
-
- else if (LA14_0 == 'E') {
- s = 7;
- }
-
- else if (LA14_0 == 'F') {
- s = 8;
- }
-
- else if (LA14_0 == 'I') {
- s = 9;
- }
-
- else if (LA14_0 == 'L') {
- s = 10;
- }
-
- else if (LA14_0 == 'J') {
- s = 11;
- }
-
- else if (LA14_0 == 'S') {
- s = 12;
- }
-
- else if (LA14_0 == 'W') {
- s = 13;
- }
-
- else if (LA14_0 == 'O') {
- s = 14;
- }
-
- else if (LA14_0 == 'M') {
- s = 15;
- }
-
- else if (LA14_0 == 'a') {
- s = 16;
- }
-
- else if (LA14_0 == 'b') {
- s = 17;
- }
-
- else if (LA14_0 == 'i') {
- s = 18;
- }
-
- else if (LA14_0 == '.') {
- s = 19;
- }
-
- else if (LA14_0 == '{') {
- s = 20;
- }
-
- else if (LA14_0 == '}') {
- s = 21;
- }
-
- else if (LA14_0 == 'e') {
- s = 22;
- }
-
- else if (LA14_0 == ',') {
- s = 23;
- }
-
- else if (LA14_0 == 'g') {
- s = 24;
- }
-
- else if (LA14_0 == 'd') {
- s = 25;
- }
-
- else if (LA14_0 == 'm') {
- s = 26;
- }
-
- else if (LA14_0 == 'o') {
- s = 27;
- }
-
- else if (LA14_0 == 't') {
- s = 28;
- }
-
- else if (LA14_0 == 'f') {
- s = 29;
- }
-
- else if (LA14_0 == 'r') {
- s = 30;
- }
-
- else if (LA14_0 == 's') {
- s = 31;
- }
-
- else if (LA14_0 == '(') {
- s = 32;
- }
-
- else if (LA14_0 == ')') {
- s = 33;
- }
-
- else if (LA14_0 == 'w') {
- s = 34;
- }
-
- else if (LA14_0 == ';') {
- s = 35;
- }
-
- else if (LA14_0 == 'c') {
- s = 36;
- }
-
- else if (LA14_0 == '\"') {
- s = 37;
- }
-
- else if (LA14_0 == '\'') {
- s = 38;
- }
-
- else if (LA14_0 == '0') {
- s = 39;
- }
-
- else if (LA14_0 >= '1' && LA14_0 <= '9') {
- s = 40;
- }
-
- else if (LA14_0 == '^') {
- s = 41;
- }
-
- else if (LA14_0 >= 'G' && LA14_0 <= 'H' || LA14_0 == 'K' || LA14_0 == 'N' || LA14_0 >= 'P' && LA14_0 <= 'R' || LA14_0 == 'T' || LA14_0 == 'V' || LA14_0 >= 'X' && LA14_0 <= 'Z' || LA14_0 == '_' || LA14_0 == 'h' || LA14_0 >= 'j' && LA14_0 <= 'l' || LA14_0 == 'n' || LA14_0 >= 'p' && LA14_0 <= 'q' || LA14_0 == 'v' || LA14_0 >= 'x' && LA14_0 <= 'z') {
- s = 42;
- }
-
- else if (LA14_0 == '/') {
- s = 43;
- }
-
- else if (LA14_0 >= '\t' && LA14_0 <= '\n' || LA14_0 == '\r' || LA14_0 == ' ') {
- s = 44;
- }
-
- else if (LA14_0 >= '\u0000' && LA14_0 <= '\b' || LA14_0 >= '\u000B' && LA14_0 <= '\f' || LA14_0 >= '\u000E' && LA14_0 <= '\u001F' || LA14_0 == '!' || LA14_0 >= '#' && LA14_0 <= '&' || LA14_0 >= '*' && LA14_0 <= '+' || LA14_0 == '-' || LA14_0 == ':' || LA14_0 >= '<' && LA14_0 <= '@' || LA14_0 >= '[' && LA14_0 <= ']' || LA14_0 == '`' || LA14_0 == '|' || LA14_0 >= '~' && LA14_0 <= '\uFFFF') {
- 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 = 112;
- } else {
- s = 45;
- }
-
- if (s >= 0) {
- return s;
- }
- break;
- case 2:
- int LA14_38 = input.LA(1);
-
- s = -1;
- if (LA14_38 >= '\u0000' && LA14_38 <= '\uFFFF') {
- s = 112;
- } else {
- s = 45;
- }
-
- if (s >= 0) {
- return s;
- }
- break;
- }
- NoViableAltException nvae = new NoViableAltException(getDescription(), 14, _s, input);
- error(nvae);
- throw nvae;
- }
- }
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_WS"
+
+ // $ANTLR start "RULE_ANY_OTHER"
+ public final void mRULE_ANY_OTHER() throws RecognitionException {
+ try {
+ int _type = RULE_ANY_OTHER;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalOseeDsl.g:10624:16: ( . )
+ // InternalOseeDsl.g:10624:18: .
+ {
+ matchAny();
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_ANY_OTHER"
+
+ public void mTokens() throws RecognitionException {
+ // InternalOseeDsl.g:1:8: ( T__12 | 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 | T__94 | T__95 | T__96 | T__97 | T__98 | RULE_STRING | RULE_WHOLE_NUM_STR | RULE_ID | RULE_INT | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
+ int alt13=95;
+ alt13 = dfa13.predict(input);
+ switch (alt13) {
+ case 1 :
+ // InternalOseeDsl.g:1:10: T__12
+ {
+ mT__12();
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1:16: T__13
+ {
+ mT__13();
+
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1:22: T__14
+ {
+ mT__14();
+
+ }
+ break;
+ case 4 :
+ // InternalOseeDsl.g:1:28: T__15
+ {
+ mT__15();
+
+ }
+ break;
+ case 5 :
+ // InternalOseeDsl.g:1:34: T__16
+ {
+ mT__16();
+
+ }
+ break;
+ case 6 :
+ // InternalOseeDsl.g:1:40: T__17
+ {
+ mT__17();
+
+ }
+ break;
+ case 7 :
+ // InternalOseeDsl.g:1:46: T__18
+ {
+ mT__18();
+
+ }
+ break;
+ case 8 :
+ // InternalOseeDsl.g:1:52: T__19
+ {
+ mT__19();
+
+ }
+ break;
+ case 9 :
+ // InternalOseeDsl.g:1:58: T__20
+ {
+ mT__20();
+
+ }
+ break;
+ case 10 :
+ // InternalOseeDsl.g:1:64: T__21
+ {
+ mT__21();
+
+ }
+ break;
+ case 11 :
+ // InternalOseeDsl.g:1:70: T__22
+ {
+ mT__22();
+
+ }
+ break;
+ case 12 :
+ // InternalOseeDsl.g:1:76: T__23
+ {
+ mT__23();
+
+ }
+ break;
+ case 13 :
+ // InternalOseeDsl.g:1:82: T__24
+ {
+ mT__24();
+
+ }
+ break;
+ case 14 :
+ // InternalOseeDsl.g:1:88: T__25
+ {
+ mT__25();
+
+ }
+ break;
+ case 15 :
+ // InternalOseeDsl.g:1:94: T__26
+ {
+ mT__26();
+
+ }
+ break;
+ case 16 :
+ // InternalOseeDsl.g:1:100: T__27
+ {
+ mT__27();
+
+ }
+ break;
+ case 17 :
+ // InternalOseeDsl.g:1:106: T__28
+ {
+ mT__28();
+
+ }
+ break;
+ case 18 :
+ // InternalOseeDsl.g:1:112: T__29
+ {
+ mT__29();
+
+ }
+ break;
+ case 19 :
+ // InternalOseeDsl.g:1:118: T__30
+ {
+ mT__30();
+
+ }
+ break;
+ case 20 :
+ // InternalOseeDsl.g:1:124: T__31
+ {
+ mT__31();
+
+ }
+ break;
+ case 21 :
+ // InternalOseeDsl.g:1:130: T__32
+ {
+ mT__32();
+
+ }
+ break;
+ case 22 :
+ // InternalOseeDsl.g:1:136: T__33
+ {
+ mT__33();
+
+ }
+ break;
+ case 23 :
+ // InternalOseeDsl.g:1:142: T__34
+ {
+ mT__34();
+
+ }
+ break;
+ case 24 :
+ // InternalOseeDsl.g:1:148: T__35
+ {
+ mT__35();
+
+ }
+ break;
+ case 25 :
+ // InternalOseeDsl.g:1:154: T__36
+ {
+ mT__36();
+
+ }
+ break;
+ case 26 :
+ // InternalOseeDsl.g:1:160: T__37
+ {
+ mT__37();
+
+ }
+ break;
+ case 27 :
+ // InternalOseeDsl.g:1:166: T__38
+ {
+ mT__38();
+
+ }
+ break;
+ case 28 :
+ // InternalOseeDsl.g:1:172: T__39
+ {
+ mT__39();
+
+ }
+ break;
+ case 29 :
+ // InternalOseeDsl.g:1:178: T__40
+ {
+ mT__40();
+
+ }
+ break;
+ case 30 :
+ // InternalOseeDsl.g:1:184: T__41
+ {
+ mT__41();
+
+ }
+ break;
+ case 31 :
+ // InternalOseeDsl.g:1:190: T__42
+ {
+ mT__42();
+
+ }
+ break;
+ case 32 :
+ // InternalOseeDsl.g:1:196: T__43
+ {
+ mT__43();
+
+ }
+ break;
+ case 33 :
+ // InternalOseeDsl.g:1:202: T__44
+ {
+ mT__44();
+
+ }
+ break;
+ case 34 :
+ // InternalOseeDsl.g:1:208: T__45
+ {
+ mT__45();
+
+ }
+ break;
+ case 35 :
+ // InternalOseeDsl.g:1:214: T__46
+ {
+ mT__46();
+
+ }
+ break;
+ case 36 :
+ // InternalOseeDsl.g:1:220: T__47
+ {
+ mT__47();
+
+ }
+ break;
+ case 37 :
+ // InternalOseeDsl.g:1:226: T__48
+ {
+ mT__48();
+
+ }
+ break;
+ case 38 :
+ // InternalOseeDsl.g:1:232: T__49
+ {
+ mT__49();
+
+ }
+ break;
+ case 39 :
+ // InternalOseeDsl.g:1:238: T__50
+ {
+ mT__50();
+
+ }
+ break;
+ case 40 :
+ // InternalOseeDsl.g:1:244: T__51
+ {
+ mT__51();
+
+ }
+ break;
+ case 41 :
+ // InternalOseeDsl.g:1:250: T__52
+ {
+ mT__52();
+
+ }
+ break;
+ case 42 :
+ // InternalOseeDsl.g:1:256: T__53
+ {
+ mT__53();
+
+ }
+ break;
+ case 43 :
+ // InternalOseeDsl.g:1:262: T__54
+ {
+ mT__54();
+
+ }
+ break;
+ case 44 :
+ // InternalOseeDsl.g:1:268: T__55
+ {
+ mT__55();
+
+ }
+ break;
+ case 45 :
+ // InternalOseeDsl.g:1:274: T__56
+ {
+ mT__56();
+
+ }
+ break;
+ case 46 :
+ // InternalOseeDsl.g:1:280: T__57
+ {
+ mT__57();
+
+ }
+ break;
+ case 47 :
+ // InternalOseeDsl.g:1:286: T__58
+ {
+ mT__58();
+
+ }
+ break;
+ case 48 :
+ // InternalOseeDsl.g:1:292: T__59
+ {
+ mT__59();
+
+ }
+ break;
+ case 49 :
+ // InternalOseeDsl.g:1:298: T__60
+ {
+ mT__60();
+
+ }
+ break;
+ case 50 :
+ // InternalOseeDsl.g:1:304: T__61
+ {
+ mT__61();
+
+ }
+ break;
+ case 51 :
+ // InternalOseeDsl.g:1:310: T__62
+ {
+ mT__62();
+
+ }
+ break;
+ case 52 :
+ // InternalOseeDsl.g:1:316: T__63
+ {
+ mT__63();
+
+ }
+ break;
+ case 53 :
+ // InternalOseeDsl.g:1:322: T__64
+ {
+ mT__64();
+
+ }
+ break;
+ case 54 :
+ // InternalOseeDsl.g:1:328: T__65
+ {
+ mT__65();
+
+ }
+ break;
+ case 55 :
+ // InternalOseeDsl.g:1:334: T__66
+ {
+ mT__66();
+
+ }
+ break;
+ case 56 :
+ // InternalOseeDsl.g:1:340: T__67
+ {
+ mT__67();
+
+ }
+ break;
+ case 57 :
+ // InternalOseeDsl.g:1:346: T__68
+ {
+ mT__68();
+
+ }
+ break;
+ case 58 :
+ // InternalOseeDsl.g:1:352: T__69
+ {
+ mT__69();
+
+ }
+ break;
+ case 59 :
+ // InternalOseeDsl.g:1:358: T__70
+ {
+ mT__70();
+
+ }
+ break;
+ case 60 :
+ // InternalOseeDsl.g:1:364: T__71
+ {
+ mT__71();
+
+ }
+ break;
+ case 61 :
+ // InternalOseeDsl.g:1:370: T__72
+ {
+ mT__72();
+
+ }
+ break;
+ case 62 :
+ // InternalOseeDsl.g:1:376: T__73
+ {
+ mT__73();
+
+ }
+ break;
+ case 63 :
+ // InternalOseeDsl.g:1:382: T__74
+ {
+ mT__74();
+
+ }
+ break;
+ case 64 :
+ // InternalOseeDsl.g:1:388: T__75
+ {
+ mT__75();
+
+ }
+ break;
+ case 65 :
+ // InternalOseeDsl.g:1:394: T__76
+ {
+ mT__76();
+
+ }
+ break;
+ case 66 :
+ // InternalOseeDsl.g:1:400: T__77
+ {
+ mT__77();
+
+ }
+ break;
+ case 67 :
+ // InternalOseeDsl.g:1:406: T__78
+ {
+ mT__78();
+
+ }
+ break;
+ case 68 :
+ // InternalOseeDsl.g:1:412: T__79
+ {
+ mT__79();
+
+ }
+ break;
+ case 69 :
+ // InternalOseeDsl.g:1:418: T__80
+ {
+ mT__80();
+
+ }
+ break;
+ case 70 :
+ // InternalOseeDsl.g:1:424: T__81
+ {
+ mT__81();
+
+ }
+ break;
+ case 71 :
+ // InternalOseeDsl.g:1:430: T__82
+ {
+ mT__82();
+
+ }
+ break;
+ case 72 :
+ // InternalOseeDsl.g:1:436: T__83
+ {
+ mT__83();
+
+ }
+ break;
+ case 73 :
+ // InternalOseeDsl.g:1:442: T__84
+ {
+ mT__84();
+
+ }
+ break;
+ case 74 :
+ // InternalOseeDsl.g:1:448: T__85
+ {
+ mT__85();
+
+ }
+ break;
+ case 75 :
+ // InternalOseeDsl.g:1:454: T__86
+ {
+ mT__86();
+
+ }
+ break;
+ case 76 :
+ // InternalOseeDsl.g:1:460: T__87
+ {
+ mT__87();
+
+ }
+ break;
+ case 77 :
+ // InternalOseeDsl.g:1:466: T__88
+ {
+ mT__88();
+
+ }
+ break;
+ case 78 :
+ // InternalOseeDsl.g:1:472: T__89
+ {
+ mT__89();
+
+ }
+ break;
+ case 79 :
+ // InternalOseeDsl.g:1:478: T__90
+ {
+ mT__90();
+
+ }
+ break;
+ case 80 :
+ // InternalOseeDsl.g:1:484: T__91
+ {
+ mT__91();
+
+ }
+ break;
+ case 81 :
+ // InternalOseeDsl.g:1:490: T__92
+ {
+ mT__92();
+
+ }
+ break;
+ case 82 :
+ // InternalOseeDsl.g:1:496: T__93
+ {
+ mT__93();
+
+ }
+ break;
+ case 83 :
+ // InternalOseeDsl.g:1:502: T__94
+ {
+ mT__94();
+
+ }
+ break;
+ case 84 :
+ // InternalOseeDsl.g:1:508: T__95
+ {
+ mT__95();
+
+ }
+ break;
+ case 85 :
+ // InternalOseeDsl.g:1:514: T__96
+ {
+ mT__96();
+
+ }
+ break;
+ case 86 :
+ // InternalOseeDsl.g:1:520: T__97
+ {
+ mT__97();
+
+ }
+ break;
+ case 87 :
+ // InternalOseeDsl.g:1:526: T__98
+ {
+ mT__98();
+
+ }
+ break;
+ case 88 :
+ // InternalOseeDsl.g:1:532: RULE_STRING
+ {
+ mRULE_STRING();
+
+ }
+ break;
+ case 89 :
+ // InternalOseeDsl.g:1:544: RULE_WHOLE_NUM_STR
+ {
+ mRULE_WHOLE_NUM_STR();
+
+ }
+ break;
+ case 90 :
+ // InternalOseeDsl.g:1:563: RULE_ID
+ {
+ mRULE_ID();
+
+ }
+ break;
+ case 91 :
+ // InternalOseeDsl.g:1:571: RULE_INT
+ {
+ mRULE_INT();
+
+ }
+ break;
+ case 92 :
+ // InternalOseeDsl.g:1:580: RULE_ML_COMMENT
+ {
+ mRULE_ML_COMMENT();
+
+ }
+ break;
+ case 93 :
+ // InternalOseeDsl.g:1:596: RULE_SL_COMMENT
+ {
+ mRULE_SL_COMMENT();
+
+ }
+ break;
+ case 94 :
+ // InternalOseeDsl.g:1:612: RULE_WS
+ {
+ mRULE_WS();
+
+ }
+ break;
+ case 95 :
+ // InternalOseeDsl.g:1:620: RULE_ANY_OTHER
+ {
+ mRULE_ANY_OTHER();
+
+ }
+ break;
+
+ }
+
+ }
+
+
+ protected DFA13 dfa13 = new DFA13(this);
+ static final String DFA13_eotS =
+ "\1\uffff\22\60\3\uffff\1\60\1\uffff\10\60\2\uffff\1\60\1\uffff\1\60\2\54\1\160\1\54\1\uffff\1\54\2\uffff\3\60\1\uffff\14\60\1\u0084\13\60\1\u0090\10\60\1\u0099\1\60\3\uffff\3\60\1\uffff\11\60\1\u00a9\5\60\2\uffff\1\60\1\uffff\1\60\2\uffff\1\160\3\uffff\1\u00b3\1\60\1\u00b5\14\60\1\uffff\13\60\1\uffff\3\60\1\u00d0\4\60\1\uffff\11\60\1\u00de\1\u00df\4\60\1\uffff\11\60\1\uffff\1\60\1\uffff\2\60\1\u00f0\6\60\1\u00f7\6\60\1\u00fe\11\60\1\uffff\10\60\1\u0110\1\u0111\3\60\2\uffff\10\60\1\u011d\3\60\1\u0122\3\60\1\uffff\6\60\1\uffff\6\60\1\uffff\20\60\1\u0144\2\uffff\13\60\1\uffff\2\60\1\u0154\1\60\1\uffff\6\60\1\u015c\12\60\1\u0167\1\u0168\11\60\1\u0173\4\60\1\uffff\11\60\1\u0181\5\60\1\uffff\7\60\1\uffff\12\60\2\uffff\12\60\1\uffff\1\60\1\u01a4\13\60\1\uffff\33\60\1\u01d1\2\60\1\u01d4\3\60\1\uffff\1\u01d8\11\60\1\u01e2\13\60\1\u01ee\1\u01ef\24\60\1\uffff\1\u0205\1\60\1\uffff\3\60\1\uffff\1\u020a\4\60\1\u020f\1\60\1\u0212\1\60\1\uffff\2\60\1\u0216\1\60\1\u0218\6\60\2\uffff\14\60\1\u022b\10\60\1\uffff\1\60\1\u0235\1\u0236\1\u0237\1\uffff\4\60\1\uffff\1\60\2\uffff\3\60\1\uffff\1\60\1\uffff\1\60\1\u0244\20\60\1\uffff\1\u0255\1\u0256\7\60\3\uffff\1\60\1\u025f\3\60\2\uffff\5\60\1\uffff\20\60\2\uffff\1\u0278\1\u0279\1\u027a\1\u027b\3\60\1\u027f\1\uffff\1\u0280\1\60\1\u0282\1\u0283\1\60\1\u0285\4\60\1\u028a\7\60\1\u0292\3\60\1\u0296\1\60\4\uffff\1\60\1\u0299\1\u029a\2\uffff\1\60\2\uffff\1\u029c\1\uffff\4\60\1\uffff\7\60\1\uffff\3\60\1\uffff\2\60\2\uffff\1\60\1\uffff\15\60\1\u02bb\1\60\1\u02bd\6\60\1\u02c5\4\60\1\u02ca\2\60\1\uffff\1\60\1\uffff\1\u02cf\6\60\1\uffff\4\60\1\uffff\4\60\1\uffff\1\u02de\1\u02df\14\60\2\uffff\6\60\1\u02f2\3\60\1\u02f6\7\60\1\uffff\3\60\1\uffff\21\60\1\u0312\2\60\1\u0315\6\60\1\uffff\2\60\1\uffff\3\60\1\u0321\1\u0322\6\60\2\uffff\1\60\1\u032a\1\60\1\u032c\2\60\1\u032f\1\uffff\1\u0330\1\uffff\2\60\2\uffff\1\u0333\1\60\1\uffff\1\60\1\u0336\1\uffff";
+ static final String DFA13_eofS =
+ "\u0337\uffff";
+ static final String DFA13_minS =
+ "\1\0\1\114\1\105\2\156\1\117\1\157\1\121\1\154\1\156\1\111\1\141\1\111\1\157\1\116\1\101\1\142\1\162\1\144\3\uffff\1\144\1\uffff\1\165\2\141\1\146\1\141\1\151\1\145\1\151\2\uffff\1\150\1\uffff\1\150\2\0\1\60\1\101\1\uffff\1\52\2\uffff\1\114\1\164\1\104\1\uffff\1\146\1\164\1\116\1\151\1\157\1\154\1\144\1\157\1\141\1\124\1\155\1\165\1\60\1\157\1\164\1\156\1\170\1\113\1\166\1\162\1\104\1\162\1\164\1\105\1\60\1\116\2\164\1\144\1\143\1\163\1\141\1\160\1\60\1\150\3\uffff\2\164\1\151\1\uffff\1\151\1\164\1\146\1\156\1\170\1\144\1\154\2\145\1\60\1\147\3\154\1\144\2\uffff\1\145\1\uffff\1\151\2\uffff\1\60\3\uffff\1\60\1\151\1\60\1\141\1\145\1\131\1\101\1\162\1\151\1\141\1\154\1\156\1\110\1\160\1\155\1\uffff\1\141\1\145\1\147\1\151\1\105\1\141\1\151\1\105\1\144\1\154\1\137\1\uffff\1\131\1\151\1\162\1\60\1\145\1\164\1\156\1\157\1\uffff\2\145\1\155\1\162\1\164\1\144\1\141\1\143\1\141\2\60\1\151\1\164\1\162\1\145\1\uffff\1\147\1\145\1\157\1\141\2\145\1\162\1\154\1\127\1\uffff\1\146\1\uffff\1\165\1\101\1\60\1\164\1\144\1\155\1\164\1\145\1\143\1\60\1\162\1\145\1\164\1\147\1\101\1\143\1\60\1\117\1\156\1\137\1\101\1\151\1\124\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\141\1\151\1\162\1\105\1\145\1\105\1\166\1\164\1\60\1\101\1\145\1\144\1\60\1\141\1\154\1\164\1\uffff\1\164\1\145\1\151\1\145\1\141\1\150\1\uffff\1\145\1\162\1\151\1\145\1\164\1\157\1\uffff\1\142\1\147\1\101\1\164\1\156\1\117\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\124\1\160\1\151\1\156\1\162\1\170\1\145\1\151\1\uffff\2\101\1\60\1\162\1\uffff\1\143\2\164\2\162\1\164\1\60\1\156\1\122\1\163\1\141\1\156\1\162\1\164\1\147\1\152\1\101\2\60\1\164\1\145\1\137\1\117\1\143\1\165\1\103\1\143\1\116\1\60\1\164\1\163\1\160\1\165\1\uffff\1\157\1\160\1\164\1\171\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\164\1\101\1\162\1\151\2\145\1\uffff\1\101\1\145\1\163\1\164\1\147\1\101\2\162\1\145\1\164\2\uffff\1\162\1\116\1\115\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\160\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\122\1\164\1\151\1\142\2\144\1\164\1\146\2\145\1\120\1\164\1\151\1\141\1\143\1\164\1\151\1\165\1\116\1\101\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\145\1\143\1\163\1\124\1\60\1\156\1\124\1\145\1\151\1\145\1\151\1\117\1\145\1\164\1\142\1\165\2\60\1\164\1\145\2\144\1\157\1\164\1\142\1\160\1\164\1\162\1\142\1\155\1\105\2\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\144\1\60\1\151\1\40\1\171\1\uffff\1\163\1\171\1\60\1\146\1\60\3\146\1\162\1\165\1\164\2\uffff\2\162\1\103\1\101\1\151\1\162\1\165\1\150\1\101\1\151\1\165\1\142\1\60\1\131\1\105\1\116\1\155\1\151\1\160\1\164\1\171\1\uffff\1\145\3\60\1\uffff\1\145\1\156\1\165\1\145\1\uffff\1\164\1\141\1\uffff\1\160\1\151\1\160\1\uffff\1\141\1\uffff\1\141\1\60\1\145\1\151\1\164\1\145\1\151\1\145\1\157\1\164\1\156\1\151\1\164\1\151\1\164\1\142\1\164\1\145\1\uffff\2\60\1\131\1\145\1\144\1\145\1\143\1\160\1\170\3\uffff\1\162\1\60\1\145\1\162\1\171\2\uffff\1\145\1\157\1\145\2\143\1\uffff\1\162\1\142\1\145\1\104\1\142\2\156\2\164\1\142\1\145\1\143\1\164\1\165\1\145\1\162\2\uffff\4\60\1\150\1\145\1\164\1\60\1\uffff\1\60\1\124\2\60\1\156\1\60\2\164\1\145\1\165\1\60\1\141\1\165\1\143\1\164\1\162\1\101\1\165\1\60\1\141\1\162\1\164\1\60\1\101\4\uffff\1\145\2\60\2\uffff\1\171\2\uffff\1\60\1\uffff\2\124\1\156\1\164\1\uffff\2\164\2\145\1\151\2\164\1\uffff\1\154\1\151\1\145\1\uffff\1\164\1\162\2\uffff\1\160\1\uffff\2\171\1\143\1\145\1\141\1\145\1\101\1\156\1\142\1\164\1\145\1\137\1\142\1\60\1\164\1\60\1\145\2\160\1\145\1\104\1\120\1\60\2\164\1\165\1\162\1\60\1\101\1\165\1\uffff\1\162\1\uffff\1\60\2\145\1\101\2\141\1\162\1\uffff\1\164\1\101\1\164\1\151\1\uffff\1\163\1\145\1\164\1\151\1\uffff\2\60\2\164\1\147\1\157\1\162\1\164\1\145\1\142\1\143\1\163\1\145\1\142\2\uffff\1\164\1\141\1\147\1\166\1\151\1\164\1\60\1\165\1\145\1\143\1\60\1\165\1\162\1\120\1\145\1\151\1\142\1\162\1\uffff\1\164\1\156\1\145\1\uffff\1\164\1\151\2\162\1\144\1\165\1\151\1\145\1\144\1\156\1\145\1\142\1\157\1\120\1\145\1\164\1\142\1\60\1\151\1\144\1\60\1\165\1\166\2\162\1\145\1\165\1\uffff\1\156\1\151\1\uffff\1\164\1\151\1\157\2\60\1\164\1\147\1\156\1\145\1\144\1\166\2\uffff\1\145\1\60\1\147\1\60\1\145\1\151\1\60\1\uffff\1\60\1\uffff\1\162\1\144\2\uffff\1\60\1\145\1\uffff\1\162\1\60\1\uffff";
+ static final String DFA13_maxS =
+ "\1\uffff\1\162\1\145\1\162\1\160\1\162\1\157\1\156\1\154\1\156\1\157\1\141\1\164\1\157\1\165\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\157\1\151\2\uffff\1\150\1\uffff\1\150\2\uffff\1\71\1\172\1\uffff\1\57\2\uffff\1\114\1\164\1\104\1\uffff\1\146\1\164\1\116\1\151\1\157\1\154\1\144\1\157\1\141\1\124\1\155\1\165\1\172\1\157\1\164\1\156\1\170\1\113\1\166\1\162\1\104\1\162\1\164\1\105\1\172\1\116\2\164\1\144\1\143\1\163\1\141\1\160\1\172\1\150\3\uffff\1\164\1\165\1\151\1\uffff\1\151\1\164\1\163\1\156\1\170\1\144\1\154\2\145\1\172\1\147\1\154\1\155\1\154\1\144\2\uffff\1\145\1\uffff\1\151\2\uffff\1\71\3\uffff\1\172\1\151\1\172\1\141\1\145\1\131\1\101\1\162\1\151\1\141\1\154\1\156\1\110\1\160\1\155\1\uffff\1\141\1\145\1\147\1\151\1\105\1\141\1\151\1\105\1\144\1\154\1\137\1\uffff\1\131\1\151\1\162\1\172\1\145\1\164\1\156\1\157\1\uffff\2\145\1\155\1\162\1\164\1\144\1\141\1\143\1\141\2\172\1\151\1\164\1\162\1\145\1\uffff\1\147\1\145\1\157\1\141\2\145\1\162\1\154\1\127\1\uffff\1\146\1\uffff\1\165\1\101\1\172\1\164\1\144\1\155\1\164\1\145\1\143\1\172\1\162\1\145\1\164\1\147\1\101\1\143\1\172\1\117\1\156\1\137\1\101\1\151\1\124\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\141\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\141\1\154\1\164\1\uffff\1\164\1\145\1\151\1\145\1\141\1\150\1\uffff\1\145\1\162\1\151\1\145\1\164\1\157\1\uffff\1\142\1\147\1\102\1\164\1\156\1\117\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\124\1\160\1\151\1\156\1\162\1\170\1\145\1\151\1\uffff\2\116\1\172\1\162\1\uffff\1\143\2\164\2\162\1\164\1\172\1\156\1\122\1\163\1\141\1\156\1\162\1\164\1\147\1\152\1\101\2\172\1\164\1\145\1\137\1\117\1\143\1\165\1\103\1\143\1\125\1\172\1\164\1\163\1\160\1\165\1\uffff\1\157\1\160\1\164\1\171\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\164\1\101\1\162\1\151\2\145\1\uffff\1\101\1\145\1\163\1\164\1\147\1\101\2\162\1\145\1\164\2\uffff\1\162\1\116\1\117\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\160\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\122\1\164\1\151\1\142\2\144\1\164\1\146\2\145\1\120\1\164\1\151\1\141\1\143\1\164\1\151\1\165\1\116\1\101\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\145\1\143\1\163\1\124\1\172\1\156\1\124\1\145\1\151\1\145\1\151\1\117\1\145\1\164\1\142\1\165\2\172\1\164\1\145\2\144\1\157\1\164\1\142\1\160\1\164\1\162\1\142\1\155\1\105\2\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\1\uffff\1\172\1\144\1\157\1\154\1\144\1\172\1\151\1\172\1\171\1\uffff\1\163\1\171\1\172\1\146\1\172\3\146\1\162\1\165\1\164\2\uffff\2\162\1\103\1\101\1\151\1\162\1\165\1\150\1\101\1\151\1\165\1\142\1\172\1\131\1\105\1\116\1\155\1\151\1\160\1\164\1\171\1\uffff\1\145\3\172\1\uffff\1\145\1\156\1\165\1\145\1\uffff\1\164\1\145\1\uffff\1\160\1\151\1\160\1\uffff\1\141\1\uffff\1\141\1\172\1\145\1\151\1\164\1\145\1\151\1\145\1\157\1\164\1\156\1\151\1\164\1\151\1\164\1\142\1\164\1\145\1\uffff\2\172\1\131\1\145\1\144\1\145\1\143\1\160\1\170\3\uffff\1\162\1\172\1\145\1\162\1\171\2\uffff\1\145\1\157\1\145\2\143\1\uffff\1\162\1\142\1\145\1\104\1\142\2\156\2\164\1\142\1\145\1\143\1\164\1\165\1\145\1\162\2\uffff\4\172\1\150\1\145\1\164\1\172\1\uffff\1\172\1\124\2\172\1\156\1\172\2\164\1\145\1\165\1\172\1\141\1\165\1\143\1\164\1\162\1\101\1\165\1\172\1\141\1\162\1\164\1\172\1\101\4\uffff\1\145\2\172\2\uffff\1\171\2\uffff\1\172\1\uffff\2\124\1\156\1\164\1\uffff\2\164\2\145\1\151\2\164\1\uffff\1\154\1\151\1\145\1\uffff\1\164\1\162\2\uffff\1\160\1\uffff\2\171\1\143\1\145\1\141\1\145\1\101\1\156\1\142\1\164\1\145\1\137\1\142\1\172\1\164\1\172\1\145\2\160\1\145\1\124\1\120\1\172\2\164\1\165\1\162\1\172\1\104\1\165\1\uffff\1\162\1\uffff\1\172\2\145\1\101\2\141\1\162\1\uffff\1\164\1\101\1\164\1\151\1\uffff\1\163\1\145\1\164\1\151\1\uffff\2\172\2\164\1\147\1\157\1\162\1\164\1\145\1\142\1\143\1\163\1\145\1\142\2\uffff\1\164\1\141\1\147\1\166\1\151\1\164\1\172\1\165\1\145\1\143\1\172\1\165\1\162\1\120\1\145\1\151\1\142\1\162\1\uffff\1\164\1\156\1\145\1\uffff\1\164\1\151\2\162\1\144\1\165\1\151\1\145\1\144\1\156\1\145\1\142\1\157\1\120\1\145\1\164\1\142\1\172\1\151\1\144\1\172\1\165\1\166\2\162\1\145\1\165\1\uffff\1\156\1\151\1\uffff\1\164\1\151\1\157\2\172\1\164\1\147\1\156\1\145\1\144\1\166\2\uffff\1\145\1\172\1\147\1\172\1\145\1\151\1\172\1\uffff\1\172\1\uffff\1\162\1\144\2\uffff\1\172\1\145\1\uffff\1\162\1\172\1\uffff";
+ static final String DFA13_acceptS =
+ "\23\uffff\1\50\1\52\1\54\1\uffff\1\56\10\uffff\1\113\1\114\1\uffff\1\117\5\uffff\1\132\1\uffff\1\136\1\137\3\uffff\1\132\43\uffff\1\50\1\52\1\54\3\uffff\1\56\17\uffff\1\113\1\114\1\uffff\1\117\1\uffff\1\130\1\131\1\uffff\1\134\1\135\1\136\17\uffff\1\32\13\uffff\1\35\10\uffff\1\53\17\uffff\1\125\11\uffff\1\1\1\uffff\1\34\32\uffff\1\100\15\uffff\1\63\1\64\20\uffff\1\43\6\uffff\1\46\6\uffff\1\33\21\uffff\1\124\1\57\13\uffff\1\120\4\uffff\1\42\41\uffff\1\75\17\uffff\1\116\7\uffff\1\103\12\uffff\1\44\1\45\12\uffff\1\47\15\uffff\1\101\42\uffff\1\55\54\uffff\1\123\2\uffff\1\126\3\uffff\1\67\11\uffff\1\66\13\uffff\1\25\1\4\25\uffff\1\60\4\uffff\1\76\4\uffff\1\73\2\uffff\1\65\3\uffff\1\105\1\uffff\1\107\22\uffff\1\26\11\uffff\1\40\1\41\1\127\5\uffff\1\77\1\102\5\uffff\1\122\20\uffff\1\27\1\30\10\uffff\1\70\30\uffff\1\31\1\36\1\37\1\51\3\uffff\1\62\1\71\1\uffff\1\112\1\74\1\uffff\1\104\4\uffff\1\10\7\uffff\1\14\3\uffff\1\21\2\uffff\1\61\1\121\1\uffff\1\72\36\uffff\1\16\1\uffff\1\115\7\uffff\1\6\4\uffff\1\13\4\uffff\1\111\16\uffff\1\106\1\110\22\uffff\1\11\3\uffff\1\15\33\uffff\1\12\2\uffff\1\22\13\uffff\1\3\1\20\7\uffff\1\23\1\uffff\1\17\2\uffff\1\7\1\24\2\uffff\1\2\2\uffff\1\5";
+ static final String DFA13_specialS =
+ "\1\2\44\uffff\1\0\1\1\u0310\uffff}>";
+ static final String[] DFA13_transitionS = {
+ "\11\54\2\53\2\54\1\53\22\54\1\53\1\54\1\45\4\54\1\46\1\40\1\41\2\54\1\27\1\54\1\23\1\52\12\47\1\54\1\43\5\54\1\1\1\5\1\6\1\2\1\7\1\10\2\51\1\11\1\13\1\51\1\12\1\17\1\51\1\16\3\51\1\14\1\51\1\3\1\51\1\15\3\51\3\54\1\50\1\51\1\54\1\20\1\21\1\44\1\31\1\26\1\35\1\30\1\51\1\22\3\51\1\32\1\51\1\33\2\51\1\36\1\37\1\34\1\4\1\51\1\42\3\51\1\24\1\54\1\25\uff82\54",
+ "\1\55\1\uffff\1\57\43\uffff\1\56",
+ "\1\63\33\uffff\1\62\3\uffff\1\61",
+ "\1\65\3\uffff\1\64",
+ "\1\66\1\uffff\1\67",
+ "\1\72\37\uffff\1\70\2\uffff\1\71",
+ "\1\73",
+ "\1\75\34\uffff\1\74",
+ "\1\76",
+ "\1\77",
+ "\1\102\33\uffff\1\101\11\uffff\1\100",
+ "\1\103",
+ "\1\105\52\uffff\1\104",
+ "\1\106",
+ "\1\110\3\uffff\1\111\42\uffff\1\107",
+ "\1\112",
+ "\1\117\1\116\1\115\15\uffff\1\113\1\uffff\1\114",
+ "\1\120",
+ "\1\122\10\uffff\1\121\1\123",
+ "",
+ "",
+ "",
+ "\1\131\11\uffff\1\130\11\uffff\1\127",
+ "",
+ "\1\133",
+ "\1\134\3\uffff\1\135",
+ "\1\137\3\uffff\1\140\3\uffff\1\136\13\uffff\1\141",
+ "\1\144\14\uffff\1\143\2\uffff\1\142",
+ "\1\145",
+ "\1\146",
+ "\1\147\11\uffff\1\150",
+ "\1\151",
+ "",
+ "",
+ "\1\154",
+ "",
+ "\1\156",
+ "\0\157",
+ "\0\157",
+ "\12\161",
+ "\32\60\4\uffff\1\60\1\uffff\32\60",
+ "",
+ "\1\162\4\uffff\1\163",
+ "",
+ "",
+ "\1\165",
+ "\1\166",
+ "\1\167",
+ "",
+ "\1\170",
+ "\1\171",
+ "\1\172",
+ "\1\173",
+ "\1\174",
+ "\1\175",
+ "\1\176",
+ "\1\177",
+ "\1\u0080",
+ "\1\u0081",
+ "\1\u0082",
+ "\1\u0083",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0085",
+ "\1\u0086",
+ "\1\u0087",
+ "\1\u0088",
+ "\1\u0089",
+ "\1\u008a",
+ "\1\u008b",
+ "\1\u008c",
+ "\1\u008d",
+ "\1\u008e",
+ "\1\u008f",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0091",
+ "\1\u0092",
+ "\1\u0093",
+ "\1\u0094",
+ "\1\u0095",
+ "\1\u0096",
+ "\1\u0097",
+ "\1\u0098",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u009a",
+ "",
+ "",
+ "",
+ "\1\u009b",
+ "\1\u009d\1\u009c",
+ "\1\u009e",
+ "",
+ "\1\u009f",
+ "\1\u00a0",
+ "\1\u00a2\14\uffff\1\u00a1",
+ "\1\u00a3",
+ "\1\u00a4",
+ "\1\u00a5",
+ "\1\u00a6",
+ "\1\u00a7",
+ "\1\u00a8",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00aa",
+ "\1\u00ab",
+ "\1\u00ad\1\u00ac",
+ "\1\u00ae",
+ "\1\u00af",
+ "",
+ "",
+ "\1\u00b0",
+ "",
+ "\1\u00b1",
+ "",
+ "",
+ "\12\161",
+ "",
+ "",
+ "",
+ "\12\60\7\uffff\16\60\1\u00b2\13\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00b4",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\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",
+ "\1\u00c3",
+ "\1\u00c4",
+ "\1\u00c5",
+ "\1\u00c6",
+ "\1\u00c7",
+ "\1\u00c8",
+ "\1\u00c9",
+ "\1\u00ca",
+ "\1\u00cb",
+ "\1\u00cc",
+ "",
+ "\1\u00cd",
+ "\1\u00ce",
+ "\1\u00cf",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00d1",
+ "\1\u00d2",
+ "\1\u00d3",
+ "\1\u00d4",
+ "",
+ "\1\u00d5",
+ "\1\u00d6",
+ "\1\u00d7",
+ "\1\u00d8",
+ "\1\u00d9",
+ "\1\u00da",
+ "\1\u00db",
+ "\1\u00dc",
+ "\1\u00dd",
+ "\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\u00e0",
+ "\1\u00e1",
+ "\1\u00e2",
+ "\1\u00e3",
+ "",
+ "\1\u00e4",
+ "\1\u00e5",
+ "\1\u00e6",
+ "\1\u00e7",
+ "\1\u00e8",
+ "\1\u00e9",
+ "\1\u00ea",
+ "\1\u00eb",
+ "\1\u00ec",
+ "",
+ "\1\u00ed",
+ "",
+ "\1\u00ee",
+ "\1\u00ef",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00f1",
+ "\1\u00f2",
+ "\1\u00f3",
+ "\1\u00f4",
+ "\1\u00f5",
+ "\1\u00f6",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00f8",
+ "\1\u00f9",
+ "\1\u00fa",
+ "\1\u00fb",
+ "\1\u00fc",
+ "\1\u00fd",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u00ff",
+ "\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\u010c",
+ "\1\u010d",
+ "\1\u010e",
+ "\1\u010f",
+ "\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\u0112",
+ "\1\u0113",
+ "\1\u0114",
+ "",
+ "",
+ "\1\u0115",
+ "\1\u0116",
+ "\1\u0117",
+ "\1\u0118",
+ "\1\u0119",
+ "\1\u011a",
+ "\1\u011b",
+ "\1\u011c",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u011e\1\u011f",
+ "\1\u0120",
+ "\1\u0121",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0123",
+ "\1\u0124",
+ "\1\u0125",
+ "",
+ "\1\u0126",
+ "\1\u0127",
+ "\1\u0128",
+ "\1\u0129",
+ "\1\u012a",
+ "\1\u012b",
+ "",
+ "\1\u012c",
+ "\1\u012d",
+ "\1\u012e",
+ "\1\u012f",
+ "\1\u0130",
+ "\1\u0131",
+ "",
+ "\1\u0132",
+ "\1\u0133",
+ "\1\u0134\1\u0135",
+ "\1\u0136",
+ "\1\u0137",
+ "\1\u0138",
+ "\1\u0139",
+ "\1\u013a",
+ "\1\u013b",
+ "\1\u013c",
+ "\1\u013d",
+ "\1\u013e",
+ "\1\u013f",
+ "\1\u0140",
+ "\1\u0141",
+ "\1\u0142",
+ "\12\60\7\uffff\6\60\1\u0143\23\60\4\uffff\1\60\1\uffff\32\60",
+ "",
+ "",
+ "\1\u0145",
+ "\1\u0146",
+ "\1\u0147",
+ "\1\u0148",
+ "\1\u0149",
+ "\1\u014a",
+ "\1\u014b",
+ "\1\u014c",
+ "\1\u014d",
+ "\1\u014e",
+ "\1\u014f",
+ "",
+ "\1\u0151\14\uffff\1\u0150",
+ "\1\u0153\14\uffff\1\u0152",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0155",
+ "",
+ "\1\u0156",
+ "\1\u0157",
+ "\1\u0158",
+ "\1\u0159",
+ "\1\u015a",
+ "\1\u015b",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u015d",
+ "\1\u015e",
+ "\1\u015f",
+ "\1\u0160",
+ "\1\u0161",
+ "\1\u0162",
+ "\1\u0163",
+ "\1\u0164",
+ "\1\u0165",
+ "\1\u0166",
+ "\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\u0169",
+ "\1\u016a",
+ "\1\u016b",
+ "\1\u016c",
+ "\1\u016d",
+ "\1\u016e",
+ "\1\u016f",
+ "\1\u0170",
+ "\1\u0171\6\uffff\1\u0172",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0174",
+ "\1\u0175",
+ "\1\u0176",
+ "\1\u0177",
+ "",
+ "\1\u0178",
+ "\1\u0179",
+ "\1\u017a",
+ "\1\u017b",
+ "\1\u017c",
+ "\1\u017d",
+ "\1\u017e",
+ "\1\u017f",
+ "\1\u0180",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0182",
+ "\1\u0183",
+ "\1\u0184",
+ "\1\u0185",
+ "\1\u0186",
+ "",
+ "\1\u0187",
+ "\1\u0188",
+ "\1\u0189",
+ "\1\u018a",
+ "\1\u018b",
+ "\1\u018c",
+ "\1\u018d",
+ "",
+ "\1\u018e",
+ "\1\u018f",
+ "\1\u0190",
+ "\1\u0191",
+ "\1\u0192",
+ "\1\u0193",
+ "\1\u0194",
+ "\1\u0195",
+ "\1\u0196",
+ "\1\u0197",
+ "",
+ "",
+ "\1\u0198",
+ "\1\u0199",
+ "\1\u019b\1\uffff\1\u019a",
+ "\1\u019c",
+ "\1\u019d",
+ "\1\u019e",
+ "\1\u019f",
+ "\1\u01a0",
+ "\1\u01a1",
+ "\1\u01a2",
+ "",
+ "\1\u01a3",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u01a5",
+ "\1\u01a6",
+ "\1\u01a7",
+ "\1\u01a8",
+ "\1\u01aa\6\uffff\1\u01a9",
+ "\1\u01ab",
+ "\1\u01ac",
+ "\1\u01ad",
+ "\1\u01ae",
+ "\1\u01af",
+ "\1\u01b0",
+ "",
+ "\1\u01b1",
+ "\1\u01b2",
+ "\1\u01b3",
+ "\1\u01b4",
+ "\1\u01b5",
+ "\1\u01b6",
+ "\1\u01b7",
+ "\1\u01b8",
+ "\1\u01b9",
+ "\1\u01ba",
+ "\1\u01bb",
+ "\1\u01bc",
+ "\1\u01bd",
+ "\1\u01be",
+ "\1\u01bf",
+ "\1\u01c0",
+ "\1\u01c1",
+ "\1\u01c2",
+ "\1\u01c3",
+ "\1\u01c4",
+ "\1\u01c5",
+ "\1\u01c6",
+ "\1\u01c7",
+ "\1\u01c8",
+ "\1\u01c9",
+ "\1\u01ca",
+ "\1\u01cc\1\uffff\1\u01cb",
+ "\12\60\7\uffff\6\60\1\u01ce\5\60\1\u01d0\1\u01cd\5\60\1\u01cf\6\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u01d2",
+ "\1\u01d3",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u01d5",
+ "\1\u01d6",
+ "\1\u01d7",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u01d9",
+ "\1\u01da",
+ "\1\u01db",
+ "\1\u01dc",
+ "\1\u01dd",
+ "\1\u01de",
+ "\1\u01df",
+ "\1\u01e0",
+ "\1\u01e1",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u01e3",
+ "\1\u01e4",
+ "\1\u01e5",
+ "\1\u01e6",
+ "\1\u01e7",
+ "\1\u01e8",
+ "\1\u01e9",
+ "\1\u01ea",
+ "\1\u01eb",
+ "\1\u01ec",
+ "\1\u01ed",
+ "\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\u01f0",
+ "\1\u01f1",
+ "\1\u01f2",
+ "\1\u01f3",
+ "\1\u01f4",
+ "\1\u01f5",
+ "\1\u01f6",
+ "\1\u01f7",
+ "\1\u01f8",
+ "\1\u01f9",
+ "\1\u01fa",
+ "\1\u01fb",
+ "\1\u01fc",
+ "\1\u01fd",
+ "\1\u01fe",
+ "\1\u01ff",
+ "\1\u0200",
+ "\1\u0201",
+ "\1\u0202",
+ "\1\u0203",
+ "",
+ "\12\60\7\uffff\23\60\1\u0204\6\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0206",
+ "",
+ "\1\u0207",
+ "\1\u0208",
+ "\1\u0209",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u020b",
+ "\1\u020c",
+ "\1\u020d",
+ "\1\u020e",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0210",
+ "\1\u0211\17\uffff\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0213",
+ "",
+ "\1\u0214",
+ "\1\u0215",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0217",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0219",
+ "\1\u021a",
+ "\1\u021b",
+ "\1\u021c",
+ "\1\u021d",
+ "\1\u021e",
+ "",
+ "",
+ "\1\u021f",
+ "\1\u0220",
+ "\1\u0221",
+ "\1\u0222",
+ "\1\u0223",
+ "\1\u0224",
+ "\1\u0225",
+ "\1\u0226",
+ "\1\u0227",
+ "\1\u0228",
+ "\1\u0229",
+ "\1\u022a",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u022c",
+ "\1\u022d",
+ "\1\u022e",
+ "\1\u022f",
+ "\1\u0230",
+ "\1\u0231",
+ "\1\u0232",
+ "\1\u0233",
+ "",
+ "\1\u0234",
+ "\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\u0238",
+ "\1\u0239",
+ "\1\u023a",
+ "\1\u023b",
+ "",
+ "\1\u023c",
+ "\1\u023e\3\uffff\1\u023d",
+ "",
+ "\1\u023f",
+ "\1\u0240",
+ "\1\u0241",
+ "",
+ "\1\u0242",
+ "",
+ "\1\u0243",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0245",
+ "\1\u0246",
+ "\1\u0247",
+ "\1\u0248",
+ "\1\u0249",
+ "\1\u024a",
+ "\1\u024b",
+ "\1\u024c",
+ "\1\u024d",
+ "\1\u024e",
+ "\1\u024f",
+ "\1\u0250",
+ "\1\u0251",
+ "\1\u0252",
+ "\1\u0253",
+ "\1\u0254",
+ "",
+ "\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\u0257",
+ "\1\u0258",
+ "\1\u0259",
+ "\1\u025a",
+ "\1\u025b",
+ "\1\u025c",
+ "\1\u025d",
+ "",
+ "",
+ "",
+ "\1\u025e",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0260",
+ "\1\u0261",
+ "\1\u0262",
+ "",
+ "",
+ "\1\u0263",
+ "\1\u0264",
+ "\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",
+ "",
+ "",
+ "\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\u027c",
+ "\1\u027d",
+ "\1\u027e",
+ "\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\u0281",
+ "\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\u0284",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0286",
+ "\1\u0287",
+ "\1\u0288",
+ "\1\u0289",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u028b",
+ "\1\u028c",
+ "\1\u028d",
+ "\1\u028e",
+ "\1\u028f",
+ "\1\u0290",
+ "\1\u0291",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0293",
+ "\1\u0294",
+ "\1\u0295",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0297",
+ "",
+ "",
+ "",
+ "",
+ "\1\u0298",
+ "\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\u029b",
+ "",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "",
+ "\1\u029d",
+ "\1\u029e",
+ "\1\u029f",
+ "\1\u02a0",
+ "",
+ "\1\u02a1",
+ "\1\u02a2",
+ "\1\u02a3",
+ "\1\u02a4",
+ "\1\u02a5",
+ "\1\u02a6",
+ "\1\u02a7",
+ "",
+ "\1\u02a8",
+ "\1\u02a9",
+ "\1\u02aa",
+ "",
+ "\1\u02ab",
+ "\1\u02ac",
+ "",
+ "",
+ "\1\u02ad",
+ "",
+ "\1\u02ae",
+ "\1\u02af",
+ "\1\u02b0",
+ "\1\u02b1",
+ "\1\u02b2",
+ "\1\u02b3",
+ "\1\u02b4",
+ "\1\u02b5",
+ "\1\u02b6",
+ "\1\u02b7",
+ "\1\u02b8",
+ "\1\u02b9",
+ "\1\u02ba",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02bc",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02be",
+ "\1\u02bf",
+ "\1\u02c0",
+ "\1\u02c1",
+ "\1\u02c2\17\uffff\1\u02c3",
+ "\1\u02c4",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02c6",
+ "\1\u02c7",
+ "\1\u02c8",
+ "\1\u02c9",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02cb\2\uffff\1\u02cc",
+ "\1\u02cd",
+ "",
+ "\1\u02ce",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02d0",
+ "\1\u02d1",
+ "\1\u02d2",
+ "\1\u02d3",
+ "\1\u02d4",
+ "\1\u02d5",
+ "",
+ "\1\u02d6",
+ "\1\u02d7",
+ "\1\u02d8",
+ "\1\u02d9",
+ "",
+ "\1\u02da",
+ "\1\u02db",
+ "\1\u02dc",
+ "\1\u02dd",
+ "",
+ "\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\u02e0",
+ "\1\u02e1",
+ "\1\u02e2",
+ "\1\u02e3",
+ "\1\u02e4",
+ "\1\u02e5",
+ "\1\u02e6",
+ "\1\u02e7",
+ "\1\u02e8",
+ "\1\u02e9",
+ "\1\u02ea",
+ "\1\u02eb",
+ "",
+ "",
+ "\1\u02ec",
+ "\1\u02ed",
+ "\1\u02ee",
+ "\1\u02ef",
+ "\1\u02f0",
+ "\1\u02f1",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02f3",
+ "\1\u02f4",
+ "\1\u02f5",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u02f7",
+ "\1\u02f8",
+ "\1\u02f9",
+ "\1\u02fa",
+ "\1\u02fb",
+ "\1\u02fc",
+ "\1\u02fd",
+ "",
+ "\1\u02fe",
+ "\1\u02ff",
+ "\1\u0300",
+ "",
+ "\1\u0301",
+ "\1\u0302",
+ "\1\u0303",
+ "\1\u0304",
+ "\1\u0305",
+ "\1\u0306",
+ "\1\u0307",
+ "\1\u0308",
+ "\1\u0309",
+ "\1\u030a",
+ "\1\u030b",
+ "\1\u030c",
+ "\1\u030d",
+ "\1\u030e",
+ "\1\u030f",
+ "\1\u0310",
+ "\1\u0311",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0313",
+ "\1\u0314",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0316",
+ "\1\u0317",
+ "\1\u0318",
+ "\1\u0319",
+ "\1\u031a",
+ "\1\u031b",
+ "",
+ "\1\u031c",
+ "\1\u031d",
+ "",
+ "\1\u031e",
+ "\1\u031f",
+ "\1\u0320",
+ "\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\u0323",
+ "\1\u0324",
+ "\1\u0325",
+ "\1\u0326",
+ "\1\u0327",
+ "\1\u0328",
+ "",
+ "",
+ "\1\u0329",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u032b",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u032d",
+ "\1\u032e",
+ "\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\u0331",
+ "\1\u0332",
+ "",
+ "",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ "\1\u0334",
+ "",
+ "\1\u0335",
+ "\12\60\7\uffff\32\60\4\uffff\1\60\1\uffff\32\60",
+ ""
+ };
+
+ static final short[] DFA13_eot = DFA.unpackEncodedString(DFA13_eotS);
+ static final short[] DFA13_eof = DFA.unpackEncodedString(DFA13_eofS);
+ static final char[] DFA13_min = DFA.unpackEncodedStringToUnsignedChars(DFA13_minS);
+ static final char[] DFA13_max = DFA.unpackEncodedStringToUnsignedChars(DFA13_maxS);
+ static final short[] DFA13_accept = DFA.unpackEncodedString(DFA13_acceptS);
+ static final short[] DFA13_special = DFA.unpackEncodedString(DFA13_specialS);
+ static final short[][] DFA13_transition;
+
+ static {
+ int numStates = DFA13_transitionS.length;
+ DFA13_transition = new short[numStates][];
+ for (int i=0; i<numStates; i++) {
+ DFA13_transition[i] = DFA.unpackEncodedString(DFA13_transitionS[i]);
+ }
+ }
+
+ class DFA13 extends DFA {
+
+ public DFA13(BaseRecognizer recognizer) {
+ this.recognizer = recognizer;
+ this.decisionNumber = 13;
+ this.eot = DFA13_eot;
+ this.eof = DFA13_eof;
+ this.min = DFA13_min;
+ this.max = DFA13_max;
+ this.accept = DFA13_accept;
+ this.special = DFA13_special;
+ this.transition = DFA13_transition;
+ }
+ public String getDescription() {
+ return "1:1: Tokens : ( T__12 | 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 | T__94 | T__95 | T__96 | T__97 | T__98 | RULE_STRING | RULE_WHOLE_NUM_STR | 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 LA13_37 = input.LA(1);
+
+ s = -1;
+ if ( ((LA13_37>='\u0000' && LA13_37<='\uFFFF')) ) {s = 111;}
+
+ else s = 44;
+
+ if ( s>=0 ) return s;
+ break;
+ case 1 :
+ int LA13_38 = input.LA(1);
+
+ s = -1;
+ if ( ((LA13_38>='\u0000' && LA13_38<='\uFFFF')) ) {s = 111;}
+
+ else s = 44;
+
+ if ( s>=0 ) return s;
+ break;
+ case 2 :
+ int LA13_0 = input.LA(1);
+
+ s = -1;
+ if ( (LA13_0=='A') ) {s = 1;}
+
+ else if ( (LA13_0=='D') ) {s = 2;}
+
+ else if ( (LA13_0=='U') ) {s = 3;}
+
+ else if ( (LA13_0=='u') ) {s = 4;}
+
+ else if ( (LA13_0=='B') ) {s = 5;}
+
+ else if ( (LA13_0=='C') ) {s = 6;}
+
+ else if ( (LA13_0=='E') ) {s = 7;}
+
+ else if ( (LA13_0=='F') ) {s = 8;}
+
+ else if ( (LA13_0=='I') ) {s = 9;}
+
+ else if ( (LA13_0=='L') ) {s = 10;}
+
+ else if ( (LA13_0=='J') ) {s = 11;}
+
+ else if ( (LA13_0=='S') ) {s = 12;}
+
+ else if ( (LA13_0=='W') ) {s = 13;}
+
+ else if ( (LA13_0=='O') ) {s = 14;}
+
+ else if ( (LA13_0=='M') ) {s = 15;}
+
+ else if ( (LA13_0=='a') ) {s = 16;}
+
+ else if ( (LA13_0=='b') ) {s = 17;}
+
+ else if ( (LA13_0=='i') ) {s = 18;}
+
+ else if ( (LA13_0=='.') ) {s = 19;}
+
+ else if ( (LA13_0=='{') ) {s = 20;}
+
+ else if ( (LA13_0=='}') ) {s = 21;}
+
+ else if ( (LA13_0=='e') ) {s = 22;}
+
+ else if ( (LA13_0==',') ) {s = 23;}
+
+ else if ( (LA13_0=='g') ) {s = 24;}
+
+ else if ( (LA13_0=='d') ) {s = 25;}
+
+ else if ( (LA13_0=='m') ) {s = 26;}
+
+ else if ( (LA13_0=='o') ) {s = 27;}
+
+ else if ( (LA13_0=='t') ) {s = 28;}
+
+ else if ( (LA13_0=='f') ) {s = 29;}
+
+ else if ( (LA13_0=='r') ) {s = 30;}
+
+ else if ( (LA13_0=='s') ) {s = 31;}
+
+ else if ( (LA13_0=='(') ) {s = 32;}
+
+ else if ( (LA13_0==')') ) {s = 33;}
+
+ else if ( (LA13_0=='w') ) {s = 34;}
+
+ else if ( (LA13_0==';') ) {s = 35;}
+
+ else if ( (LA13_0=='c') ) {s = 36;}
+
+ else if ( (LA13_0=='\"') ) {s = 37;}
+
+ else if ( (LA13_0=='\'') ) {s = 38;}
+
+ else if ( ((LA13_0>='0' && LA13_0<='9')) ) {s = 39;}
+
+ else if ( (LA13_0=='^') ) {s = 40;}
+
+ else if ( ((LA13_0>='G' && LA13_0<='H')||LA13_0=='K'||LA13_0=='N'||(LA13_0>='P' && LA13_0<='R')||LA13_0=='T'||LA13_0=='V'||(LA13_0>='X' && LA13_0<='Z')||LA13_0=='_'||LA13_0=='h'||(LA13_0>='j' && LA13_0<='l')||LA13_0=='n'||(LA13_0>='p' && LA13_0<='q')||LA13_0=='v'||(LA13_0>='x' && LA13_0<='z')) ) {s = 41;}
+
+ else if ( (LA13_0=='/') ) {s = 42;}
+
+ else if ( ((LA13_0>='\t' && LA13_0<='\n')||LA13_0=='\r'||LA13_0==' ') ) {s = 43;}
+
+ else if ( ((LA13_0>='\u0000' && LA13_0<='\b')||(LA13_0>='\u000B' && LA13_0<='\f')||(LA13_0>='\u000E' && LA13_0<='\u001F')||LA13_0=='!'||(LA13_0>='#' && LA13_0<='&')||(LA13_0>='*' && LA13_0<='+')||LA13_0=='-'||LA13_0==':'||(LA13_0>='<' && LA13_0<='@')||(LA13_0>='[' && LA13_0<=']')||LA13_0=='`'||LA13_0=='|'||(LA13_0>='~' && LA13_0<='\uFFFF')) ) {s = 44;}
+
+ if ( s>=0 ) return s;
+ break;
+ }
+ NoViableAltException nvae =
+ new NoViableAltException(getDescription(), 13, _s, input);
+ error(nvae);
+ throw nvae;
+ }
+ }
+
} \ No newline at end of file
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 56636d3041a..27d8066ec08 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
@@ -1,27557 +1,28373 @@
-package org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal;
-
-import org.antlr.runtime.BitSet;
-import org.antlr.runtime.FailedPredicateException;
-import org.antlr.runtime.NoViableAltException;
-import org.antlr.runtime.RecognitionException;
-import org.antlr.runtime.RecognizerSharedState;
-import org.antlr.runtime.TokenStream;
-import org.eclipse.osee.framework.core.dsl.services.OseeDslGrammarAccess;
-import org.eclipse.xtext.Grammar;
+package org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr.internal;
+
+import java.io.InputStream;
+import org.eclipse.xtext.*;
+import org.eclipse.xtext.parser.*;
+import org.eclipse.xtext.parser.impl.*;
+import org.eclipse.emf.ecore.util.EcoreUtil;
+import org.eclipse.emf.ecore.EObject;
+import org.eclipse.xtext.parser.antlr.XtextTokenStream;
+import org.eclipse.xtext.parser.antlr.XtextTokenStream.HiddenTokens;
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser;
+import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.DFA;
+import org.eclipse.osee.framework.core.dsl.services.OseeDslGrammarAccess;
+
+
+
+import org.antlr.runtime.*;
+import java.util.Stack;
+import java.util.List;
+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'",
- "'LongAttribute'",
- "'JavaObjectAttribute'",
- "'StringAttribute'",
- "'ArtifactReferenceAttribute'",
- "'BranchReferenceAttribute'",
- "'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'",
- "'branchUuid'",
- "'ALLOW'",
- "'DENY'",
- "'SIDE_A'",
- "'SIDE_B'",
- "'BOTH'",
- "'import'",
- "'.'",
- "'artifactType'",
- "'{'",
- "'uuid'",
- "'}'",
- "'extends'",
- "','",
- "'guid'",
- "'attribute'",
- "'attributeType'",
- "'dataProvider'",
- "'min'",
- "'max'",
- "'overrides'",
- "'taggerId'",
- "'enumType'",
- "'description'",
- "'defaultValue'",
- "'fileExtension'",
- "'mediaType'",
- "'oseeEnumType'",
- "'entry'",
- "'entryGuid'",
- "'overrides enum'",
- "'add'",
- "'remove'",
- "'overrides artifactType'",
- "'update'",
- "'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;
- public static final int T__28 = 28;
- public static final int T__27 = 27;
- public static final int T__26 = 26;
- public static final int T__25 = 25;
- public static final int T__24 = 24;
- public static final int T__23 = 23;
- public static final int T__22 = 22;
- public static final int RULE_ANY_OTHER = 12;
- 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__94 = 94;
- public static final int T__91 = 91;
- public static final int T__92 = 92;
- public static final int T__16 = 16;
- public static final int T__15 = 15;
- public static final int T__90 = 90;
- public static final int T__18 = 18;
- public static final int T__17 = 17;
- public static final int T__14 = 14;
- public static final int T__13 = 13;
- public static final int T__99 = 99;
- public static final int T__98 = 98;
- public static final int T__97 = 97;
- public static final int T__96 = 96;
- public static final int T__95 = 95;
- public static final int T__80 = 80;
- public static final int T__81 = 81;
- public static final int T__82 = 82;
- public static final int T__83 = 83;
- public static final int T__85 = 85;
- public static final int T__84 = 84;
- public static final int T__87 = 87;
- public static final int T__86 = 86;
- public static final int T__89 = 89;
- public static final int T__88 = 88;
- public static final int RULE_ML_COMMENT = 9;
- public static final int RULE_STRING = 6;
- public static final int T__71 = 71;
- public static final int T__72 = 72;
- public static final int T__70 = 70;
- public static final int T__76 = 76;
- public static final int T__75 = 75;
- public static final int T__74 = 74;
- public static final int T__73 = 73;
- public static final int T__79 = 79;
- public static final int T__78 = 78;
- public static final int T__77 = 77;
- public static final int T__68 = 68;
- public static final int T__69 = 69;
- public static final int T__66 = 66;
- public static final int T__67 = 67;
- public static final int T__64 = 64;
- public static final int T__65 = 65;
- public static final int T__62 = 62;
- public static final int T__63 = 63;
- public static final int T__61 = 61;
- public static final int T__60 = 60;
- public static final int T__55 = 55;
- public static final int T__56 = 56;
- public static final int T__57 = 57;
- public static final int T__58 = 58;
- public static final int T__51 = 51;
- public static final int T__52 = 52;
- public static final int T__53 = 53;
- public static final int T__54 = 54;
- public static final int T__59 = 59;
- public static final int RULE_INT = 8;
- public static final int T__50 = 50;
- public static final int T__42 = 42;
- public static final int T__43 = 43;
- public static final int T__40 = 40;
- public static final int T__41 = 41;
- public static final int T__46 = 46;
- public static final int T__47 = 47;
- public static final int T__44 = 44;
- public static final int T__45 = 45;
- public static final int T__48 = 48;
- public static final int RULE_WHOLE_NUM_STR = 4;
- public static final int T__49 = 49;
- public static final int RULE_HEX_INT = 7;
- public static final int RULE_SL_COMMENT = 10;
- public static final int T__30 = 30;
- public static final int T__31 = 31;
- public static final int T__32 = 32;
- public static final int T__33 = 33;
- public static final int T__34 = 34;
- public static final int T__35 = 35;
- public static final int T__36 = 36;
- public static final int T__37 = 37;
- public static final int T__38 = 38;
- public static final int T__39 = 39;
- public static final int RULE_WS = 11;
-
- // delegates
- // delegators
-
- public InternalOseeDslParser(TokenStream input) {
- this(input, new RecognizerSharedState());
- }
-
- public InternalOseeDslParser(TokenStream input, RecognizerSharedState state) {
- super(input, state);
-
- }
-
- @Override
- public String[] getTokenNames() {
- return InternalOseeDslParser.tokenNames;
- }
-
- @Override
- public String getGrammarFileName() {
- return "../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g";
- }
-
- private OseeDslGrammarAccess grammarAccess;
-
- public void setGrammarAccess(OseeDslGrammarAccess grammarAccess) {
- this.grammarAccess = grammarAccess;
- }
-
- @Override
- protected Grammar getGrammar() {
- return grammarAccess.getGrammar();
- }
-
- @Override
- protected String getValueForTokenName(String tokenName) {
- return tokenName;
- }
-
- // $ANTLR start "entryRuleOseeDsl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:60:1: entryRuleOseeDsl : ruleOseeDsl EOF ;
- public final void entryRuleOseeDsl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:61:1: ( ruleOseeDsl EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:62:1: ruleOseeDsl EOF
- {
- before(grammarAccess.getOseeDslRule());
- pushFollow(FOLLOW_ruleOseeDsl_in_entryRuleOseeDsl61);
+ public static final String[] tokenNames = new String[] {
+ "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_WHOLE_NUM_STR", "RULE_ID", "RULE_STRING", "RULE_INT", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'ALL'", "'DefaultAttributeDataProvider'", "'UriAttributeDataProvider'", "'unlimited'", "'DefaultAttributeTaggerProvider'", "'BooleanAttribute'", "'CompressedContentAttribute'", "'DateAttribute'", "'EnumeratedAttribute'", "'FloatingPointAttribute'", "'IntegerAttribute'", "'LongAttribute'", "'JavaObjectAttribute'", "'StringAttribute'", "'ArtifactReferenceAttribute'", "'BranchReferenceAttribute'", "'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'", "'branchUuid'", "'ALLOW'", "'DENY'", "'SIDE_A'", "'SIDE_B'", "'BOTH'", "'import'", "'.'", "'artifactType'", "'{'", "'id'", "'}'", "'extends'", "','", "'guid'", "'attribute'", "'attributeType'", "'dataProvider'", "'min'", "'max'", "'overrides'", "'taggerId'", "'enumType'", "'description'", "'defaultValue'", "'fileExtension'", "'mediaType'", "'oseeEnumType'", "'entry'", "'entryGuid'", "'overrides enum'", "'add'", "'remove'", "'overrides artifactType'", "'update'", "'relationType'", "'sideAName'", "'sideAArtifactType'", "'sideBName'", "'sideBArtifactType'", "'defaultOrderType'", "'multiplicity'", "'('", "')'", "'artifactMatcher'", "'where'", "';'", "'role'", "'accessContext'", "'childrenOf'", "'artifact'", "'edit'", "'of'", "'abstract'", "'inheritAll'"
+ };
+ public static final int T__50=50;
+ public static final int T__59=59;
+ public static final int T__55=55;
+ public static final int T__56=56;
+ public static final int T__57=57;
+ public static final int T__58=58;
+ public static final int T__51=51;
+ public static final int T__52=52;
+ public static final int T__53=53;
+ public static final int T__54=54;
+ public static final int T__60=60;
+ public static final int T__61=61;
+ public static final int RULE_ID=5;
+ public static final int RULE_INT=7;
+ public static final int T__66=66;
+ public static final int RULE_ML_COMMENT=8;
+ public static final int T__67=67;
+ public static final int T__68=68;
+ public static final int T__69=69;
+ public static final int T__62=62;
+ public static final int T__63=63;
+ public static final int T__64=64;
+ public static final int T__65=65;
+ public static final int T__37=37;
+ public static final int T__38=38;
+ public static final int T__39=39;
+ public static final int RULE_WHOLE_NUM_STR=4;
+ public static final int T__33=33;
+ public static final int T__34=34;
+ public static final int T__35=35;
+ public static final int T__36=36;
+ public static final int T__30=30;
+ public static final int T__31=31;
+ public static final int T__32=32;
+ public static final int T__48=48;
+ public static final int T__49=49;
+ public static final int T__44=44;
+ public static final int T__45=45;
+ public static final int T__46=46;
+ public static final int T__47=47;
+ public static final int T__40=40;
+ public static final int T__41=41;
+ public static final int T__42=42;
+ public static final int T__43=43;
+ public static final int T__91=91;
+ public static final int T__92=92;
+ public static final int T__93=93;
+ public static final int T__94=94;
+ public static final int T__90=90;
+ public static final int T__19=19;
+ public static final int T__15=15;
+ public static final int T__16=16;
+ public static final int T__17=17;
+ public static final int T__18=18;
+ public static final int T__12=12;
+ public static final int T__13=13;
+ public static final int T__14=14;
+ public static final int T__95=95;
+ public static final int T__96=96;
+ public static final int T__97=97;
+ public static final int T__98=98;
+ public static final int T__26=26;
+ public static final int T__27=27;
+ public static final int T__28=28;
+ public static final int T__29=29;
+ public static final int T__22=22;
+ public static final int T__23=23;
+ public static final int T__24=24;
+ public static final int T__25=25;
+ public static final int T__20=20;
+ public static final int T__21=21;
+ public static final int T__70=70;
+ public static final int T__71=71;
+ public static final int T__72=72;
+ public static final int RULE_STRING=6;
+ public static final int RULE_SL_COMMENT=9;
+ public static final int T__77=77;
+ public static final int T__78=78;
+ public static final int T__79=79;
+ public static final int T__73=73;
+ public static final int EOF=-1;
+ public static final int T__74=74;
+ public static final int T__75=75;
+ public static final int T__76=76;
+ public static final int T__80=80;
+ public static final int T__81=81;
+ public static final int T__82=82;
+ public static final int T__83=83;
+ public static final int RULE_WS=10;
+ public static final int RULE_ANY_OTHER=11;
+ public static final int T__88=88;
+ public static final int T__89=89;
+ public static final int T__84=84;
+ public static final int T__85=85;
+ public static final int T__86=86;
+ public static final int T__87=87;
+
+ // delegates
+ // delegators
+
+
+ public InternalOseeDslParser(TokenStream input) {
+ this(input, new RecognizerSharedState());
+ }
+ public InternalOseeDslParser(TokenStream input, RecognizerSharedState state) {
+ super(input, state);
+
+ }
+
+
+ public String[] getTokenNames() { return InternalOseeDslParser.tokenNames; }
+ public String getGrammarFileName() { return "InternalOseeDsl.g"; }
+
+
+
+ private OseeDslGrammarAccess grammarAccess;
+
+ public void setGrammarAccess(OseeDslGrammarAccess grammarAccess) {
+ this.grammarAccess = grammarAccess;
+ }
+
+ @Override
+ protected Grammar getGrammar() {
+ return grammarAccess.getGrammar();
+ }
+
+ @Override
+ protected String getValueForTokenName(String tokenName) {
+ return tokenName;
+ }
+
+
+
+
+ // $ANTLR start "entryRuleOseeDsl"
+ // InternalOseeDsl.g:60:1: entryRuleOseeDsl : ruleOseeDsl EOF ;
+ public final void entryRuleOseeDsl() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:61:1: ( ruleOseeDsl EOF )
+ // InternalOseeDsl.g:62:1: ruleOseeDsl EOF
+ {
+ before(grammarAccess.getOseeDslRule());
+ pushFollow(FOLLOW_1);
ruleOseeDsl();
state._fsp--;
- after(grammarAccess.getOseeDslRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleOseeDsl68);
+ after(grammarAccess.getOseeDslRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleOseeDsl"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleOseeDsl"
- // $ANTLR start "ruleOseeDsl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:69:1: ruleOseeDsl : ( ( rule__OseeDsl__Group__0 ) ) ;
- public final void ruleOseeDsl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleOseeDsl"
+ // InternalOseeDsl.g:69:1: ruleOseeDsl : ( ( rule__OseeDsl__Group__0 ) ) ;
+ public final void ruleOseeDsl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:73:2: ( ( ( 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:74:1: ( ( 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:74:1: ( ( 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:75:1: ( rule__OseeDsl__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:73:2: ( ( ( rule__OseeDsl__Group__0 ) ) )
+ // InternalOseeDsl.g:74:1: ( ( rule__OseeDsl__Group__0 ) )
{
- before(grammarAccess.getOseeDslAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:76:1: ( 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:76:2: rule__OseeDsl__Group__0
- {
- pushFollow(FOLLOW_rule__OseeDsl__Group__0_in_ruleOseeDsl94);
- rule__OseeDsl__Group__0();
+ // InternalOseeDsl.g:74:1: ( ( rule__OseeDsl__Group__0 ) )
+ // InternalOseeDsl.g:75:1: ( rule__OseeDsl__Group__0 )
+ {
+ before(grammarAccess.getOseeDslAccess().getGroup());
+ // InternalOseeDsl.g:76:1: ( rule__OseeDsl__Group__0 )
+ // InternalOseeDsl.g:76:2: rule__OseeDsl__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeDsl__Group__0();
+
+ state._fsp--;
+
+
+ }
- state._fsp--;
+ after(grammarAccess.getOseeDslAccess().getGroup());
- }
+ }
- after(grammarAccess.getOseeDslAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleOseeDsl"
- }
- return;
- }
- // $ANTLR end "ruleOseeDsl"
- // $ANTLR start "entryRuleImport"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:88:1: entryRuleImport : ruleImport EOF ;
- public final void entryRuleImport() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:89:1: ( ruleImport EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:90:1: ruleImport EOF
- {
- before(grammarAccess.getImportRule());
- pushFollow(FOLLOW_ruleImport_in_entryRuleImport121);
+ // $ANTLR start "entryRuleImport"
+ // InternalOseeDsl.g:88:1: entryRuleImport : ruleImport EOF ;
+ public final void entryRuleImport() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:89:1: ( ruleImport EOF )
+ // InternalOseeDsl.g:90:1: ruleImport EOF
+ {
+ before(grammarAccess.getImportRule());
+ pushFollow(FOLLOW_1);
ruleImport();
state._fsp--;
- after(grammarAccess.getImportRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleImport128);
+ after(grammarAccess.getImportRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleImport"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleImport"
- // $ANTLR start "ruleImport"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:97:1: ruleImport : ( ( rule__Import__Group__0 ) ) ;
- public final void ruleImport() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleImport"
+ // InternalOseeDsl.g:97:1: ruleImport : ( ( rule__Import__Group__0 ) ) ;
+ public final void ruleImport() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:101:2: ( ( ( 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:102:1: ( ( 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:102:1: ( ( 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:103:1: ( rule__Import__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:101:2: ( ( ( rule__Import__Group__0 ) ) )
+ // InternalOseeDsl.g:102:1: ( ( rule__Import__Group__0 ) )
+ {
+ // InternalOseeDsl.g:102:1: ( ( rule__Import__Group__0 ) )
+ // InternalOseeDsl.g:103:1: ( rule__Import__Group__0 )
+ {
+ before(grammarAccess.getImportAccess().getGroup());
+ // InternalOseeDsl.g:104:1: ( rule__Import__Group__0 )
+ // InternalOseeDsl.g:104:2: rule__Import__Group__0
{
- before(grammarAccess.getImportAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:104:1: ( 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:104:2: rule__Import__Group__0
- {
- pushFollow(FOLLOW_rule__Import__Group__0_in_ruleImport154);
- rule__Import__Group__0();
+ pushFollow(FOLLOW_2);
+ rule__Import__Group__0();
- state._fsp--;
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getImportAccess().getGroup());
- }
+ }
- after(grammarAccess.getImportAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleImport"
- }
- return;
- }
- // $ANTLR end "ruleImport"
- // $ANTLR start "entryRuleQUALIFIED_NAME"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:116:1: entryRuleQUALIFIED_NAME : ruleQUALIFIED_NAME EOF ;
- public final void entryRuleQUALIFIED_NAME() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:117:1: ( ruleQUALIFIED_NAME EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:118:1: ruleQUALIFIED_NAME EOF
- {
- before(grammarAccess.getQUALIFIED_NAMERule());
- pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_entryRuleQUALIFIED_NAME181);
+ // $ANTLR start "entryRuleQUALIFIED_NAME"
+ // InternalOseeDsl.g:116:1: entryRuleQUALIFIED_NAME : ruleQUALIFIED_NAME EOF ;
+ public final void entryRuleQUALIFIED_NAME() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:117:1: ( ruleQUALIFIED_NAME EOF )
+ // InternalOseeDsl.g:118:1: ruleQUALIFIED_NAME EOF
+ {
+ before(grammarAccess.getQUALIFIED_NAMERule());
+ pushFollow(FOLLOW_1);
ruleQUALIFIED_NAME();
state._fsp--;
- after(grammarAccess.getQUALIFIED_NAMERule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleQUALIFIED_NAME188);
+ after(grammarAccess.getQUALIFIED_NAMERule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleQUALIFIED_NAME"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleQUALIFIED_NAME"
- // $ANTLR start "ruleQUALIFIED_NAME"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:125:1: ruleQUALIFIED_NAME : ( ( rule__QUALIFIED_NAME__Group__0 ) ) ;
- public final void ruleQUALIFIED_NAME() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleQUALIFIED_NAME"
+ // InternalOseeDsl.g:125:1: ruleQUALIFIED_NAME : ( ( rule__QUALIFIED_NAME__Group__0 ) ) ;
+ public final void ruleQUALIFIED_NAME() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:129:2: ( ( ( 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:130:1: ( ( 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:130:1: ( ( 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:131:1: ( rule__QUALIFIED_NAME__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:129:2: ( ( ( rule__QUALIFIED_NAME__Group__0 ) ) )
+ // InternalOseeDsl.g:130:1: ( ( rule__QUALIFIED_NAME__Group__0 ) )
+ {
+ // InternalOseeDsl.g:130:1: ( ( rule__QUALIFIED_NAME__Group__0 ) )
+ // InternalOseeDsl.g:131:1: ( rule__QUALIFIED_NAME__Group__0 )
{
- before(grammarAccess.getQUALIFIED_NAMEAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:132:1: ( 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:132:2: rule__QUALIFIED_NAME__Group__0
- {
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group__0_in_ruleQUALIFIED_NAME214);
- rule__QUALIFIED_NAME__Group__0();
+ before(grammarAccess.getQUALIFIED_NAMEAccess().getGroup());
+ // InternalOseeDsl.g:132:1: ( rule__QUALIFIED_NAME__Group__0 )
+ // InternalOseeDsl.g:132:2: rule__QUALIFIED_NAME__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__QUALIFIED_NAME__Group__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
+
+ after(grammarAccess.getQUALIFIED_NAMEAccess().getGroup());
+
+ }
- after(grammarAccess.getQUALIFIED_NAMEAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleQUALIFIED_NAME"
- }
- return;
- }
- // $ANTLR end "ruleQUALIFIED_NAME"
- // $ANTLR start "entryRuleOseeType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:146:1: entryRuleOseeType : ruleOseeType EOF ;
- public final void entryRuleOseeType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:147:1: ( ruleOseeType EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:148:1: ruleOseeType EOF
- {
- before(grammarAccess.getOseeTypeRule());
- pushFollow(FOLLOW_ruleOseeType_in_entryRuleOseeType243);
+ // $ANTLR start "entryRuleOseeType"
+ // InternalOseeDsl.g:146:1: entryRuleOseeType : ruleOseeType EOF ;
+ public final void entryRuleOseeType() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:147:1: ( ruleOseeType EOF )
+ // InternalOseeDsl.g:148:1: ruleOseeType EOF
+ {
+ before(grammarAccess.getOseeTypeRule());
+ pushFollow(FOLLOW_1);
ruleOseeType();
state._fsp--;
- after(grammarAccess.getOseeTypeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleOseeType250);
+ after(grammarAccess.getOseeTypeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleOseeType"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleOseeType"
- // $ANTLR start "ruleOseeType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:155:1: ruleOseeType : ( ( rule__OseeType__Alternatives ) ) ;
- public final void ruleOseeType() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleOseeType"
+ // InternalOseeDsl.g:155:1: ruleOseeType : ( ( rule__OseeType__Alternatives ) ) ;
+ public final void ruleOseeType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:159:2: ( ( ( rule__OseeType__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:160:1: ( ( rule__OseeType__Alternatives ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:160:1: ( ( rule__OseeType__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:161:1: ( rule__OseeType__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:159:2: ( ( ( rule__OseeType__Alternatives ) ) )
+ // InternalOseeDsl.g:160:1: ( ( rule__OseeType__Alternatives ) )
{
- before(grammarAccess.getOseeTypeAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:162:1: ( rule__OseeType__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:162:2: rule__OseeType__Alternatives
- {
- pushFollow(FOLLOW_rule__OseeType__Alternatives_in_ruleOseeType276);
- rule__OseeType__Alternatives();
+ // InternalOseeDsl.g:160:1: ( ( rule__OseeType__Alternatives ) )
+ // InternalOseeDsl.g:161:1: ( rule__OseeType__Alternatives )
+ {
+ before(grammarAccess.getOseeTypeAccess().getAlternatives());
+ // InternalOseeDsl.g:162:1: ( rule__OseeType__Alternatives )
+ // InternalOseeDsl.g:162:2: rule__OseeType__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeType__Alternatives();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getOseeTypeAccess().getAlternatives());
+ after(grammarAccess.getOseeTypeAccess().getAlternatives());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "ruleOseeType"
+ restoreStackSize(stackSize);
- // $ANTLR start "entryRuleXArtifactType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:174:1: entryRuleXArtifactType : ruleXArtifactType EOF ;
- public final void entryRuleXArtifactType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:175:1: ( ruleXArtifactType EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:176:1: ruleXArtifactType EOF
- {
- before(grammarAccess.getXArtifactTypeRule());
- pushFollow(FOLLOW_ruleXArtifactType_in_entryRuleXArtifactType303);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleOseeType"
+
+
+ // $ANTLR start "entryRuleXArtifactType"
+ // InternalOseeDsl.g:174:1: entryRuleXArtifactType : ruleXArtifactType EOF ;
+ public final void entryRuleXArtifactType() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:175:1: ( ruleXArtifactType EOF )
+ // InternalOseeDsl.g:176:1: ruleXArtifactType EOF
+ {
+ before(grammarAccess.getXArtifactTypeRule());
+ pushFollow(FOLLOW_1);
ruleXArtifactType();
state._fsp--;
- after(grammarAccess.getXArtifactTypeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleXArtifactType310);
+ after(grammarAccess.getXArtifactTypeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleXArtifactType"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleXArtifactType"
- // $ANTLR start "ruleXArtifactType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:183:1: ruleXArtifactType : ( ( rule__XArtifactType__Group__0 ) ) ;
- public final void ruleXArtifactType() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXArtifactType"
+ // InternalOseeDsl.g:183:1: ruleXArtifactType : ( ( rule__XArtifactType__Group__0 ) ) ;
+ public final void ruleXArtifactType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:187:2: ( ( ( 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:188:1: ( ( 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:188:1: ( ( 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:189:1: ( rule__XArtifactType__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:187:2: ( ( ( rule__XArtifactType__Group__0 ) ) )
+ // InternalOseeDsl.g:188:1: ( ( rule__XArtifactType__Group__0 ) )
+ {
+ // InternalOseeDsl.g:188:1: ( ( rule__XArtifactType__Group__0 ) )
+ // InternalOseeDsl.g:189:1: ( rule__XArtifactType__Group__0 )
{
- before(grammarAccess.getXArtifactTypeAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:190:1: ( 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:190:2: rule__XArtifactType__Group__0
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__0_in_ruleXArtifactType336);
- rule__XArtifactType__Group__0();
+ before(grammarAccess.getXArtifactTypeAccess().getGroup());
+ // InternalOseeDsl.g:190:1: ( rule__XArtifactType__Group__0 )
+ // InternalOseeDsl.g:190:2: rule__XArtifactType__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactType__Group__0();
+
+ state._fsp--;
+
+
+ }
- state._fsp--;
+ after(grammarAccess.getXArtifactTypeAccess().getGroup());
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXArtifactType"
- }
- return;
- }
- // $ANTLR end "ruleXArtifactType"
- // $ANTLR start "entryRuleXAttributeTypeRef"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:202:1: entryRuleXAttributeTypeRef : ruleXAttributeTypeRef EOF ;
- public final void entryRuleXAttributeTypeRef() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:203:1: ( ruleXAttributeTypeRef EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:204:1: ruleXAttributeTypeRef EOF
- {
- before(grammarAccess.getXAttributeTypeRefRule());
- pushFollow(FOLLOW_ruleXAttributeTypeRef_in_entryRuleXAttributeTypeRef363);
+ // $ANTLR start "entryRuleXAttributeTypeRef"
+ // InternalOseeDsl.g:202:1: entryRuleXAttributeTypeRef : ruleXAttributeTypeRef EOF ;
+ public final void entryRuleXAttributeTypeRef() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:203:1: ( ruleXAttributeTypeRef EOF )
+ // InternalOseeDsl.g:204:1: ruleXAttributeTypeRef EOF
+ {
+ before(grammarAccess.getXAttributeTypeRefRule());
+ pushFollow(FOLLOW_1);
ruleXAttributeTypeRef();
state._fsp--;
- after(grammarAccess.getXAttributeTypeRefRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleXAttributeTypeRef370);
+ after(grammarAccess.getXAttributeTypeRefRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleXAttributeTypeRef"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleXAttributeTypeRef"
- // $ANTLR start "ruleXAttributeTypeRef"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:211:1: ruleXAttributeTypeRef : ( ( rule__XAttributeTypeRef__Group__0 ) ) ;
- public final void ruleXAttributeTypeRef() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXAttributeTypeRef"
+ // InternalOseeDsl.g:211:1: ruleXAttributeTypeRef : ( ( rule__XAttributeTypeRef__Group__0 ) ) ;
+ public final void ruleXAttributeTypeRef() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:215:2: ( ( ( 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:216:1: ( ( 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:216:1: ( ( 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:217:1: ( rule__XAttributeTypeRef__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:215:2: ( ( ( rule__XAttributeTypeRef__Group__0 ) ) )
+ // InternalOseeDsl.g:216:1: ( ( rule__XAttributeTypeRef__Group__0 ) )
{
- before(grammarAccess.getXAttributeTypeRefAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:218:1: ( 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:218:2: rule__XAttributeTypeRef__Group__0
- {
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__0_in_ruleXAttributeTypeRef396);
- rule__XAttributeTypeRef__Group__0();
+ // InternalOseeDsl.g:216:1: ( ( rule__XAttributeTypeRef__Group__0 ) )
+ // InternalOseeDsl.g:217:1: ( rule__XAttributeTypeRef__Group__0 )
+ {
+ before(grammarAccess.getXAttributeTypeRefAccess().getGroup());
+ // InternalOseeDsl.g:218:1: ( rule__XAttributeTypeRef__Group__0 )
+ // InternalOseeDsl.g:218:2: rule__XAttributeTypeRef__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeTypeRef__Group__0();
+
+ state._fsp--;
+
+
+ }
- state._fsp--;
+ after(grammarAccess.getXAttributeTypeRefAccess().getGroup());
- }
+ }
- after(grammarAccess.getXAttributeTypeRefAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXAttributeTypeRef"
- }
- return;
- }
- // $ANTLR end "ruleXAttributeTypeRef"
- // $ANTLR start "entryRuleXAttributeType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:230:1: entryRuleXAttributeType : ruleXAttributeType EOF ;
- public final void entryRuleXAttributeType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:231:1: ( ruleXAttributeType EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:232:1: ruleXAttributeType EOF
- {
- before(grammarAccess.getXAttributeTypeRule());
- pushFollow(FOLLOW_ruleXAttributeType_in_entryRuleXAttributeType423);
+ // $ANTLR start "entryRuleXAttributeType"
+ // InternalOseeDsl.g:230:1: entryRuleXAttributeType : ruleXAttributeType EOF ;
+ public final void entryRuleXAttributeType() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:231:1: ( ruleXAttributeType EOF )
+ // InternalOseeDsl.g:232:1: ruleXAttributeType EOF
+ {
+ before(grammarAccess.getXAttributeTypeRule());
+ pushFollow(FOLLOW_1);
ruleXAttributeType();
state._fsp--;
- after(grammarAccess.getXAttributeTypeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleXAttributeType430);
+ after(grammarAccess.getXAttributeTypeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleXAttributeType"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleXAttributeType"
- // $ANTLR start "ruleXAttributeType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:239:1: ruleXAttributeType : ( ( rule__XAttributeType__Group__0 ) ) ;
- public final void ruleXAttributeType() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXAttributeType"
+ // InternalOseeDsl.g:239:1: ruleXAttributeType : ( ( rule__XAttributeType__Group__0 ) ) ;
+ public final void ruleXAttributeType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:243:2: ( ( ( 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:244:1: ( ( 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:244:1: ( ( 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:245:1: ( rule__XAttributeType__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:243:2: ( ( ( rule__XAttributeType__Group__0 ) ) )
+ // InternalOseeDsl.g:244:1: ( ( rule__XAttributeType__Group__0 ) )
+ {
+ // InternalOseeDsl.g:244:1: ( ( rule__XAttributeType__Group__0 ) )
+ // InternalOseeDsl.g:245:1: ( rule__XAttributeType__Group__0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getGroup());
+ // InternalOseeDsl.g:246:1: ( rule__XAttributeType__Group__0 )
+ // InternalOseeDsl.g:246:2: rule__XAttributeType__Group__0
{
- before(grammarAccess.getXAttributeTypeAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:246:1: ( 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:246:2: rule__XAttributeType__Group__0
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__0_in_ruleXAttributeType456);
- rule__XAttributeType__Group__0();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getGroup());
+ after(grammarAccess.getXAttributeTypeAccess().getGroup());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXAttributeType"
- }
- return;
- }
- // $ANTLR end "ruleXAttributeType"
- // $ANTLR start "entryRuleAttributeBaseType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:258:1: entryRuleAttributeBaseType : ruleAttributeBaseType EOF ;
- public final void entryRuleAttributeBaseType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:259:1: ( ruleAttributeBaseType EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:260:1: ruleAttributeBaseType EOF
- {
- before(grammarAccess.getAttributeBaseTypeRule());
- pushFollow(FOLLOW_ruleAttributeBaseType_in_entryRuleAttributeBaseType483);
+ // $ANTLR start "entryRuleAttributeBaseType"
+ // InternalOseeDsl.g:258:1: entryRuleAttributeBaseType : ruleAttributeBaseType EOF ;
+ public final void entryRuleAttributeBaseType() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:259:1: ( ruleAttributeBaseType EOF )
+ // InternalOseeDsl.g:260:1: ruleAttributeBaseType EOF
+ {
+ before(grammarAccess.getAttributeBaseTypeRule());
+ pushFollow(FOLLOW_1);
ruleAttributeBaseType();
state._fsp--;
- after(grammarAccess.getAttributeBaseTypeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleAttributeBaseType490);
+ after(grammarAccess.getAttributeBaseTypeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleAttributeBaseType"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleAttributeBaseType"
- // $ANTLR start "ruleAttributeBaseType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:267:1: ruleAttributeBaseType : ( ( rule__AttributeBaseType__Alternatives ) ) ;
- public final void ruleAttributeBaseType() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleAttributeBaseType"
+ // InternalOseeDsl.g:267:1: ruleAttributeBaseType : ( ( rule__AttributeBaseType__Alternatives ) ) ;
+ public final void ruleAttributeBaseType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:271:2: ( ( ( rule__AttributeBaseType__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:272:1: ( ( rule__AttributeBaseType__Alternatives ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:272:1: ( ( rule__AttributeBaseType__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:273:1: ( rule__AttributeBaseType__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:271:2: ( ( ( rule__AttributeBaseType__Alternatives ) ) )
+ // InternalOseeDsl.g:272:1: ( ( rule__AttributeBaseType__Alternatives ) )
+ {
+ // InternalOseeDsl.g:272:1: ( ( rule__AttributeBaseType__Alternatives ) )
+ // InternalOseeDsl.g:273:1: ( rule__AttributeBaseType__Alternatives )
{
- before(grammarAccess.getAttributeBaseTypeAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:274:1: ( rule__AttributeBaseType__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:274:2: rule__AttributeBaseType__Alternatives
- {
- pushFollow(FOLLOW_rule__AttributeBaseType__Alternatives_in_ruleAttributeBaseType516);
- rule__AttributeBaseType__Alternatives();
+ before(grammarAccess.getAttributeBaseTypeAccess().getAlternatives());
+ // InternalOseeDsl.g:274:1: ( rule__AttributeBaseType__Alternatives )
+ // InternalOseeDsl.g:274:2: rule__AttributeBaseType__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeBaseType__Alternatives();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getAttributeBaseTypeAccess().getAlternatives());
+ after(grammarAccess.getAttributeBaseTypeAccess().getAlternatives());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "ruleAttributeBaseType"
+ }
+ return ;
+ }
+ // $ANTLR end "ruleAttributeBaseType"
- // $ANTLR start "entryRuleXOseeEnumType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:286:1: entryRuleXOseeEnumType : ruleXOseeEnumType EOF ;
- public final void entryRuleXOseeEnumType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:287:1: ( ruleXOseeEnumType EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:288:1: ruleXOseeEnumType EOF
- {
- before(grammarAccess.getXOseeEnumTypeRule());
- pushFollow(FOLLOW_ruleXOseeEnumType_in_entryRuleXOseeEnumType543);
+
+ // $ANTLR start "entryRuleXOseeEnumType"
+ // InternalOseeDsl.g:286:1: entryRuleXOseeEnumType : ruleXOseeEnumType EOF ;
+ public final void entryRuleXOseeEnumType() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:287:1: ( ruleXOseeEnumType EOF )
+ // InternalOseeDsl.g:288:1: ruleXOseeEnumType EOF
+ {
+ before(grammarAccess.getXOseeEnumTypeRule());
+ pushFollow(FOLLOW_1);
ruleXOseeEnumType();
state._fsp--;
- after(grammarAccess.getXOseeEnumTypeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleXOseeEnumType550);
+ after(grammarAccess.getXOseeEnumTypeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleXOseeEnumType"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleXOseeEnumType"
- // $ANTLR start "ruleXOseeEnumType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:295:1: ruleXOseeEnumType : ( ( rule__XOseeEnumType__Group__0 ) ) ;
- public final void ruleXOseeEnumType() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXOseeEnumType"
+ // InternalOseeDsl.g:295:1: ruleXOseeEnumType : ( ( rule__XOseeEnumType__Group__0 ) ) ;
+ public final void ruleXOseeEnumType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:299:2: ( ( ( 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:300:1: ( ( 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:300:1: ( ( 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:301:1: ( rule__XOseeEnumType__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:299:2: ( ( ( rule__XOseeEnumType__Group__0 ) ) )
+ // InternalOseeDsl.g:300:1: ( ( rule__XOseeEnumType__Group__0 ) )
{
- before(grammarAccess.getXOseeEnumTypeAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:302:1: ( 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:302:2: rule__XOseeEnumType__Group__0
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__0_in_ruleXOseeEnumType576);
- rule__XOseeEnumType__Group__0();
+ // InternalOseeDsl.g:300:1: ( ( rule__XOseeEnumType__Group__0 ) )
+ // InternalOseeDsl.g:301:1: ( rule__XOseeEnumType__Group__0 )
+ {
+ before(grammarAccess.getXOseeEnumTypeAccess().getGroup());
+ // InternalOseeDsl.g:302:1: ( rule__XOseeEnumType__Group__0 )
+ // InternalOseeDsl.g:302:2: rule__XOseeEnumType__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumType__Group__0();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getXOseeEnumTypeAccess().getGroup());
+ }
+
+ after(grammarAccess.getXOseeEnumTypeAccess().getGroup());
+
+ }
+
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXOseeEnumType"
- }
- return;
- }
- // $ANTLR end "ruleXOseeEnumType"
- // $ANTLR start "entryRuleXOseeEnumEntry"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:314:1: entryRuleXOseeEnumEntry : ruleXOseeEnumEntry EOF ;
- public final void entryRuleXOseeEnumEntry() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:315:1: ( ruleXOseeEnumEntry EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:316:1: ruleXOseeEnumEntry EOF
- {
- before(grammarAccess.getXOseeEnumEntryRule());
- pushFollow(FOLLOW_ruleXOseeEnumEntry_in_entryRuleXOseeEnumEntry603);
+ // $ANTLR start "entryRuleXOseeEnumEntry"
+ // InternalOseeDsl.g:314:1: entryRuleXOseeEnumEntry : ruleXOseeEnumEntry EOF ;
+ public final void entryRuleXOseeEnumEntry() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:315:1: ( ruleXOseeEnumEntry EOF )
+ // InternalOseeDsl.g:316:1: ruleXOseeEnumEntry EOF
+ {
+ before(grammarAccess.getXOseeEnumEntryRule());
+ pushFollow(FOLLOW_1);
ruleXOseeEnumEntry();
state._fsp--;
- after(grammarAccess.getXOseeEnumEntryRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleXOseeEnumEntry610);
+ after(grammarAccess.getXOseeEnumEntryRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleXOseeEnumEntry"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleXOseeEnumEntry"
- // $ANTLR start "ruleXOseeEnumEntry"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:323:1: ruleXOseeEnumEntry : ( ( rule__XOseeEnumEntry__Group__0 ) ) ;
- public final void ruleXOseeEnumEntry() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXOseeEnumEntry"
+ // InternalOseeDsl.g:323:1: ruleXOseeEnumEntry : ( ( rule__XOseeEnumEntry__Group__0 ) ) ;
+ public final void ruleXOseeEnumEntry() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:327:2: ( ( ( 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:328:1: ( ( 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:328:1: ( ( 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:329:1: ( rule__XOseeEnumEntry__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:327:2: ( ( ( rule__XOseeEnumEntry__Group__0 ) ) )
+ // InternalOseeDsl.g:328:1: ( ( rule__XOseeEnumEntry__Group__0 ) )
+ {
+ // InternalOseeDsl.g:328:1: ( ( rule__XOseeEnumEntry__Group__0 ) )
+ // InternalOseeDsl.g:329:1: ( rule__XOseeEnumEntry__Group__0 )
{
- before(grammarAccess.getXOseeEnumEntryAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:330:1: ( 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:330:2: rule__XOseeEnumEntry__Group__0
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__0_in_ruleXOseeEnumEntry636);
- rule__XOseeEnumEntry__Group__0();
+ before(grammarAccess.getXOseeEnumEntryAccess().getGroup());
+ // InternalOseeDsl.g:330:1: ( rule__XOseeEnumEntry__Group__0 )
+ // InternalOseeDsl.g:330:2: rule__XOseeEnumEntry__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumEntry__Group__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
+
+ after(grammarAccess.getXOseeEnumEntryAccess().getGroup());
+
+ }
- after(grammarAccess.getXOseeEnumEntryAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXOseeEnumEntry"
- }
- return;
- }
- // $ANTLR end "ruleXOseeEnumEntry"
- // $ANTLR start "entryRuleXOseeEnumOverride"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:342:1: entryRuleXOseeEnumOverride : ruleXOseeEnumOverride EOF ;
- public final void entryRuleXOseeEnumOverride() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:343:1: ( ruleXOseeEnumOverride EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:344:1: ruleXOseeEnumOverride EOF
- {
- before(grammarAccess.getXOseeEnumOverrideRule());
- pushFollow(FOLLOW_ruleXOseeEnumOverride_in_entryRuleXOseeEnumOverride663);
+ // $ANTLR start "entryRuleXOseeEnumOverride"
+ // InternalOseeDsl.g:342:1: entryRuleXOseeEnumOverride : ruleXOseeEnumOverride EOF ;
+ public final void entryRuleXOseeEnumOverride() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:343:1: ( ruleXOseeEnumOverride EOF )
+ // InternalOseeDsl.g:344:1: ruleXOseeEnumOverride EOF
+ {
+ before(grammarAccess.getXOseeEnumOverrideRule());
+ pushFollow(FOLLOW_1);
ruleXOseeEnumOverride();
state._fsp--;
- after(grammarAccess.getXOseeEnumOverrideRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleXOseeEnumOverride670);
+ after(grammarAccess.getXOseeEnumOverrideRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleXOseeEnumOverride"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleXOseeEnumOverride"
- // $ANTLR start "ruleXOseeEnumOverride"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:351:1: ruleXOseeEnumOverride : ( ( rule__XOseeEnumOverride__Group__0 ) ) ;
- public final void ruleXOseeEnumOverride() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXOseeEnumOverride"
+ // InternalOseeDsl.g:351:1: ruleXOseeEnumOverride : ( ( rule__XOseeEnumOverride__Group__0 ) ) ;
+ public final void ruleXOseeEnumOverride() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:355:2: ( ( ( 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:356:1: ( ( 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:356:1: ( ( 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:357:1: ( rule__XOseeEnumOverride__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:355:2: ( ( ( rule__XOseeEnumOverride__Group__0 ) ) )
+ // InternalOseeDsl.g:356:1: ( ( rule__XOseeEnumOverride__Group__0 ) )
{
- before(grammarAccess.getXOseeEnumOverrideAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:358:1: ( 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:358:2: rule__XOseeEnumOverride__Group__0
- {
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__0_in_ruleXOseeEnumOverride696);
- rule__XOseeEnumOverride__Group__0();
+ // InternalOseeDsl.g:356:1: ( ( rule__XOseeEnumOverride__Group__0 ) )
+ // InternalOseeDsl.g:357:1: ( rule__XOseeEnumOverride__Group__0 )
+ {
+ before(grammarAccess.getXOseeEnumOverrideAccess().getGroup());
+ // InternalOseeDsl.g:358:1: ( rule__XOseeEnumOverride__Group__0 )
+ // InternalOseeDsl.g:358:2: rule__XOseeEnumOverride__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumOverride__Group__0();
+
+ state._fsp--;
+
+
+ }
- state._fsp--;
+ after(grammarAccess.getXOseeEnumOverrideAccess().getGroup());
- }
+ }
- after(grammarAccess.getXOseeEnumOverrideAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXOseeEnumOverride"
- }
- return;
- }
- // $ANTLR end "ruleXOseeEnumOverride"
- // $ANTLR start "entryRuleOverrideOption"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:370:1: entryRuleOverrideOption : ruleOverrideOption EOF ;
- public final void entryRuleOverrideOption() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:371:1: ( ruleOverrideOption EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:372:1: ruleOverrideOption EOF
- {
- before(grammarAccess.getOverrideOptionRule());
- pushFollow(FOLLOW_ruleOverrideOption_in_entryRuleOverrideOption723);
+ // $ANTLR start "entryRuleOverrideOption"
+ // InternalOseeDsl.g:370:1: entryRuleOverrideOption : ruleOverrideOption EOF ;
+ public final void entryRuleOverrideOption() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:371:1: ( ruleOverrideOption EOF )
+ // InternalOseeDsl.g:372:1: ruleOverrideOption EOF
+ {
+ before(grammarAccess.getOverrideOptionRule());
+ pushFollow(FOLLOW_1);
ruleOverrideOption();
state._fsp--;
- after(grammarAccess.getOverrideOptionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleOverrideOption730);
+ after(grammarAccess.getOverrideOptionRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleOverrideOption"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleOverrideOption"
- // $ANTLR start "ruleOverrideOption"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:379:1: ruleOverrideOption : ( ( rule__OverrideOption__Alternatives ) ) ;
- public final void ruleOverrideOption() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleOverrideOption"
+ // InternalOseeDsl.g:379:1: ruleOverrideOption : ( ( rule__OverrideOption__Alternatives ) ) ;
+ public final void ruleOverrideOption() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:383:2: ( ( ( rule__OverrideOption__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:384:1: ( ( rule__OverrideOption__Alternatives ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:384:1: ( ( rule__OverrideOption__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:385:1: ( rule__OverrideOption__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:383:2: ( ( ( rule__OverrideOption__Alternatives ) ) )
+ // InternalOseeDsl.g:384:1: ( ( rule__OverrideOption__Alternatives ) )
+ {
+ // InternalOseeDsl.g:384:1: ( ( rule__OverrideOption__Alternatives ) )
+ // InternalOseeDsl.g:385:1: ( rule__OverrideOption__Alternatives )
+ {
+ before(grammarAccess.getOverrideOptionAccess().getAlternatives());
+ // InternalOseeDsl.g:386:1: ( rule__OverrideOption__Alternatives )
+ // InternalOseeDsl.g:386:2: rule__OverrideOption__Alternatives
{
- before(grammarAccess.getOverrideOptionAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:386:1: ( rule__OverrideOption__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:386:2: rule__OverrideOption__Alternatives
- {
- pushFollow(FOLLOW_rule__OverrideOption__Alternatives_in_ruleOverrideOption756);
- rule__OverrideOption__Alternatives();
+ pushFollow(FOLLOW_2);
+ rule__OverrideOption__Alternatives();
- state._fsp--;
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getOverrideOptionAccess().getAlternatives());
- }
+ }
- after(grammarAccess.getOverrideOptionAccess().getAlternatives());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleOverrideOption"
- }
- return;
- }
- // $ANTLR end "ruleOverrideOption"
- // $ANTLR start "entryRuleAddEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:398:1: entryRuleAddEnum : ruleAddEnum EOF ;
- public final void entryRuleAddEnum() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:399:1: ( ruleAddEnum EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:400:1: ruleAddEnum EOF
- {
- before(grammarAccess.getAddEnumRule());
- pushFollow(FOLLOW_ruleAddEnum_in_entryRuleAddEnum783);
+ // $ANTLR start "entryRuleAddEnum"
+ // InternalOseeDsl.g:398:1: entryRuleAddEnum : ruleAddEnum EOF ;
+ public final void entryRuleAddEnum() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:399:1: ( ruleAddEnum EOF )
+ // InternalOseeDsl.g:400:1: ruleAddEnum EOF
+ {
+ before(grammarAccess.getAddEnumRule());
+ pushFollow(FOLLOW_1);
ruleAddEnum();
state._fsp--;
- after(grammarAccess.getAddEnumRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleAddEnum790);
+ after(grammarAccess.getAddEnumRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleAddEnum"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleAddEnum"
- // $ANTLR start "ruleAddEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:407:1: ruleAddEnum : ( ( rule__AddEnum__Group__0 ) ) ;
- public final void ruleAddEnum() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleAddEnum"
+ // InternalOseeDsl.g:407:1: ruleAddEnum : ( ( rule__AddEnum__Group__0 ) ) ;
+ public final void ruleAddEnum() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:411:2: ( ( ( 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:412:1: ( ( 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:412:1: ( ( 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:413:1: ( rule__AddEnum__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:411:2: ( ( ( rule__AddEnum__Group__0 ) ) )
+ // InternalOseeDsl.g:412:1: ( ( rule__AddEnum__Group__0 ) )
+ {
+ // InternalOseeDsl.g:412:1: ( ( rule__AddEnum__Group__0 ) )
+ // InternalOseeDsl.g:413:1: ( rule__AddEnum__Group__0 )
{
- before(grammarAccess.getAddEnumAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:414:1: ( 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:414:2: rule__AddEnum__Group__0
- {
- pushFollow(FOLLOW_rule__AddEnum__Group__0_in_ruleAddEnum816);
- rule__AddEnum__Group__0();
+ before(grammarAccess.getAddEnumAccess().getGroup());
+ // InternalOseeDsl.g:414:1: ( rule__AddEnum__Group__0 )
+ // InternalOseeDsl.g:414:2: rule__AddEnum__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AddEnum__Group__0();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getAddEnumAccess().getGroup());
+ }
+
+ after(grammarAccess.getAddEnumAccess().getGroup());
+
+ }
+
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleAddEnum"
- }
- return;
- }
- // $ANTLR end "ruleAddEnum"
- // $ANTLR start "entryRuleRemoveEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:426:1: entryRuleRemoveEnum : ruleRemoveEnum EOF ;
- public final void entryRuleRemoveEnum() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:427:1: ( ruleRemoveEnum EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:428:1: ruleRemoveEnum EOF
- {
- before(grammarAccess.getRemoveEnumRule());
- pushFollow(FOLLOW_ruleRemoveEnum_in_entryRuleRemoveEnum843);
+ // $ANTLR start "entryRuleRemoveEnum"
+ // InternalOseeDsl.g:426:1: entryRuleRemoveEnum : ruleRemoveEnum EOF ;
+ public final void entryRuleRemoveEnum() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:427:1: ( ruleRemoveEnum EOF )
+ // InternalOseeDsl.g:428:1: ruleRemoveEnum EOF
+ {
+ before(grammarAccess.getRemoveEnumRule());
+ pushFollow(FOLLOW_1);
ruleRemoveEnum();
state._fsp--;
- after(grammarAccess.getRemoveEnumRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleRemoveEnum850);
+ after(grammarAccess.getRemoveEnumRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleRemoveEnum"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleRemoveEnum"
- // $ANTLR start "ruleRemoveEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:435:1: ruleRemoveEnum : ( ( rule__RemoveEnum__Group__0 ) ) ;
- public final void ruleRemoveEnum() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleRemoveEnum"
+ // InternalOseeDsl.g:435:1: ruleRemoveEnum : ( ( rule__RemoveEnum__Group__0 ) ) ;
+ public final void ruleRemoveEnum() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:439:2: ( ( ( 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:440:1: ( ( 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:440:1: ( ( 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:441:1: ( rule__RemoveEnum__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:439:2: ( ( ( rule__RemoveEnum__Group__0 ) ) )
+ // InternalOseeDsl.g:440:1: ( ( rule__RemoveEnum__Group__0 ) )
{
- before(grammarAccess.getRemoveEnumAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:442:1: ( 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:442:2: rule__RemoveEnum__Group__0
- {
- pushFollow(FOLLOW_rule__RemoveEnum__Group__0_in_ruleRemoveEnum876);
- rule__RemoveEnum__Group__0();
+ // InternalOseeDsl.g:440:1: ( ( rule__RemoveEnum__Group__0 ) )
+ // InternalOseeDsl.g:441:1: ( rule__RemoveEnum__Group__0 )
+ {
+ before(grammarAccess.getRemoveEnumAccess().getGroup());
+ // InternalOseeDsl.g:442:1: ( rule__RemoveEnum__Group__0 )
+ // InternalOseeDsl.g:442:2: rule__RemoveEnum__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__RemoveEnum__Group__0();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getRemoveEnumAccess().getGroup());
+ }
+
+ after(grammarAccess.getRemoveEnumAccess().getGroup());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRemoveEnum"
- }
- return;
- }
- // $ANTLR end "ruleRemoveEnum"
- // $ANTLR start "entryRuleXOseeArtifactTypeOverride"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:454:1: entryRuleXOseeArtifactTypeOverride : ruleXOseeArtifactTypeOverride EOF ;
- public final void entryRuleXOseeArtifactTypeOverride() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:455:1: ( ruleXOseeArtifactTypeOverride EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:456:1: ruleXOseeArtifactTypeOverride EOF
- {
- before(grammarAccess.getXOseeArtifactTypeOverrideRule());
- pushFollow(FOLLOW_ruleXOseeArtifactTypeOverride_in_entryRuleXOseeArtifactTypeOverride903);
+ // $ANTLR start "entryRuleXOseeArtifactTypeOverride"
+ // InternalOseeDsl.g:454:1: entryRuleXOseeArtifactTypeOverride : ruleXOseeArtifactTypeOverride EOF ;
+ public final void entryRuleXOseeArtifactTypeOverride() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:455:1: ( ruleXOseeArtifactTypeOverride EOF )
+ // InternalOseeDsl.g:456:1: ruleXOseeArtifactTypeOverride EOF
+ {
+ before(grammarAccess.getXOseeArtifactTypeOverrideRule());
+ pushFollow(FOLLOW_1);
ruleXOseeArtifactTypeOverride();
state._fsp--;
- after(grammarAccess.getXOseeArtifactTypeOverrideRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleXOseeArtifactTypeOverride910);
+ after(grammarAccess.getXOseeArtifactTypeOverrideRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleXOseeArtifactTypeOverride"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleXOseeArtifactTypeOverride"
- // $ANTLR start "ruleXOseeArtifactTypeOverride"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:463:1: ruleXOseeArtifactTypeOverride : ( ( rule__XOseeArtifactTypeOverride__Group__0 ) ) ;
- public final void ruleXOseeArtifactTypeOverride() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXOseeArtifactTypeOverride"
+ // InternalOseeDsl.g:463:1: ruleXOseeArtifactTypeOverride : ( ( rule__XOseeArtifactTypeOverride__Group__0 ) ) ;
+ public final void ruleXOseeArtifactTypeOverride() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:467:2: ( ( ( rule__XOseeArtifactTypeOverride__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:468:1: ( ( rule__XOseeArtifactTypeOverride__Group__0 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:468:1: ( ( rule__XOseeArtifactTypeOverride__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:469:1: ( rule__XOseeArtifactTypeOverride__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:467:2: ( ( ( rule__XOseeArtifactTypeOverride__Group__0 ) ) )
+ // InternalOseeDsl.g:468:1: ( ( rule__XOseeArtifactTypeOverride__Group__0 ) )
+ {
+ // InternalOseeDsl.g:468:1: ( ( rule__XOseeArtifactTypeOverride__Group__0 ) )
+ // InternalOseeDsl.g:469:1: ( rule__XOseeArtifactTypeOverride__Group__0 )
{
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:470:1: ( rule__XOseeArtifactTypeOverride__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:470:2: rule__XOseeArtifactTypeOverride__Group__0
- {
- pushFollow(FOLLOW_rule__XOseeArtifactTypeOverride__Group__0_in_ruleXOseeArtifactTypeOverride936);
- rule__XOseeArtifactTypeOverride__Group__0();
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getGroup());
+ // InternalOseeDsl.g:470:1: ( rule__XOseeArtifactTypeOverride__Group__0 )
+ // InternalOseeDsl.g:470:2: rule__XOseeArtifactTypeOverride__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeArtifactTypeOverride__Group__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getGroup());
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getGroup());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "ruleXOseeArtifactTypeOverride"
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXOseeArtifactTypeOverride"
- // $ANTLR start "entryRuleAttributeOverrideOption"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:482:1: entryRuleAttributeOverrideOption : ruleAttributeOverrideOption EOF ;
- public final void entryRuleAttributeOverrideOption() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:483:1: ( ruleAttributeOverrideOption EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:484:1: ruleAttributeOverrideOption EOF
- {
- before(grammarAccess.getAttributeOverrideOptionRule());
- pushFollow(FOLLOW_ruleAttributeOverrideOption_in_entryRuleAttributeOverrideOption963);
+
+ // $ANTLR start "entryRuleAttributeOverrideOption"
+ // InternalOseeDsl.g:482:1: entryRuleAttributeOverrideOption : ruleAttributeOverrideOption EOF ;
+ public final void entryRuleAttributeOverrideOption() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:483:1: ( ruleAttributeOverrideOption EOF )
+ // InternalOseeDsl.g:484:1: ruleAttributeOverrideOption EOF
+ {
+ before(grammarAccess.getAttributeOverrideOptionRule());
+ pushFollow(FOLLOW_1);
ruleAttributeOverrideOption();
state._fsp--;
- after(grammarAccess.getAttributeOverrideOptionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleAttributeOverrideOption970);
+ after(grammarAccess.getAttributeOverrideOptionRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleAttributeOverrideOption"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleAttributeOverrideOption"
- // $ANTLR start "ruleAttributeOverrideOption"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:491:1: ruleAttributeOverrideOption : ( ( rule__AttributeOverrideOption__Alternatives ) ) ;
- public final void ruleAttributeOverrideOption() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleAttributeOverrideOption"
+ // InternalOseeDsl.g:491:1: ruleAttributeOverrideOption : ( ( rule__AttributeOverrideOption__Alternatives ) ) ;
+ public final void ruleAttributeOverrideOption() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:495:2: ( ( ( rule__AttributeOverrideOption__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:496:1: ( ( rule__AttributeOverrideOption__Alternatives ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:496:1: ( ( rule__AttributeOverrideOption__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:497:1: ( rule__AttributeOverrideOption__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:495:2: ( ( ( rule__AttributeOverrideOption__Alternatives ) ) )
+ // InternalOseeDsl.g:496:1: ( ( rule__AttributeOverrideOption__Alternatives ) )
{
- before(grammarAccess.getAttributeOverrideOptionAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:498:1: ( rule__AttributeOverrideOption__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:498:2: rule__AttributeOverrideOption__Alternatives
- {
- pushFollow(FOLLOW_rule__AttributeOverrideOption__Alternatives_in_ruleAttributeOverrideOption996);
- rule__AttributeOverrideOption__Alternatives();
+ // InternalOseeDsl.g:496:1: ( ( rule__AttributeOverrideOption__Alternatives ) )
+ // InternalOseeDsl.g:497:1: ( rule__AttributeOverrideOption__Alternatives )
+ {
+ before(grammarAccess.getAttributeOverrideOptionAccess().getAlternatives());
+ // InternalOseeDsl.g:498:1: ( rule__AttributeOverrideOption__Alternatives )
+ // InternalOseeDsl.g:498:2: rule__AttributeOverrideOption__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeOverrideOption__Alternatives();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getAttributeOverrideOptionAccess().getAlternatives());
+ }
+
+ after(grammarAccess.getAttributeOverrideOptionAccess().getAlternatives());
+
+ }
+
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleAttributeOverrideOption"
- }
- return;
- }
- // $ANTLR end "ruleAttributeOverrideOption"
- // $ANTLR start "entryRuleAddAttribute"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:510:1: entryRuleAddAttribute : ruleAddAttribute EOF ;
- public final void entryRuleAddAttribute() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:511:1: ( ruleAddAttribute EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:512:1: ruleAddAttribute EOF
- {
- before(grammarAccess.getAddAttributeRule());
- pushFollow(FOLLOW_ruleAddAttribute_in_entryRuleAddAttribute1023);
+ // $ANTLR start "entryRuleAddAttribute"
+ // InternalOseeDsl.g:510:1: entryRuleAddAttribute : ruleAddAttribute EOF ;
+ public final void entryRuleAddAttribute() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:511:1: ( ruleAddAttribute EOF )
+ // InternalOseeDsl.g:512:1: ruleAddAttribute EOF
+ {
+ before(grammarAccess.getAddAttributeRule());
+ pushFollow(FOLLOW_1);
ruleAddAttribute();
state._fsp--;
- after(grammarAccess.getAddAttributeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleAddAttribute1030);
+ after(grammarAccess.getAddAttributeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleAddAttribute"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleAddAttribute"
- // $ANTLR start "ruleAddAttribute"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:519:1: ruleAddAttribute : ( ( rule__AddAttribute__Group__0 ) ) ;
- public final void ruleAddAttribute() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleAddAttribute"
+ // InternalOseeDsl.g:519:1: ruleAddAttribute : ( ( rule__AddAttribute__Group__0 ) ) ;
+ public final void ruleAddAttribute() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:523:2: ( ( ( rule__AddAttribute__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:524:1: ( ( rule__AddAttribute__Group__0 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:524:1: ( ( rule__AddAttribute__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:525:1: ( rule__AddAttribute__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:523:2: ( ( ( rule__AddAttribute__Group__0 ) ) )
+ // InternalOseeDsl.g:524:1: ( ( rule__AddAttribute__Group__0 ) )
+ {
+ // InternalOseeDsl.g:524:1: ( ( rule__AddAttribute__Group__0 ) )
+ // InternalOseeDsl.g:525:1: ( rule__AddAttribute__Group__0 )
{
- before(grammarAccess.getAddAttributeAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:526:1: ( rule__AddAttribute__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:526:2: rule__AddAttribute__Group__0
- {
- pushFollow(FOLLOW_rule__AddAttribute__Group__0_in_ruleAddAttribute1056);
- rule__AddAttribute__Group__0();
+ before(grammarAccess.getAddAttributeAccess().getGroup());
+ // InternalOseeDsl.g:526:1: ( rule__AddAttribute__Group__0 )
+ // InternalOseeDsl.g:526:2: rule__AddAttribute__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AddAttribute__Group__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
+
+ after(grammarAccess.getAddAttributeAccess().getGroup());
+
+ }
- after(grammarAccess.getAddAttributeAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleAddAttribute"
- }
- return;
- }
- // $ANTLR end "ruleAddAttribute"
- // $ANTLR start "entryRuleRemoveAttribute"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:538:1: entryRuleRemoveAttribute : ruleRemoveAttribute EOF ;
- public final void entryRuleRemoveAttribute() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:539:1: ( ruleRemoveAttribute EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:540:1: ruleRemoveAttribute EOF
- {
- before(grammarAccess.getRemoveAttributeRule());
- pushFollow(FOLLOW_ruleRemoveAttribute_in_entryRuleRemoveAttribute1083);
+ // $ANTLR start "entryRuleRemoveAttribute"
+ // InternalOseeDsl.g:538:1: entryRuleRemoveAttribute : ruleRemoveAttribute EOF ;
+ public final void entryRuleRemoveAttribute() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:539:1: ( ruleRemoveAttribute EOF )
+ // InternalOseeDsl.g:540:1: ruleRemoveAttribute EOF
+ {
+ before(grammarAccess.getRemoveAttributeRule());
+ pushFollow(FOLLOW_1);
ruleRemoveAttribute();
state._fsp--;
- after(grammarAccess.getRemoveAttributeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleRemoveAttribute1090);
+ after(grammarAccess.getRemoveAttributeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleRemoveAttribute"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleRemoveAttribute"
- // $ANTLR start "ruleRemoveAttribute"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:547:1: ruleRemoveAttribute : ( ( rule__RemoveAttribute__Group__0 ) ) ;
- public final void ruleRemoveAttribute() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleRemoveAttribute"
+ // InternalOseeDsl.g:547:1: ruleRemoveAttribute : ( ( rule__RemoveAttribute__Group__0 ) ) ;
+ public final void ruleRemoveAttribute() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:551:2: ( ( ( rule__RemoveAttribute__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:552:1: ( ( rule__RemoveAttribute__Group__0 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:552:1: ( ( rule__RemoveAttribute__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:553:1: ( rule__RemoveAttribute__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:551:2: ( ( ( rule__RemoveAttribute__Group__0 ) ) )
+ // InternalOseeDsl.g:552:1: ( ( rule__RemoveAttribute__Group__0 ) )
{
- before(grammarAccess.getRemoveAttributeAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:554:1: ( rule__RemoveAttribute__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:554:2: rule__RemoveAttribute__Group__0
- {
- pushFollow(FOLLOW_rule__RemoveAttribute__Group__0_in_ruleRemoveAttribute1116);
- rule__RemoveAttribute__Group__0();
+ // InternalOseeDsl.g:552:1: ( ( rule__RemoveAttribute__Group__0 ) )
+ // InternalOseeDsl.g:553:1: ( rule__RemoveAttribute__Group__0 )
+ {
+ before(grammarAccess.getRemoveAttributeAccess().getGroup());
+ // InternalOseeDsl.g:554:1: ( rule__RemoveAttribute__Group__0 )
+ // InternalOseeDsl.g:554:2: rule__RemoveAttribute__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__RemoveAttribute__Group__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getRemoveAttributeAccess().getGroup());
+ after(grammarAccess.getRemoveAttributeAccess().getGroup());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "ruleRemoveAttribute"
+ restoreStackSize(stackSize);
- // $ANTLR start "entryRuleUpdateAttribute"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:566:1: entryRuleUpdateAttribute : ruleUpdateAttribute EOF ;
- public final void entryRuleUpdateAttribute() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:567:1: ( ruleUpdateAttribute EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:568:1: ruleUpdateAttribute EOF
- {
- before(grammarAccess.getUpdateAttributeRule());
- pushFollow(FOLLOW_ruleUpdateAttribute_in_entryRuleUpdateAttribute1143);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRemoveAttribute"
+
+
+ // $ANTLR start "entryRuleUpdateAttribute"
+ // InternalOseeDsl.g:566:1: entryRuleUpdateAttribute : ruleUpdateAttribute EOF ;
+ public final void entryRuleUpdateAttribute() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:567:1: ( ruleUpdateAttribute EOF )
+ // InternalOseeDsl.g:568:1: ruleUpdateAttribute EOF
+ {
+ before(grammarAccess.getUpdateAttributeRule());
+ pushFollow(FOLLOW_1);
ruleUpdateAttribute();
state._fsp--;
- after(grammarAccess.getUpdateAttributeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleUpdateAttribute1150);
+ after(grammarAccess.getUpdateAttributeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleUpdateAttribute"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleUpdateAttribute"
- // $ANTLR start "ruleUpdateAttribute"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:575:1: ruleUpdateAttribute : ( ( rule__UpdateAttribute__Group__0 ) ) ;
- public final void ruleUpdateAttribute() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleUpdateAttribute"
+ // InternalOseeDsl.g:575:1: ruleUpdateAttribute : ( ( rule__UpdateAttribute__Group__0 ) ) ;
+ public final void ruleUpdateAttribute() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:579:2: ( ( ( rule__UpdateAttribute__Group__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:580:1: ( ( rule__UpdateAttribute__Group__0 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:580:1: ( ( rule__UpdateAttribute__Group__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:581:1: ( rule__UpdateAttribute__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:579:2: ( ( ( rule__UpdateAttribute__Group__0 ) ) )
+ // InternalOseeDsl.g:580:1: ( ( rule__UpdateAttribute__Group__0 ) )
+ {
+ // InternalOseeDsl.g:580:1: ( ( rule__UpdateAttribute__Group__0 ) )
+ // InternalOseeDsl.g:581:1: ( rule__UpdateAttribute__Group__0 )
{
- before(grammarAccess.getUpdateAttributeAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:582:1: ( rule__UpdateAttribute__Group__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:582:2: rule__UpdateAttribute__Group__0
- {
- pushFollow(FOLLOW_rule__UpdateAttribute__Group__0_in_ruleUpdateAttribute1176);
- rule__UpdateAttribute__Group__0();
+ before(grammarAccess.getUpdateAttributeAccess().getGroup());
+ // InternalOseeDsl.g:582:1: ( rule__UpdateAttribute__Group__0 )
+ // InternalOseeDsl.g:582:2: rule__UpdateAttribute__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__UpdateAttribute__Group__0();
+
+ state._fsp--;
+
+
+ }
- state._fsp--;
+ after(grammarAccess.getUpdateAttributeAccess().getGroup());
- }
+ }
- after(grammarAccess.getUpdateAttributeAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleUpdateAttribute"
- }
- return;
- }
- // $ANTLR end "ruleUpdateAttribute"
- // $ANTLR start "entryRuleXRelationType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:594:1: entryRuleXRelationType : ruleXRelationType EOF ;
- public final void entryRuleXRelationType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:595:1: ( ruleXRelationType EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:596:1: ruleXRelationType EOF
- {
- before(grammarAccess.getXRelationTypeRule());
- pushFollow(FOLLOW_ruleXRelationType_in_entryRuleXRelationType1203);
+ // $ANTLR start "entryRuleXRelationType"
+ // InternalOseeDsl.g:594:1: entryRuleXRelationType : ruleXRelationType EOF ;
+ public final void entryRuleXRelationType() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:595:1: ( ruleXRelationType EOF )
+ // InternalOseeDsl.g:596:1: ruleXRelationType EOF
+ {
+ before(grammarAccess.getXRelationTypeRule());
+ pushFollow(FOLLOW_1);
ruleXRelationType();
state._fsp--;
- after(grammarAccess.getXRelationTypeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleXRelationType1210);
+ after(grammarAccess.getXRelationTypeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleXRelationType"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleXRelationType"
- // $ANTLR start "ruleXRelationType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:603:1: ruleXRelationType : ( ( rule__XRelationType__Group__0 ) ) ;
- public final void ruleXRelationType() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXRelationType"
+ // InternalOseeDsl.g:603:1: ruleXRelationType : ( ( rule__XRelationType__Group__0 ) ) ;
+ public final void ruleXRelationType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:607:2: ( ( ( 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:608:1: ( ( 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:608:1: ( ( 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:609:1: ( rule__XRelationType__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:607:2: ( ( ( rule__XRelationType__Group__0 ) ) )
+ // InternalOseeDsl.g:608:1: ( ( rule__XRelationType__Group__0 ) )
{
- before(grammarAccess.getXRelationTypeAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:610:1: ( 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:610:2: rule__XRelationType__Group__0
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__0_in_ruleXRelationType1236);
- rule__XRelationType__Group__0();
+ // InternalOseeDsl.g:608:1: ( ( rule__XRelationType__Group__0 ) )
+ // InternalOseeDsl.g:609:1: ( rule__XRelationType__Group__0 )
+ {
+ before(grammarAccess.getXRelationTypeAccess().getGroup());
+ // InternalOseeDsl.g:610:1: ( rule__XRelationType__Group__0 )
+ // InternalOseeDsl.g:610:2: rule__XRelationType__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__Group__0();
+
+ state._fsp--;
+
+
+ }
- state._fsp--;
+ after(grammarAccess.getXRelationTypeAccess().getGroup());
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXRelationType"
- }
- return;
- }
- // $ANTLR end "ruleXRelationType"
- // $ANTLR start "entryRuleRelationOrderType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:622:1: entryRuleRelationOrderType : ruleRelationOrderType EOF ;
- public final void entryRuleRelationOrderType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:623:1: ( ruleRelationOrderType EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:624:1: ruleRelationOrderType EOF
- {
- before(grammarAccess.getRelationOrderTypeRule());
- pushFollow(FOLLOW_ruleRelationOrderType_in_entryRuleRelationOrderType1263);
+ // $ANTLR start "entryRuleRelationOrderType"
+ // InternalOseeDsl.g:622:1: entryRuleRelationOrderType : ruleRelationOrderType EOF ;
+ public final void entryRuleRelationOrderType() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:623:1: ( ruleRelationOrderType EOF )
+ // InternalOseeDsl.g:624:1: ruleRelationOrderType EOF
+ {
+ before(grammarAccess.getRelationOrderTypeRule());
+ pushFollow(FOLLOW_1);
ruleRelationOrderType();
state._fsp--;
- after(grammarAccess.getRelationOrderTypeRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleRelationOrderType1270);
+ after(grammarAccess.getRelationOrderTypeRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleRelationOrderType"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleRelationOrderType"
- // $ANTLR start "ruleRelationOrderType"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:631:1: ruleRelationOrderType : ( ( rule__RelationOrderType__Alternatives ) ) ;
- public final void ruleRelationOrderType() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleRelationOrderType"
+ // InternalOseeDsl.g:631:1: ruleRelationOrderType : ( ( rule__RelationOrderType__Alternatives ) ) ;
+ public final void ruleRelationOrderType() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:635:2: ( ( ( rule__RelationOrderType__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:636:1: ( ( rule__RelationOrderType__Alternatives ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:636:1: ( ( rule__RelationOrderType__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:637:1: ( rule__RelationOrderType__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:635:2: ( ( ( rule__RelationOrderType__Alternatives ) ) )
+ // InternalOseeDsl.g:636:1: ( ( rule__RelationOrderType__Alternatives ) )
+ {
+ // InternalOseeDsl.g:636:1: ( ( rule__RelationOrderType__Alternatives ) )
+ // InternalOseeDsl.g:637:1: ( rule__RelationOrderType__Alternatives )
+ {
+ before(grammarAccess.getRelationOrderTypeAccess().getAlternatives());
+ // InternalOseeDsl.g:638:1: ( rule__RelationOrderType__Alternatives )
+ // InternalOseeDsl.g:638:2: rule__RelationOrderType__Alternatives
{
- before(grammarAccess.getRelationOrderTypeAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:638:1: ( rule__RelationOrderType__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:638:2: rule__RelationOrderType__Alternatives
- {
- pushFollow(FOLLOW_rule__RelationOrderType__Alternatives_in_ruleRelationOrderType1296);
- rule__RelationOrderType__Alternatives();
+ pushFollow(FOLLOW_2);
+ rule__RelationOrderType__Alternatives();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getRelationOrderTypeAccess().getAlternatives());
+ after(grammarAccess.getRelationOrderTypeAccess().getAlternatives());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRelationOrderType"
- }
- return;
- }
- // $ANTLR end "ruleRelationOrderType"
- // $ANTLR start "entryRuleCondition"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:652:1: entryRuleCondition : ruleCondition EOF ;
- public final void entryRuleCondition() 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: ( ruleCondition EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:654:1: ruleCondition EOF
- {
- before(grammarAccess.getConditionRule());
- pushFollow(FOLLOW_ruleCondition_in_entryRuleCondition1325);
+ // $ANTLR start "entryRuleCondition"
+ // InternalOseeDsl.g:652:1: entryRuleCondition : ruleCondition EOF ;
+ public final void entryRuleCondition() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:653:1: ( ruleCondition EOF )
+ // InternalOseeDsl.g:654:1: ruleCondition EOF
+ {
+ before(grammarAccess.getConditionRule());
+ pushFollow(FOLLOW_1);
ruleCondition();
state._fsp--;
- after(grammarAccess.getConditionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleCondition1332);
+ after(grammarAccess.getConditionRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleCondition"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleCondition"
- // $ANTLR start "ruleCondition"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:661:1: ruleCondition : ( ( rule__Condition__Alternatives ) ) ;
- public final void ruleCondition() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleCondition"
+ // InternalOseeDsl.g:661:1: ruleCondition : ( ( rule__Condition__Alternatives ) ) ;
+ public final void ruleCondition() throws RecognitionException {
- 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__Condition__Alternatives ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:666:1: ( ( rule__Condition__Alternatives ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:666:1: ( ( rule__Condition__Alternatives ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:667:1: ( rule__Condition__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:665:2: ( ( ( rule__Condition__Alternatives ) ) )
+ // InternalOseeDsl.g:666:1: ( ( rule__Condition__Alternatives ) )
+ {
+ // InternalOseeDsl.g:666:1: ( ( rule__Condition__Alternatives ) )
+ // InternalOseeDsl.g:667:1: ( rule__Condition__Alternatives )
{
- before(grammarAccess.getConditionAccess().getAlternatives());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:668:1: ( rule__Condition__Alternatives )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:668:2: rule__Condition__Alternatives
- {
- pushFollow(FOLLOW_rule__Condition__Alternatives_in_ruleCondition1358);
- rule__Condition__Alternatives();
+ before(grammarAccess.getConditionAccess().getAlternatives());
+ // InternalOseeDsl.g:668:1: ( rule__Condition__Alternatives )
+ // InternalOseeDsl.g:668:2: rule__Condition__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__Condition__Alternatives();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getConditionAccess().getAlternatives());
+ after(grammarAccess.getConditionAccess().getAlternatives());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "ruleCondition"
+ }
+ return ;
+ }
+ // $ANTLR end "ruleCondition"
- // $ANTLR start "entryRuleSimpleCondition"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:680:1: entryRuleSimpleCondition : ruleSimpleCondition EOF ;
- public final void entryRuleSimpleCondition() 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: ( ruleSimpleCondition EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:682:1: ruleSimpleCondition EOF
- {
- before(grammarAccess.getSimpleConditionRule());
- pushFollow(FOLLOW_ruleSimpleCondition_in_entryRuleSimpleCondition1385);
+
+ // $ANTLR start "entryRuleSimpleCondition"
+ // InternalOseeDsl.g:680:1: entryRuleSimpleCondition : ruleSimpleCondition EOF ;
+ public final void entryRuleSimpleCondition() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:681:1: ( ruleSimpleCondition EOF )
+ // InternalOseeDsl.g:682:1: ruleSimpleCondition EOF
+ {
+ before(grammarAccess.getSimpleConditionRule());
+ pushFollow(FOLLOW_1);
ruleSimpleCondition();
state._fsp--;
- after(grammarAccess.getSimpleConditionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleSimpleCondition1392);
+ after(grammarAccess.getSimpleConditionRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleSimpleCondition"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleSimpleCondition"
- // $ANTLR start "ruleSimpleCondition"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:689:1: ruleSimpleCondition : ( ( rule__SimpleCondition__Group__0 ) ) ;
- public final void ruleSimpleCondition() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleSimpleCondition"
+ // InternalOseeDsl.g:689:1: ruleSimpleCondition : ( ( rule__SimpleCondition__Group__0 ) ) ;
+ public final void ruleSimpleCondition() throws RecognitionException {
- 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__SimpleCondition__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__SimpleCondition__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__SimpleCondition__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__SimpleCondition__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:693:2: ( ( ( rule__SimpleCondition__Group__0 ) ) )
+ // InternalOseeDsl.g:694:1: ( ( rule__SimpleCondition__Group__0 ) )
{
- before(grammarAccess.getSimpleConditionAccess().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__SimpleCondition__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__SimpleCondition__Group__0
- {
- pushFollow(FOLLOW_rule__SimpleCondition__Group__0_in_ruleSimpleCondition1418);
- rule__SimpleCondition__Group__0();
+ // InternalOseeDsl.g:694:1: ( ( rule__SimpleCondition__Group__0 ) )
+ // InternalOseeDsl.g:695:1: ( rule__SimpleCondition__Group__0 )
+ {
+ before(grammarAccess.getSimpleConditionAccess().getGroup());
+ // InternalOseeDsl.g:696:1: ( rule__SimpleCondition__Group__0 )
+ // InternalOseeDsl.g:696:2: rule__SimpleCondition__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__SimpleCondition__Group__0();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getSimpleConditionAccess().getGroup());
+ }
+
+ after(grammarAccess.getSimpleConditionAccess().getGroup());
+
+ }
+
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleSimpleCondition"
- }
- return;
- }
- // $ANTLR end "ruleSimpleCondition"
- // $ANTLR start "entryRuleCompoundCondition"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:708:1: entryRuleCompoundCondition : ruleCompoundCondition EOF ;
- public final void entryRuleCompoundCondition() 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: ( ruleCompoundCondition EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:710:1: ruleCompoundCondition EOF
- {
- before(grammarAccess.getCompoundConditionRule());
- pushFollow(FOLLOW_ruleCompoundCondition_in_entryRuleCompoundCondition1445);
+ // $ANTLR start "entryRuleCompoundCondition"
+ // InternalOseeDsl.g:708:1: entryRuleCompoundCondition : ruleCompoundCondition EOF ;
+ public final void entryRuleCompoundCondition() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:709:1: ( ruleCompoundCondition EOF )
+ // InternalOseeDsl.g:710:1: ruleCompoundCondition EOF
+ {
+ before(grammarAccess.getCompoundConditionRule());
+ pushFollow(FOLLOW_1);
ruleCompoundCondition();
state._fsp--;
- after(grammarAccess.getCompoundConditionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleCompoundCondition1452);
+ after(grammarAccess.getCompoundConditionRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleCompoundCondition"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleCompoundCondition"
- // $ANTLR start "ruleCompoundCondition"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:717:1: ruleCompoundCondition : ( ( rule__CompoundCondition__Group__0 ) ) ;
- public final void ruleCompoundCondition() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleCompoundCondition"
+ // InternalOseeDsl.g:717:1: ruleCompoundCondition : ( ( rule__CompoundCondition__Group__0 ) ) ;
+ public final void ruleCompoundCondition() throws RecognitionException {
- 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__CompoundCondition__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__CompoundCondition__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__CompoundCondition__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__CompoundCondition__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:721:2: ( ( ( rule__CompoundCondition__Group__0 ) ) )
+ // InternalOseeDsl.g:722:1: ( ( rule__CompoundCondition__Group__0 ) )
+ {
+ // InternalOseeDsl.g:722:1: ( ( rule__CompoundCondition__Group__0 ) )
+ // InternalOseeDsl.g:723:1: ( rule__CompoundCondition__Group__0 )
{
- before(grammarAccess.getCompoundConditionAccess().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__CompoundCondition__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__CompoundCondition__Group__0
- {
- pushFollow(FOLLOW_rule__CompoundCondition__Group__0_in_ruleCompoundCondition1478);
- rule__CompoundCondition__Group__0();
+ before(grammarAccess.getCompoundConditionAccess().getGroup());
+ // InternalOseeDsl.g:724:1: ( rule__CompoundCondition__Group__0 )
+ // InternalOseeDsl.g:724:2: rule__CompoundCondition__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__CompoundCondition__Group__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
+
+ after(grammarAccess.getCompoundConditionAccess().getGroup());
+
+ }
- after(grammarAccess.getCompoundConditionAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleCompoundCondition"
- }
- return;
- }
- // $ANTLR end "ruleCompoundCondition"
- // $ANTLR start "entryRuleXArtifactMatcher"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:736:1: entryRuleXArtifactMatcher : ruleXArtifactMatcher EOF ;
- public final void entryRuleXArtifactMatcher() 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: ( ruleXArtifactMatcher EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:738:1: ruleXArtifactMatcher EOF
- {
- before(grammarAccess.getXArtifactMatcherRule());
- pushFollow(FOLLOW_ruleXArtifactMatcher_in_entryRuleXArtifactMatcher1505);
+ // $ANTLR start "entryRuleXArtifactMatcher"
+ // InternalOseeDsl.g:736:1: entryRuleXArtifactMatcher : ruleXArtifactMatcher EOF ;
+ public final void entryRuleXArtifactMatcher() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:737:1: ( ruleXArtifactMatcher EOF )
+ // InternalOseeDsl.g:738:1: ruleXArtifactMatcher EOF
+ {
+ before(grammarAccess.getXArtifactMatcherRule());
+ pushFollow(FOLLOW_1);
ruleXArtifactMatcher();
state._fsp--;
- after(grammarAccess.getXArtifactMatcherRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleXArtifactMatcher1512);
+ after(grammarAccess.getXArtifactMatcherRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleXArtifactMatcher"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleXArtifactMatcher"
- // $ANTLR start "ruleXArtifactMatcher"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:745:1: ruleXArtifactMatcher : ( ( rule__XArtifactMatcher__Group__0 ) ) ;
- public final void ruleXArtifactMatcher() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXArtifactMatcher"
+ // InternalOseeDsl.g:745:1: ruleXArtifactMatcher : ( ( rule__XArtifactMatcher__Group__0 ) ) ;
+ public final void ruleXArtifactMatcher() throws RecognitionException {
- 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__XArtifactMatcher__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__XArtifactMatcher__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__XArtifactMatcher__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__XArtifactMatcher__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:749:2: ( ( ( rule__XArtifactMatcher__Group__0 ) ) )
+ // InternalOseeDsl.g:750:1: ( ( rule__XArtifactMatcher__Group__0 ) )
{
- before(grammarAccess.getXArtifactMatcherAccess().getGroup());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:752:1: ( 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:752:2: rule__XArtifactMatcher__Group__0
- {
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__0_in_ruleXArtifactMatcher1538);
- rule__XArtifactMatcher__Group__0();
+ // InternalOseeDsl.g:750:1: ( ( rule__XArtifactMatcher__Group__0 ) )
+ // InternalOseeDsl.g:751:1: ( rule__XArtifactMatcher__Group__0 )
+ {
+ before(grammarAccess.getXArtifactMatcherAccess().getGroup());
+ // InternalOseeDsl.g:752:1: ( rule__XArtifactMatcher__Group__0 )
+ // InternalOseeDsl.g:752:2: rule__XArtifactMatcher__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactMatcher__Group__0();
+
+ state._fsp--;
+
+
+ }
- state._fsp--;
+ after(grammarAccess.getXArtifactMatcherAccess().getGroup());
- }
+ }
- after(grammarAccess.getXArtifactMatcherAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXArtifactMatcher"
- }
- return;
- }
- // $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:764: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:765:1: ( ruleRole EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:766:1: ruleRole EOF
- {
- before(grammarAccess.getRoleRule());
- pushFollow(FOLLOW_ruleRole_in_entryRuleRole1565);
+ // $ANTLR start "entryRuleRole"
+ // InternalOseeDsl.g:764:1: entryRuleRole : ruleRole EOF ;
+ public final void entryRuleRole() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:765:1: ( ruleRole EOF )
+ // InternalOseeDsl.g:766:1: ruleRole EOF
+ {
+ before(grammarAccess.getRoleRule());
+ pushFollow(FOLLOW_1);
ruleRole();
state._fsp--;
- after(grammarAccess.getRoleRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleRole1572);
+ after(grammarAccess.getRoleRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleRole"
+ }
+ 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:773:1: ruleRole : ( ( rule__Role__Group__0 ) ) ;
- public final void ruleRole() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleRole"
+ // InternalOseeDsl.g:773:1: ruleRole : ( ( rule__Role__Group__0 ) ) ;
+ public final void ruleRole() throws RecognitionException {
- 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__Role__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__Role__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__Role__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__Role__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:777:2: ( ( ( rule__Role__Group__0 ) ) )
+ // InternalOseeDsl.g:778:1: ( ( rule__Role__Group__0 ) )
+ {
+ // InternalOseeDsl.g:778:1: ( ( rule__Role__Group__0 ) )
+ // InternalOseeDsl.g:779:1: ( rule__Role__Group__0 )
+ {
+ before(grammarAccess.getRoleAccess().getGroup());
+ // InternalOseeDsl.g:780:1: ( rule__Role__Group__0 )
+ // InternalOseeDsl.g:780:2: 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:780: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:780:2: rule__Role__Group__0
- {
- pushFollow(FOLLOW_rule__Role__Group__0_in_ruleRole1598);
- rule__Role__Group__0();
+ pushFollow(FOLLOW_2);
+ rule__Role__Group__0();
- state._fsp--;
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getRoleAccess().getGroup());
- }
+ }
- after(grammarAccess.getRoleAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRole"
- }
- 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:792: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:793:1: ( ruleReferencedContext EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:794:1: ruleReferencedContext EOF
- {
- before(grammarAccess.getReferencedContextRule());
- pushFollow(FOLLOW_ruleReferencedContext_in_entryRuleReferencedContext1625);
+ // $ANTLR start "entryRuleReferencedContext"
+ // InternalOseeDsl.g:792:1: entryRuleReferencedContext : ruleReferencedContext EOF ;
+ public final void entryRuleReferencedContext() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:793:1: ( ruleReferencedContext EOF )
+ // InternalOseeDsl.g:794:1: ruleReferencedContext EOF
+ {
+ before(grammarAccess.getReferencedContextRule());
+ pushFollow(FOLLOW_1);
ruleReferencedContext();
state._fsp--;
- after(grammarAccess.getReferencedContextRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleReferencedContext1632);
+ after(grammarAccess.getReferencedContextRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleReferencedContext"
+ }
+ 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:801:1: ruleReferencedContext : ( ( rule__ReferencedContext__Group__0 ) ) ;
- public final void ruleReferencedContext() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleReferencedContext"
+ // InternalOseeDsl.g:801:1: ruleReferencedContext : ( ( rule__ReferencedContext__Group__0 ) ) ;
+ public final void ruleReferencedContext() throws RecognitionException {
- 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__ReferencedContext__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__ReferencedContext__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__ReferencedContext__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__ReferencedContext__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:805:2: ( ( ( rule__ReferencedContext__Group__0 ) ) )
+ // InternalOseeDsl.g:806:1: ( ( rule__ReferencedContext__Group__0 ) )
+ {
+ // InternalOseeDsl.g:806:1: ( ( rule__ReferencedContext__Group__0 ) )
+ // InternalOseeDsl.g:807: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:808: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:808:2: rule__ReferencedContext__Group__0
- {
- pushFollow(FOLLOW_rule__ReferencedContext__Group__0_in_ruleReferencedContext1658);
- rule__ReferencedContext__Group__0();
+ before(grammarAccess.getReferencedContextAccess().getGroup());
+ // InternalOseeDsl.g:808:1: ( rule__ReferencedContext__Group__0 )
+ // InternalOseeDsl.g:808:2: rule__ReferencedContext__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ReferencedContext__Group__0();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getReferencedContextAccess().getGroup());
+ }
+
+ after(grammarAccess.getReferencedContextAccess().getGroup());
+
+ }
+
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleReferencedContext"
- }
- 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:820: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:821:1: ( ruleUsersAndGroups EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:822:1: ruleUsersAndGroups EOF
- {
- before(grammarAccess.getUsersAndGroupsRule());
- pushFollow(FOLLOW_ruleUsersAndGroups_in_entryRuleUsersAndGroups1685);
+ // $ANTLR start "entryRuleUsersAndGroups"
+ // InternalOseeDsl.g:820:1: entryRuleUsersAndGroups : ruleUsersAndGroups EOF ;
+ public final void entryRuleUsersAndGroups() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:821:1: ( ruleUsersAndGroups EOF )
+ // InternalOseeDsl.g:822:1: ruleUsersAndGroups EOF
+ {
+ before(grammarAccess.getUsersAndGroupsRule());
+ pushFollow(FOLLOW_1);
ruleUsersAndGroups();
state._fsp--;
- after(grammarAccess.getUsersAndGroupsRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleUsersAndGroups1692);
+ after(grammarAccess.getUsersAndGroupsRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleUsersAndGroups"
+ }
+ 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:829:1: ruleUsersAndGroups : ( ( rule__UsersAndGroups__Group__0 ) ) ;
- public final void ruleUsersAndGroups() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleUsersAndGroups"
+ // InternalOseeDsl.g:829:1: ruleUsersAndGroups : ( ( rule__UsersAndGroups__Group__0 ) ) ;
+ public final void ruleUsersAndGroups() throws RecognitionException {
- 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__UsersAndGroups__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__UsersAndGroups__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__UsersAndGroups__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__UsersAndGroups__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:833:2: ( ( ( rule__UsersAndGroups__Group__0 ) ) )
+ // InternalOseeDsl.g:834: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:836: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:836:2: rule__UsersAndGroups__Group__0
- {
- pushFollow(FOLLOW_rule__UsersAndGroups__Group__0_in_ruleUsersAndGroups1718);
- rule__UsersAndGroups__Group__0();
+ // InternalOseeDsl.g:834:1: ( ( rule__UsersAndGroups__Group__0 ) )
+ // InternalOseeDsl.g:835:1: ( rule__UsersAndGroups__Group__0 )
+ {
+ before(grammarAccess.getUsersAndGroupsAccess().getGroup());
+ // InternalOseeDsl.g:836:1: ( rule__UsersAndGroups__Group__0 )
+ // InternalOseeDsl.g:836:2: rule__UsersAndGroups__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__UsersAndGroups__Group__0();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getUsersAndGroupsAccess().getGroup());
+ }
+
+ after(grammarAccess.getUsersAndGroupsAccess().getGroup());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleUsersAndGroups"
- }
- 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:848: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:849:1: ( ruleAccessContext EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:850:1: ruleAccessContext EOF
- {
- before(grammarAccess.getAccessContextRule());
- pushFollow(FOLLOW_ruleAccessContext_in_entryRuleAccessContext1745);
+ // $ANTLR start "entryRuleAccessContext"
+ // InternalOseeDsl.g:848:1: entryRuleAccessContext : ruleAccessContext EOF ;
+ public final void entryRuleAccessContext() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:849:1: ( ruleAccessContext EOF )
+ // InternalOseeDsl.g:850:1: ruleAccessContext EOF
+ {
+ before(grammarAccess.getAccessContextRule());
+ pushFollow(FOLLOW_1);
ruleAccessContext();
state._fsp--;
- after(grammarAccess.getAccessContextRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleAccessContext1752);
+ after(grammarAccess.getAccessContextRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleAccessContext"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleAccessContext"
- // $ANTLR start "ruleAccessContext"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:857:1: ruleAccessContext : ( ( rule__AccessContext__Group__0 ) ) ;
- public final void ruleAccessContext() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleAccessContext"
+ // InternalOseeDsl.g:857:1: ruleAccessContext : ( ( rule__AccessContext__Group__0 ) ) ;
+ public final void ruleAccessContext() throws RecognitionException {
- 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__AccessContext__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__AccessContext__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__AccessContext__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__AccessContext__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:861:2: ( ( ( rule__AccessContext__Group__0 ) ) )
+ // InternalOseeDsl.g:862:1: ( ( rule__AccessContext__Group__0 ) )
+ {
+ // InternalOseeDsl.g:862:1: ( ( rule__AccessContext__Group__0 ) )
+ // InternalOseeDsl.g:863: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:864: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:864:2: rule__AccessContext__Group__0
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__0_in_ruleAccessContext1778);
- rule__AccessContext__Group__0();
+ before(grammarAccess.getAccessContextAccess().getGroup());
+ // InternalOseeDsl.g:864:1: ( rule__AccessContext__Group__0 )
+ // InternalOseeDsl.g:864:2: rule__AccessContext__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AccessContext__Group__0();
+
+ state._fsp--;
+
+
+ }
- state._fsp--;
+ after(grammarAccess.getAccessContextAccess().getGroup());
- }
+ }
- after(grammarAccess.getAccessContextAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleAccessContext"
- }
- return;
- }
- // $ANTLR end "ruleAccessContext"
- // $ANTLR start "entryRuleHierarchyRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:876: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:877:1: ( ruleHierarchyRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:878:1: ruleHierarchyRestriction EOF
- {
- before(grammarAccess.getHierarchyRestrictionRule());
- pushFollow(FOLLOW_ruleHierarchyRestriction_in_entryRuleHierarchyRestriction1805);
+ // $ANTLR start "entryRuleHierarchyRestriction"
+ // InternalOseeDsl.g:876:1: entryRuleHierarchyRestriction : ruleHierarchyRestriction EOF ;
+ public final void entryRuleHierarchyRestriction() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:877:1: ( ruleHierarchyRestriction EOF )
+ // InternalOseeDsl.g:878:1: ruleHierarchyRestriction EOF
+ {
+ before(grammarAccess.getHierarchyRestrictionRule());
+ pushFollow(FOLLOW_1);
ruleHierarchyRestriction();
state._fsp--;
- after(grammarAccess.getHierarchyRestrictionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleHierarchyRestriction1812);
+ after(grammarAccess.getHierarchyRestrictionRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleHierarchyRestriction"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleHierarchyRestriction"
- // $ANTLR start "ruleHierarchyRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:885:1: ruleHierarchyRestriction : ( ( rule__HierarchyRestriction__Group__0 ) ) ;
- public final void ruleHierarchyRestriction() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleHierarchyRestriction"
+ // InternalOseeDsl.g:885:1: ruleHierarchyRestriction : ( ( rule__HierarchyRestriction__Group__0 ) ) ;
+ public final void ruleHierarchyRestriction() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:889: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:890: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:890: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:891:1: ( rule__HierarchyRestriction__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:889:2: ( ( ( rule__HierarchyRestriction__Group__0 ) ) )
+ // InternalOseeDsl.g:890: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:892: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:892:2: rule__HierarchyRestriction__Group__0
- {
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__0_in_ruleHierarchyRestriction1838);
- rule__HierarchyRestriction__Group__0();
+ // InternalOseeDsl.g:890:1: ( ( rule__HierarchyRestriction__Group__0 ) )
+ // InternalOseeDsl.g:891:1: ( rule__HierarchyRestriction__Group__0 )
+ {
+ before(grammarAccess.getHierarchyRestrictionAccess().getGroup());
+ // InternalOseeDsl.g:892:1: ( rule__HierarchyRestriction__Group__0 )
+ // InternalOseeDsl.g:892:2: rule__HierarchyRestriction__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__HierarchyRestriction__Group__0();
+
+ state._fsp--;
+
+
+ }
- state._fsp--;
+ after(grammarAccess.getHierarchyRestrictionAccess().getGroup());
- }
+ }
- after(grammarAccess.getHierarchyRestrictionAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleHierarchyRestriction"
- }
- return;
- }
- // $ANTLR end "ruleHierarchyRestriction"
- // $ANTLR start "entryRuleRelationTypeArtifactTypePredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:904: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:905:1: ( ruleRelationTypeArtifactTypePredicate EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:906:1: ruleRelationTypeArtifactTypePredicate EOF
- {
- before(grammarAccess.getRelationTypeArtifactTypePredicateRule());
- pushFollow(FOLLOW_ruleRelationTypeArtifactTypePredicate_in_entryRuleRelationTypeArtifactTypePredicate1865);
+ // $ANTLR start "entryRuleRelationTypeArtifactTypePredicate"
+ // InternalOseeDsl.g:904:1: entryRuleRelationTypeArtifactTypePredicate : ruleRelationTypeArtifactTypePredicate EOF ;
+ public final void entryRuleRelationTypeArtifactTypePredicate() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:905:1: ( ruleRelationTypeArtifactTypePredicate EOF )
+ // InternalOseeDsl.g:906:1: ruleRelationTypeArtifactTypePredicate EOF
+ {
+ before(grammarAccess.getRelationTypeArtifactTypePredicateRule());
+ pushFollow(FOLLOW_1);
ruleRelationTypeArtifactTypePredicate();
state._fsp--;
- after(grammarAccess.getRelationTypeArtifactTypePredicateRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleRelationTypeArtifactTypePredicate1872);
+ after(grammarAccess.getRelationTypeArtifactTypePredicateRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleRelationTypeArtifactTypePredicate"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleRelationTypeArtifactTypePredicate"
- // $ANTLR start "ruleRelationTypeArtifactTypePredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:913:1: ruleRelationTypeArtifactTypePredicate : ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) ) ;
- public final void ruleRelationTypeArtifactTypePredicate() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleRelationTypeArtifactTypePredicate"
+ // InternalOseeDsl.g:913:1: ruleRelationTypeArtifactTypePredicate : ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) ) ;
+ public final void ruleRelationTypeArtifactTypePredicate() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:917: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:918: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:918: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:919:1: ( rule__RelationTypeArtifactTypePredicate__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:917:2: ( ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) ) )
+ // InternalOseeDsl.g:918:1: ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) )
+ {
+ // InternalOseeDsl.g:918:1: ( ( rule__RelationTypeArtifactTypePredicate__Group__0 ) )
+ // InternalOseeDsl.g:919:1: ( rule__RelationTypeArtifactTypePredicate__Group__0 )
+ {
+ before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getGroup());
+ // InternalOseeDsl.g:920:1: ( rule__RelationTypeArtifactTypePredicate__Group__0 )
+ // InternalOseeDsl.g:920:2: 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:920: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:920:2: rule__RelationTypeArtifactTypePredicate__Group__0
- {
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0_in_ruleRelationTypeArtifactTypePredicate1898);
- rule__RelationTypeArtifactTypePredicate__Group__0();
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeArtifactTypePredicate__Group__0();
+
+ state._fsp--;
+
- state._fsp--;
+ }
+
+ after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getGroup());
- }
+ }
- after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRelationTypeArtifactTypePredicate"
- }
- return;
- }
- // $ANTLR end "ruleRelationTypeArtifactTypePredicate"
- // $ANTLR start "entryRuleRelationTypeArtifactPredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:932: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:933:1: ( ruleRelationTypeArtifactPredicate EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:934:1: ruleRelationTypeArtifactPredicate EOF
- {
- before(grammarAccess.getRelationTypeArtifactPredicateRule());
- pushFollow(FOLLOW_ruleRelationTypeArtifactPredicate_in_entryRuleRelationTypeArtifactPredicate1925);
+ // $ANTLR start "entryRuleRelationTypeArtifactPredicate"
+ // InternalOseeDsl.g:932:1: entryRuleRelationTypeArtifactPredicate : ruleRelationTypeArtifactPredicate EOF ;
+ public final void entryRuleRelationTypeArtifactPredicate() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:933:1: ( ruleRelationTypeArtifactPredicate EOF )
+ // InternalOseeDsl.g:934:1: ruleRelationTypeArtifactPredicate EOF
+ {
+ before(grammarAccess.getRelationTypeArtifactPredicateRule());
+ pushFollow(FOLLOW_1);
ruleRelationTypeArtifactPredicate();
state._fsp--;
- after(grammarAccess.getRelationTypeArtifactPredicateRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleRelationTypeArtifactPredicate1932);
+ after(grammarAccess.getRelationTypeArtifactPredicateRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleRelationTypeArtifactPredicate"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleRelationTypeArtifactPredicate"
- // $ANTLR start "ruleRelationTypeArtifactPredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:941:1: ruleRelationTypeArtifactPredicate : ( ( rule__RelationTypeArtifactPredicate__Group__0 ) ) ;
- public final void ruleRelationTypeArtifactPredicate() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleRelationTypeArtifactPredicate"
+ // InternalOseeDsl.g:941:1: ruleRelationTypeArtifactPredicate : ( ( rule__RelationTypeArtifactPredicate__Group__0 ) ) ;
+ public final void ruleRelationTypeArtifactPredicate() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:945: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:946: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:946: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:947:1: ( rule__RelationTypeArtifactPredicate__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:945:2: ( ( ( rule__RelationTypeArtifactPredicate__Group__0 ) ) )
+ // InternalOseeDsl.g:946:1: ( ( rule__RelationTypeArtifactPredicate__Group__0 ) )
+ {
+ // InternalOseeDsl.g:946:1: ( ( rule__RelationTypeArtifactPredicate__Group__0 ) )
+ // InternalOseeDsl.g:947: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:948: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:948:2: rule__RelationTypeArtifactPredicate__Group__0
- {
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactPredicate__Group__0_in_ruleRelationTypeArtifactPredicate1958);
- rule__RelationTypeArtifactPredicate__Group__0();
+ before(grammarAccess.getRelationTypeArtifactPredicateAccess().getGroup());
+ // InternalOseeDsl.g:948:1: ( rule__RelationTypeArtifactPredicate__Group__0 )
+ // InternalOseeDsl.g:948:2: rule__RelationTypeArtifactPredicate__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeArtifactPredicate__Group__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getRelationTypeArtifactPredicateAccess().getGroup());
+ after(grammarAccess.getRelationTypeArtifactPredicateAccess().getGroup());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "ruleRelationTypeArtifactPredicate"
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRelationTypeArtifactPredicate"
- // $ANTLR start "entryRuleRelationTypePredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:960: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:961:1: ( ruleRelationTypePredicate EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:962:1: ruleRelationTypePredicate EOF
- {
- before(grammarAccess.getRelationTypePredicateRule());
- pushFollow(FOLLOW_ruleRelationTypePredicate_in_entryRuleRelationTypePredicate1985);
+
+ // $ANTLR start "entryRuleRelationTypePredicate"
+ // InternalOseeDsl.g:960:1: entryRuleRelationTypePredicate : ruleRelationTypePredicate EOF ;
+ public final void entryRuleRelationTypePredicate() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:961:1: ( ruleRelationTypePredicate EOF )
+ // InternalOseeDsl.g:962:1: ruleRelationTypePredicate EOF
+ {
+ before(grammarAccess.getRelationTypePredicateRule());
+ pushFollow(FOLLOW_1);
ruleRelationTypePredicate();
state._fsp--;
- after(grammarAccess.getRelationTypePredicateRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleRelationTypePredicate1992);
+ after(grammarAccess.getRelationTypePredicateRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleRelationTypePredicate"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleRelationTypePredicate"
- // $ANTLR start "ruleRelationTypePredicate"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:969:1: ruleRelationTypePredicate : ( ( rule__RelationTypePredicate__Alternatives ) ) ;
- public final void ruleRelationTypePredicate() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleRelationTypePredicate"
+ // InternalOseeDsl.g:969:1: ruleRelationTypePredicate : ( ( rule__RelationTypePredicate__Alternatives ) ) ;
+ public final void ruleRelationTypePredicate() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:973: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:974: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:974: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:975:1: ( rule__RelationTypePredicate__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:973:2: ( ( ( rule__RelationTypePredicate__Alternatives ) ) )
+ // InternalOseeDsl.g:974:1: ( ( rule__RelationTypePredicate__Alternatives ) )
+ {
+ // InternalOseeDsl.g:974:1: ( ( rule__RelationTypePredicate__Alternatives ) )
+ // InternalOseeDsl.g:975:1: ( rule__RelationTypePredicate__Alternatives )
+ {
+ before(grammarAccess.getRelationTypePredicateAccess().getAlternatives());
+ // InternalOseeDsl.g:976:1: ( rule__RelationTypePredicate__Alternatives )
+ // InternalOseeDsl.g:976:2: 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:976: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:976:2: rule__RelationTypePredicate__Alternatives
- {
- pushFollow(FOLLOW_rule__RelationTypePredicate__Alternatives_in_ruleRelationTypePredicate2018);
- rule__RelationTypePredicate__Alternatives();
+ pushFollow(FOLLOW_2);
+ rule__RelationTypePredicate__Alternatives();
- state._fsp--;
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getRelationTypePredicateAccess().getAlternatives());
- }
+ }
- after(grammarAccess.getRelationTypePredicateAccess().getAlternatives());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRelationTypePredicate"
- }
- return;
- }
- // $ANTLR end "ruleRelationTypePredicate"
- // $ANTLR start "entryRuleObjectRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:988: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:989:1: ( ruleObjectRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:990:1: ruleObjectRestriction EOF
- {
- before(grammarAccess.getObjectRestrictionRule());
- pushFollow(FOLLOW_ruleObjectRestriction_in_entryRuleObjectRestriction2045);
+ // $ANTLR start "entryRuleObjectRestriction"
+ // InternalOseeDsl.g:988:1: entryRuleObjectRestriction : ruleObjectRestriction EOF ;
+ public final void entryRuleObjectRestriction() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:989:1: ( ruleObjectRestriction EOF )
+ // InternalOseeDsl.g:990:1: ruleObjectRestriction EOF
+ {
+ before(grammarAccess.getObjectRestrictionRule());
+ pushFollow(FOLLOW_1);
ruleObjectRestriction();
state._fsp--;
- after(grammarAccess.getObjectRestrictionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleObjectRestriction2052);
+ after(grammarAccess.getObjectRestrictionRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleObjectRestriction"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleObjectRestriction"
- // $ANTLR start "ruleObjectRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:997:1: ruleObjectRestriction : ( ( rule__ObjectRestriction__Alternatives ) ) ;
- public final void ruleObjectRestriction() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleObjectRestriction"
+ // InternalOseeDsl.g:997:1: ruleObjectRestriction : ( ( rule__ObjectRestriction__Alternatives ) ) ;
+ public final void ruleObjectRestriction() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1001: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:1002: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:1002: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:1003:1: ( rule__ObjectRestriction__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1001:2: ( ( ( rule__ObjectRestriction__Alternatives ) ) )
+ // InternalOseeDsl.g:1002: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:1004: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:1004:2: rule__ObjectRestriction__Alternatives
- {
- pushFollow(FOLLOW_rule__ObjectRestriction__Alternatives_in_ruleObjectRestriction2078);
- rule__ObjectRestriction__Alternatives();
-
- state._fsp--;
+ // InternalOseeDsl.g:1002:1: ( ( rule__ObjectRestriction__Alternatives ) )
+ // InternalOseeDsl.g:1003:1: ( rule__ObjectRestriction__Alternatives )
+ {
+ before(grammarAccess.getObjectRestrictionAccess().getAlternatives());
+ // InternalOseeDsl.g:1004:1: ( rule__ObjectRestriction__Alternatives )
+ // InternalOseeDsl.g:1004:2: rule__ObjectRestriction__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__ObjectRestriction__Alternatives();
- }
+ state._fsp--;
- after(grammarAccess.getObjectRestrictionAccess().getAlternatives());
}
- }
+ after(grammarAccess.getObjectRestrictionAccess().getAlternatives());
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
- // $ANTLR end "ruleObjectRestriction"
-
- // $ANTLR start "entryRuleArtifactMatchRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1016: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:1017:1: ( ruleArtifactMatchRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1018:1: ruleArtifactMatchRestriction EOF
- {
- before(grammarAccess.getArtifactMatchRestrictionRule());
- pushFollow(FOLLOW_ruleArtifactMatchRestriction_in_entryRuleArtifactMatchRestriction2105);
- ruleArtifactMatchRestriction();
+ }
- state._fsp--;
- after(grammarAccess.getArtifactMatchRestrictionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleArtifactMatchRestriction2112);
+ }
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleArtifactMatchRestriction"
+ restoreStackSize(stackSize);
- // $ANTLR start "ruleArtifactMatchRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1025:1: ruleArtifactMatchRestriction : ( ( rule__ArtifactMatchRestriction__Group__0 ) ) ;
- public final void ruleArtifactMatchRestriction() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "ruleObjectRestriction"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1029: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:1030: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:1030: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:1031:1: ( rule__ArtifactMatchRestriction__Group__0 )
+ // $ANTLR start "entryRuleArtifactMatchRestriction"
+ // InternalOseeDsl.g:1016:1: entryRuleArtifactMatchRestriction : ruleArtifactMatchRestriction EOF ;
+ public final void entryRuleArtifactMatchRestriction() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:1017:1: ( ruleArtifactMatchRestriction EOF )
+ // InternalOseeDsl.g:1018:1: ruleArtifactMatchRestriction EOF
{
- 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:1032: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:1032:2: rule__ArtifactMatchRestriction__Group__0
- {
- pushFollow(FOLLOW_rule__ArtifactMatchRestriction__Group__0_in_ruleArtifactMatchRestriction2138);
- rule__ArtifactMatchRestriction__Group__0();
-
- state._fsp--;
+ before(grammarAccess.getArtifactMatchRestrictionRule());
+ pushFollow(FOLLOW_1);
+ ruleArtifactMatchRestriction();
- }
+ state._fsp--;
- after(grammarAccess.getArtifactMatchRestrictionAccess().getGroup());
+ after(grammarAccess.getArtifactMatchRestrictionRule());
+ match(input,EOF,FOLLOW_2);
}
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleArtifactMatchRestriction"
- restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "ruleArtifactMatchRestriction"
+ // $ANTLR start "ruleArtifactMatchRestriction"
+ // InternalOseeDsl.g:1025:1: ruleArtifactMatchRestriction : ( ( rule__ArtifactMatchRestriction__Group__0 ) ) ;
+ public final void ruleArtifactMatchRestriction() throws RecognitionException {
- // $ANTLR start "entryRuleArtifactTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1044: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:1045:1: ( ruleArtifactTypeRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1046:1: ruleArtifactTypeRestriction EOF
- {
- before(grammarAccess.getArtifactTypeRestrictionRule());
- pushFollow(FOLLOW_ruleArtifactTypeRestriction_in_entryRuleArtifactTypeRestriction2165);
- ruleArtifactTypeRestriction();
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1029:2: ( ( ( rule__ArtifactMatchRestriction__Group__0 ) ) )
+ // InternalOseeDsl.g:1030:1: ( ( rule__ArtifactMatchRestriction__Group__0 ) )
+ {
+ // InternalOseeDsl.g:1030:1: ( ( rule__ArtifactMatchRestriction__Group__0 ) )
+ // InternalOseeDsl.g:1031:1: ( rule__ArtifactMatchRestriction__Group__0 )
+ {
+ before(grammarAccess.getArtifactMatchRestrictionAccess().getGroup());
+ // InternalOseeDsl.g:1032:1: ( rule__ArtifactMatchRestriction__Group__0 )
+ // InternalOseeDsl.g:1032:2: rule__ArtifactMatchRestriction__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ArtifactMatchRestriction__Group__0();
state._fsp--;
- after(grammarAccess.getArtifactTypeRestrictionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleArtifactTypeRestriction2172);
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleArtifactTypeRestriction"
- // $ANTLR start "ruleArtifactTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1053: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:1057: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:1058: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:1058: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:1059: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:1060: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:1060:2: rule__ArtifactTypeRestriction__Group__0
- {
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__0_in_ruleArtifactTypeRestriction2198);
- rule__ArtifactTypeRestriction__Group__0();
+ }
- state._fsp--;
+ after(grammarAccess.getArtifactMatchRestrictionAccess().getGroup());
- }
+ }
- after(grammarAccess.getArtifactTypeRestrictionAccess().getGroup());
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "ruleArtifactMatchRestriction"
- }
- return;
- }
- // $ANTLR end "ruleArtifactTypeRestriction"
- // $ANTLR start "entryRuleAttributeTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1072: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:1073:1: ( ruleAttributeTypeRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1074:1: ruleAttributeTypeRestriction EOF
- {
- before(grammarAccess.getAttributeTypeRestrictionRule());
- pushFollow(FOLLOW_ruleAttributeTypeRestriction_in_entryRuleAttributeTypeRestriction2225);
- ruleAttributeTypeRestriction();
+ // $ANTLR start "entryRuleArtifactTypeRestriction"
+ // InternalOseeDsl.g:1044:1: entryRuleArtifactTypeRestriction : ruleArtifactTypeRestriction EOF ;
+ public final void entryRuleArtifactTypeRestriction() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:1045:1: ( ruleArtifactTypeRestriction EOF )
+ // InternalOseeDsl.g:1046:1: ruleArtifactTypeRestriction EOF
+ {
+ before(grammarAccess.getArtifactTypeRestrictionRule());
+ pushFollow(FOLLOW_1);
+ ruleArtifactTypeRestriction();
state._fsp--;
- after(grammarAccess.getAttributeTypeRestrictionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleAttributeTypeRestriction2232);
+ after(grammarAccess.getArtifactTypeRestrictionRule());
+ match(input,EOF,FOLLOW_2);
- }
+ }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleAttributeTypeRestriction"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleArtifactTypeRestriction"
- // $ANTLR start "ruleAttributeTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1081:1: ruleAttributeTypeRestriction : ( ( rule__AttributeTypeRestriction__Group__0 ) ) ;
- public final void ruleAttributeTypeRestriction() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleArtifactTypeRestriction"
+ // InternalOseeDsl.g:1053:1: ruleArtifactTypeRestriction : ( ( rule__ArtifactTypeRestriction__Group__0 ) ) ;
+ public final void ruleArtifactTypeRestriction() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1085: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:1086: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:1086: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:1087:1: ( rule__AttributeTypeRestriction__Group__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1057:2: ( ( ( rule__ArtifactTypeRestriction__Group__0 ) ) )
+ // InternalOseeDsl.g:1058:1: ( ( rule__ArtifactTypeRestriction__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:1088: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:1088:2: rule__AttributeTypeRestriction__Group__0
- {
- pushFollow(FOLLOW_rule__AttributeTypeRestriction__Group__0_in_ruleAttributeTypeRestriction2258);
- rule__AttributeTypeRestriction__Group__0();
-
- state._fsp--;
+ // InternalOseeDsl.g:1058:1: ( ( rule__ArtifactTypeRestriction__Group__0 ) )
+ // InternalOseeDsl.g:1059:1: ( rule__ArtifactTypeRestriction__Group__0 )
+ {
+ before(grammarAccess.getArtifactTypeRestrictionAccess().getGroup());
+ // InternalOseeDsl.g:1060:1: ( rule__ArtifactTypeRestriction__Group__0 )
+ // InternalOseeDsl.g:1060:2: rule__ArtifactTypeRestriction__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ArtifactTypeRestriction__Group__0();
- }
+ state._fsp--;
- after(grammarAccess.getAttributeTypeRestrictionAccess().getGroup());
}
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
+ after(grammarAccess.getArtifactTypeRestrictionAccess().getGroup());
- }
- return;
- }
- // $ANTLR end "ruleAttributeTypeRestriction"
-
- // $ANTLR start "entryRuleRelationTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1102: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:1103:1: ( ruleRelationTypeRestriction EOF )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1104:1: ruleRelationTypeRestriction EOF
- {
- before(grammarAccess.getRelationTypeRestrictionRule());
- pushFollow(FOLLOW_ruleRelationTypeRestriction_in_entryRuleRelationTypeRestriction2287);
- ruleRelationTypeRestriction();
+ }
- state._fsp--;
- after(grammarAccess.getRelationTypeRestrictionRule());
- match(input, EOF, FOLLOW_EOF_in_entryRuleRelationTypeRestriction2294);
+ }
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
- // $ANTLR end "entryRuleRelationTypeRestriction"
+ restoreStackSize(stackSize);
- // $ANTLR start "ruleRelationTypeRestriction"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1111:1: ruleRelationTypeRestriction : ( ( rule__RelationTypeRestriction__Group__0 ) ) ;
- public final void ruleRelationTypeRestriction() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "ruleArtifactTypeRestriction"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1115: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:1116: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:1116: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:1117:1: ( rule__RelationTypeRestriction__Group__0 )
+ // $ANTLR start "entryRuleAttributeTypeRestriction"
+ // InternalOseeDsl.g:1072:1: entryRuleAttributeTypeRestriction : ruleAttributeTypeRestriction EOF ;
+ public final void entryRuleAttributeTypeRestriction() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:1073:1: ( ruleAttributeTypeRestriction EOF )
+ // InternalOseeDsl.g:1074:1: ruleAttributeTypeRestriction EOF
{
- 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:1118: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:1118:2: rule__RelationTypeRestriction__Group__0
- {
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__0_in_ruleRelationTypeRestriction2320);
- rule__RelationTypeRestriction__Group__0();
-
- state._fsp--;
+ before(grammarAccess.getAttributeTypeRestrictionRule());
+ pushFollow(FOLLOW_1);
+ ruleAttributeTypeRestriction();
- }
+ state._fsp--;
- after(grammarAccess.getRelationTypeRestrictionAccess().getGroup());
+ after(grammarAccess.getAttributeTypeRestrictionRule());
+ match(input,EOF,FOLLOW_2);
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleAttributeTypeRestriction"
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- restoreStackSize(stackSize);
+ // $ANTLR start "ruleAttributeTypeRestriction"
+ // InternalOseeDsl.g:1081:1: ruleAttributeTypeRestriction : ( ( rule__AttributeTypeRestriction__Group__0 ) ) ;
+ public final void ruleAttributeTypeRestriction() throws RecognitionException {
- }
- return;
- }
- // $ANTLR end "ruleRelationTypeRestriction"
-
- // $ANTLR start "ruleRelationMultiplicityEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1131: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:1135: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:1136: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:1136: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:1137:1: ( rule__RelationMultiplicityEnum__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1085:2: ( ( ( rule__AttributeTypeRestriction__Group__0 ) ) )
+ // InternalOseeDsl.g:1086:1: ( ( rule__AttributeTypeRestriction__Group__0 ) )
{
- 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:1138: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:1138:2: rule__RelationMultiplicityEnum__Alternatives
- {
- pushFollow(FOLLOW_rule__RelationMultiplicityEnum__Alternatives_in_ruleRelationMultiplicityEnum2357);
- rule__RelationMultiplicityEnum__Alternatives();
+ // InternalOseeDsl.g:1086:1: ( ( rule__AttributeTypeRestriction__Group__0 ) )
+ // InternalOseeDsl.g:1087:1: ( rule__AttributeTypeRestriction__Group__0 )
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getGroup());
+ // InternalOseeDsl.g:1088:1: ( rule__AttributeTypeRestriction__Group__0 )
+ // InternalOseeDsl.g:1088:2: rule__AttributeTypeRestriction__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeTypeRestriction__Group__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getRelationMultiplicityEnumAccess().getAlternatives());
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getGroup());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "ruleRelationMultiplicityEnum"
+ restoreStackSize(stackSize);
- // $ANTLR start "ruleCompareOp"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1150:1: ruleCompareOp : ( ( rule__CompareOp__Alternatives ) ) ;
- public final void ruleCompareOp() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "ruleAttributeTypeRestriction"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1154: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:1155: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:1155: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:1156:1: ( rule__CompareOp__Alternatives )
+ // $ANTLR start "entryRuleRelationTypeRestriction"
+ // InternalOseeDsl.g:1102:1: entryRuleRelationTypeRestriction : ruleRelationTypeRestriction EOF ;
+ public final void entryRuleRelationTypeRestriction() throws RecognitionException {
+ try {
+ // InternalOseeDsl.g:1103:1: ( ruleRelationTypeRestriction EOF )
+ // InternalOseeDsl.g:1104:1: ruleRelationTypeRestriction EOF
{
- 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:1157: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:1157:2: rule__CompareOp__Alternatives
- {
- pushFollow(FOLLOW_rule__CompareOp__Alternatives_in_ruleCompareOp2393);
- rule__CompareOp__Alternatives();
-
- state._fsp--;
+ before(grammarAccess.getRelationTypeRestrictionRule());
+ pushFollow(FOLLOW_1);
+ ruleRelationTypeRestriction();
- }
+ state._fsp--;
- after(grammarAccess.getCompareOpAccess().getAlternatives());
+ after(grammarAccess.getRelationTypeRestrictionRule());
+ match(input,EOF,FOLLOW_2);
}
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleRelationTypeRestriction"
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- restoreStackSize(stackSize);
+ // $ANTLR start "ruleRelationTypeRestriction"
+ // InternalOseeDsl.g:1111:1: ruleRelationTypeRestriction : ( ( rule__RelationTypeRestriction__Group__0 ) ) ;
+ public final void ruleRelationTypeRestriction() throws RecognitionException {
- }
- return;
- }
- // $ANTLR end "ruleCompareOp"
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1115:2: ( ( ( rule__RelationTypeRestriction__Group__0 ) ) )
+ // InternalOseeDsl.g:1116:1: ( ( rule__RelationTypeRestriction__Group__0 ) )
+ {
+ // InternalOseeDsl.g:1116:1: ( ( rule__RelationTypeRestriction__Group__0 ) )
+ // InternalOseeDsl.g:1117:1: ( rule__RelationTypeRestriction__Group__0 )
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getGroup());
+ // InternalOseeDsl.g:1118:1: ( rule__RelationTypeRestriction__Group__0 )
+ // InternalOseeDsl.g:1118:2: rule__RelationTypeRestriction__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeRestriction__Group__0();
- // $ANTLR start "ruleXLogicOperator"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1169:1: ruleXLogicOperator : ( ( rule__XLogicOperator__Alternatives ) ) ;
- public final void ruleXLogicOperator() throws RecognitionException {
+ state._fsp--;
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1173: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:1174: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:1174: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:1175: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:1176: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:1176:2: rule__XLogicOperator__Alternatives
- {
- pushFollow(FOLLOW_rule__XLogicOperator__Alternatives_in_ruleXLogicOperator2429);
- rule__XLogicOperator__Alternatives();
+ }
- state._fsp--;
+ after(grammarAccess.getRelationTypeRestrictionAccess().getGroup());
- }
+ }
- after(grammarAccess.getXLogicOperatorAccess().getAlternatives());
}
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "ruleXLogicOperator"
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRelationTypeRestriction"
- // $ANTLR start "ruleMatchField"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1188:1: ruleMatchField : ( ( rule__MatchField__Alternatives ) ) ;
- public final void ruleMatchField() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleRelationMultiplicityEnum"
+ // InternalOseeDsl.g:1131:1: ruleRelationMultiplicityEnum : ( ( rule__RelationMultiplicityEnum__Alternatives ) ) ;
+ public final void ruleRelationMultiplicityEnum() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1192: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:1193: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:1193: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:1194:1: ( rule__MatchField__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1135:1: ( ( ( rule__RelationMultiplicityEnum__Alternatives ) ) )
+ // InternalOseeDsl.g:1136:1: ( ( rule__RelationMultiplicityEnum__Alternatives ) )
+ {
+ // InternalOseeDsl.g:1136:1: ( ( rule__RelationMultiplicityEnum__Alternatives ) )
+ // InternalOseeDsl.g:1137:1: ( rule__RelationMultiplicityEnum__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:1195: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:1195:2: rule__MatchField__Alternatives
- {
- pushFollow(FOLLOW_rule__MatchField__Alternatives_in_ruleMatchField2465);
- rule__MatchField__Alternatives();
+ before(grammarAccess.getRelationMultiplicityEnumAccess().getAlternatives());
+ // InternalOseeDsl.g:1138:1: ( rule__RelationMultiplicityEnum__Alternatives )
+ // InternalOseeDsl.g:1138:2: rule__RelationMultiplicityEnum__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationMultiplicityEnum__Alternatives();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getMatchFieldAccess().getAlternatives());
+ after(grammarAccess.getRelationMultiplicityEnumAccess().getAlternatives());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "ruleMatchField"
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRelationMultiplicityEnum"
- // $ANTLR start "ruleAccessPermissionEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1207:1: ruleAccessPermissionEnum : ( ( rule__AccessPermissionEnum__Alternatives ) ) ;
- public final void ruleAccessPermissionEnum() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleCompareOp"
+ // InternalOseeDsl.g:1150:1: ruleCompareOp : ( ( rule__CompareOp__Alternatives ) ) ;
+ public final void ruleCompareOp() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1211: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:1212: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:1212: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:1213:1: ( rule__AccessPermissionEnum__Alternatives )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1154:1: ( ( ( rule__CompareOp__Alternatives ) ) )
+ // InternalOseeDsl.g:1155:1: ( ( rule__CompareOp__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:1214: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:1214:2: rule__AccessPermissionEnum__Alternatives
- {
- pushFollow(FOLLOW_rule__AccessPermissionEnum__Alternatives_in_ruleAccessPermissionEnum2501);
- rule__AccessPermissionEnum__Alternatives();
+ // InternalOseeDsl.g:1155:1: ( ( rule__CompareOp__Alternatives ) )
+ // InternalOseeDsl.g:1156:1: ( rule__CompareOp__Alternatives )
+ {
+ before(grammarAccess.getCompareOpAccess().getAlternatives());
+ // InternalOseeDsl.g:1157:1: ( rule__CompareOp__Alternatives )
+ // InternalOseeDsl.g:1157:2: rule__CompareOp__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__CompareOp__Alternatives();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getAccessPermissionEnumAccess().getAlternatives());
+ }
+
+ after(grammarAccess.getCompareOpAccess().getAlternatives());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "ruleAccessPermissionEnum"
+ }
+ return ;
+ }
+ // $ANTLR end "ruleCompareOp"
- // $ANTLR start "ruleRelationTypeMatch"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1226:1: ruleRelationTypeMatch : ( ( 'ALL' ) ) ;
- public final void ruleRelationTypeMatch() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "ruleXLogicOperator"
+ // InternalOseeDsl.g:1169:1: ruleXLogicOperator : ( ( rule__XLogicOperator__Alternatives ) ) ;
+ public final void ruleXLogicOperator() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1230:1: ( ( ( 'ALL' ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1231:1: ( ( 'ALL' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1231:1: ( ( 'ALL' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1232:1: ( 'ALL' )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1173:1: ( ( ( rule__XLogicOperator__Alternatives ) ) )
+ // InternalOseeDsl.g:1174:1: ( ( rule__XLogicOperator__Alternatives ) )
+ {
+ // InternalOseeDsl.g:1174:1: ( ( rule__XLogicOperator__Alternatives ) )
+ // InternalOseeDsl.g:1175:1: ( rule__XLogicOperator__Alternatives )
+ {
+ before(grammarAccess.getXLogicOperatorAccess().getAlternatives());
+ // InternalOseeDsl.g:1176:1: ( rule__XLogicOperator__Alternatives )
+ // InternalOseeDsl.g:1176:2: rule__XLogicOperator__Alternatives
{
- 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:1233:1: ( 'ALL' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1233:3: 'ALL'
- {
- match(input, 13, FOLLOW_13_in_ruleRelationTypeMatch2538);
+ pushFollow(FOLLOW_2);
+ rule__XLogicOperator__Alternatives();
- }
+ state._fsp--;
- after(grammarAccess.getRelationTypeMatchAccess().getALLEnumLiteralDeclaration());
}
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ after(grammarAccess.getXLogicOperatorAccess().getAlternatives());
- restoreStackSize(stackSize);
+ }
- }
- return;
- }
- // $ANTLR end "ruleRelationTypeMatch"
- // $ANTLR start "ruleXRelationSideEnum"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1246:1: ruleXRelationSideEnum : ( ( rule__XRelationSideEnum__Alternatives ) ) ;
- public final void ruleXRelationSideEnum() throws RecognitionException {
+ }
- int stackSize = keepStackSize();
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1250: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:1251: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:1251: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:1252: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:1253: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:1253:2: rule__XRelationSideEnum__Alternatives
- {
- pushFollow(FOLLOW_rule__XRelationSideEnum__Alternatives_in_ruleXRelationSideEnum2576);
- rule__XRelationSideEnum__Alternatives();
+ restoreStackSize(stackSize);
- state._fsp--;
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXLogicOperator"
- }
- after(grammarAccess.getXRelationSideEnumAccess().getAlternatives());
+ // $ANTLR start "ruleMatchField"
+ // InternalOseeDsl.g:1188:1: ruleMatchField : ( ( rule__MatchField__Alternatives ) ) ;
+ public final void ruleMatchField() throws RecognitionException {
- }
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1192:1: ( ( ( rule__MatchField__Alternatives ) ) )
+ // InternalOseeDsl.g:1193:1: ( ( rule__MatchField__Alternatives ) )
+ {
+ // InternalOseeDsl.g:1193:1: ( ( rule__MatchField__Alternatives ) )
+ // InternalOseeDsl.g:1194:1: ( rule__MatchField__Alternatives )
+ {
+ before(grammarAccess.getMatchFieldAccess().getAlternatives());
+ // InternalOseeDsl.g:1195:1: ( rule__MatchField__Alternatives )
+ // InternalOseeDsl.g:1195:2: rule__MatchField__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__MatchField__Alternatives();
- }
+ state._fsp--;
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- restoreStackSize(stackSize);
+ }
- }
- return;
- }
- // $ANTLR end "ruleXRelationSideEnum"
+ after(grammarAccess.getMatchFieldAccess().getAlternatives());
- // $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:1264: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 ) ) | ( ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 ) ) );
- 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:1268: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 ) ) | ( ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 ) ) )
- int alt1 = 6;
- switch (input.LA(1)) {
- case 53:
- case 98: {
- alt1 = 1;
- }
- break;
- case 80: {
- alt1 = 2;
- }
- break;
- case 61: {
- alt1 = 3;
- }
- break;
- case 72: {
- alt1 = 4;
- }
- break;
- case 75: {
- alt1 = 5;
- }
- break;
- case 78: {
- alt1 = 6;
}
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 1, 0, input);
-
- throw nvae;
- }
- 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:1269: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:1269: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:1270: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:1271: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:1271:2: rule__OseeDsl__ArtifactTypesAssignment_1_0
- {
- pushFollow(FOLLOW_rule__OseeDsl__ArtifactTypesAssignment_1_0_in_rule__OseeDsl__Alternatives_12611);
- rule__OseeDsl__ArtifactTypesAssignment_1_0();
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- state._fsp--;
+ restoreStackSize(stackSize);
- }
+ }
+ return ;
+ }
+ // $ANTLR end "ruleMatchField"
- after(grammarAccess.getOseeDslAccess().getArtifactTypesAssignment_1_0());
- }
+ // $ANTLR start "ruleAccessPermissionEnum"
+ // InternalOseeDsl.g:1207:1: ruleAccessPermissionEnum : ( ( rule__AccessPermissionEnum__Alternatives ) ) ;
+ public final void ruleAccessPermissionEnum() throws RecognitionException {
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1275:6: ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1211:1: ( ( ( rule__AccessPermissionEnum__Alternatives ) ) )
+ // InternalOseeDsl.g:1212: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:1275: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:1276: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:1277: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:1277:2: rule__OseeDsl__RelationTypesAssignment_1_1
- {
- pushFollow(FOLLOW_rule__OseeDsl__RelationTypesAssignment_1_1_in_rule__OseeDsl__Alternatives_12629);
- rule__OseeDsl__RelationTypesAssignment_1_1();
-
- state._fsp--;
-
- }
+ // InternalOseeDsl.g:1212:1: ( ( rule__AccessPermissionEnum__Alternatives ) )
+ // InternalOseeDsl.g:1213:1: ( rule__AccessPermissionEnum__Alternatives )
+ {
+ before(grammarAccess.getAccessPermissionEnumAccess().getAlternatives());
+ // InternalOseeDsl.g:1214:1: ( rule__AccessPermissionEnum__Alternatives )
+ // InternalOseeDsl.g:1214:2: rule__AccessPermissionEnum__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__AccessPermissionEnum__Alternatives();
- after(grammarAccess.getOseeDslAccess().getRelationTypesAssignment_1_1());
+ state._fsp--;
- }
}
- break;
- case 3:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1281: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:1281: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:1282: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:1283: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:1283:2: rule__OseeDsl__AttributeTypesAssignment_1_2
- {
- pushFollow(
- FOLLOW_rule__OseeDsl__AttributeTypesAssignment_1_2_in_rule__OseeDsl__Alternatives_12647);
- rule__OseeDsl__AttributeTypesAssignment_1_2();
-
- state._fsp--;
- }
+ after(grammarAccess.getAccessPermissionEnumAccess().getAlternatives());
- after(grammarAccess.getOseeDslAccess().getAttributeTypesAssignment_1_2());
+ }
- }
}
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1287: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:1287: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:1288: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:1289: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:1289:2: rule__OseeDsl__EnumTypesAssignment_1_3
- {
- pushFollow(FOLLOW_rule__OseeDsl__EnumTypesAssignment_1_3_in_rule__OseeDsl__Alternatives_12665);
- rule__OseeDsl__EnumTypesAssignment_1_3();
- state._fsp--;
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
+ restoreStackSize(stackSize);
- after(grammarAccess.getOseeDslAccess().getEnumTypesAssignment_1_3());
+ }
+ return ;
+ }
+ // $ANTLR end "ruleAccessPermissionEnum"
- }
- }
- break;
- case 5:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1293:6: ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) )
+ // $ANTLR start "ruleRelationTypeMatch"
+ // InternalOseeDsl.g:1226:1: ruleRelationTypeMatch : ( ( 'ALL' ) ) ;
+ public final void ruleRelationTypeMatch() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1230:1: ( ( ( 'ALL' ) ) )
+ // InternalOseeDsl.g:1231:1: ( ( 'ALL' ) )
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1293: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:1294: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:1295: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:1295:2: rule__OseeDsl__EnumOverridesAssignment_1_4
- {
- pushFollow(FOLLOW_rule__OseeDsl__EnumOverridesAssignment_1_4_in_rule__OseeDsl__Alternatives_12683);
- rule__OseeDsl__EnumOverridesAssignment_1_4();
+ // InternalOseeDsl.g:1231:1: ( ( 'ALL' ) )
+ // InternalOseeDsl.g:1232:1: ( 'ALL' )
+ {
+ before(grammarAccess.getRelationTypeMatchAccess().getALLEnumLiteralDeclaration());
+ // InternalOseeDsl.g:1233:1: ( 'ALL' )
+ // InternalOseeDsl.g:1233:3: 'ALL'
+ {
+ match(input,12,FOLLOW_2);
- state._fsp--;
+ }
- }
+ after(grammarAccess.getRelationTypeMatchAccess().getALLEnumLiteralDeclaration());
- after(grammarAccess.getOseeDslAccess().getEnumOverridesAssignment_1_4());
+ }
- }
}
- break;
- case 6:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1299:6: ( ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1299:6: ( ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1300:1: ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 )
- {
- before(grammarAccess.getOseeDslAccess().getArtifactTypeOverridesAssignment_1_5());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1301:1: ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1301:2: rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5
- {
- pushFollow(
- FOLLOW_rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5_in_rule__OseeDsl__Alternatives_12701);
- rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5();
- state._fsp--;
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
+ restoreStackSize(stackSize);
- after(grammarAccess.getOseeDslAccess().getArtifactTypeOverridesAssignment_1_5());
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRelationTypeMatch"
- }
- }
- break;
+ // $ANTLR start "ruleXRelationSideEnum"
+ // InternalOseeDsl.g:1246:1: ruleXRelationSideEnum : ( ( rule__XRelationSideEnum__Alternatives ) ) ;
+ public final void ruleXRelationSideEnum() throws RecognitionException {
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1250:1: ( ( ( rule__XRelationSideEnum__Alternatives ) ) )
+ // InternalOseeDsl.g:1251:1: ( ( rule__XRelationSideEnum__Alternatives ) )
+ {
+ // InternalOseeDsl.g:1251:1: ( ( rule__XRelationSideEnum__Alternatives ) )
+ // InternalOseeDsl.g:1252:1: ( rule__XRelationSideEnum__Alternatives )
+ {
+ before(grammarAccess.getXRelationSideEnumAccess().getAlternatives());
+ // InternalOseeDsl.g:1253:1: ( rule__XRelationSideEnum__Alternatives )
+ // InternalOseeDsl.g:1253:2: rule__XRelationSideEnum__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__XRelationSideEnum__Alternatives();
- restoreStackSize(stackSize);
+ state._fsp--;
- }
- return;
- }
- // $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:1310: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();
+ after(grammarAccess.getXRelationSideEnumAccess().getAlternatives());
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1314:1: ( ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 ) ) | ( ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 ) ) | ( ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 ) ) )
- int alt2 = 3;
- switch (input.LA(1)) {
- case 89: {
- alt2 = 1;
- }
- break;
- case 93: {
- alt2 = 2;
}
- break;
- case 92: {
- alt2 = 3;
+
+
}
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 2, 0, input);
- throw nvae;
- }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- 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:1315: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:1315: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:1316: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:1317: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:1317:2: rule__OseeDsl__ArtifactMatchRefsAssignment_2_0
- {
- pushFollow(
- FOLLOW_rule__OseeDsl__ArtifactMatchRefsAssignment_2_0_in_rule__OseeDsl__Alternatives_22734);
- rule__OseeDsl__ArtifactMatchRefsAssignment_2_0();
+ restoreStackSize(stackSize);
- state._fsp--;
+ }
+ return ;
+ }
+ // $ANTLR end "ruleXRelationSideEnum"
- }
- after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2_0());
+ // $ANTLR start "rule__OseeDsl__Alternatives_1"
+ // InternalOseeDsl.g:1264: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 ) ) | ( ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 ) ) );
+ public final void rule__OseeDsl__Alternatives_1() throws RecognitionException {
- }
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1268: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 ) ) | ( ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 ) ) )
+ int alt1=6;
+ switch ( input.LA(1) ) {
+ case 52:
+ case 97:
+ {
+ alt1=1;
+ }
+ break;
+ case 79:
+ {
+ alt1=2;
+ }
+ break;
+ case 60:
+ {
+ alt1=3;
+ }
+ break;
+ case 71:
+ {
+ alt1=4;
+ }
+ break;
+ case 74:
+ {
+ alt1=5;
+ }
+ break;
+ case 77:
+ {
+ alt1=6;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 1, 0, input);
+ throw nvae;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1321: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:1321: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:1322: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:1323: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:1323:2: rule__OseeDsl__AccessDeclarationsAssignment_2_1
- {
- pushFollow(
- FOLLOW_rule__OseeDsl__AccessDeclarationsAssignment_2_1_in_rule__OseeDsl__Alternatives_22752);
- rule__OseeDsl__AccessDeclarationsAssignment_2_1();
- state._fsp--;
+ switch (alt1) {
+ case 1 :
+ // InternalOseeDsl.g:1269:1: ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) )
+ {
+ // InternalOseeDsl.g:1269:1: ( ( rule__OseeDsl__ArtifactTypesAssignment_1_0 ) )
+ // InternalOseeDsl.g:1270:1: ( rule__OseeDsl__ArtifactTypesAssignment_1_0 )
+ {
+ before(grammarAccess.getOseeDslAccess().getArtifactTypesAssignment_1_0());
+ // InternalOseeDsl.g:1271:1: ( rule__OseeDsl__ArtifactTypesAssignment_1_0 )
+ // InternalOseeDsl.g:1271:2: rule__OseeDsl__ArtifactTypesAssignment_1_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeDsl__ArtifactTypesAssignment_1_0();
- }
+ 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:1327: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:1327: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:1328: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:1329: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:1329:2: rule__OseeDsl__RoleDeclarationsAssignment_2_2
- {
- pushFollow(
- FOLLOW_rule__OseeDsl__RoleDeclarationsAssignment_2_2_in_rule__OseeDsl__Alternatives_22770);
- rule__OseeDsl__RoleDeclarationsAssignment_2_2();
+ after(grammarAccess.getOseeDslAccess().getArtifactTypesAssignment_1_0());
- state._fsp--;
+ }
- }
- after(grammarAccess.getOseeDslAccess().getRoleDeclarationsAssignment_2_2());
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1275:6: ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) )
+ {
+ // InternalOseeDsl.g:1275:6: ( ( rule__OseeDsl__RelationTypesAssignment_1_1 ) )
+ // InternalOseeDsl.g:1276:1: ( rule__OseeDsl__RelationTypesAssignment_1_1 )
+ {
+ before(grammarAccess.getOseeDslAccess().getRelationTypesAssignment_1_1());
+ // InternalOseeDsl.g:1277:1: ( rule__OseeDsl__RelationTypesAssignment_1_1 )
+ // InternalOseeDsl.g:1277:2: rule__OseeDsl__RelationTypesAssignment_1_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeDsl__RelationTypesAssignment_1_1();
- }
+ state._fsp--;
- }
- break;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ after(grammarAccess.getOseeDslAccess().getRelationTypesAssignment_1_1());
- }
- 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:1339:1: rule__OseeType__Alternatives : ( ( ruleXArtifactType ) | ( ruleXRelationType ) | ( ruleXAttributeType ) | ( ruleXOseeEnumType ) );
- public final void rule__OseeType__Alternatives() throws RecognitionException {
- int stackSize = keepStackSize();
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1281:6: ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) )
+ {
+ // InternalOseeDsl.g:1281:6: ( ( rule__OseeDsl__AttributeTypesAssignment_1_2 ) )
+ // InternalOseeDsl.g:1282:1: ( rule__OseeDsl__AttributeTypesAssignment_1_2 )
+ {
+ before(grammarAccess.getOseeDslAccess().getAttributeTypesAssignment_1_2());
+ // InternalOseeDsl.g:1283:1: ( rule__OseeDsl__AttributeTypesAssignment_1_2 )
+ // InternalOseeDsl.g:1283:2: rule__OseeDsl__AttributeTypesAssignment_1_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeDsl__AttributeTypesAssignment_1_2();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1343:1: ( ( ruleXArtifactType ) | ( ruleXRelationType ) | ( ruleXAttributeType ) | ( ruleXOseeEnumType ) )
- int alt3 = 4;
- switch (input.LA(1)) {
- case 53:
- case 98: {
- alt3 = 1;
- }
- break;
- case 80: {
- alt3 = 2;
- }
- break;
- case 61: {
- alt3 = 3;
- }
- break;
- case 72: {
- alt3 = 4;
- }
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 3, 0, input);
+ state._fsp--;
- throw nvae;
- }
- 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:1344:1: ( ruleXArtifactType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1344:1: ( ruleXArtifactType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1345:1: ruleXArtifactType
- {
- before(grammarAccess.getOseeTypeAccess().getXArtifactTypeParserRuleCall_0());
- pushFollow(FOLLOW_ruleXArtifactType_in_rule__OseeType__Alternatives2804);
- ruleXArtifactType();
+ }
- state._fsp--;
+ after(grammarAccess.getOseeDslAccess().getAttributeTypesAssignment_1_2());
- after(grammarAccess.getOseeTypeAccess().getXArtifactTypeParserRuleCall_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:1350:6: ( ruleXRelationType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1350:6: ( ruleXRelationType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1351:1: ruleXRelationType
- {
- before(grammarAccess.getOseeTypeAccess().getXRelationTypeParserRuleCall_1());
- pushFollow(FOLLOW_ruleXRelationType_in_rule__OseeType__Alternatives2821);
- ruleXRelationType();
+ }
+ break;
+ case 4 :
+ // InternalOseeDsl.g:1287:6: ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) )
+ {
+ // InternalOseeDsl.g:1287:6: ( ( rule__OseeDsl__EnumTypesAssignment_1_3 ) )
+ // InternalOseeDsl.g:1288:1: ( rule__OseeDsl__EnumTypesAssignment_1_3 )
+ {
+ before(grammarAccess.getOseeDslAccess().getEnumTypesAssignment_1_3());
+ // InternalOseeDsl.g:1289:1: ( rule__OseeDsl__EnumTypesAssignment_1_3 )
+ // InternalOseeDsl.g:1289:2: rule__OseeDsl__EnumTypesAssignment_1_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeDsl__EnumTypesAssignment_1_3();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeTypeAccess().getXRelationTypeParserRuleCall_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:1356:6: ( ruleXAttributeType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1356:6: ( ruleXAttributeType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1357:1: ruleXAttributeType
- {
- before(grammarAccess.getOseeTypeAccess().getXAttributeTypeParserRuleCall_2());
- pushFollow(FOLLOW_ruleXAttributeType_in_rule__OseeType__Alternatives2838);
- ruleXAttributeType();
+ after(grammarAccess.getOseeDslAccess().getEnumTypesAssignment_1_3());
- state._fsp--;
+ }
- after(grammarAccess.getOseeTypeAccess().getXAttributeTypeParserRuleCall_2());
- }
+ }
+ break;
+ case 5 :
+ // InternalOseeDsl.g:1293:6: ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) )
+ {
+ // InternalOseeDsl.g:1293:6: ( ( rule__OseeDsl__EnumOverridesAssignment_1_4 ) )
+ // InternalOseeDsl.g:1294:1: ( rule__OseeDsl__EnumOverridesAssignment_1_4 )
+ {
+ before(grammarAccess.getOseeDslAccess().getEnumOverridesAssignment_1_4());
+ // InternalOseeDsl.g:1295:1: ( rule__OseeDsl__EnumOverridesAssignment_1_4 )
+ // InternalOseeDsl.g:1295:2: rule__OseeDsl__EnumOverridesAssignment_1_4
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeDsl__EnumOverridesAssignment_1_4();
- }
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1362:6: ( ruleXOseeEnumType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1362:6: ( ruleXOseeEnumType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1363:1: ruleXOseeEnumType
- {
- before(grammarAccess.getOseeTypeAccess().getXOseeEnumTypeParserRuleCall_3());
- pushFollow(FOLLOW_ruleXOseeEnumType_in_rule__OseeType__Alternatives2855);
- ruleXOseeEnumType();
+ state._fsp--;
- state._fsp--;
- after(grammarAccess.getOseeTypeAccess().getXOseeEnumTypeParserRuleCall_3());
+ }
- }
+ after(grammarAccess.getOseeDslAccess().getEnumOverridesAssignment_1_4());
- }
- break;
+ }
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- restoreStackSize(stackSize);
+ }
+ break;
+ case 6 :
+ // InternalOseeDsl.g:1299:6: ( ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 ) )
+ {
+ // InternalOseeDsl.g:1299:6: ( ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 ) )
+ // InternalOseeDsl.g:1300:1: ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 )
+ {
+ before(grammarAccess.getOseeDslAccess().getArtifactTypeOverridesAssignment_1_5());
+ // InternalOseeDsl.g:1301:1: ( rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 )
+ // InternalOseeDsl.g:1301:2: rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5();
- }
- return;
- }
- // $ANTLR end "rule__OseeType__Alternatives"
+ state._fsp--;
- // $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:1373: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:1377:1: ( ( 'DefaultAttributeDataProvider' ) | ( 'UriAttributeDataProvider' ) | ( ruleQUALIFIED_NAME ) )
- int alt4 = 3;
- switch (input.LA(1)) {
- case 14: {
- alt4 = 1;
- }
- break;
- case 15: {
- alt4 = 2;
- }
- break;
- case RULE_ID: {
- alt4 = 3;
- }
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 4, 0, input);
+ after(grammarAccess.getOseeDslAccess().getArtifactTypeOverridesAssignment_1_5());
- throw nvae;
- }
+ }
- 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:1378:1: ( 'DefaultAttributeDataProvider' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1378:1: ( 'DefaultAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1379:1: 'DefaultAttributeDataProvider'
- {
- before(
- grammarAccess.getXAttributeTypeAccess().getDataProviderDefaultAttributeDataProviderKeyword_9_0_0());
- match(input, 14, FOLLOW_14_in_rule__XAttributeType__DataProviderAlternatives_9_02888);
- after(
- grammarAccess.getXAttributeTypeAccess().getDataProviderDefaultAttributeDataProviderKeyword_9_0_0());
- }
+ }
+ break;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1386:6: ( 'UriAttributeDataProvider' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1386:6: ( 'UriAttributeDataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1387:1: 'UriAttributeDataProvider'
- {
- before(
- grammarAccess.getXAttributeTypeAccess().getDataProviderUriAttributeDataProviderKeyword_9_0_1());
- match(input, 15, FOLLOW_15_in_rule__XAttributeType__DataProviderAlternatives_9_02908);
- after(grammarAccess.getXAttributeTypeAccess().getDataProviderUriAttributeDataProviderKeyword_9_0_1());
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
+ restoreStackSize(stackSize);
- }
- break;
- case 3:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1394:6: ( ruleQUALIFIED_NAME )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1394:6: ( ruleQUALIFIED_NAME )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1395:1: ruleQUALIFIED_NAME
- {
- before(grammarAccess.getXAttributeTypeAccess().getDataProviderQUALIFIED_NAMEParserRuleCall_9_0_2());
- pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__DataProviderAlternatives_9_02927);
- ruleQUALIFIED_NAME();
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__Alternatives_1"
- state._fsp--;
- after(grammarAccess.getXAttributeTypeAccess().getDataProviderQUALIFIED_NAMEParserRuleCall_9_0_2());
+ // $ANTLR start "rule__OseeDsl__Alternatives_2"
+ // InternalOseeDsl.g:1310: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 {
+ // InternalOseeDsl.g:1314:1: ( ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 ) ) | ( ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 ) ) | ( ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 ) ) )
+ int alt2=3;
+ switch ( input.LA(1) ) {
+ case 88:
+ {
+ alt2=1;
+ }
+ break;
+ case 92:
+ {
+ alt2=2;
+ }
+ break;
+ case 91:
+ {
+ alt2=3;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 2, 0, input);
+ throw nvae;
}
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- restoreStackSize(stackSize);
+ switch (alt2) {
+ case 1 :
+ // InternalOseeDsl.g:1315:1: ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 ) )
+ {
+ // InternalOseeDsl.g:1315:1: ( ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 ) )
+ // InternalOseeDsl.g:1316:1: ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 )
+ {
+ before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2_0());
+ // InternalOseeDsl.g:1317:1: ( rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 )
+ // InternalOseeDsl.g:1317:2: rule__OseeDsl__ArtifactMatchRefsAssignment_2_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeDsl__ArtifactMatchRefsAssignment_2_0();
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__DataProviderAlternatives_9_0"
+ state._fsp--;
- // $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:1405: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:1409:1: ( ( RULE_WHOLE_NUM_STR ) | ( 'unlimited' ) )
- int alt5 = 2;
- int LA5_0 = input.LA(1);
+ after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsAssignment_2_0());
- if (LA5_0 == RULE_WHOLE_NUM_STR) {
- alt5 = 1;
- } else if (LA5_0 == 16) {
- alt5 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 5, 0, input);
-
- throw nvae;
- }
- 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:1410: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:1410: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:1411: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_02959);
- after(grammarAccess.getXAttributeTypeAccess().getMaxWHOLE_NUM_STRTerminalRuleCall_13_0_0());
-
- }
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1321:6: ( ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 ) )
+ {
+ // InternalOseeDsl.g:1321:6: ( ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 ) )
+ // InternalOseeDsl.g:1322:1: ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 )
+ {
+ before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_2_1());
+ // InternalOseeDsl.g:1323:1: ( rule__OseeDsl__AccessDeclarationsAssignment_2_1 )
+ // InternalOseeDsl.g:1323:2: rule__OseeDsl__AccessDeclarationsAssignment_2_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__OseeDsl__AccessDeclarationsAssignment_2_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAssignment_2_1());
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1327:6: ( ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 ) )
+ {
+ // InternalOseeDsl.g:1327:6: ( ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 ) )
+ // InternalOseeDsl.g:1328:1: ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 )
+ {
+ before(grammarAccess.getOseeDslAccess().getRoleDeclarationsAssignment_2_2());
+ // InternalOseeDsl.g:1329:1: ( rule__OseeDsl__RoleDeclarationsAssignment_2_2 )
+ // InternalOseeDsl.g:1329:2: rule__OseeDsl__RoleDeclarationsAssignment_2_2
+ {
+ pushFollow(FOLLOW_2);
+ 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"
+ // InternalOseeDsl.g:1339:1: rule__OseeType__Alternatives : ( ( ruleXArtifactType ) | ( ruleXRelationType ) | ( ruleXAttributeType ) | ( ruleXOseeEnumType ) );
+ public final void rule__OseeType__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1343:1: ( ( ruleXArtifactType ) | ( ruleXRelationType ) | ( ruleXAttributeType ) | ( ruleXOseeEnumType ) )
+ int alt3=4;
+ switch ( input.LA(1) ) {
+ case 52:
+ case 97:
+ {
+ alt3=1;
+ }
+ break;
+ case 79:
+ {
+ alt3=2;
+ }
+ break;
+ case 60:
+ {
+ alt3=3;
+ }
+ break;
+ case 71:
+ {
+ alt3=4;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 3, 0, input);
+ throw nvae;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1416:6: ( 'unlimited' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1416:6: ( 'unlimited' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1417:1: 'unlimited'
- {
- before(grammarAccess.getXAttributeTypeAccess().getMaxUnlimitedKeyword_13_0_1());
- match(input, 16, FOLLOW_16_in_rule__XAttributeType__MaxAlternatives_13_02977);
- after(grammarAccess.getXAttributeTypeAccess().getMaxUnlimitedKeyword_13_0_1());
- }
+ switch (alt3) {
+ case 1 :
+ // InternalOseeDsl.g:1344:1: ( ruleXArtifactType )
+ {
+ // InternalOseeDsl.g:1344:1: ( ruleXArtifactType )
+ // InternalOseeDsl.g:1345:1: ruleXArtifactType
+ {
+ before(grammarAccess.getOseeTypeAccess().getXArtifactTypeParserRuleCall_0());
+ pushFollow(FOLLOW_2);
+ ruleXArtifactType();
- }
- break;
+ state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ after(grammarAccess.getOseeTypeAccess().getXArtifactTypeParserRuleCall_0());
- restoreStackSize(stackSize);
+ }
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__MaxAlternatives_13_0"
- // $ANTLR start "rule__XAttributeType__TaggerIdAlternatives_14_0_1_0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1429:1: rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 : ( ( 'DefaultAttributeTaggerProvider' ) | ( ruleQUALIFIED_NAME ) );
- public final void rule__XAttributeType__TaggerIdAlternatives_14_0_1_0() throws RecognitionException {
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1350:6: ( ruleXRelationType )
+ {
+ // InternalOseeDsl.g:1350:6: ( ruleXRelationType )
+ // InternalOseeDsl.g:1351:1: ruleXRelationType
+ {
+ before(grammarAccess.getOseeTypeAccess().getXRelationTypeParserRuleCall_1());
+ pushFollow(FOLLOW_2);
+ ruleXRelationType();
- int stackSize = keepStackSize();
+ state._fsp--;
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1433:1: ( ( 'DefaultAttributeTaggerProvider' ) | ( ruleQUALIFIED_NAME ) )
- int alt6 = 2;
- int LA6_0 = input.LA(1);
+ after(grammarAccess.getOseeTypeAccess().getXRelationTypeParserRuleCall_1());
- if (LA6_0 == 17) {
- alt6 = 1;
- } else if (LA6_0 == RULE_ID) {
- alt6 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 6, 0, input);
+ }
- throw nvae;
- }
- 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:1434:1: ( 'DefaultAttributeTaggerProvider' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1434:1: ( 'DefaultAttributeTaggerProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1435:1: 'DefaultAttributeTaggerProvider'
- {
- before(
- grammarAccess.getXAttributeTypeAccess().getTaggerIdDefaultAttributeTaggerProviderKeyword_14_0_1_0_0());
- match(input, 17, FOLLOW_17_in_rule__XAttributeType__TaggerIdAlternatives_14_0_1_03012);
- after(
- grammarAccess.getXAttributeTypeAccess().getTaggerIdDefaultAttributeTaggerProviderKeyword_14_0_1_0_0());
- }
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1356:6: ( ruleXAttributeType )
+ {
+ // InternalOseeDsl.g:1356:6: ( ruleXAttributeType )
+ // InternalOseeDsl.g:1357:1: ruleXAttributeType
+ {
+ before(grammarAccess.getOseeTypeAccess().getXAttributeTypeParserRuleCall_2());
+ pushFollow(FOLLOW_2);
+ ruleXAttributeType();
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1442:6: ( ruleQUALIFIED_NAME )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1442:6: ( ruleQUALIFIED_NAME )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1443:1: ruleQUALIFIED_NAME
- {
- before(grammarAccess.getXAttributeTypeAccess().getTaggerIdQUALIFIED_NAMEParserRuleCall_14_0_1_0_1());
- pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__TaggerIdAlternatives_14_0_1_03031);
- ruleQUALIFIED_NAME();
+ state._fsp--;
- state._fsp--;
+ after(grammarAccess.getOseeTypeAccess().getXAttributeTypeParserRuleCall_2());
- after(grammarAccess.getXAttributeTypeAccess().getTaggerIdQUALIFIED_NAMEParserRuleCall_14_0_1_0_1());
+ }
- }
- }
- break;
+ }
+ break;
+ case 4 :
+ // InternalOseeDsl.g:1362:6: ( ruleXOseeEnumType )
+ {
+ // InternalOseeDsl.g:1362:6: ( ruleXOseeEnumType )
+ // InternalOseeDsl.g:1363:1: ruleXOseeEnumType
+ {
+ before(grammarAccess.getOseeTypeAccess().getXOseeEnumTypeParserRuleCall_3());
+ pushFollow(FOLLOW_2);
+ ruleXOseeEnumType();
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ state._fsp--;
- restoreStackSize(stackSize);
+ after(grammarAccess.getOseeTypeAccess().getXOseeEnumTypeParserRuleCall_3());
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__TaggerIdAlternatives_14_0_1_0"
+ }
- // $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:1453:1: rule__AttributeBaseType__Alternatives : ( ( 'BooleanAttribute' ) | ( 'CompressedContentAttribute' ) | ( 'DateAttribute' ) | ( 'EnumeratedAttribute' ) | ( 'FloatingPointAttribute' ) | ( 'IntegerAttribute' ) | ( 'LongAttribute' ) | ( 'JavaObjectAttribute' ) | ( 'StringAttribute' ) | ( 'ArtifactReferenceAttribute' ) | ( 'BranchReferenceAttribute' ) | ( 'WordAttribute' ) | ( 'OutlineNumberAttribute' ) | ( ruleQUALIFIED_NAME ) );
- public final void rule__AttributeBaseType__Alternatives() throws RecognitionException {
- int stackSize = keepStackSize();
+ }
+ break;
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1457:1: ( ( 'BooleanAttribute' ) | ( 'CompressedContentAttribute' ) | ( 'DateAttribute' ) | ( 'EnumeratedAttribute' ) | ( 'FloatingPointAttribute' ) | ( 'IntegerAttribute' ) | ( 'LongAttribute' ) | ( 'JavaObjectAttribute' ) | ( 'StringAttribute' ) | ( 'ArtifactReferenceAttribute' ) | ( 'BranchReferenceAttribute' ) | ( 'WordAttribute' ) | ( 'OutlineNumberAttribute' ) | ( ruleQUALIFIED_NAME ) )
- int alt7 = 14;
- switch (input.LA(1)) {
- case 18: {
- alt7 = 1;
- }
- break;
- case 19: {
- alt7 = 2;
- }
- break;
- case 20: {
- alt7 = 3;
- }
- break;
- case 21: {
- alt7 = 4;
- }
- break;
- case 22: {
- alt7 = 5;
- }
- break;
- case 23: {
- alt7 = 6;
- }
- break;
- case 24: {
- alt7 = 7;
- }
- break;
- case 25: {
- alt7 = 8;
- }
- break;
- case 26: {
- alt7 = 9;
- }
- break;
- case 27: {
- alt7 = 10;
- }
- break;
- case 28: {
- alt7 = 11;
- }
- break;
- case 29: {
- alt7 = 12;
- }
- break;
- case 30: {
- alt7 = 13;
- }
- break;
- case RULE_ID: {
- alt7 = 14;
}
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 7, 0, input);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- throw nvae;
- }
+ restoreStackSize(stackSize);
- 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:1458:1: ( 'BooleanAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1458:1: ( 'BooleanAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1459:1: 'BooleanAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getBooleanAttributeKeyword_0());
- match(input, 18, FOLLOW_18_in_rule__AttributeBaseType__Alternatives3064);
- after(grammarAccess.getAttributeBaseTypeAccess().getBooleanAttributeKeyword_0());
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeType__Alternatives"
- }
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1466:6: ( 'CompressedContentAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1466:6: ( 'CompressedContentAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1467:1: 'CompressedContentAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getCompressedContentAttributeKeyword_1());
- match(input, 19, FOLLOW_19_in_rule__AttributeBaseType__Alternatives3084);
- after(grammarAccess.getAttributeBaseTypeAccess().getCompressedContentAttributeKeyword_1());
+ // $ANTLR start "rule__XAttributeType__DataProviderAlternatives_9_0"
+ // InternalOseeDsl.g:1373:1: rule__XAttributeType__DataProviderAlternatives_9_0 : ( ( 'DefaultAttributeDataProvider' ) | ( 'UriAttributeDataProvider' ) | ( ruleQUALIFIED_NAME ) );
+ public final void rule__XAttributeType__DataProviderAlternatives_9_0() throws RecognitionException {
- }
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1377:1: ( ( 'DefaultAttributeDataProvider' ) | ( 'UriAttributeDataProvider' ) | ( ruleQUALIFIED_NAME ) )
+ int alt4=3;
+ switch ( input.LA(1) ) {
+ case 13:
+ {
+ alt4=1;
+ }
+ break;
+ case 14:
+ {
+ alt4=2;
+ }
+ break;
+ case RULE_ID:
+ {
+ alt4=3;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 4, 0, input);
+ throw nvae;
}
- break;
- case 3:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1474:6: ( 'DateAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1474:6: ( 'DateAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1475:1: 'DateAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getDateAttributeKeyword_2());
- match(input, 20, FOLLOW_20_in_rule__AttributeBaseType__Alternatives3104);
- after(grammarAccess.getAttributeBaseTypeAccess().getDateAttributeKeyword_2());
- }
+ switch (alt4) {
+ case 1 :
+ // InternalOseeDsl.g:1378:1: ( 'DefaultAttributeDataProvider' )
+ {
+ // InternalOseeDsl.g:1378:1: ( 'DefaultAttributeDataProvider' )
+ // InternalOseeDsl.g:1379:1: 'DefaultAttributeDataProvider'
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getDataProviderDefaultAttributeDataProviderKeyword_9_0_0());
+ match(input,13,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getDataProviderDefaultAttributeDataProviderKeyword_9_0_0());
- }
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1482:6: ( 'EnumeratedAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1482:6: ( 'EnumeratedAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1483:1: 'EnumeratedAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getEnumeratedAttributeKeyword_3());
- match(input, 21, FOLLOW_21_in_rule__AttributeBaseType__Alternatives3124);
- after(grammarAccess.getAttributeBaseTypeAccess().getEnumeratedAttributeKeyword_3());
+ }
- }
- }
- break;
- case 5:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1490:6: ( 'FloatingPointAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1490:6: ( 'FloatingPointAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1491:1: 'FloatingPointAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getFloatingPointAttributeKeyword_4());
- match(input, 22, FOLLOW_22_in_rule__AttributeBaseType__Alternatives3144);
- after(grammarAccess.getAttributeBaseTypeAccess().getFloatingPointAttributeKeyword_4());
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1386:6: ( 'UriAttributeDataProvider' )
+ {
+ // InternalOseeDsl.g:1386:6: ( 'UriAttributeDataProvider' )
+ // InternalOseeDsl.g:1387:1: 'UriAttributeDataProvider'
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getDataProviderUriAttributeDataProviderKeyword_9_0_1());
+ match(input,14,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getDataProviderUriAttributeDataProviderKeyword_9_0_1());
+
+ }
- }
- }
- break;
- case 6:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1498:6: ( 'IntegerAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1498:6: ( 'IntegerAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1499:1: 'IntegerAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getIntegerAttributeKeyword_5());
- match(input, 23, FOLLOW_23_in_rule__AttributeBaseType__Alternatives3164);
- after(grammarAccess.getAttributeBaseTypeAccess().getIntegerAttributeKeyword_5());
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1394:6: ( ruleQUALIFIED_NAME )
+ {
+ // InternalOseeDsl.g:1394:6: ( ruleQUALIFIED_NAME )
+ // InternalOseeDsl.g:1395:1: ruleQUALIFIED_NAME
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getDataProviderQUALIFIED_NAMEParserRuleCall_9_0_2());
+ pushFollow(FOLLOW_2);
+ ruleQUALIFIED_NAME();
- }
+ state._fsp--;
- }
- break;
- case 7:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1506:6: ( 'LongAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1506:6: ( 'LongAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1507:1: 'LongAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getLongAttributeKeyword_6());
- match(input, 24, FOLLOW_24_in_rule__AttributeBaseType__Alternatives3184);
- after(grammarAccess.getAttributeBaseTypeAccess().getLongAttributeKeyword_6());
+ after(grammarAccess.getXAttributeTypeAccess().getDataProviderQUALIFIED_NAMEParserRuleCall_9_0_2());
- }
+ }
- }
- break;
- case 8:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1514:6: ( 'JavaObjectAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1514:6: ( 'JavaObjectAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1515:1: 'JavaObjectAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getJavaObjectAttributeKeyword_7());
- match(input, 25, FOLLOW_25_in_rule__AttributeBaseType__Alternatives3204);
- after(grammarAccess.getAttributeBaseTypeAccess().getJavaObjectAttributeKeyword_7());
- }
+ }
+ break;
}
- break;
- case 9:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1522:6: ( 'StringAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1522:6: ( 'StringAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1523:1: 'StringAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getStringAttributeKeyword_8());
- match(input, 26, FOLLOW_26_in_rule__AttributeBaseType__Alternatives3224);
- after(grammarAccess.getAttributeBaseTypeAccess().getStringAttributeKeyword_8());
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
+ restoreStackSize(stackSize);
- }
- break;
- case 10:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1530:6: ( 'ArtifactReferenceAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1530:6: ( 'ArtifactReferenceAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1531:1: 'ArtifactReferenceAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getArtifactReferenceAttributeKeyword_9());
- match(input, 27, FOLLOW_27_in_rule__AttributeBaseType__Alternatives3244);
- after(grammarAccess.getAttributeBaseTypeAccess().getArtifactReferenceAttributeKeyword_9());
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__DataProviderAlternatives_9_0"
- }
- }
- break;
- case 11:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1538:6: ( 'BranchReferenceAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1538:6: ( 'BranchReferenceAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1539:1: 'BranchReferenceAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getBranchReferenceAttributeKeyword_10());
- match(input, 28, FOLLOW_28_in_rule__AttributeBaseType__Alternatives3264);
- after(grammarAccess.getAttributeBaseTypeAccess().getBranchReferenceAttributeKeyword_10());
+ // $ANTLR start "rule__XAttributeType__MaxAlternatives_13_0"
+ // InternalOseeDsl.g:1405: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 {
+ // InternalOseeDsl.g:1409:1: ( ( RULE_WHOLE_NUM_STR ) | ( 'unlimited' ) )
+ int alt5=2;
+ int LA5_0 = input.LA(1);
+ if ( (LA5_0==RULE_WHOLE_NUM_STR) ) {
+ alt5=1;
}
- break;
- case 12:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1546:6: ( 'WordAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1546:6: ( 'WordAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1547:1: 'WordAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getWordAttributeKeyword_11());
- match(input, 29, FOLLOW_29_in_rule__AttributeBaseType__Alternatives3284);
- after(grammarAccess.getAttributeBaseTypeAccess().getWordAttributeKeyword_11());
-
- }
-
+ else if ( (LA5_0==15) ) {
+ alt5=2;
}
- break;
- case 13:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1554:6: ( 'OutlineNumberAttribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1554:6: ( 'OutlineNumberAttribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1555:1: 'OutlineNumberAttribute'
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getOutlineNumberAttributeKeyword_12());
- match(input, 30, FOLLOW_30_in_rule__AttributeBaseType__Alternatives3304);
- after(grammarAccess.getAttributeBaseTypeAccess().getOutlineNumberAttributeKeyword_12());
-
- }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 5, 0, input);
+ throw nvae;
}
- break;
- case 14:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1562:6: ( ruleQUALIFIED_NAME )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1562:6: ( ruleQUALIFIED_NAME )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1563:1: ruleQUALIFIED_NAME
- {
- before(grammarAccess.getAttributeBaseTypeAccess().getQUALIFIED_NAMEParserRuleCall_13());
- pushFollow(FOLLOW_ruleQUALIFIED_NAME_in_rule__AttributeBaseType__Alternatives3323);
- ruleQUALIFIED_NAME();
-
- state._fsp--;
+ switch (alt5) {
+ case 1 :
+ // InternalOseeDsl.g:1410:1: ( RULE_WHOLE_NUM_STR )
+ {
+ // InternalOseeDsl.g:1410:1: ( RULE_WHOLE_NUM_STR )
+ // InternalOseeDsl.g:1411:1: RULE_WHOLE_NUM_STR
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getMaxWHOLE_NUM_STRTerminalRuleCall_13_0_0());
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getMaxWHOLE_NUM_STRTerminalRuleCall_13_0_0());
- after(grammarAccess.getAttributeBaseTypeAccess().getQUALIFIED_NAMEParserRuleCall_13());
+ }
- }
- }
- break;
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1416:6: ( 'unlimited' )
+ {
+ // InternalOseeDsl.g:1416:6: ( 'unlimited' )
+ // InternalOseeDsl.g:1417:1: 'unlimited'
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getMaxUnlimitedKeyword_13_0_1());
+ match(input,15,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getMaxUnlimitedKeyword_13_0_1());
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeBaseType__Alternatives"
+ }
+ break;
- // $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:1573:1: rule__OverrideOption__Alternatives : ( ( ruleAddEnum ) | ( ruleRemoveEnum ) );
- public final void rule__OverrideOption__Alternatives() throws RecognitionException {
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- int stackSize = keepStackSize();
+ restoreStackSize(stackSize);
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1577:1: ( ( ruleAddEnum ) | ( ruleRemoveEnum ) )
- int alt8 = 2;
- int LA8_0 = input.LA(1);
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__MaxAlternatives_13_0"
- if (LA8_0 == 76) {
- alt8 = 1;
- } else if (LA8_0 == 77) {
- alt8 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 8, 0, input);
- throw nvae;
- }
- 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:1578:1: ( ruleAddEnum )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1578:1: ( ruleAddEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1579:1: ruleAddEnum
- {
- before(grammarAccess.getOverrideOptionAccess().getAddEnumParserRuleCall_0());
- pushFollow(FOLLOW_ruleAddEnum_in_rule__OverrideOption__Alternatives3355);
- ruleAddEnum();
+ // $ANTLR start "rule__XAttributeType__TaggerIdAlternatives_14_0_1_0"
+ // InternalOseeDsl.g:1429:1: rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 : ( ( 'DefaultAttributeTaggerProvider' ) | ( ruleQUALIFIED_NAME ) );
+ public final void rule__XAttributeType__TaggerIdAlternatives_14_0_1_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1433:1: ( ( 'DefaultAttributeTaggerProvider' ) | ( ruleQUALIFIED_NAME ) )
+ int alt6=2;
+ int LA6_0 = input.LA(1);
+
+ if ( (LA6_0==16) ) {
+ alt6=1;
+ }
+ else if ( (LA6_0==RULE_ID) ) {
+ alt6=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 6, 0, input);
+
+ throw nvae;
+ }
+ switch (alt6) {
+ case 1 :
+ // InternalOseeDsl.g:1434:1: ( 'DefaultAttributeTaggerProvider' )
+ {
+ // InternalOseeDsl.g:1434:1: ( 'DefaultAttributeTaggerProvider' )
+ // InternalOseeDsl.g:1435:1: 'DefaultAttributeTaggerProvider'
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getTaggerIdDefaultAttributeTaggerProviderKeyword_14_0_1_0_0());
+ match(input,16,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getTaggerIdDefaultAttributeTaggerProviderKeyword_14_0_1_0_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1442:6: ( ruleQUALIFIED_NAME )
+ {
+ // InternalOseeDsl.g:1442:6: ( ruleQUALIFIED_NAME )
+ // InternalOseeDsl.g:1443:1: ruleQUALIFIED_NAME
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getTaggerIdQUALIFIED_NAMEParserRuleCall_14_0_1_0_1());
+ pushFollow(FOLLOW_2);
+ ruleQUALIFIED_NAME();
+
+ state._fsp--;
+
+ after(grammarAccess.getXAttributeTypeAccess().getTaggerIdQUALIFIED_NAMEParserRuleCall_14_0_1_0_1());
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__TaggerIdAlternatives_14_0_1_0"
+
+
+ // $ANTLR start "rule__AttributeBaseType__Alternatives"
+ // InternalOseeDsl.g:1453:1: rule__AttributeBaseType__Alternatives : ( ( 'BooleanAttribute' ) | ( 'CompressedContentAttribute' ) | ( 'DateAttribute' ) | ( 'EnumeratedAttribute' ) | ( 'FloatingPointAttribute' ) | ( 'IntegerAttribute' ) | ( 'LongAttribute' ) | ( 'JavaObjectAttribute' ) | ( 'StringAttribute' ) | ( 'ArtifactReferenceAttribute' ) | ( 'BranchReferenceAttribute' ) | ( 'WordAttribute' ) | ( 'OutlineNumberAttribute' ) | ( ruleQUALIFIED_NAME ) );
+ public final void rule__AttributeBaseType__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1457:1: ( ( 'BooleanAttribute' ) | ( 'CompressedContentAttribute' ) | ( 'DateAttribute' ) | ( 'EnumeratedAttribute' ) | ( 'FloatingPointAttribute' ) | ( 'IntegerAttribute' ) | ( 'LongAttribute' ) | ( 'JavaObjectAttribute' ) | ( 'StringAttribute' ) | ( 'ArtifactReferenceAttribute' ) | ( 'BranchReferenceAttribute' ) | ( 'WordAttribute' ) | ( 'OutlineNumberAttribute' ) | ( ruleQUALIFIED_NAME ) )
+ int alt7=14;
+ switch ( input.LA(1) ) {
+ case 17:
+ {
+ alt7=1;
+ }
+ break;
+ case 18:
+ {
+ alt7=2;
+ }
+ break;
+ case 19:
+ {
+ alt7=3;
+ }
+ break;
+ case 20:
+ {
+ alt7=4;
+ }
+ break;
+ case 21:
+ {
+ alt7=5;
+ }
+ break;
+ case 22:
+ {
+ alt7=6;
+ }
+ break;
+ case 23:
+ {
+ alt7=7;
+ }
+ break;
+ case 24:
+ {
+ alt7=8;
+ }
+ break;
+ case 25:
+ {
+ alt7=9;
+ }
+ break;
+ case 26:
+ {
+ alt7=10;
+ }
+ break;
+ case 27:
+ {
+ alt7=11;
+ }
+ break;
+ case 28:
+ {
+ alt7=12;
+ }
+ break;
+ case 29:
+ {
+ alt7=13;
+ }
+ break;
+ case RULE_ID:
+ {
+ alt7=14;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 7, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt7) {
+ case 1 :
+ // InternalOseeDsl.g:1458:1: ( 'BooleanAttribute' )
+ {
+ // InternalOseeDsl.g:1458:1: ( 'BooleanAttribute' )
+ // InternalOseeDsl.g:1459:1: 'BooleanAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getBooleanAttributeKeyword_0());
+ match(input,17,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getBooleanAttributeKeyword_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1466:6: ( 'CompressedContentAttribute' )
+ {
+ // InternalOseeDsl.g:1466:6: ( 'CompressedContentAttribute' )
+ // InternalOseeDsl.g:1467:1: 'CompressedContentAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getCompressedContentAttributeKeyword_1());
+ match(input,18,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getCompressedContentAttributeKeyword_1());
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1474:6: ( 'DateAttribute' )
+ {
+ // InternalOseeDsl.g:1474:6: ( 'DateAttribute' )
+ // InternalOseeDsl.g:1475:1: 'DateAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getDateAttributeKeyword_2());
+ match(input,19,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getDateAttributeKeyword_2());
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalOseeDsl.g:1482:6: ( 'EnumeratedAttribute' )
+ {
+ // InternalOseeDsl.g:1482:6: ( 'EnumeratedAttribute' )
+ // InternalOseeDsl.g:1483:1: 'EnumeratedAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getEnumeratedAttributeKeyword_3());
+ match(input,20,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getEnumeratedAttributeKeyword_3());
+
+ }
+
+
+ }
+ break;
+ case 5 :
+ // InternalOseeDsl.g:1490:6: ( 'FloatingPointAttribute' )
+ {
+ // InternalOseeDsl.g:1490:6: ( 'FloatingPointAttribute' )
+ // InternalOseeDsl.g:1491:1: 'FloatingPointAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getFloatingPointAttributeKeyword_4());
+ match(input,21,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getFloatingPointAttributeKeyword_4());
+
+ }
+
+
+ }
+ break;
+ case 6 :
+ // InternalOseeDsl.g:1498:6: ( 'IntegerAttribute' )
+ {
+ // InternalOseeDsl.g:1498:6: ( 'IntegerAttribute' )
+ // InternalOseeDsl.g:1499:1: 'IntegerAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getIntegerAttributeKeyword_5());
+ match(input,22,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getIntegerAttributeKeyword_5());
+
+ }
+
+
+ }
+ break;
+ case 7 :
+ // InternalOseeDsl.g:1506:6: ( 'LongAttribute' )
+ {
+ // InternalOseeDsl.g:1506:6: ( 'LongAttribute' )
+ // InternalOseeDsl.g:1507:1: 'LongAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getLongAttributeKeyword_6());
+ match(input,23,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getLongAttributeKeyword_6());
+
+ }
+
+
+ }
+ break;
+ case 8 :
+ // InternalOseeDsl.g:1514:6: ( 'JavaObjectAttribute' )
+ {
+ // InternalOseeDsl.g:1514:6: ( 'JavaObjectAttribute' )
+ // InternalOseeDsl.g:1515:1: 'JavaObjectAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getJavaObjectAttributeKeyword_7());
+ match(input,24,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getJavaObjectAttributeKeyword_7());
+
+ }
+
+
+ }
+ break;
+ case 9 :
+ // InternalOseeDsl.g:1522:6: ( 'StringAttribute' )
+ {
+ // InternalOseeDsl.g:1522:6: ( 'StringAttribute' )
+ // InternalOseeDsl.g:1523:1: 'StringAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getStringAttributeKeyword_8());
+ match(input,25,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getStringAttributeKeyword_8());
+
+ }
+
+
+ }
+ break;
+ case 10 :
+ // InternalOseeDsl.g:1530:6: ( 'ArtifactReferenceAttribute' )
+ {
+ // InternalOseeDsl.g:1530:6: ( 'ArtifactReferenceAttribute' )
+ // InternalOseeDsl.g:1531:1: 'ArtifactReferenceAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getArtifactReferenceAttributeKeyword_9());
+ match(input,26,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getArtifactReferenceAttributeKeyword_9());
+
+ }
+
+
+ }
+ break;
+ case 11 :
+ // InternalOseeDsl.g:1538:6: ( 'BranchReferenceAttribute' )
+ {
+ // InternalOseeDsl.g:1538:6: ( 'BranchReferenceAttribute' )
+ // InternalOseeDsl.g:1539:1: 'BranchReferenceAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getBranchReferenceAttributeKeyword_10());
+ match(input,27,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getBranchReferenceAttributeKeyword_10());
+
+ }
+
+
+ }
+ break;
+ case 12 :
+ // InternalOseeDsl.g:1546:6: ( 'WordAttribute' )
+ {
+ // InternalOseeDsl.g:1546:6: ( 'WordAttribute' )
+ // InternalOseeDsl.g:1547:1: 'WordAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getWordAttributeKeyword_11());
+ match(input,28,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getWordAttributeKeyword_11());
+
+ }
+
+
+ }
+ break;
+ case 13 :
+ // InternalOseeDsl.g:1554:6: ( 'OutlineNumberAttribute' )
+ {
+ // InternalOseeDsl.g:1554:6: ( 'OutlineNumberAttribute' )
+ // InternalOseeDsl.g:1555:1: 'OutlineNumberAttribute'
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getOutlineNumberAttributeKeyword_12());
+ match(input,29,FOLLOW_2);
+ after(grammarAccess.getAttributeBaseTypeAccess().getOutlineNumberAttributeKeyword_12());
+
+ }
+
+
+ }
+ break;
+ case 14 :
+ // InternalOseeDsl.g:1562:6: ( ruleQUALIFIED_NAME )
+ {
+ // InternalOseeDsl.g:1562:6: ( ruleQUALIFIED_NAME )
+ // InternalOseeDsl.g:1563:1: ruleQUALIFIED_NAME
+ {
+ before(grammarAccess.getAttributeBaseTypeAccess().getQUALIFIED_NAMEParserRuleCall_13());
+ pushFollow(FOLLOW_2);
+ ruleQUALIFIED_NAME();
+
+ state._fsp--;
+
+ after(grammarAccess.getAttributeBaseTypeAccess().getQUALIFIED_NAMEParserRuleCall_13());
- state._fsp--;
+ }
- after(grammarAccess.getOverrideOptionAccess().getAddEnumParserRuleCall_0());
- }
+ }
+ break;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1584:6: ( ruleRemoveEnum )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1584:6: ( ruleRemoveEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1585:1: ruleRemoveEnum
- {
- before(grammarAccess.getOverrideOptionAccess().getRemoveEnumParserRuleCall_1());
- pushFollow(FOLLOW_ruleRemoveEnum_in_rule__OverrideOption__Alternatives3372);
- ruleRemoveEnum();
-
- state._fsp--;
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeBaseType__Alternatives"
+
+
+ // $ANTLR start "rule__OverrideOption__Alternatives"
+ // InternalOseeDsl.g:1573:1: rule__OverrideOption__Alternatives : ( ( ruleAddEnum ) | ( ruleRemoveEnum ) );
+ public final void rule__OverrideOption__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1577:1: ( ( ruleAddEnum ) | ( ruleRemoveEnum ) )
+ int alt8=2;
+ int LA8_0 = input.LA(1);
+
+ if ( (LA8_0==75) ) {
+ alt8=1;
+ }
+ else if ( (LA8_0==76) ) {
+ alt8=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 8, 0, input);
+
+ throw nvae;
+ }
+ switch (alt8) {
+ case 1 :
+ // InternalOseeDsl.g:1578:1: ( ruleAddEnum )
+ {
+ // InternalOseeDsl.g:1578:1: ( ruleAddEnum )
+ // InternalOseeDsl.g:1579:1: ruleAddEnum
+ {
+ before(grammarAccess.getOverrideOptionAccess().getAddEnumParserRuleCall_0());
+ pushFollow(FOLLOW_2);
+ ruleAddEnum();
+
+ state._fsp--;
+
+ after(grammarAccess.getOverrideOptionAccess().getAddEnumParserRuleCall_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1584:6: ( ruleRemoveEnum )
+ {
+ // InternalOseeDsl.g:1584:6: ( ruleRemoveEnum )
+ // InternalOseeDsl.g:1585:1: ruleRemoveEnum
+ {
+ before(grammarAccess.getOverrideOptionAccess().getRemoveEnumParserRuleCall_1());
+ pushFollow(FOLLOW_2);
+ ruleRemoveEnum();
+
+ state._fsp--;
- after(grammarAccess.getOverrideOptionAccess().getRemoveEnumParserRuleCall_1());
+ after(grammarAccess.getOverrideOptionAccess().getRemoveEnumParserRuleCall_1());
- }
+ }
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- restoreStackSize(stackSize);
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__OverrideOption__Alternatives"
+ restoreStackSize(stackSize);
- // $ANTLR start "rule__AttributeOverrideOption__Alternatives"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1595:1: rule__AttributeOverrideOption__Alternatives : ( ( ruleAddAttribute ) | ( ruleRemoveAttribute ) | ( ruleUpdateAttribute ) );
- public final void rule__AttributeOverrideOption__Alternatives() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OverrideOption__Alternatives"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1599:1: ( ( ruleAddAttribute ) | ( ruleRemoveAttribute ) | ( ruleUpdateAttribute ) )
- int alt9 = 3;
- switch (input.LA(1)) {
- case 76: {
- alt9 = 1;
- }
- break;
- case 77: {
- alt9 = 2;
- }
- break;
- case 79: {
- alt9 = 3;
- }
- break;
+ // $ANTLR start "rule__AttributeOverrideOption__Alternatives"
+ // InternalOseeDsl.g:1595:1: rule__AttributeOverrideOption__Alternatives : ( ( ruleAddAttribute ) | ( ruleRemoveAttribute ) | ( ruleUpdateAttribute ) );
+ public final void rule__AttributeOverrideOption__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1599:1: ( ( ruleAddAttribute ) | ( ruleRemoveAttribute ) | ( ruleUpdateAttribute ) )
+ int alt9=3;
+ switch ( input.LA(1) ) {
+ case 75:
+ {
+ alt9=1;
+ }
+ break;
+ case 76:
+ {
+ alt9=2;
+ }
+ break;
+ case 78:
+ {
+ alt9=3;
+ }
+ break;
default:
- NoViableAltException nvae = new NoViableAltException("", 9, 0, input);
-
- throw nvae;
- }
-
- 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:1600:1: ( ruleAddAttribute )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1600:1: ( ruleAddAttribute )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1601:1: ruleAddAttribute
- {
- before(grammarAccess.getAttributeOverrideOptionAccess().getAddAttributeParserRuleCall_0());
- pushFollow(FOLLOW_ruleAddAttribute_in_rule__AttributeOverrideOption__Alternatives3404);
- ruleAddAttribute();
+ NoViableAltException nvae =
+ new NoViableAltException("", 9, 0, input);
- state._fsp--;
-
- after(grammarAccess.getAttributeOverrideOptionAccess().getAddAttributeParserRuleCall_0());
-
- }
+ throw nvae;
+ }
+
+ switch (alt9) {
+ case 1 :
+ // InternalOseeDsl.g:1600:1: ( ruleAddAttribute )
+ {
+ // InternalOseeDsl.g:1600:1: ( ruleAddAttribute )
+ // InternalOseeDsl.g:1601:1: ruleAddAttribute
+ {
+ before(grammarAccess.getAttributeOverrideOptionAccess().getAddAttributeParserRuleCall_0());
+ pushFollow(FOLLOW_2);
+ ruleAddAttribute();
+
+ state._fsp--;
+
+ after(grammarAccess.getAttributeOverrideOptionAccess().getAddAttributeParserRuleCall_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1606:6: ( ruleRemoveAttribute )
+ {
+ // InternalOseeDsl.g:1606:6: ( ruleRemoveAttribute )
+ // InternalOseeDsl.g:1607:1: ruleRemoveAttribute
+ {
+ before(grammarAccess.getAttributeOverrideOptionAccess().getRemoveAttributeParserRuleCall_1());
+ pushFollow(FOLLOW_2);
+ ruleRemoveAttribute();
+
+ state._fsp--;
+
+ after(grammarAccess.getAttributeOverrideOptionAccess().getRemoveAttributeParserRuleCall_1());
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1612:6: ( ruleUpdateAttribute )
+ {
+ // InternalOseeDsl.g:1612:6: ( ruleUpdateAttribute )
+ // InternalOseeDsl.g:1613:1: ruleUpdateAttribute
+ {
+ before(grammarAccess.getAttributeOverrideOptionAccess().getUpdateAttributeParserRuleCall_2());
+ pushFollow(FOLLOW_2);
+ ruleUpdateAttribute();
+
+ state._fsp--;
+
+ after(grammarAccess.getAttributeOverrideOptionAccess().getUpdateAttributeParserRuleCall_2());
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeOverrideOption__Alternatives"
+
+
+ // $ANTLR start "rule__RelationOrderType__Alternatives"
+ // InternalOseeDsl.g:1623:1: rule__RelationOrderType__Alternatives : ( ( 'Lexicographical_Ascending' ) | ( 'Lexicographical_Descending' ) | ( 'Unordered' ) | ( RULE_ID ) );
+ public final void rule__RelationOrderType__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1627:1: ( ( 'Lexicographical_Ascending' ) | ( 'Lexicographical_Descending' ) | ( 'Unordered' ) | ( RULE_ID ) )
+ int alt10=4;
+ switch ( input.LA(1) ) {
+ case 30:
+ {
+ alt10=1;
+ }
+ break;
+ case 31:
+ {
+ alt10=2;
+ }
+ break;
+ case 32:
+ {
+ alt10=3;
+ }
+ break;
+ case RULE_ID:
+ {
+ alt10=4;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 10, 0, input);
+ throw nvae;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1606:6: ( ruleRemoveAttribute )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1606:6: ( ruleRemoveAttribute )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1607:1: ruleRemoveAttribute
- {
- before(grammarAccess.getAttributeOverrideOptionAccess().getRemoveAttributeParserRuleCall_1());
- pushFollow(FOLLOW_ruleRemoveAttribute_in_rule__AttributeOverrideOption__Alternatives3421);
- ruleRemoveAttribute();
- state._fsp--;
+ switch (alt10) {
+ case 1 :
+ // InternalOseeDsl.g:1628:1: ( 'Lexicographical_Ascending' )
+ {
+ // InternalOseeDsl.g:1628:1: ( 'Lexicographical_Ascending' )
+ // InternalOseeDsl.g:1629:1: 'Lexicographical_Ascending'
+ {
+ before(grammarAccess.getRelationOrderTypeAccess().getLexicographical_AscendingKeyword_0());
+ match(input,30,FOLLOW_2);
+ after(grammarAccess.getRelationOrderTypeAccess().getLexicographical_AscendingKeyword_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1636:6: ( 'Lexicographical_Descending' )
+ {
+ // InternalOseeDsl.g:1636:6: ( 'Lexicographical_Descending' )
+ // InternalOseeDsl.g:1637:1: 'Lexicographical_Descending'
+ {
+ before(grammarAccess.getRelationOrderTypeAccess().getLexicographical_DescendingKeyword_1());
+ match(input,31,FOLLOW_2);
+ after(grammarAccess.getRelationOrderTypeAccess().getLexicographical_DescendingKeyword_1());
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1644:6: ( 'Unordered' )
+ {
+ // InternalOseeDsl.g:1644:6: ( 'Unordered' )
+ // InternalOseeDsl.g:1645:1: 'Unordered'
+ {
+ before(grammarAccess.getRelationOrderTypeAccess().getUnorderedKeyword_2());
+ match(input,32,FOLLOW_2);
+ after(grammarAccess.getRelationOrderTypeAccess().getUnorderedKeyword_2());
- after(grammarAccess.getAttributeOverrideOptionAccess().getRemoveAttributeParserRuleCall_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:1612:6: ( ruleUpdateAttribute )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1612:6: ( ruleUpdateAttribute )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1613:1: ruleUpdateAttribute
- {
- before(grammarAccess.getAttributeOverrideOptionAccess().getUpdateAttributeParserRuleCall_2());
- pushFollow(FOLLOW_ruleUpdateAttribute_in_rule__AttributeOverrideOption__Alternatives3438);
- ruleUpdateAttribute();
+ }
+ break;
+ case 4 :
+ // InternalOseeDsl.g:1652:6: ( RULE_ID )
+ {
+ // InternalOseeDsl.g:1652:6: ( RULE_ID )
+ // InternalOseeDsl.g:1653:1: RULE_ID
+ {
+ before(grammarAccess.getRelationOrderTypeAccess().getIDTerminalRuleCall_3());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getRelationOrderTypeAccess().getIDTerminalRuleCall_3());
- state._fsp--;
+ }
- after(grammarAccess.getAttributeOverrideOptionAccess().getUpdateAttributeParserRuleCall_2());
- }
+ }
+ break;
}
- break;
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationOrderType__Alternatives"
- }
- return;
- }
- // $ANTLR end "rule__AttributeOverrideOption__Alternatives"
- // $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:1623:1: rule__RelationOrderType__Alternatives : ( ( 'Lexicographical_Ascending' ) | ( 'Lexicographical_Descending' ) | ( 'Unordered' ) | ( RULE_ID ) );
- public final void rule__RelationOrderType__Alternatives() throws RecognitionException {
+ // $ANTLR start "rule__Condition__Alternatives"
+ // InternalOseeDsl.g:1664:1: rule__Condition__Alternatives : ( ( ruleSimpleCondition ) | ( ruleCompoundCondition ) );
+ public final void rule__Condition__Alternatives() throws RecognitionException {
- int stackSize = keepStackSize();
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1668:1: ( ( ruleSimpleCondition ) | ( ruleCompoundCondition ) )
+ int alt11=2;
+ int LA11_0 = input.LA(1);
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1627:1: ( ( 'Lexicographical_Ascending' ) | ( 'Lexicographical_Descending' ) | ( 'Unordered' ) | ( RULE_ID ) )
- int alt10 = 4;
- switch (input.LA(1)) {
- case 31: {
- alt10 = 1;
+ if ( ((LA11_0>=41 && LA11_0<=44)) ) {
+ alt11=1;
}
- break;
- case 32: {
- alt10 = 2;
+ else if ( (LA11_0==86) ) {
+ alt11=2;
}
- break;
- case 33: {
- alt10 = 3;
- }
- break;
- case RULE_ID: {
- alt10 = 4;
- }
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 10, 0, input);
-
- throw nvae;
- }
-
- 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:1628:1: ( 'Lexicographical_Ascending' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1628:1: ( 'Lexicographical_Ascending' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1629:1: 'Lexicographical_Ascending'
- {
- before(grammarAccess.getRelationOrderTypeAccess().getLexicographical_AscendingKeyword_0());
- match(input, 31, FOLLOW_31_in_rule__RelationOrderType__Alternatives3471);
- after(grammarAccess.getRelationOrderTypeAccess().getLexicographical_AscendingKeyword_0());
-
- }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 11, 0, input);
+ throw nvae;
}
- 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: ( 'Lexicographical_Descending' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1636:6: ( 'Lexicographical_Descending' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1637:1: 'Lexicographical_Descending'
- {
- before(grammarAccess.getRelationOrderTypeAccess().getLexicographical_DescendingKeyword_1());
- match(input, 32, FOLLOW_32_in_rule__RelationOrderType__Alternatives3491);
- after(grammarAccess.getRelationOrderTypeAccess().getLexicographical_DescendingKeyword_1());
+ switch (alt11) {
+ case 1 :
+ // InternalOseeDsl.g:1669:1: ( ruleSimpleCondition )
+ {
+ // InternalOseeDsl.g:1669:1: ( ruleSimpleCondition )
+ // InternalOseeDsl.g:1670:1: ruleSimpleCondition
+ {
+ before(grammarAccess.getConditionAccess().getSimpleConditionParserRuleCall_0());
+ pushFollow(FOLLOW_2);
+ ruleSimpleCondition();
- }
+ state._fsp--;
- }
- break;
- case 3:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1644:6: ( 'Unordered' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1644:6: ( 'Unordered' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1645:1: 'Unordered'
- {
- before(grammarAccess.getRelationOrderTypeAccess().getUnorderedKeyword_2());
- match(input, 33, FOLLOW_33_in_rule__RelationOrderType__Alternatives3511);
- after(grammarAccess.getRelationOrderTypeAccess().getUnorderedKeyword_2());
+ after(grammarAccess.getConditionAccess().getSimpleConditionParserRuleCall_0());
- }
+ }
- }
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1652:6: ( RULE_ID )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1652:6: ( RULE_ID )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1653:1: RULE_ID
- {
- before(grammarAccess.getRelationOrderTypeAccess().getIDTerminalRuleCall_3());
- match(input, RULE_ID, FOLLOW_RULE_ID_in_rule__RelationOrderType__Alternatives3530);
- after(grammarAccess.getRelationOrderTypeAccess().getIDTerminalRuleCall_3());
- }
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1675:6: ( ruleCompoundCondition )
+ {
+ // InternalOseeDsl.g:1675:6: ( ruleCompoundCondition )
+ // InternalOseeDsl.g:1676:1: ruleCompoundCondition
+ {
+ before(grammarAccess.getConditionAccess().getCompoundConditionParserRuleCall_1());
+ pushFollow(FOLLOW_2);
+ ruleCompoundCondition();
- }
- break;
+ state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ after(grammarAccess.getConditionAccess().getCompoundConditionParserRuleCall_1());
- restoreStackSize(stackSize);
+ }
- }
- return;
- }
- // $ANTLR end "rule__RelationOrderType__Alternatives"
- // $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:1664:1: rule__Condition__Alternatives : ( ( ruleSimpleCondition ) | ( ruleCompoundCondition ) );
- public final void rule__Condition__Alternatives() throws RecognitionException {
+ }
+ break;
- int stackSize = keepStackSize();
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1668:1: ( ( ruleSimpleCondition ) | ( ruleCompoundCondition ) )
- int alt11 = 2;
- int LA11_0 = input.LA(1);
+ restoreStackSize(stackSize);
- if (LA11_0 >= 42 && LA11_0 <= 45) {
- alt11 = 1;
- } else if (LA11_0 == 87) {
- alt11 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 11, 0, input);
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Condition__Alternatives"
- 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:1669:1: ( ruleSimpleCondition )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1669:1: ( ruleSimpleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1670:1: ruleSimpleCondition
- {
- before(grammarAccess.getConditionAccess().getSimpleConditionParserRuleCall_0());
- pushFollow(FOLLOW_ruleSimpleCondition_in_rule__Condition__Alternatives3563);
- ruleSimpleCondition();
- state._fsp--;
+ // $ANTLR start "rule__Role__Alternatives_4"
+ // InternalOseeDsl.g:1686:1: rule__Role__Alternatives_4 : ( ( ( rule__Role__UsersAndGroupsAssignment_4_0 ) ) | ( ( rule__Role__ReferencedContextsAssignment_4_1 ) ) );
+ public final void rule__Role__Alternatives_4() throws RecognitionException {
- after(grammarAccess.getConditionAccess().getSimpleConditionParserRuleCall_0());
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1690:1: ( ( ( rule__Role__UsersAndGroupsAssignment_4_0 ) ) | ( ( rule__Role__ReferencedContextsAssignment_4_1 ) ) )
+ int alt12=2;
+ int LA12_0 = input.LA(1);
- }
+ if ( (LA12_0==58) ) {
+ alt12=1;
+ }
+ else if ( (LA12_0==92) ) {
+ alt12=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 12, 0, input);
+ throw nvae;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1675:6: ( ruleCompoundCondition )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1675:6: ( ruleCompoundCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1676:1: ruleCompoundCondition
- {
- before(grammarAccess.getConditionAccess().getCompoundConditionParserRuleCall_1());
- pushFollow(FOLLOW_ruleCompoundCondition_in_rule__Condition__Alternatives3580);
- ruleCompoundCondition();
+ switch (alt12) {
+ case 1 :
+ // InternalOseeDsl.g:1691:1: ( ( rule__Role__UsersAndGroupsAssignment_4_0 ) )
+ {
+ // InternalOseeDsl.g:1691:1: ( ( rule__Role__UsersAndGroupsAssignment_4_0 ) )
+ // InternalOseeDsl.g:1692:1: ( rule__Role__UsersAndGroupsAssignment_4_0 )
+ {
+ before(grammarAccess.getRoleAccess().getUsersAndGroupsAssignment_4_0());
+ // InternalOseeDsl.g:1693:1: ( rule__Role__UsersAndGroupsAssignment_4_0 )
+ // InternalOseeDsl.g:1693:2: rule__Role__UsersAndGroupsAssignment_4_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Role__UsersAndGroupsAssignment_4_0();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getConditionAccess().getCompoundConditionParserRuleCall_1());
- }
+ }
- }
- break;
+ after(grammarAccess.getRoleAccess().getUsersAndGroupsAssignment_4_0());
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Condition__Alternatives"
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1697:6: ( ( rule__Role__ReferencedContextsAssignment_4_1 ) )
+ {
+ // InternalOseeDsl.g:1697:6: ( ( rule__Role__ReferencedContextsAssignment_4_1 ) )
+ // InternalOseeDsl.g:1698:1: ( rule__Role__ReferencedContextsAssignment_4_1 )
+ {
+ before(grammarAccess.getRoleAccess().getReferencedContextsAssignment_4_1());
+ // InternalOseeDsl.g:1699:1: ( rule__Role__ReferencedContextsAssignment_4_1 )
+ // InternalOseeDsl.g:1699:2: rule__Role__ReferencedContextsAssignment_4_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Role__ReferencedContextsAssignment_4_1();
- // $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:1686:1: rule__Role__Alternatives_4 : ( ( ( rule__Role__UsersAndGroupsAssignment_4_0 ) ) | ( ( rule__Role__ReferencedContextsAssignment_4_1 ) ) );
- public final void rule__Role__Alternatives_4() throws RecognitionException {
+ state._fsp--;
- int 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__Role__UsersAndGroupsAssignment_4_0 ) ) | ( ( rule__Role__ReferencedContextsAssignment_4_1 ) ) )
- int alt12 = 2;
- int LA12_0 = input.LA(1);
+ }
- if (LA12_0 == 59) {
- alt12 = 1;
- } else if (LA12_0 == 93) {
- alt12 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 12, 0, input);
+ after(grammarAccess.getRoleAccess().getReferencedContextsAssignment_4_1());
- throw nvae;
- }
- 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:1691: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:1691: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:1692: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:1693: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:1693:2: rule__Role__UsersAndGroupsAssignment_4_0
- {
- pushFollow(FOLLOW_rule__Role__UsersAndGroupsAssignment_4_0_in_rule__Role__Alternatives_43612);
- rule__Role__UsersAndGroupsAssignment_4_0();
+ }
- state._fsp--;
- }
+ }
+ break;
- after(grammarAccess.getRoleAccess().getUsersAndGroupsAssignment_4_0());
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
+ restoreStackSize(stackSize);
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1697: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:1697: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:1698: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:1699: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:1699:2: rule__Role__ReferencedContextsAssignment_4_1
- {
- pushFollow(FOLLOW_rule__Role__ReferencedContextsAssignment_4_1_in_rule__Role__Alternatives_43630);
- rule__Role__ReferencedContextsAssignment_4_1();
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Alternatives_4"
- state._fsp--;
- }
+ // $ANTLR start "rule__AccessContext__Alternatives_7"
+ // InternalOseeDsl.g:1708:1: rule__AccessContext__Alternatives_7 : ( ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) ) | ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) ) );
+ public final void rule__AccessContext__Alternatives_7() throws RecognitionException {
- after(grammarAccess.getRoleAccess().getReferencedContextsAssignment_4_1());
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1712:1: ( ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) ) | ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) ) )
+ int alt13=2;
+ int LA13_0 = input.LA(1);
- }
+ if ( ((LA13_0>=45 && LA13_0<=46)) ) {
+ alt13=1;
+ }
+ else if ( (LA13_0==93) ) {
+ alt13=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 13, 0, input);
+ throw nvae;
}
- break;
+ switch (alt13) {
+ case 1 :
+ // InternalOseeDsl.g:1713:1: ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) )
+ {
+ // InternalOseeDsl.g:1713:1: ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) )
+ // InternalOseeDsl.g:1714:1: ( rule__AccessContext__AccessRulesAssignment_7_0 )
+ {
+ before(grammarAccess.getAccessContextAccess().getAccessRulesAssignment_7_0());
+ // InternalOseeDsl.g:1715:1: ( rule__AccessContext__AccessRulesAssignment_7_0 )
+ // InternalOseeDsl.g:1715:2: rule__AccessContext__AccessRulesAssignment_7_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AccessContext__AccessRulesAssignment_7_0();
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ state._fsp--;
- 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:1708:1: rule__AccessContext__Alternatives_7 : ( ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) ) | ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) ) );
- public final void rule__AccessContext__Alternatives_7() throws RecognitionException {
+ after(grammarAccess.getAccessContextAccess().getAccessRulesAssignment_7_0());
- int stackSize = keepStackSize();
+ }
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1712:1: ( ( ( rule__AccessContext__AccessRulesAssignment_7_0 ) ) | ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) ) )
- int alt13 = 2;
- int LA13_0 = input.LA(1);
- if (LA13_0 >= 46 && LA13_0 <= 47) {
- alt13 = 1;
- } else if (LA13_0 == 94) {
- alt13 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 13, 0, input);
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1719:6: ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) )
+ {
+ // InternalOseeDsl.g:1719:6: ( ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 ) )
+ // InternalOseeDsl.g:1720:1: ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 )
+ {
+ before(grammarAccess.getAccessContextAccess().getHierarchyRestrictionsAssignment_7_1());
+ // InternalOseeDsl.g:1721:1: ( rule__AccessContext__HierarchyRestrictionsAssignment_7_1 )
+ // InternalOseeDsl.g:1721:2: rule__AccessContext__HierarchyRestrictionsAssignment_7_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__AccessContext__HierarchyRestrictionsAssignment_7_1();
+
+ state._fsp--;
- throw nvae;
- }
- 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:1713: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:1713: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:1714: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:1715: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:1715:2: rule__AccessContext__AccessRulesAssignment_7_0
- {
- pushFollow(
- FOLLOW_rule__AccessContext__AccessRulesAssignment_7_0_in_rule__AccessContext__Alternatives_73663);
- rule__AccessContext__AccessRulesAssignment_7_0();
- state._fsp--;
+ }
- }
+ after(grammarAccess.getAccessContextAccess().getHierarchyRestrictionsAssignment_7_1());
- after(grammarAccess.getAccessContextAccess().getAccessRulesAssignment_7_0());
+ }
- }
+
+ }
+ break;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1719: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:1719: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:1720: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:1721: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:1721:2: rule__AccessContext__HierarchyRestrictionsAssignment_7_1
- {
- pushFollow(
- FOLLOW_rule__AccessContext__HierarchyRestrictionsAssignment_7_1_in_rule__AccessContext__Alternatives_73681);
- rule__AccessContext__HierarchyRestrictionsAssignment_7_1();
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- state._fsp--;
+ restoreStackSize(stackSize);
- }
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Alternatives_7"
- after(grammarAccess.getAccessContextAccess().getHierarchyRestrictionsAssignment_7_1());
- }
+ // $ANTLR start "rule__RelationTypePredicate__Alternatives"
+ // InternalOseeDsl.g:1730:1: rule__RelationTypePredicate__Alternatives : ( ( ruleRelationTypeArtifactPredicate ) | ( ruleRelationTypeArtifactTypePredicate ) );
+ public final void rule__RelationTypePredicate__Alternatives() throws RecognitionException {
- }
- break;
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1734:1: ( ( ruleRelationTypeArtifactPredicate ) | ( ruleRelationTypeArtifactTypePredicate ) )
+ int alt14=2;
+ int LA14_0 = input.LA(1);
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ if ( (LA14_0==94) ) {
+ alt14=1;
+ }
+ else if ( (LA14_0==52) ) {
+ alt14=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 14, 0, input);
- restoreStackSize(stackSize);
+ throw nvae;
+ }
+ switch (alt14) {
+ case 1 :
+ // InternalOseeDsl.g:1735:1: ( ruleRelationTypeArtifactPredicate )
+ {
+ // InternalOseeDsl.g:1735:1: ( ruleRelationTypeArtifactPredicate )
+ // InternalOseeDsl.g:1736:1: ruleRelationTypeArtifactPredicate
+ {
+ before(grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactPredicateParserRuleCall_0());
+ pushFollow(FOLLOW_2);
+ ruleRelationTypeArtifactPredicate();
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Alternatives_7"
+ state._fsp--;
- // $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:1730:1: rule__RelationTypePredicate__Alternatives : ( ( ruleRelationTypeArtifactPredicate ) | ( ruleRelationTypeArtifactTypePredicate ) );
- public final void rule__RelationTypePredicate__Alternatives() throws RecognitionException {
+ after(grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactPredicateParserRuleCall_0());
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1734:1: ( ( ruleRelationTypeArtifactPredicate ) | ( ruleRelationTypeArtifactTypePredicate ) )
- int alt14 = 2;
- int LA14_0 = input.LA(1);
-
- if (LA14_0 == 95) {
- alt14 = 1;
- } else if (LA14_0 == 53) {
- alt14 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 14, 0, input);
-
- throw nvae;
- }
- 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:1735:1: ( ruleRelationTypeArtifactPredicate )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1735:1: ( ruleRelationTypeArtifactPredicate )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1736:1: ruleRelationTypeArtifactPredicate
- {
- before(
- grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactPredicateParserRuleCall_0());
- pushFollow(FOLLOW_ruleRelationTypeArtifactPredicate_in_rule__RelationTypePredicate__Alternatives3714);
- ruleRelationTypeArtifactPredicate();
-
- state._fsp--;
-
- after(
- grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactPredicateParserRuleCall_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:1741:6: ( ruleRelationTypeArtifactTypePredicate )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1741:6: ( ruleRelationTypeArtifactTypePredicate )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1742:1: ruleRelationTypeArtifactTypePredicate
- {
- before(
- grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactTypePredicateParserRuleCall_1());
- pushFollow(
- FOLLOW_ruleRelationTypeArtifactTypePredicate_in_rule__RelationTypePredicate__Alternatives3731);
- ruleRelationTypeArtifactTypePredicate();
-
- state._fsp--;
-
- after(
- grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactTypePredicateParserRuleCall_1());
-
- }
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
- // $ANTLR end "rule__RelationTypePredicate__Alternatives"
+ }
- // $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:1752: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:1756:1: ( ( ruleArtifactMatchRestriction ) | ( ruleArtifactTypeRestriction ) | ( ruleRelationTypeRestriction ) | ( ruleAttributeTypeRestriction ) )
- int alt15 = 4;
- int LA15_0 = input.LA(1);
-
- if (LA15_0 == 46) {
- int LA15_1 = input.LA(2);
-
- if (LA15_1 == 96) {
- switch (input.LA(3)) {
- case 61: {
- alt15 = 4;
- }
- break;
- case 53: {
- alt15 = 2;
- }
- break;
- case 80: {
- alt15 = 3;
- }
- break;
- case 95: {
- alt15 = 1;
- }
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 15, 3, input);
- throw nvae;
- }
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1741:6: ( ruleRelationTypeArtifactTypePredicate )
+ {
+ // InternalOseeDsl.g:1741:6: ( ruleRelationTypeArtifactTypePredicate )
+ // InternalOseeDsl.g:1742:1: ruleRelationTypeArtifactTypePredicate
+ {
+ before(grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactTypePredicateParserRuleCall_1());
+ pushFollow(FOLLOW_2);
+ ruleRelationTypeArtifactTypePredicate();
- } else {
- NoViableAltException nvae = new NoViableAltException("", 15, 1, input);
+ state._fsp--;
- throw nvae;
- }
- } else if (LA15_0 == 47) {
- int LA15_2 = input.LA(2);
+ after(grammarAccess.getRelationTypePredicateAccess().getRelationTypeArtifactTypePredicateParserRuleCall_1());
- if (LA15_2 == 96) {
- switch (input.LA(3)) {
- case 61: {
- alt15 = 4;
- }
- break;
- case 53: {
- alt15 = 2;
- }
- break;
- case 80: {
- alt15 = 3;
- }
- break;
- case 95: {
- alt15 = 1;
- }
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 15, 3, input);
+ }
- throw nvae;
- }
- } else {
- NoViableAltException nvae = new NoViableAltException("", 15, 2, input);
+ }
+ break;
- throw nvae;
}
- } else {
- NoViableAltException nvae = new NoViableAltException("", 15, 0, input);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- throw nvae;
- }
- 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:1757:1: ( ruleArtifactMatchRestriction )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1757:1: ( ruleArtifactMatchRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1758:1: ruleArtifactMatchRestriction
- {
- before(grammarAccess.getObjectRestrictionAccess().getArtifactMatchRestrictionParserRuleCall_0());
- pushFollow(FOLLOW_ruleArtifactMatchRestriction_in_rule__ObjectRestriction__Alternatives3763);
- ruleArtifactMatchRestriction();
+ restoreStackSize(stackSize);
- state._fsp--;
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypePredicate__Alternatives"
- after(grammarAccess.getObjectRestrictionAccess().getArtifactMatchRestrictionParserRuleCall_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:1763:6: ( ruleArtifactTypeRestriction )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1763:6: ( ruleArtifactTypeRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1764:1: ruleArtifactTypeRestriction
- {
- before(grammarAccess.getObjectRestrictionAccess().getArtifactTypeRestrictionParserRuleCall_1());
- pushFollow(FOLLOW_ruleArtifactTypeRestriction_in_rule__ObjectRestriction__Alternatives3780);
- ruleArtifactTypeRestriction();
-
- state._fsp--;
- after(grammarAccess.getObjectRestrictionAccess().getArtifactTypeRestrictionParserRuleCall_1());
+ // $ANTLR start "rule__ObjectRestriction__Alternatives"
+ // InternalOseeDsl.g:1752:1: rule__ObjectRestriction__Alternatives : ( ( ruleArtifactMatchRestriction ) | ( ruleArtifactTypeRestriction ) | ( ruleRelationTypeRestriction ) | ( ruleAttributeTypeRestriction ) );
+ public final void rule__ObjectRestriction__Alternatives() throws RecognitionException {
- }
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1756:1: ( ( ruleArtifactMatchRestriction ) | ( ruleArtifactTypeRestriction ) | ( ruleRelationTypeRestriction ) | ( ruleAttributeTypeRestriction ) )
+ int alt15=4;
+ int LA15_0 = input.LA(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:1769:6: ( ruleRelationTypeRestriction )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1769:6: ( ruleRelationTypeRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1770:1: ruleRelationTypeRestriction
- {
- before(grammarAccess.getObjectRestrictionAccess().getRelationTypeRestrictionParserRuleCall_2());
- pushFollow(FOLLOW_ruleRelationTypeRestriction_in_rule__ObjectRestriction__Alternatives3797);
- ruleRelationTypeRestriction();
+ if ( (LA15_0==45) ) {
+ int LA15_1 = input.LA(2);
- state._fsp--;
+ if ( (LA15_1==95) ) {
+ switch ( input.LA(3) ) {
+ case 79:
+ {
+ alt15=3;
+ }
+ break;
+ case 60:
+ {
+ alt15=4;
+ }
+ break;
+ case 52:
+ {
+ alt15=2;
+ }
+ break;
+ case 94:
+ {
+ alt15=1;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 15, 3, input);
- after(grammarAccess.getObjectRestrictionAccess().getRelationTypeRestrictionParserRuleCall_2());
+ throw nvae;
+ }
- }
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 15, 1, input);
+ throw nvae;
+ }
}
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1775:6: ( ruleAttributeTypeRestriction )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1775:6: ( ruleAttributeTypeRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1776:1: ruleAttributeTypeRestriction
- {
- before(grammarAccess.getObjectRestrictionAccess().getAttributeTypeRestrictionParserRuleCall_3());
- pushFollow(FOLLOW_ruleAttributeTypeRestriction_in_rule__ObjectRestriction__Alternatives3814);
- ruleAttributeTypeRestriction();
+ else if ( (LA15_0==46) ) {
+ int LA15_2 = input.LA(2);
- state._fsp--;
+ if ( (LA15_2==95) ) {
+ switch ( input.LA(3) ) {
+ case 79:
+ {
+ alt15=3;
+ }
+ break;
+ case 60:
+ {
+ alt15=4;
+ }
+ break;
+ case 52:
+ {
+ alt15=2;
+ }
+ break;
+ case 94:
+ {
+ alt15=1;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 15, 3, input);
- after(grammarAccess.getObjectRestrictionAccess().getAttributeTypeRestrictionParserRuleCall_3());
+ throw nvae;
+ }
- }
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 15, 2, input);
+ throw nvae;
+ }
}
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 15, 0, input);
- restoreStackSize(stackSize);
-
- }
- return;
- }
- // $ANTLR end "rule__ObjectRestriction__Alternatives"
+ throw nvae;
+ }
+ switch (alt15) {
+ case 1 :
+ // InternalOseeDsl.g:1757:1: ( ruleArtifactMatchRestriction )
+ {
+ // InternalOseeDsl.g:1757:1: ( ruleArtifactMatchRestriction )
+ // InternalOseeDsl.g:1758:1: ruleArtifactMatchRestriction
+ {
+ before(grammarAccess.getObjectRestrictionAccess().getArtifactMatchRestrictionParserRuleCall_0());
+ pushFollow(FOLLOW_2);
+ ruleArtifactMatchRestriction();
- // $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:1786:1: rule__RelationTypeRestriction__Alternatives_3 : ( ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) ) | ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) ) );
- public final void rule__RelationTypeRestriction__Alternatives_3() throws RecognitionException {
+ state._fsp--;
- int stackSize = keepStackSize();
+ after(grammarAccess.getObjectRestrictionAccess().getArtifactMatchRestrictionParserRuleCall_0());
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1790:1: ( ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) ) | ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) ) )
- int alt16 = 2;
- int LA16_0 = input.LA(1);
+ }
- if (LA16_0 == 13) {
- alt16 = 1;
- } else if (LA16_0 == RULE_STRING) {
- alt16 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 16, 0, input);
- throw nvae;
- }
- 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:1791: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:1791: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:1792: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:1793: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:1793:2: rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0_in_rule__RelationTypeRestriction__Alternatives_33846);
- rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0();
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1763:6: ( ruleArtifactTypeRestriction )
+ {
+ // InternalOseeDsl.g:1763:6: ( ruleArtifactTypeRestriction )
+ // InternalOseeDsl.g:1764:1: ruleArtifactTypeRestriction
+ {
+ before(grammarAccess.getObjectRestrictionAccess().getArtifactTypeRestrictionParserRuleCall_1());
+ pushFollow(FOLLOW_2);
+ ruleArtifactTypeRestriction();
- state._fsp--;
+ state._fsp--;
- }
+ after(grammarAccess.getObjectRestrictionAccess().getArtifactTypeRestrictionParserRuleCall_1());
- after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchAssignment_3_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:1797: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:1797: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:1798: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:1799: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:1799:2: rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1_in_rule__RelationTypeRestriction__Alternatives_33864);
- rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1();
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1769:6: ( ruleRelationTypeRestriction )
+ {
+ // InternalOseeDsl.g:1769:6: ( ruleRelationTypeRestriction )
+ // InternalOseeDsl.g:1770:1: ruleRelationTypeRestriction
+ {
+ before(grammarAccess.getObjectRestrictionAccess().getRelationTypeRestrictionParserRuleCall_2());
+ pushFollow(FOLLOW_2);
+ ruleRelationTypeRestriction();
- state._fsp--;
+ state._fsp--;
- }
+ after(grammarAccess.getObjectRestrictionAccess().getRelationTypeRestrictionParserRuleCall_2());
- after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefAssignment_3_1());
+ }
- }
- }
- break;
+ }
+ break;
+ case 4 :
+ // InternalOseeDsl.g:1775:6: ( ruleAttributeTypeRestriction )
+ {
+ // InternalOseeDsl.g:1775:6: ( ruleAttributeTypeRestriction )
+ // InternalOseeDsl.g:1776:1: ruleAttributeTypeRestriction
+ {
+ before(grammarAccess.getObjectRestrictionAccess().getAttributeTypeRestrictionParserRuleCall_3());
+ pushFollow(FOLLOW_2);
+ ruleAttributeTypeRestriction();
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ state._fsp--;
- restoreStackSize(stackSize);
+ after(grammarAccess.getObjectRestrictionAccess().getAttributeTypeRestrictionParserRuleCall_3());
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Alternatives_3"
+ }
- // $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:1808: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();
+ }
+ break;
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1812:1: ( ( ( 'ONE_TO_ONE' ) ) | ( ( 'ONE_TO_MANY' ) ) | ( ( 'MANY_TO_ONE' ) ) | ( ( 'MANY_TO_MANY' ) ) )
- int alt17 = 4;
- switch (input.LA(1)) {
- case 34: {
- alt17 = 1;
- }
- break;
- case 35: {
- alt17 = 2;
- }
- break;
- case 36: {
- alt17 = 3;
}
- break;
- case 37: {
- alt17 = 4;
- }
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 17, 0, input);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- throw nvae;
- }
+ restoreStackSize(stackSize);
- 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:1813: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:1813: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:1814: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:1815: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:1815:3: 'ONE_TO_ONE'
- {
- match(input, 34, FOLLOW_34_in_rule__RelationMultiplicityEnum__Alternatives3898);
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ObjectRestriction__Alternatives"
- }
- after(grammarAccess.getRelationMultiplicityEnumAccess().getONE_TO_ONEEnumLiteralDeclaration_0());
+ // $ANTLR start "rule__RelationTypeRestriction__Alternatives_3"
+ // InternalOseeDsl.g:1786: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 {
+ // InternalOseeDsl.g:1790:1: ( ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) ) | ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) ) )
+ int alt16=2;
+ int LA16_0 = input.LA(1);
+ if ( (LA16_0==12) ) {
+ alt16=1;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1820: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:1820: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:1821: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:1822: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:1822:3: 'ONE_TO_MANY'
- {
- match(input, 35, FOLLOW_35_in_rule__RelationMultiplicityEnum__Alternatives3919);
+ else if ( (LA16_0==RULE_STRING) ) {
+ alt16=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 16, 0, input);
- }
+ throw nvae;
+ }
+ switch (alt16) {
+ case 1 :
+ // InternalOseeDsl.g:1791:1: ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) )
+ {
+ // InternalOseeDsl.g:1791:1: ( ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 ) )
+ // InternalOseeDsl.g:1792:1: ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 )
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchAssignment_3_0());
+ // InternalOseeDsl.g:1793:1: ( rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 )
+ // InternalOseeDsl.g:1793:2: rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0();
- after(grammarAccess.getRelationMultiplicityEnumAccess().getONE_TO_MANYEnumLiteralDeclaration_1());
+ state._fsp--;
- }
- }
- break;
- case 3:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1827: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:1827: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:1828: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:1829: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:1829:3: 'MANY_TO_ONE'
- {
- match(input, 36, FOLLOW_36_in_rule__RelationMultiplicityEnum__Alternatives3940);
+ }
+
+ after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchAssignment_3_0());
+
+ }
- }
- after(grammarAccess.getRelationMultiplicityEnumAccess().getMANY_TO_ONEEnumLiteralDeclaration_2());
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1797:6: ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) )
+ {
+ // InternalOseeDsl.g:1797:6: ( ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 ) )
+ // InternalOseeDsl.g:1798:1: ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 )
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefAssignment_3_1());
+ // InternalOseeDsl.g:1799:1: ( rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 )
+ // InternalOseeDsl.g:1799:2: rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1();
+
+ state._fsp--;
+
+
+ }
- }
+ after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefAssignment_3_1());
- }
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1834: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:1834: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:1835: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:1836: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:1836:3: 'MANY_TO_MANY'
- {
- match(input, 37, FOLLOW_37_in_rule__RelationMultiplicityEnum__Alternatives3961);
+ }
- }
- after(grammarAccess.getRelationMultiplicityEnumAccess().getMANY_TO_MANYEnumLiteralDeclaration_3());
+ }
+ break;
- }
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Alternatives_3"
+
+
+ // $ANTLR start "rule__RelationMultiplicityEnum__Alternatives"
+ // InternalOseeDsl.g:1808: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 {
+ // InternalOseeDsl.g:1812:1: ( ( ( 'ONE_TO_ONE' ) ) | ( ( 'ONE_TO_MANY' ) ) | ( ( 'MANY_TO_ONE' ) ) | ( ( 'MANY_TO_MANY' ) ) )
+ int alt17=4;
+ switch ( input.LA(1) ) {
+ case 33:
+ {
+ alt17=1;
+ }
+ break;
+ case 34:
+ {
+ alt17=2;
+ }
+ break;
+ case 35:
+ {
+ alt17=3;
+ }
+ break;
+ case 36:
+ {
+ alt17=4;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 17, 0, input);
+ throw nvae;
}
- break;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ switch (alt17) {
+ case 1 :
+ // InternalOseeDsl.g:1813:1: ( ( 'ONE_TO_ONE' ) )
+ {
+ // InternalOseeDsl.g:1813:1: ( ( 'ONE_TO_ONE' ) )
+ // InternalOseeDsl.g:1814:1: ( 'ONE_TO_ONE' )
+ {
+ before(grammarAccess.getRelationMultiplicityEnumAccess().getONE_TO_ONEEnumLiteralDeclaration_0());
+ // InternalOseeDsl.g:1815:1: ( 'ONE_TO_ONE' )
+ // InternalOseeDsl.g:1815:3: 'ONE_TO_ONE'
+ {
+ match(input,33,FOLLOW_2);
- restoreStackSize(stackSize);
+ }
- }
- return;
- }
- // $ANTLR end "rule__RelationMultiplicityEnum__Alternatives"
+ after(grammarAccess.getRelationMultiplicityEnumAccess().getONE_TO_ONEEnumLiteralDeclaration_0());
- // $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:1846: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:1850:1: ( ( ( 'EQ' ) ) | ( ( 'LIKE' ) ) )
- int alt18 = 2;
- int LA18_0 = input.LA(1);
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1820:6: ( ( 'ONE_TO_MANY' ) )
+ {
+ // InternalOseeDsl.g:1820:6: ( ( 'ONE_TO_MANY' ) )
+ // InternalOseeDsl.g:1821:1: ( 'ONE_TO_MANY' )
+ {
+ before(grammarAccess.getRelationMultiplicityEnumAccess().getONE_TO_MANYEnumLiteralDeclaration_1());
+ // InternalOseeDsl.g:1822:1: ( 'ONE_TO_MANY' )
+ // InternalOseeDsl.g:1822:3: 'ONE_TO_MANY'
+ {
+ match(input,34,FOLLOW_2);
- if (LA18_0 == 38) {
- alt18 = 1;
- } else if (LA18_0 == 39) {
- alt18 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 18, 0, input);
+ }
- throw nvae;
- }
- 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:1851:1: ( ( 'EQ' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1851:1: ( ( 'EQ' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1852: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:1853:1: ( 'EQ' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1853:3: 'EQ'
- {
- match(input, 38, FOLLOW_38_in_rule__CompareOp__Alternatives3997);
+ after(grammarAccess.getRelationMultiplicityEnumAccess().getONE_TO_MANYEnumLiteralDeclaration_1());
- }
+ }
- after(grammarAccess.getCompareOpAccess().getEQEnumLiteralDeclaration_0());
- }
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1827:6: ( ( 'MANY_TO_ONE' ) )
+ {
+ // InternalOseeDsl.g:1827:6: ( ( 'MANY_TO_ONE' ) )
+ // InternalOseeDsl.g:1828:1: ( 'MANY_TO_ONE' )
+ {
+ before(grammarAccess.getRelationMultiplicityEnumAccess().getMANY_TO_ONEEnumLiteralDeclaration_2());
+ // InternalOseeDsl.g:1829:1: ( 'MANY_TO_ONE' )
+ // InternalOseeDsl.g:1829:3: 'MANY_TO_ONE'
+ {
+ match(input,35,FOLLOW_2);
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1858:6: ( ( 'LIKE' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1858:6: ( ( 'LIKE' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1859: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:1860:1: ( 'LIKE' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1860:3: 'LIKE'
- {
- match(input, 39, FOLLOW_39_in_rule__CompareOp__Alternatives4018);
+ }
- }
+ after(grammarAccess.getRelationMultiplicityEnumAccess().getMANY_TO_ONEEnumLiteralDeclaration_2());
- after(grammarAccess.getCompareOpAccess().getLIKEEnumLiteralDeclaration_1());
+ }
- }
- }
- break;
+ }
+ break;
+ case 4 :
+ // InternalOseeDsl.g:1834:6: ( ( 'MANY_TO_MANY' ) )
+ {
+ // InternalOseeDsl.g:1834:6: ( ( 'MANY_TO_MANY' ) )
+ // InternalOseeDsl.g:1835:1: ( 'MANY_TO_MANY' )
+ {
+ before(grammarAccess.getRelationMultiplicityEnumAccess().getMANY_TO_MANYEnumLiteralDeclaration_3());
+ // InternalOseeDsl.g:1836:1: ( 'MANY_TO_MANY' )
+ // InternalOseeDsl.g:1836:3: 'MANY_TO_MANY'
+ {
+ match(input,36,FOLLOW_2);
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ after(grammarAccess.getRelationMultiplicityEnumAccess().getMANY_TO_MANYEnumLiteralDeclaration_3());
- }
- return;
- }
- // $ANTLR end "rule__CompareOp__Alternatives"
+ }
- // $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:1870:1: rule__XLogicOperator__Alternatives : ( ( ( 'AND' ) ) | ( ( 'OR' ) ) );
- public final void rule__XLogicOperator__Alternatives() throws RecognitionException {
- int stackSize = keepStackSize();
+ }
+ break;
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1874:1: ( ( ( 'AND' ) ) | ( ( 'OR' ) ) )
- int alt19 = 2;
- int LA19_0 = input.LA(1);
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- if (LA19_0 == 40) {
- alt19 = 1;
- } else if (LA19_0 == 41) {
- alt19 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 19, 0, input);
+ restoreStackSize(stackSize);
- throw nvae;
- }
- 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:1875:1: ( ( 'AND' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1875:1: ( ( 'AND' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1876: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:1877:1: ( 'AND' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1877:3: 'AND'
- {
- match(input, 40, FOLLOW_40_in_rule__XLogicOperator__Alternatives4054);
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationMultiplicityEnum__Alternatives"
- }
- after(grammarAccess.getXLogicOperatorAccess().getANDEnumLiteralDeclaration_0());
+ // $ANTLR start "rule__CompareOp__Alternatives"
+ // InternalOseeDsl.g:1846:1: rule__CompareOp__Alternatives : ( ( ( 'EQ' ) ) | ( ( 'LIKE' ) ) );
+ public final void rule__CompareOp__Alternatives() throws RecognitionException {
- }
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1850:1: ( ( ( 'EQ' ) ) | ( ( 'LIKE' ) ) )
+ int alt18=2;
+ int LA18_0 = input.LA(1);
+ if ( (LA18_0==37) ) {
+ alt18=1;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1882:6: ( ( 'OR' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1882:6: ( ( 'OR' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1883: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:1884:1: ( 'OR' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1884:3: 'OR'
- {
- match(input, 41, FOLLOW_41_in_rule__XLogicOperator__Alternatives4075);
-
- }
-
- after(grammarAccess.getXLogicOperatorAccess().getOREnumLiteralDeclaration_1());
-
- }
-
+ else if ( (LA18_0==38) ) {
+ alt18=2;
}
- break;
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 18, 0, input);
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ throw nvae;
+ }
+ switch (alt18) {
+ case 1 :
+ // InternalOseeDsl.g:1851:1: ( ( 'EQ' ) )
+ {
+ // InternalOseeDsl.g:1851:1: ( ( 'EQ' ) )
+ // InternalOseeDsl.g:1852:1: ( 'EQ' )
+ {
+ before(grammarAccess.getCompareOpAccess().getEQEnumLiteralDeclaration_0());
+ // InternalOseeDsl.g:1853:1: ( 'EQ' )
+ // InternalOseeDsl.g:1853:3: 'EQ'
+ {
+ match(input,37,FOLLOW_2);
- restoreStackSize(stackSize);
+ }
- }
- return;
- }
- // $ANTLR end "rule__XLogicOperator__Alternatives"
+ after(grammarAccess.getCompareOpAccess().getEQEnumLiteralDeclaration_0());
- // $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:1894:1: rule__MatchField__Alternatives : ( ( ( 'artifactName' ) ) | ( ( 'artifactGuid' ) ) | ( ( 'branchName' ) ) | ( ( 'branchUuid' ) ) );
- 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:1898:1: ( ( ( 'artifactName' ) ) | ( ( 'artifactGuid' ) ) | ( ( 'branchName' ) ) | ( ( 'branchUuid' ) ) )
- int alt20 = 4;
- switch (input.LA(1)) {
- case 42: {
- alt20 = 1;
- }
- break;
- case 43: {
- alt20 = 2;
- }
- break;
- case 44: {
- alt20 = 3;
- }
- break;
- case 45: {
- alt20 = 4;
- }
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 20, 0, input);
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1858:6: ( ( 'LIKE' ) )
+ {
+ // InternalOseeDsl.g:1858:6: ( ( 'LIKE' ) )
+ // InternalOseeDsl.g:1859:1: ( 'LIKE' )
+ {
+ before(grammarAccess.getCompareOpAccess().getLIKEEnumLiteralDeclaration_1());
+ // InternalOseeDsl.g:1860:1: ( 'LIKE' )
+ // InternalOseeDsl.g:1860:3: 'LIKE'
+ {
+ match(input,38,FOLLOW_2);
- throw nvae;
- }
+ }
- 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:1899:1: ( ( 'artifactName' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1899:1: ( ( 'artifactName' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1900: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:1901:1: ( 'artifactName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1901:3: 'artifactName'
- {
- match(input, 42, FOLLOW_42_in_rule__MatchField__Alternatives4111);
+ after(grammarAccess.getCompareOpAccess().getLIKEEnumLiteralDeclaration_1());
- }
+ }
- after(grammarAccess.getMatchFieldAccess().getArtifactNameEnumLiteralDeclaration_0());
- }
+ }
+ break;
}
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1906:6: ( ( 'artifactGuid' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1906:6: ( ( 'artifactGuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1907: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:1908:1: ( 'artifactGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1908:3: 'artifactGuid'
- {
- match(input, 43, FOLLOW_43_in_rule__MatchField__Alternatives4132);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
- }
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompareOp__Alternatives"
- after(grammarAccess.getMatchFieldAccess().getArtifactGuidEnumLiteralDeclaration_1());
- }
+ // $ANTLR start "rule__XLogicOperator__Alternatives"
+ // InternalOseeDsl.g:1870:1: rule__XLogicOperator__Alternatives : ( ( ( 'AND' ) ) | ( ( 'OR' ) ) );
+ public final void rule__XLogicOperator__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1874:1: ( ( ( 'AND' ) ) | ( ( 'OR' ) ) )
+ int alt19=2;
+ int LA19_0 = input.LA(1);
+
+ if ( (LA19_0==39) ) {
+ alt19=1;
+ }
+ else if ( (LA19_0==40) ) {
+ alt19=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 19, 0, input);
+
+ throw nvae;
+ }
+ switch (alt19) {
+ case 1 :
+ // InternalOseeDsl.g:1875:1: ( ( 'AND' ) )
+ {
+ // InternalOseeDsl.g:1875:1: ( ( 'AND' ) )
+ // InternalOseeDsl.g:1876:1: ( 'AND' )
+ {
+ before(grammarAccess.getXLogicOperatorAccess().getANDEnumLiteralDeclaration_0());
+ // InternalOseeDsl.g:1877:1: ( 'AND' )
+ // InternalOseeDsl.g:1877:3: 'AND'
+ {
+ match(input,39,FOLLOW_2);
+
+ }
+
+ after(grammarAccess.getXLogicOperatorAccess().getANDEnumLiteralDeclaration_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1882:6: ( ( 'OR' ) )
+ {
+ // InternalOseeDsl.g:1882:6: ( ( 'OR' ) )
+ // InternalOseeDsl.g:1883:1: ( 'OR' )
+ {
+ before(grammarAccess.getXLogicOperatorAccess().getOREnumLiteralDeclaration_1());
+ // InternalOseeDsl.g:1884:1: ( 'OR' )
+ // InternalOseeDsl.g:1884:3: 'OR'
+ {
+ match(input,40,FOLLOW_2);
+
+ }
+
+ after(grammarAccess.getXLogicOperatorAccess().getOREnumLiteralDeclaration_1());
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XLogicOperator__Alternatives"
+
+
+ // $ANTLR start "rule__MatchField__Alternatives"
+ // InternalOseeDsl.g:1894:1: rule__MatchField__Alternatives : ( ( ( 'artifactName' ) ) | ( ( 'artifactGuid' ) ) | ( ( 'branchName' ) ) | ( ( 'branchUuid' ) ) );
+ public final void rule__MatchField__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1898:1: ( ( ( 'artifactName' ) ) | ( ( 'artifactGuid' ) ) | ( ( 'branchName' ) ) | ( ( 'branchUuid' ) ) )
+ int alt20=4;
+ switch ( input.LA(1) ) {
+ case 41:
+ {
+ alt20=1;
+ }
+ break;
+ case 42:
+ {
+ alt20=2;
+ }
+ break;
+ case 43:
+ {
+ alt20=3;
+ }
+ break;
+ case 44:
+ {
+ alt20=4;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 20, 0, input);
+ throw nvae;
}
- break;
- case 3:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1913:6: ( ( 'branchName' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1913:6: ( ( 'branchName' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1914: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:1915:1: ( 'branchName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1915:3: 'branchName'
- {
- match(input, 44, FOLLOW_44_in_rule__MatchField__Alternatives4153);
- }
+ switch (alt20) {
+ case 1 :
+ // InternalOseeDsl.g:1899:1: ( ( 'artifactName' ) )
+ {
+ // InternalOseeDsl.g:1899:1: ( ( 'artifactName' ) )
+ // InternalOseeDsl.g:1900:1: ( 'artifactName' )
+ {
+ before(grammarAccess.getMatchFieldAccess().getArtifactNameEnumLiteralDeclaration_0());
+ // InternalOseeDsl.g:1901:1: ( 'artifactName' )
+ // InternalOseeDsl.g:1901:3: 'artifactName'
+ {
+ match(input,41,FOLLOW_2);
- after(grammarAccess.getMatchFieldAccess().getBranchNameEnumLiteralDeclaration_2());
+ }
- }
+ after(grammarAccess.getMatchFieldAccess().getArtifactNameEnumLiteralDeclaration_0());
- }
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1920:6: ( ( 'branchUuid' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1920:6: ( ( 'branchUuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1921:1: ( 'branchUuid' )
- {
- before(grammarAccess.getMatchFieldAccess().getBranchUuidEnumLiteralDeclaration_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1922:1: ( 'branchUuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1922:3: 'branchUuid'
- {
- match(input, 45, FOLLOW_45_in_rule__MatchField__Alternatives4174);
+ }
- }
- after(grammarAccess.getMatchFieldAccess().getBranchUuidEnumLiteralDeclaration_3());
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1906:6: ( ( 'artifactGuid' ) )
+ {
+ // InternalOseeDsl.g:1906:6: ( ( 'artifactGuid' ) )
+ // InternalOseeDsl.g:1907:1: ( 'artifactGuid' )
+ {
+ before(grammarAccess.getMatchFieldAccess().getArtifactGuidEnumLiteralDeclaration_1());
+ // InternalOseeDsl.g:1908:1: ( 'artifactGuid' )
+ // InternalOseeDsl.g:1908:3: 'artifactGuid'
+ {
+ match(input,42,FOLLOW_2);
- }
+ }
- }
- break;
+ after(grammarAccess.getMatchFieldAccess().getArtifactGuidEnumLiteralDeclaration_1());
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__MatchField__Alternatives"
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1913:6: ( ( 'branchName' ) )
+ {
+ // InternalOseeDsl.g:1913:6: ( ( 'branchName' ) )
+ // InternalOseeDsl.g:1914:1: ( 'branchName' )
+ {
+ before(grammarAccess.getMatchFieldAccess().getBranchNameEnumLiteralDeclaration_2());
+ // InternalOseeDsl.g:1915:1: ( 'branchName' )
+ // InternalOseeDsl.g:1915:3: 'branchName'
+ {
+ match(input,43,FOLLOW_2);
- // $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:1932:1: rule__AccessPermissionEnum__Alternatives : ( ( ( 'ALLOW' ) ) | ( ( 'DENY' ) ) );
- public final void rule__AccessPermissionEnum__Alternatives() throws RecognitionException {
+ }
- int stackSize = keepStackSize();
+ after(grammarAccess.getMatchFieldAccess().getBranchNameEnumLiteralDeclaration_2());
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1936:1: ( ( ( 'ALLOW' ) ) | ( ( 'DENY' ) ) )
- int alt21 = 2;
- int LA21_0 = input.LA(1);
+ }
- if (LA21_0 == 46) {
- alt21 = 1;
- } else if (LA21_0 == 47) {
- alt21 = 2;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 21, 0, input);
- throw nvae;
- }
- 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:1937:1: ( ( 'ALLOW' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1937:1: ( ( 'ALLOW' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1938: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:1939:1: ( 'ALLOW' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1939:3: 'ALLOW'
- {
- match(input, 46, FOLLOW_46_in_rule__AccessPermissionEnum__Alternatives4210);
+ }
+ break;
+ case 4 :
+ // InternalOseeDsl.g:1920:6: ( ( 'branchUuid' ) )
+ {
+ // InternalOseeDsl.g:1920:6: ( ( 'branchUuid' ) )
+ // InternalOseeDsl.g:1921:1: ( 'branchUuid' )
+ {
+ before(grammarAccess.getMatchFieldAccess().getBranchUuidEnumLiteralDeclaration_3());
+ // InternalOseeDsl.g:1922:1: ( 'branchUuid' )
+ // InternalOseeDsl.g:1922:3: 'branchUuid'
+ {
+ match(input,44,FOLLOW_2);
- }
+ }
- after(grammarAccess.getAccessPermissionEnumAccess().getALLOWEnumLiteralDeclaration_0());
+ after(grammarAccess.getMatchFieldAccess().getBranchUuidEnumLiteralDeclaration_3());
- }
+ }
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1944:6: ( ( 'DENY' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1944:6: ( ( 'DENY' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1945: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:1946:1: ( 'DENY' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1946:3: 'DENY'
- {
- match(input, 47, FOLLOW_47_in_rule__AccessPermissionEnum__Alternatives4231);
- }
+ }
+ break;
- after(grammarAccess.getAccessPermissionEnumAccess().getDENYEnumLiteralDeclaration_1());
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
+ restoreStackSize(stackSize);
- }
- break;
+ }
+ return ;
+ }
+ // $ANTLR end "rule__MatchField__Alternatives"
+
+
+ // $ANTLR start "rule__AccessPermissionEnum__Alternatives"
+ // InternalOseeDsl.g:1932:1: rule__AccessPermissionEnum__Alternatives : ( ( ( 'ALLOW' ) ) | ( ( 'DENY' ) ) );
+ public final void rule__AccessPermissionEnum__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1936:1: ( ( ( 'ALLOW' ) ) | ( ( 'DENY' ) ) )
+ int alt21=2;
+ int LA21_0 = input.LA(1);
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ if ( (LA21_0==45) ) {
+ alt21=1;
+ }
+ else if ( (LA21_0==46) ) {
+ alt21=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 21, 0, input);
+
+ throw nvae;
+ }
+ switch (alt21) {
+ case 1 :
+ // InternalOseeDsl.g:1937:1: ( ( 'ALLOW' ) )
+ {
+ // InternalOseeDsl.g:1937:1: ( ( 'ALLOW' ) )
+ // InternalOseeDsl.g:1938:1: ( 'ALLOW' )
+ {
+ before(grammarAccess.getAccessPermissionEnumAccess().getALLOWEnumLiteralDeclaration_0());
+ // InternalOseeDsl.g:1939:1: ( 'ALLOW' )
+ // InternalOseeDsl.g:1939:3: 'ALLOW'
+ {
+ match(input,45,FOLLOW_2);
+
+ }
+
+ after(grammarAccess.getAccessPermissionEnumAccess().getALLOWEnumLiteralDeclaration_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1944:6: ( ( 'DENY' ) )
+ {
+ // InternalOseeDsl.g:1944:6: ( ( 'DENY' ) )
+ // InternalOseeDsl.g:1945:1: ( 'DENY' )
+ {
+ before(grammarAccess.getAccessPermissionEnumAccess().getDENYEnumLiteralDeclaration_1());
+ // InternalOseeDsl.g:1946:1: ( 'DENY' )
+ // InternalOseeDsl.g:1946:3: 'DENY'
+ {
+ match(input,46,FOLLOW_2);
+
+ }
+
+ after(grammarAccess.getAccessPermissionEnumAccess().getDENYEnumLiteralDeclaration_1());
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessPermissionEnum__Alternatives"
+
+
+ // $ANTLR start "rule__XRelationSideEnum__Alternatives"
+ // InternalOseeDsl.g:1956:1: rule__XRelationSideEnum__Alternatives : ( ( ( 'SIDE_A' ) ) | ( ( 'SIDE_B' ) ) | ( ( 'BOTH' ) ) );
+ public final void rule__XRelationSideEnum__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1960:1: ( ( ( 'SIDE_A' ) ) | ( ( 'SIDE_B' ) ) | ( ( 'BOTH' ) ) )
+ int alt22=3;
+ switch ( input.LA(1) ) {
+ case 47:
+ {
+ alt22=1;
+ }
+ break;
+ case 48:
+ {
+ alt22=2;
+ }
+ break;
+ case 49:
+ {
+ alt22=3;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 22, 0, input);
- }
- return;
- }
- // $ANTLR end "rule__AccessPermissionEnum__Alternatives"
+ throw nvae;
+ }
- // $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:1956:1: rule__XRelationSideEnum__Alternatives : ( ( ( 'SIDE_A' ) ) | ( ( 'SIDE_B' ) ) | ( ( 'BOTH' ) ) );
- public final void rule__XRelationSideEnum__Alternatives() throws RecognitionException {
+ switch (alt22) {
+ case 1 :
+ // InternalOseeDsl.g:1961:1: ( ( 'SIDE_A' ) )
+ {
+ // InternalOseeDsl.g:1961:1: ( ( 'SIDE_A' ) )
+ // InternalOseeDsl.g:1962:1: ( 'SIDE_A' )
+ {
+ before(grammarAccess.getXRelationSideEnumAccess().getSIDE_AEnumLiteralDeclaration_0());
+ // InternalOseeDsl.g:1963:1: ( 'SIDE_A' )
+ // InternalOseeDsl.g:1963:3: 'SIDE_A'
+ {
+ match(input,47,FOLLOW_2);
- int stackSize = keepStackSize();
+ }
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1960:1: ( ( ( 'SIDE_A' ) ) | ( ( 'SIDE_B' ) ) | ( ( 'BOTH' ) ) )
- int alt22 = 3;
- switch (input.LA(1)) {
- case 48: {
- alt22 = 1;
- }
- break;
- case 49: {
- alt22 = 2;
- }
- break;
- case 50: {
- alt22 = 3;
- }
- break;
- default:
- NoViableAltException nvae = new NoViableAltException("", 22, 0, input);
+ after(grammarAccess.getXRelationSideEnumAccess().getSIDE_AEnumLiteralDeclaration_0());
- throw nvae;
- }
+ }
- 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:1961:1: ( ( 'SIDE_A' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1961:1: ( ( 'SIDE_A' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1962: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:1963:1: ( 'SIDE_A' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1963:3: 'SIDE_A'
- {
- match(input, 48, FOLLOW_48_in_rule__XRelationSideEnum__Alternatives4267);
- }
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:1968:6: ( ( 'SIDE_B' ) )
+ {
+ // InternalOseeDsl.g:1968:6: ( ( 'SIDE_B' ) )
+ // InternalOseeDsl.g:1969:1: ( 'SIDE_B' )
+ {
+ before(grammarAccess.getXRelationSideEnumAccess().getSIDE_BEnumLiteralDeclaration_1());
+ // InternalOseeDsl.g:1970:1: ( 'SIDE_B' )
+ // InternalOseeDsl.g:1970:3: 'SIDE_B'
+ {
+ match(input,48,FOLLOW_2);
- after(grammarAccess.getXRelationSideEnumAccess().getSIDE_AEnumLiteralDeclaration_0());
+ }
- }
+ after(grammarAccess.getXRelationSideEnumAccess().getSIDE_BEnumLiteralDeclaration_1());
- }
- break;
- case 2:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1968:6: ( ( 'SIDE_B' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1968:6: ( ( 'SIDE_B' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1969: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:1970:1: ( 'SIDE_B' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1970:3: 'SIDE_B'
- {
- match(input, 49, FOLLOW_49_in_rule__XRelationSideEnum__Alternatives4288);
+ }
- }
- after(grammarAccess.getXRelationSideEnumAccess().getSIDE_BEnumLiteralDeclaration_1());
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:1975:6: ( ( 'BOTH' ) )
+ {
+ // InternalOseeDsl.g:1975:6: ( ( 'BOTH' ) )
+ // InternalOseeDsl.g:1976:1: ( 'BOTH' )
+ {
+ before(grammarAccess.getXRelationSideEnumAccess().getBOTHEnumLiteralDeclaration_2());
+ // InternalOseeDsl.g:1977:1: ( 'BOTH' )
+ // InternalOseeDsl.g:1977:3: 'BOTH'
+ {
+ match(input,49,FOLLOW_2);
- }
+ }
- }
- break;
- case 3:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1975:6: ( ( 'BOTH' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1975:6: ( ( 'BOTH' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1976: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:1977:1: ( 'BOTH' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:1977:3: 'BOTH'
- {
- match(input, 50, FOLLOW_50_in_rule__XRelationSideEnum__Alternatives4309);
+ after(grammarAccess.getXRelationSideEnumAccess().getBOTHEnumLiteralDeclaration_2());
- }
+ }
- after(grammarAccess.getXRelationSideEnumAccess().getBOTHEnumLiteralDeclaration_2());
- }
+ }
+ break;
}
- break;
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ restoreStackSize(stackSize);
- restoreStackSize(stackSize);
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationSideEnum__Alternatives"
- }
- return;
- }
- // $ANTLR end "rule__XRelationSideEnum__Alternatives"
- // $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:1989:1: rule__OseeDsl__Group__0 : rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1 ;
- public final void rule__OseeDsl__Group__0() throws RecognitionException {
+ // $ANTLR start "rule__OseeDsl__Group__0"
+ // InternalOseeDsl.g:1989: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:1993: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:1994:2: rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1
- {
- pushFollow(FOLLOW_rule__OseeDsl__Group__0__Impl_in_rule__OseeDsl__Group__04342);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:1993:1: ( rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1 )
+ // InternalOseeDsl.g:1994:2: rule__OseeDsl__Group__0__Impl rule__OseeDsl__Group__1
+ {
+ pushFollow(FOLLOW_3);
rule__OseeDsl__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__OseeDsl__Group__1_in_rule__OseeDsl__Group__04345);
+ pushFollow(FOLLOW_2);
rule__OseeDsl__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__Group__0"
- // $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:2001:1: rule__OseeDsl__Group__0__Impl : ( ( rule__OseeDsl__ImportsAssignment_0 )* ) ;
- public final void rule__OseeDsl__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__Group__0__Impl"
+ // InternalOseeDsl.g:2001:1: rule__OseeDsl__Group__0__Impl : ( ( rule__OseeDsl__ImportsAssignment_0 )* ) ;
+ public final void rule__OseeDsl__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2005: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:2006: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:2006: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:2007:1: ( rule__OseeDsl__ImportsAssignment_0 )*
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2005:1: ( ( ( rule__OseeDsl__ImportsAssignment_0 )* ) )
+ // InternalOseeDsl.g:2006:1: ( ( rule__OseeDsl__ImportsAssignment_0 )* )
+ {
+ // InternalOseeDsl.g:2006:1: ( ( rule__OseeDsl__ImportsAssignment_0 )* )
+ // InternalOseeDsl.g:2007: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:2008:1: ( rule__OseeDsl__ImportsAssignment_0 )*
- loop23: do {
- int alt23 = 2;
- int LA23_0 = input.LA(1);
+ before(grammarAccess.getOseeDslAccess().getImportsAssignment_0());
+ // InternalOseeDsl.g:2008:1: ( rule__OseeDsl__ImportsAssignment_0 )*
+ loop23:
+ do {
+ int alt23=2;
+ int LA23_0 = input.LA(1);
- if (LA23_0 == 51) {
- alt23 = 1;
- }
+ if ( (LA23_0==50) ) {
+ 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:2008:2: rule__OseeDsl__ImportsAssignment_0
- {
- pushFollow(FOLLOW_rule__OseeDsl__ImportsAssignment_0_in_rule__OseeDsl__Group__0__Impl4372);
- rule__OseeDsl__ImportsAssignment_0();
- state._fsp--;
+ switch (alt23) {
+ case 1 :
+ // InternalOseeDsl.g:2008:2: rule__OseeDsl__ImportsAssignment_0
+ {
+ pushFollow(FOLLOW_4);
+ rule__OseeDsl__ImportsAssignment_0();
- }
- break;
+ state._fsp--;
- default:
- break loop23;
- }
- } while (true);
- after(grammarAccess.getOseeDslAccess().getImportsAssignment_0());
+ }
+ break;
+
+ default :
+ break loop23;
+ }
+ } while (true);
+
+ after(grammarAccess.getOseeDslAccess().getImportsAssignment_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__Group__0__Impl"
+ restoreStackSize(stackSize);
- // $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:2018:1: rule__OseeDsl__Group__1 : rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2 ;
- public final void rule__OseeDsl__Group__1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__Group__0__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2022: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:2023:2: rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2
- {
- pushFollow(FOLLOW_rule__OseeDsl__Group__1__Impl_in_rule__OseeDsl__Group__14403);
+ // $ANTLR start "rule__OseeDsl__Group__1"
+ // InternalOseeDsl.g:2018: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 {
+ // InternalOseeDsl.g:2022:1: ( rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2 )
+ // InternalOseeDsl.g:2023:2: rule__OseeDsl__Group__1__Impl rule__OseeDsl__Group__2
+ {
+ pushFollow(FOLLOW_3);
rule__OseeDsl__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__OseeDsl__Group__2_in_rule__OseeDsl__Group__14406);
+ pushFollow(FOLLOW_2);
rule__OseeDsl__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__Group__1"
- // $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:2030:1: rule__OseeDsl__Group__1__Impl : ( ( rule__OseeDsl__Alternatives_1 )* ) ;
- public final void rule__OseeDsl__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__Group__1__Impl"
+ // InternalOseeDsl.g:2030:1: rule__OseeDsl__Group__1__Impl : ( ( rule__OseeDsl__Alternatives_1 )* ) ;
+ public final void rule__OseeDsl__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2034: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:2035: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:2035: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:2036:1: ( rule__OseeDsl__Alternatives_1 )*
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2034:1: ( ( ( rule__OseeDsl__Alternatives_1 )* ) )
+ // InternalOseeDsl.g:2035:1: ( ( rule__OseeDsl__Alternatives_1 )* )
+ {
+ // InternalOseeDsl.g:2035:1: ( ( rule__OseeDsl__Alternatives_1 )* )
+ // InternalOseeDsl.g:2036: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:2037:1: ( rule__OseeDsl__Alternatives_1 )*
- loop24: do {
- int alt24 = 2;
- int LA24_0 = input.LA(1);
+ before(grammarAccess.getOseeDslAccess().getAlternatives_1());
+ // InternalOseeDsl.g:2037:1: ( rule__OseeDsl__Alternatives_1 )*
+ loop24:
+ do {
+ int alt24=2;
+ int LA24_0 = input.LA(1);
- if (LA24_0 == 53 || LA24_0 == 61 || LA24_0 == 72 || LA24_0 == 75 || LA24_0 == 78 || LA24_0 == 80 || LA24_0 == 98) {
- alt24 = 1;
- }
+ if ( (LA24_0==52||LA24_0==60||LA24_0==71||LA24_0==74||LA24_0==77||LA24_0==79||LA24_0==97) ) {
+ alt24=1;
+ }
- 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:2037:2: rule__OseeDsl__Alternatives_1
- {
- pushFollow(FOLLOW_rule__OseeDsl__Alternatives_1_in_rule__OseeDsl__Group__1__Impl4433);
- rule__OseeDsl__Alternatives_1();
- state._fsp--;
+ switch (alt24) {
+ case 1 :
+ // InternalOseeDsl.g:2037:2: rule__OseeDsl__Alternatives_1
+ {
+ pushFollow(FOLLOW_5);
+ rule__OseeDsl__Alternatives_1();
- }
- break;
+ state._fsp--;
+
+
+ }
+ break;
- default:
- break loop24;
- }
- } while (true);
+ default :
+ break loop24;
+ }
+ } while (true);
- after(grammarAccess.getOseeDslAccess().getAlternatives_1());
+ after(grammarAccess.getOseeDslAccess().getAlternatives_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__Group__1__Impl"
- // $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:2047:1: rule__OseeDsl__Group__2 : rule__OseeDsl__Group__2__Impl ;
- public final void rule__OseeDsl__Group__2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__Group__2"
+ // InternalOseeDsl.g:2047:1: rule__OseeDsl__Group__2 : rule__OseeDsl__Group__2__Impl ;
+ public final void rule__OseeDsl__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2051: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:2052:2: rule__OseeDsl__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__OseeDsl__Group__2__Impl_in_rule__OseeDsl__Group__24464);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2051:1: ( rule__OseeDsl__Group__2__Impl )
+ // InternalOseeDsl.g:2052:2: rule__OseeDsl__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__OseeDsl__Group__2__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__Group__2"
- // $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:2058:1: rule__OseeDsl__Group__2__Impl : ( ( rule__OseeDsl__Alternatives_2 )* ) ;
- public final void rule__OseeDsl__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__Group__2__Impl"
+ // InternalOseeDsl.g:2058:1: rule__OseeDsl__Group__2__Impl : ( ( rule__OseeDsl__Alternatives_2 )* ) ;
+ public final void rule__OseeDsl__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2062: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:2063: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:2063: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:2064:1: ( rule__OseeDsl__Alternatives_2 )*
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2062:1: ( ( ( rule__OseeDsl__Alternatives_2 )* ) )
+ // InternalOseeDsl.g:2063:1: ( ( rule__OseeDsl__Alternatives_2 )* )
+ {
+ // InternalOseeDsl.g:2063:1: ( ( rule__OseeDsl__Alternatives_2 )* )
+ // InternalOseeDsl.g:2064:1: ( rule__OseeDsl__Alternatives_2 )*
{
- 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:2065:1: ( rule__OseeDsl__Alternatives_2 )*
- loop25: do {
- int alt25 = 2;
- int LA25_0 = input.LA(1);
+ before(grammarAccess.getOseeDslAccess().getAlternatives_2());
+ // InternalOseeDsl.g:2065:1: ( rule__OseeDsl__Alternatives_2 )*
+ loop25:
+ do {
+ int alt25=2;
+ int LA25_0 = input.LA(1);
- if (LA25_0 == 89 || LA25_0 >= 92 && LA25_0 <= 93) {
- alt25 = 1;
- }
+ if ( (LA25_0==88||(LA25_0>=91 && LA25_0<=92)) ) {
+ alt25=1;
+ }
- 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:2065:2: rule__OseeDsl__Alternatives_2
- {
- pushFollow(FOLLOW_rule__OseeDsl__Alternatives_2_in_rule__OseeDsl__Group__2__Impl4491);
- rule__OseeDsl__Alternatives_2();
- state._fsp--;
+ switch (alt25) {
+ case 1 :
+ // InternalOseeDsl.g:2065:2: rule__OseeDsl__Alternatives_2
+ {
+ pushFollow(FOLLOW_6);
+ rule__OseeDsl__Alternatives_2();
- }
- break;
+ state._fsp--;
+
+
+ }
+ break;
- default:
- break loop25;
- }
- } while (true);
+ default :
+ break loop25;
+ }
+ } while (true);
- after(grammarAccess.getOseeDslAccess().getAlternatives_2());
+ after(grammarAccess.getOseeDslAccess().getAlternatives_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__Group__2__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:2081: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();
+ // $ANTLR start "rule__Import__Group__0"
+ // InternalOseeDsl.g:2081:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ;
+ public final void rule__Import__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2085: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:2086:2: rule__Import__Group__0__Impl rule__Import__Group__1
- {
- pushFollow(FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__04528);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2085:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 )
+ // InternalOseeDsl.g:2086:2: rule__Import__Group__0__Impl rule__Import__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__Import__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__Import__Group__1_in_rule__Import__Group__04531);
+ pushFollow(FOLLOW_2);
rule__Import__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Import__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Import__Group__0"
- // $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:2093:1: rule__Import__Group__0__Impl : ( 'import' ) ;
- public final void rule__Import__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Import__Group__0__Impl"
+ // InternalOseeDsl.g:2093:1: rule__Import__Group__0__Impl : ( 'import' ) ;
+ public final void rule__Import__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2097:1: ( ( 'import' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2098:1: ( 'import' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2098:1: ( 'import' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2099:1: 'import'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2097:1: ( ( 'import' ) )
+ // InternalOseeDsl.g:2098:1: ( 'import' )
+ {
+ // InternalOseeDsl.g:2098:1: ( 'import' )
+ // InternalOseeDsl.g:2099:1: 'import'
{
- before(grammarAccess.getImportAccess().getImportKeyword_0());
- match(input, 51, FOLLOW_51_in_rule__Import__Group__0__Impl4559);
- after(grammarAccess.getImportAccess().getImportKeyword_0());
+ before(grammarAccess.getImportAccess().getImportKeyword_0());
+ match(input,50,FOLLOW_2);
+ after(grammarAccess.getImportAccess().getImportKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Import__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Import__Group__0__Impl"
- // $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:2112:1: rule__Import__Group__1 : rule__Import__Group__1__Impl ;
- public final void rule__Import__Group__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Import__Group__1"
+ // InternalOseeDsl.g:2112:1: rule__Import__Group__1 : rule__Import__Group__1__Impl ;
+ public final void rule__Import__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2116: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:2117:2: rule__Import__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__14590);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2116:1: ( rule__Import__Group__1__Impl )
+ // InternalOseeDsl.g:2117:2: rule__Import__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__Import__Group__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Import__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Import__Group__1"
- // $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:2123:1: rule__Import__Group__1__Impl : ( ( rule__Import__ImportURIAssignment_1 ) ) ;
- public final void rule__Import__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Import__Group__1__Impl"
+ // InternalOseeDsl.g:2123:1: rule__Import__Group__1__Impl : ( ( rule__Import__ImportURIAssignment_1 ) ) ;
+ public final void rule__Import__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2127: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:2128: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:2128: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:2129:1: ( rule__Import__ImportURIAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2127:1: ( ( ( rule__Import__ImportURIAssignment_1 ) ) )
+ // InternalOseeDsl.g:2128: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:2130: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:2130:2: rule__Import__ImportURIAssignment_1
- {
- pushFollow(FOLLOW_rule__Import__ImportURIAssignment_1_in_rule__Import__Group__1__Impl4617);
- rule__Import__ImportURIAssignment_1();
+ // InternalOseeDsl.g:2128:1: ( ( rule__Import__ImportURIAssignment_1 ) )
+ // InternalOseeDsl.g:2129:1: ( rule__Import__ImportURIAssignment_1 )
+ {
+ before(grammarAccess.getImportAccess().getImportURIAssignment_1());
+ // InternalOseeDsl.g:2130:1: ( rule__Import__ImportURIAssignment_1 )
+ // InternalOseeDsl.g:2130:2: rule__Import__ImportURIAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Import__ImportURIAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getImportAccess().getImportURIAssignment_1());
+ after(grammarAccess.getImportAccess().getImportURIAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Import__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Import__Group__1__Impl"
- // $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:2144: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();
+ // $ANTLR start "rule__QUALIFIED_NAME__Group__0"
+ // InternalOseeDsl.g:2144: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2148: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:2149: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__04651);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2148:1: ( rule__QUALIFIED_NAME__Group__0__Impl rule__QUALIFIED_NAME__Group__1 )
+ // InternalOseeDsl.g:2149:2: rule__QUALIFIED_NAME__Group__0__Impl rule__QUALIFIED_NAME__Group__1
+ {
+ pushFollow(FOLLOW_8);
rule__QUALIFIED_NAME__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group__1_in_rule__QUALIFIED_NAME__Group__04654);
+ pushFollow(FOLLOW_2);
rule__QUALIFIED_NAME__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__QUALIFIED_NAME__Group__0"
+ restoreStackSize(stackSize);
- // $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:2156:1: rule__QUALIFIED_NAME__Group__0__Impl : ( RULE_ID ) ;
- public final void rule__QUALIFIED_NAME__Group__0__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__QUALIFIED_NAME__Group__0"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2160:1: ( ( RULE_ID ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2161:1: ( RULE_ID )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2161:1: ( RULE_ID )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2162:1: RULE_ID
+ // $ANTLR start "rule__QUALIFIED_NAME__Group__0__Impl"
+ // InternalOseeDsl.g:2156:1: rule__QUALIFIED_NAME__Group__0__Impl : ( RULE_ID ) ;
+ public final void rule__QUALIFIED_NAME__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2160:1: ( ( RULE_ID ) )
+ // InternalOseeDsl.g:2161:1: ( RULE_ID )
+ {
+ // InternalOseeDsl.g:2161:1: ( RULE_ID )
+ // InternalOseeDsl.g:2162:1: RULE_ID
{
- before(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_0());
- match(input, RULE_ID, FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group__0__Impl4681);
- after(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_0());
+ before(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__QUALIFIED_NAME__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__QUALIFIED_NAME__Group__0__Impl"
- // $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:2173: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();
+ // $ANTLR start "rule__QUALIFIED_NAME__Group__1"
+ // InternalOseeDsl.g:2173:1: rule__QUALIFIED_NAME__Group__1 : rule__QUALIFIED_NAME__Group__1__Impl ;
+ public final void rule__QUALIFIED_NAME__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2177: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:2178:2: rule__QUALIFIED_NAME__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group__1__Impl_in_rule__QUALIFIED_NAME__Group__14710);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2177:1: ( rule__QUALIFIED_NAME__Group__1__Impl )
+ // InternalOseeDsl.g:2178:2: rule__QUALIFIED_NAME__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__QUALIFIED_NAME__Group__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__QUALIFIED_NAME__Group__1"
+ restoreStackSize(stackSize);
- // $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:2184:1: rule__QUALIFIED_NAME__Group__1__Impl : ( ( rule__QUALIFIED_NAME__Group_1__0 )* ) ;
- public final void rule__QUALIFIED_NAME__Group__1__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__QUALIFIED_NAME__Group__1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2188: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:2189: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:2189: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:2190:1: ( rule__QUALIFIED_NAME__Group_1__0 )*
+ // $ANTLR start "rule__QUALIFIED_NAME__Group__1__Impl"
+ // InternalOseeDsl.g:2184: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 {
+ // InternalOseeDsl.g:2188:1: ( ( ( rule__QUALIFIED_NAME__Group_1__0 )* ) )
+ // InternalOseeDsl.g:2189:1: ( ( rule__QUALIFIED_NAME__Group_1__0 )* )
+ {
+ // InternalOseeDsl.g:2189:1: ( ( rule__QUALIFIED_NAME__Group_1__0 )* )
+ // InternalOseeDsl.g:2190: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:2191:1: ( rule__QUALIFIED_NAME__Group_1__0 )*
- loop26: do {
- int alt26 = 2;
- int LA26_0 = input.LA(1);
+ before(grammarAccess.getQUALIFIED_NAMEAccess().getGroup_1());
+ // InternalOseeDsl.g:2191:1: ( rule__QUALIFIED_NAME__Group_1__0 )*
+ loop26:
+ do {
+ int alt26=2;
+ int LA26_0 = input.LA(1);
- if (LA26_0 == 52) {
- alt26 = 1;
- }
+ if ( (LA26_0==51) ) {
+ alt26=1;
+ }
- 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:2191:2: rule__QUALIFIED_NAME__Group_1__0
- {
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__0_in_rule__QUALIFIED_NAME__Group__1__Impl4737);
- rule__QUALIFIED_NAME__Group_1__0();
- state._fsp--;
+ switch (alt26) {
+ case 1 :
+ // InternalOseeDsl.g:2191:2: rule__QUALIFIED_NAME__Group_1__0
+ {
+ pushFollow(FOLLOW_9);
+ rule__QUALIFIED_NAME__Group_1__0();
- }
- break;
+ state._fsp--;
+
+
+ }
+ break;
- default:
- break loop26;
- }
- } while (true);
+ default :
+ break loop26;
+ }
+ } while (true);
- after(grammarAccess.getQUALIFIED_NAMEAccess().getGroup_1());
+ after(grammarAccess.getQUALIFIED_NAMEAccess().getGroup_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__QUALIFIED_NAME__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__QUALIFIED_NAME__Group__1__Impl"
- // $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:2205: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();
+ // $ANTLR start "rule__QUALIFIED_NAME__Group_1__0"
+ // InternalOseeDsl.g:2205: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 {
- 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__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:2210: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__04772);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2209:1: ( rule__QUALIFIED_NAME__Group_1__0__Impl rule__QUALIFIED_NAME__Group_1__1 )
+ // InternalOseeDsl.g:2210:2: rule__QUALIFIED_NAME__Group_1__0__Impl rule__QUALIFIED_NAME__Group_1__1
+ {
+ pushFollow(FOLLOW_10);
rule__QUALIFIED_NAME__Group_1__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__1_in_rule__QUALIFIED_NAME__Group_1__04775);
+ pushFollow(FOLLOW_2);
rule__QUALIFIED_NAME__Group_1__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__QUALIFIED_NAME__Group_1__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__QUALIFIED_NAME__Group_1__0"
- // $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:2217:1: rule__QUALIFIED_NAME__Group_1__0__Impl : ( '.' ) ;
- public final void rule__QUALIFIED_NAME__Group_1__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__QUALIFIED_NAME__Group_1__0__Impl"
+ // InternalOseeDsl.g:2217:1: rule__QUALIFIED_NAME__Group_1__0__Impl : ( '.' ) ;
+ public final void rule__QUALIFIED_NAME__Group_1__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2221:1: ( ( '.' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2222:1: ( '.' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2222:1: ( '.' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2223:1: '.'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2221:1: ( ( '.' ) )
+ // InternalOseeDsl.g:2222:1: ( '.' )
+ {
+ // InternalOseeDsl.g:2222:1: ( '.' )
+ // InternalOseeDsl.g:2223:1: '.'
{
- before(grammarAccess.getQUALIFIED_NAMEAccess().getFullStopKeyword_1_0());
- match(input, 52, FOLLOW_52_in_rule__QUALIFIED_NAME__Group_1__0__Impl4803);
- after(grammarAccess.getQUALIFIED_NAMEAccess().getFullStopKeyword_1_0());
+ before(grammarAccess.getQUALIFIED_NAMEAccess().getFullStopKeyword_1_0());
+ match(input,51,FOLLOW_2);
+ after(grammarAccess.getQUALIFIED_NAMEAccess().getFullStopKeyword_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__QUALIFIED_NAME__Group_1__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__QUALIFIED_NAME__Group_1__0__Impl"
- // $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:2236: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();
+ // $ANTLR start "rule__QUALIFIED_NAME__Group_1__1"
+ // InternalOseeDsl.g:2236: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2240: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:2241:2: rule__QUALIFIED_NAME__Group_1__1__Impl
- {
- pushFollow(FOLLOW_rule__QUALIFIED_NAME__Group_1__1__Impl_in_rule__QUALIFIED_NAME__Group_1__14834);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2240:1: ( rule__QUALIFIED_NAME__Group_1__1__Impl )
+ // InternalOseeDsl.g:2241:2: rule__QUALIFIED_NAME__Group_1__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__QUALIFIED_NAME__Group_1__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__QUALIFIED_NAME__Group_1__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__QUALIFIED_NAME__Group_1__1"
- // $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:2247: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();
+ // $ANTLR start "rule__QUALIFIED_NAME__Group_1__1__Impl"
+ // InternalOseeDsl.g:2247:1: rule__QUALIFIED_NAME__Group_1__1__Impl : ( RULE_ID ) ;
+ public final void rule__QUALIFIED_NAME__Group_1__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2251:1: ( ( RULE_ID ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2252:1: ( RULE_ID )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2252:1: ( RULE_ID )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2253:1: RULE_ID
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2251:1: ( ( RULE_ID ) )
+ // InternalOseeDsl.g:2252:1: ( RULE_ID )
+ {
+ // InternalOseeDsl.g:2252:1: ( RULE_ID )
+ // InternalOseeDsl.g:2253:1: RULE_ID
{
- before(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_1_1());
- match(input, RULE_ID, FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group_1__1__Impl4861);
- after(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_1_1());
+ before(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_1_1());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getQUALIFIED_NAMEAccess().getIDTerminalRuleCall_1_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__QUALIFIED_NAME__Group_1__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__QUALIFIED_NAME__Group_1__1__Impl"
- // $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:2268: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();
+ // $ANTLR start "rule__XArtifactType__Group__0"
+ // InternalOseeDsl.g:2268:1: rule__XArtifactType__Group__0 : rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1 ;
+ public final void rule__XArtifactType__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2272: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:2273:2: rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__0__Impl_in_rule__XArtifactType__Group__04894);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2272:1: ( rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1 )
+ // InternalOseeDsl.g:2273:2: rule__XArtifactType__Group__0__Impl rule__XArtifactType__Group__1
+ {
+ pushFollow(FOLLOW_11);
rule__XArtifactType__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__1_in_rule__XArtifactType__Group__04897);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__0"
- // $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:2280:1: rule__XArtifactType__Group__0__Impl : ( ( rule__XArtifactType__AbstractAssignment_0 )? ) ;
- public final void rule__XArtifactType__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__0__Impl"
+ // InternalOseeDsl.g:2280:1: rule__XArtifactType__Group__0__Impl : ( ( rule__XArtifactType__AbstractAssignment_0 )? ) ;
+ public final void rule__XArtifactType__Group__0__Impl() throws RecognitionException {
- try {
- // ../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__AbstractAssignment_0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2285: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:2285: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:2286:1: ( rule__XArtifactType__AbstractAssignment_0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2284:1: ( ( ( rule__XArtifactType__AbstractAssignment_0 )? ) )
+ // InternalOseeDsl.g:2285:1: ( ( rule__XArtifactType__AbstractAssignment_0 )? )
+ {
+ // InternalOseeDsl.g:2285:1: ( ( rule__XArtifactType__AbstractAssignment_0 )? )
+ // InternalOseeDsl.g:2286: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:2287:1: ( rule__XArtifactType__AbstractAssignment_0 )?
- int alt27 = 2;
- int LA27_0 = input.LA(1);
+ before(grammarAccess.getXArtifactTypeAccess().getAbstractAssignment_0());
+ // InternalOseeDsl.g:2287:1: ( rule__XArtifactType__AbstractAssignment_0 )?
+ int alt27=2;
+ int LA27_0 = input.LA(1);
- if (LA27_0 == 98) {
- alt27 = 1;
- }
- 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:2287:2: rule__XArtifactType__AbstractAssignment_0
- {
- pushFollow(
- FOLLOW_rule__XArtifactType__AbstractAssignment_0_in_rule__XArtifactType__Group__0__Impl4924);
- rule__XArtifactType__AbstractAssignment_0();
+ if ( (LA27_0==97) ) {
+ alt27=1;
+ }
+ switch (alt27) {
+ case 1 :
+ // InternalOseeDsl.g:2287:2: rule__XArtifactType__AbstractAssignment_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactType__AbstractAssignment_0();
+
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getAbstractAssignment_0());
+ after(grammarAccess.getXArtifactTypeAccess().getAbstractAssignment_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__0__Impl"
- // $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:2297: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();
+ // $ANTLR start "rule__XArtifactType__Group__1"
+ // InternalOseeDsl.g:2297:1: rule__XArtifactType__Group__1 : rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2 ;
+ public final void rule__XArtifactType__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2301: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:2302:2: rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__1__Impl_in_rule__XArtifactType__Group__14955);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2301:1: ( rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2 )
+ // InternalOseeDsl.g:2302:2: rule__XArtifactType__Group__1__Impl rule__XArtifactType__Group__2
+ {
+ pushFollow(FOLLOW_7);
rule__XArtifactType__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__2_in_rule__XArtifactType__Group__14958);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__1"
- // $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:2309:1: rule__XArtifactType__Group__1__Impl : ( 'artifactType' ) ;
- public final void rule__XArtifactType__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__1__Impl"
+ // InternalOseeDsl.g:2309:1: rule__XArtifactType__Group__1__Impl : ( 'artifactType' ) ;
+ public final void rule__XArtifactType__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2313:1: ( ( 'artifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2314:1: ( 'artifactType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2314:1: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2315:1: 'artifactType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2313:1: ( ( 'artifactType' ) )
+ // InternalOseeDsl.g:2314:1: ( 'artifactType' )
+ {
+ // InternalOseeDsl.g:2314:1: ( 'artifactType' )
+ // InternalOseeDsl.g:2315:1: 'artifactType'
{
- before(grammarAccess.getXArtifactTypeAccess().getArtifactTypeKeyword_1());
- match(input, 53, FOLLOW_53_in_rule__XArtifactType__Group__1__Impl4986);
- after(grammarAccess.getXArtifactTypeAccess().getArtifactTypeKeyword_1());
+ before(grammarAccess.getXArtifactTypeAccess().getArtifactTypeKeyword_1());
+ match(input,52,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getArtifactTypeKeyword_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__1__Impl"
- // $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:2328: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();
+ // $ANTLR start "rule__XArtifactType__Group__2"
+ // InternalOseeDsl.g:2328:1: rule__XArtifactType__Group__2 : rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3 ;
+ public final void rule__XArtifactType__Group__2() throws RecognitionException {
- try {
- // ../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__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:2333:2: rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__2__Impl_in_rule__XArtifactType__Group__25017);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2332:1: ( rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3 )
+ // InternalOseeDsl.g:2333:2: rule__XArtifactType__Group__2__Impl rule__XArtifactType__Group__3
+ {
+ pushFollow(FOLLOW_12);
rule__XArtifactType__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__3_in_rule__XArtifactType__Group__25020);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__2"
- // $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:2340:1: rule__XArtifactType__Group__2__Impl : ( ( rule__XArtifactType__NameAssignment_2 ) ) ;
- public final void rule__XArtifactType__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__2__Impl"
+ // InternalOseeDsl.g:2340:1: rule__XArtifactType__Group__2__Impl : ( ( rule__XArtifactType__NameAssignment_2 ) ) ;
+ public final void rule__XArtifactType__Group__2__Impl() throws RecognitionException {
- try {
- // ../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__NameAssignment_2 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2345: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:2345: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:2346:1: ( rule__XArtifactType__NameAssignment_2 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2344:1: ( ( ( rule__XArtifactType__NameAssignment_2 ) ) )
+ // InternalOseeDsl.g:2345:1: ( ( rule__XArtifactType__NameAssignment_2 ) )
+ {
+ // InternalOseeDsl.g:2345:1: ( ( rule__XArtifactType__NameAssignment_2 ) )
+ // InternalOseeDsl.g:2346: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:2347: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:2347:2: rule__XArtifactType__NameAssignment_2
- {
- pushFollow(FOLLOW_rule__XArtifactType__NameAssignment_2_in_rule__XArtifactType__Group__2__Impl5047);
- rule__XArtifactType__NameAssignment_2();
+ before(grammarAccess.getXArtifactTypeAccess().getNameAssignment_2());
+ // InternalOseeDsl.g:2347:1: ( rule__XArtifactType__NameAssignment_2 )
+ // InternalOseeDsl.g:2347:2: rule__XArtifactType__NameAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactType__NameAssignment_2();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getXArtifactTypeAccess().getNameAssignment_2());
+ }
+
+ after(grammarAccess.getXArtifactTypeAccess().getNameAssignment_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__2__Impl"
- // $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:2357: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();
+ // $ANTLR start "rule__XArtifactType__Group__3"
+ // InternalOseeDsl.g:2357:1: rule__XArtifactType__Group__3 : rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4 ;
+ public final void rule__XArtifactType__Group__3() throws RecognitionException {
- try {
- // ../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__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:2362:2: rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__3__Impl_in_rule__XArtifactType__Group__35077);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2361:1: ( rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4 )
+ // InternalOseeDsl.g:2362:2: rule__XArtifactType__Group__3__Impl rule__XArtifactType__Group__4
+ {
+ pushFollow(FOLLOW_12);
rule__XArtifactType__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__4_in_rule__XArtifactType__Group__35080);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__3"
- // $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:2369:1: rule__XArtifactType__Group__3__Impl : ( ( rule__XArtifactType__Group_3__0 )? ) ;
- public final void rule__XArtifactType__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__3__Impl"
+ // InternalOseeDsl.g:2369:1: rule__XArtifactType__Group__3__Impl : ( ( rule__XArtifactType__Group_3__0 )? ) ;
+ public final void rule__XArtifactType__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2373: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:2374: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:2374: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:2375:1: ( rule__XArtifactType__Group_3__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2373:1: ( ( ( rule__XArtifactType__Group_3__0 )? ) )
+ // InternalOseeDsl.g:2374: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:2376:1: ( rule__XArtifactType__Group_3__0 )?
- int alt28 = 2;
- int LA28_0 = input.LA(1);
+ // InternalOseeDsl.g:2374:1: ( ( rule__XArtifactType__Group_3__0 )? )
+ // InternalOseeDsl.g:2375:1: ( rule__XArtifactType__Group_3__0 )?
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getGroup_3());
+ // InternalOseeDsl.g:2376:1: ( rule__XArtifactType__Group_3__0 )?
+ int alt28=2;
+ int LA28_0 = input.LA(1);
- if (LA28_0 == 57) {
- alt28 = 1;
- }
- 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:2376:2: rule__XArtifactType__Group_3__0
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__0_in_rule__XArtifactType__Group__3__Impl5107);
- rule__XArtifactType__Group_3__0();
+ if ( (LA28_0==56) ) {
+ alt28=1;
+ }
+ switch (alt28) {
+ case 1 :
+ // InternalOseeDsl.g:2376:2: rule__XArtifactType__Group_3__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactType__Group_3__0();
- state._fsp--;
+ state._fsp--;
- }
- break;
- }
+ }
+ break;
- after(grammarAccess.getXArtifactTypeAccess().getGroup_3());
+ }
+
+ after(grammarAccess.getXArtifactTypeAccess().getGroup_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__3__Impl"
- // $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:2386: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();
+ // $ANTLR start "rule__XArtifactType__Group__4"
+ // InternalOseeDsl.g:2386:1: rule__XArtifactType__Group__4 : rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5 ;
+ public final void rule__XArtifactType__Group__4() throws RecognitionException {
- try {
- // ../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__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:2391:2: rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__4__Impl_in_rule__XArtifactType__Group__45138);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2390:1: ( rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5 )
+ // InternalOseeDsl.g:2391:2: rule__XArtifactType__Group__4__Impl rule__XArtifactType__Group__5
+ {
+ pushFollow(FOLLOW_13);
rule__XArtifactType__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__5_in_rule__XArtifactType__Group__45141);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__4"
- // $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:2398:1: rule__XArtifactType__Group__4__Impl : ( '{' ) ;
- public final void rule__XArtifactType__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__4__Impl"
+ // InternalOseeDsl.g:2398:1: rule__XArtifactType__Group__4__Impl : ( '{' ) ;
+ public final void rule__XArtifactType__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2402:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2403:1: ( '{' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2403:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2404:1: '{'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2402:1: ( ( '{' ) )
+ // InternalOseeDsl.g:2403:1: ( '{' )
+ {
+ // InternalOseeDsl.g:2403:1: ( '{' )
+ // InternalOseeDsl.g:2404:1: '{'
{
- before(grammarAccess.getXArtifactTypeAccess().getLeftCurlyBracketKeyword_4());
- match(input, 54, FOLLOW_54_in_rule__XArtifactType__Group__4__Impl5169);
- after(grammarAccess.getXArtifactTypeAccess().getLeftCurlyBracketKeyword_4());
+ before(grammarAccess.getXArtifactTypeAccess().getLeftCurlyBracketKeyword_4());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getLeftCurlyBracketKeyword_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__4__Impl"
- // $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:2417: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();
+ // $ANTLR start "rule__XArtifactType__Group__5"
+ // InternalOseeDsl.g:2417:1: rule__XArtifactType__Group__5 : rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6 ;
+ public final void rule__XArtifactType__Group__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2421: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:2422:2: rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__5__Impl_in_rule__XArtifactType__Group__55200);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2421:1: ( rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6 )
+ // InternalOseeDsl.g:2422:2: rule__XArtifactType__Group__5__Impl rule__XArtifactType__Group__6
+ {
+ pushFollow(FOLLOW_13);
rule__XArtifactType__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__6_in_rule__XArtifactType__Group__55203);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__6();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__5"
- // $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:2429:1: rule__XArtifactType__Group__5__Impl : ( ( rule__XArtifactType__Group_5__0 )? ) ;
- public final void rule__XArtifactType__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__5__Impl"
+ // InternalOseeDsl.g:2429:1: rule__XArtifactType__Group__5__Impl : ( ( rule__XArtifactType__Group_5__0 )? ) ;
+ public final void rule__XArtifactType__Group__5__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2433: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:2434: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:2434: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:2435:1: ( rule__XArtifactType__Group_5__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2433:1: ( ( ( rule__XArtifactType__Group_5__0 )? ) )
+ // InternalOseeDsl.g:2434:1: ( ( rule__XArtifactType__Group_5__0 )? )
+ {
+ // InternalOseeDsl.g:2434:1: ( ( rule__XArtifactType__Group_5__0 )? )
+ // InternalOseeDsl.g:2435: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:2436:1: ( rule__XArtifactType__Group_5__0 )?
- int alt29 = 2;
- int LA29_0 = input.LA(1);
+ before(grammarAccess.getXArtifactTypeAccess().getGroup_5());
+ // InternalOseeDsl.g:2436:1: ( rule__XArtifactType__Group_5__0 )?
+ int alt29=2;
+ int LA29_0 = input.LA(1);
+
+ if ( (LA29_0==58) ) {
+ alt29=1;
+ }
+ switch (alt29) {
+ case 1 :
+ // InternalOseeDsl.g:2436:2: rule__XArtifactType__Group_5__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactType__Group_5__0();
- if (LA29_0 == 59) {
- alt29 = 1;
- }
- 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:2436:2: rule__XArtifactType__Group_5__0
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group_5__0_in_rule__XArtifactType__Group__5__Impl5230);
- rule__XArtifactType__Group_5__0();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getGroup_5());
+ after(grammarAccess.getXArtifactTypeAccess().getGroup_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__5__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__5__Impl"
- // $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:2446: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();
+ // $ANTLR start "rule__XArtifactType__Group__6"
+ // InternalOseeDsl.g:2446:1: rule__XArtifactType__Group__6 : rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7 ;
+ public final void rule__XArtifactType__Group__6() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2450: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:2451:2: rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__6__Impl_in_rule__XArtifactType__Group__65261);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2450:1: ( rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7 )
+ // InternalOseeDsl.g:2451:2: rule__XArtifactType__Group__6__Impl rule__XArtifactType__Group__7
+ {
+ pushFollow(FOLLOW_14);
rule__XArtifactType__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__7_in_rule__XArtifactType__Group__65264);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__7();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__6"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__6"
- // $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:2458:1: rule__XArtifactType__Group__6__Impl : ( 'uuid' ) ;
- public final void rule__XArtifactType__Group__6__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__6__Impl"
+ // InternalOseeDsl.g:2458:1: rule__XArtifactType__Group__6__Impl : ( 'id' ) ;
+ public final void rule__XArtifactType__Group__6__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2462:1: ( ( 'uuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2463:1: ( 'uuid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2463:1: ( 'uuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2464:1: 'uuid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2462:1: ( ( 'id' ) )
+ // InternalOseeDsl.g:2463:1: ( 'id' )
+ {
+ // InternalOseeDsl.g:2463:1: ( 'id' )
+ // InternalOseeDsl.g:2464:1: 'id'
{
- before(grammarAccess.getXArtifactTypeAccess().getUuidKeyword_6());
- match(input, 55, FOLLOW_55_in_rule__XArtifactType__Group__6__Impl5292);
- after(grammarAccess.getXArtifactTypeAccess().getUuidKeyword_6());
+ before(grammarAccess.getXArtifactTypeAccess().getIdKeyword_6());
+ match(input,54,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getIdKeyword_6());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__6__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__6__Impl"
- // $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:2477: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();
+ // $ANTLR start "rule__XArtifactType__Group__7"
+ // InternalOseeDsl.g:2477:1: rule__XArtifactType__Group__7 : rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8 ;
+ public final void rule__XArtifactType__Group__7() throws RecognitionException {
- try {
- // ../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__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:2482:2: rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__7__Impl_in_rule__XArtifactType__Group__75323);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2481:1: ( rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8 )
+ // InternalOseeDsl.g:2482:2: rule__XArtifactType__Group__7__Impl rule__XArtifactType__Group__8
+ {
+ pushFollow(FOLLOW_15);
rule__XArtifactType__Group__7__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__8_in_rule__XArtifactType__Group__75326);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__8();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__7"
+ restoreStackSize(stackSize);
- // $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:2489:1: rule__XArtifactType__Group__7__Impl : ( ( rule__XArtifactType__UuidAssignment_7 ) ) ;
- public final void rule__XArtifactType__Group__7__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__7"
- int stackSize = keepStackSize();
- try {
- // ../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__UuidAssignment_7 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2494: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:2494: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:2495:1: ( rule__XArtifactType__UuidAssignment_7 )
+ // $ANTLR start "rule__XArtifactType__Group__7__Impl"
+ // InternalOseeDsl.g:2489:1: rule__XArtifactType__Group__7__Impl : ( ( rule__XArtifactType__IdAssignment_7 ) ) ;
+ public final void rule__XArtifactType__Group__7__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2493:1: ( ( ( rule__XArtifactType__IdAssignment_7 ) ) )
+ // InternalOseeDsl.g:2494:1: ( ( rule__XArtifactType__IdAssignment_7 ) )
+ {
+ // InternalOseeDsl.g:2494:1: ( ( rule__XArtifactType__IdAssignment_7 ) )
+ // InternalOseeDsl.g:2495:1: ( rule__XArtifactType__IdAssignment_7 )
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getIdAssignment_7());
+ // InternalOseeDsl.g:2496:1: ( rule__XArtifactType__IdAssignment_7 )
+ // InternalOseeDsl.g:2496:2: rule__XArtifactType__IdAssignment_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:2496: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:2496:2: rule__XArtifactType__UuidAssignment_7
- {
- pushFollow(FOLLOW_rule__XArtifactType__UuidAssignment_7_in_rule__XArtifactType__Group__7__Impl5353);
- rule__XArtifactType__UuidAssignment_7();
+ pushFollow(FOLLOW_2);
+ rule__XArtifactType__IdAssignment_7();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getUuidAssignment_7());
+ after(grammarAccess.getXArtifactTypeAccess().getIdAssignment_7());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__7__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__7__Impl"
- // $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:2506: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();
+ // $ANTLR start "rule__XArtifactType__Group__8"
+ // InternalOseeDsl.g:2506:1: rule__XArtifactType__Group__8 : rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9 ;
+ public final void rule__XArtifactType__Group__8() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2510: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:2511:2: rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__8__Impl_in_rule__XArtifactType__Group__85383);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2510:1: ( rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9 )
+ // InternalOseeDsl.g:2511:2: rule__XArtifactType__Group__8__Impl rule__XArtifactType__Group__9
+ {
+ pushFollow(FOLLOW_15);
rule__XArtifactType__Group__8__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group__9_in_rule__XArtifactType__Group__85386);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__9();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__8"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__8"
- // $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:2518:1: rule__XArtifactType__Group__8__Impl : ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* ) ;
- public final void rule__XArtifactType__Group__8__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__8__Impl"
+ // InternalOseeDsl.g:2518:1: rule__XArtifactType__Group__8__Impl : ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* ) ;
+ public final void rule__XArtifactType__Group__8__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2522: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:2523: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:2523: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:2524:1: ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )*
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2522:1: ( ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* ) )
+ // InternalOseeDsl.g:2523:1: ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* )
+ {
+ // InternalOseeDsl.g:2523:1: ( ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )* )
+ // InternalOseeDsl.g:2524: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:2525:1: ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )*
- loop30: do {
- int alt30 = 2;
- int LA30_0 = input.LA(1);
+ before(grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesAssignment_8());
+ // InternalOseeDsl.g:2525:1: ( rule__XArtifactType__ValidAttributeTypesAssignment_8 )*
+ loop30:
+ do {
+ int alt30=2;
+ int LA30_0 = input.LA(1);
- if (LA30_0 == 60) {
- alt30 = 1;
- }
+ if ( (LA30_0==59) ) {
+ alt30=1;
+ }
- 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:2525:2: rule__XArtifactType__ValidAttributeTypesAssignment_8
- {
- pushFollow(
- FOLLOW_rule__XArtifactType__ValidAttributeTypesAssignment_8_in_rule__XArtifactType__Group__8__Impl5413);
- rule__XArtifactType__ValidAttributeTypesAssignment_8();
- state._fsp--;
+ switch (alt30) {
+ case 1 :
+ // InternalOseeDsl.g:2525:2: rule__XArtifactType__ValidAttributeTypesAssignment_8
+ {
+ pushFollow(FOLLOW_16);
+ rule__XArtifactType__ValidAttributeTypesAssignment_8();
- }
- break;
+ state._fsp--;
+
+
+ }
+ break;
- default:
- break loop30;
- }
- } while (true);
+ default :
+ break loop30;
+ }
+ } while (true);
- after(grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesAssignment_8());
+ after(grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesAssignment_8());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__8__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__8__Impl"
- // $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:2535:1: rule__XArtifactType__Group__9 : rule__XArtifactType__Group__9__Impl ;
- public final void rule__XArtifactType__Group__9() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__9"
+ // InternalOseeDsl.g:2535:1: rule__XArtifactType__Group__9 : rule__XArtifactType__Group__9__Impl ;
+ public final void rule__XArtifactType__Group__9() throws RecognitionException {
- 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__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:2540:2: rule__XArtifactType__Group__9__Impl
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group__9__Impl_in_rule__XArtifactType__Group__95444);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2539:1: ( rule__XArtifactType__Group__9__Impl )
+ // InternalOseeDsl.g:2540:2: rule__XArtifactType__Group__9__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group__9__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__9"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__9"
- // $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:2546:1: rule__XArtifactType__Group__9__Impl : ( '}' ) ;
- public final void rule__XArtifactType__Group__9__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group__9__Impl"
+ // InternalOseeDsl.g:2546:1: rule__XArtifactType__Group__9__Impl : ( '}' ) ;
+ public final void rule__XArtifactType__Group__9__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2550:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2551:1: ( '}' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2551:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2552:1: '}'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2550:1: ( ( '}' ) )
+ // InternalOseeDsl.g:2551:1: ( '}' )
+ {
+ // InternalOseeDsl.g:2551:1: ( '}' )
+ // InternalOseeDsl.g:2552:1: '}'
{
- before(grammarAccess.getXArtifactTypeAccess().getRightCurlyBracketKeyword_9());
- match(input, 56, FOLLOW_56_in_rule__XArtifactType__Group__9__Impl5472);
- after(grammarAccess.getXArtifactTypeAccess().getRightCurlyBracketKeyword_9());
+ before(grammarAccess.getXArtifactTypeAccess().getRightCurlyBracketKeyword_9());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getRightCurlyBracketKeyword_9());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group__9__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group__9__Impl"
- // $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:2585: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();
+ // $ANTLR start "rule__XArtifactType__Group_3__0"
+ // InternalOseeDsl.g:2585: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2589: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:2590: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__05523);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2589:1: ( rule__XArtifactType__Group_3__0__Impl rule__XArtifactType__Group_3__1 )
+ // InternalOseeDsl.g:2590:2: rule__XArtifactType__Group_3__0__Impl rule__XArtifactType__Group_3__1
+ {
+ pushFollow(FOLLOW_7);
rule__XArtifactType__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__1_in_rule__XArtifactType__Group_3__05526);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group_3__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3__0"
- // $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:2597:1: rule__XArtifactType__Group_3__0__Impl : ( 'extends' ) ;
- public final void rule__XArtifactType__Group_3__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group_3__0__Impl"
+ // InternalOseeDsl.g:2597:1: rule__XArtifactType__Group_3__0__Impl : ( 'extends' ) ;
+ public final void rule__XArtifactType__Group_3__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2601:1: ( ( 'extends' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2602:1: ( 'extends' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2602:1: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2603:1: 'extends'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2601:1: ( ( 'extends' ) )
+ // InternalOseeDsl.g:2602:1: ( 'extends' )
{
- before(grammarAccess.getXArtifactTypeAccess().getExtendsKeyword_3_0());
- match(input, 57, FOLLOW_57_in_rule__XArtifactType__Group_3__0__Impl5554);
- after(grammarAccess.getXArtifactTypeAccess().getExtendsKeyword_3_0());
+ // InternalOseeDsl.g:2602:1: ( 'extends' )
+ // InternalOseeDsl.g:2603:1: 'extends'
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getExtendsKeyword_3_0());
+ match(input,56,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getExtendsKeyword_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3__0__Impl"
- // $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:2616: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();
+ // $ANTLR start "rule__XArtifactType__Group_3__1"
+ // InternalOseeDsl.g:2616: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2620: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:2621: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__15585);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2620:1: ( rule__XArtifactType__Group_3__1__Impl rule__XArtifactType__Group_3__2 )
+ // InternalOseeDsl.g:2621:2: rule__XArtifactType__Group_3__1__Impl rule__XArtifactType__Group_3__2
+ {
+ pushFollow(FOLLOW_17);
rule__XArtifactType__Group_3__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__2_in_rule__XArtifactType__Group_3__15588);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group_3__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3__1"
- // $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:2628: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();
+ // $ANTLR start "rule__XArtifactType__Group_3__1__Impl"
+ // InternalOseeDsl.g:2628:1: rule__XArtifactType__Group_3__1__Impl : ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) ) ;
+ public final void rule__XArtifactType__Group_3__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2632: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:2633: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:2633: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:2634:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2632:1: ( ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) ) )
+ // InternalOseeDsl.g:2633: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:2635: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:2635:2: rule__XArtifactType__SuperArtifactTypesAssignment_3_1
- {
- pushFollow(
- FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_1_in_rule__XArtifactType__Group_3__1__Impl5615);
- rule__XArtifactType__SuperArtifactTypesAssignment_3_1();
+ // InternalOseeDsl.g:2633:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 ) )
+ // InternalOseeDsl.g:2634:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 )
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_1());
+ // InternalOseeDsl.g:2635:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_1 )
+ // InternalOseeDsl.g:2635:2: rule__XArtifactType__SuperArtifactTypesAssignment_3_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactType__SuperArtifactTypesAssignment_3_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_1());
+ after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3__1__Impl"
- // $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:2645: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();
+ // $ANTLR start "rule__XArtifactType__Group_3__2"
+ // InternalOseeDsl.g:2645:1: rule__XArtifactType__Group_3__2 : rule__XArtifactType__Group_3__2__Impl ;
+ public final void rule__XArtifactType__Group_3__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2649: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:2650:2: rule__XArtifactType__Group_3__2__Impl
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group_3__2__Impl_in_rule__XArtifactType__Group_3__25645);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2649:1: ( rule__XArtifactType__Group_3__2__Impl )
+ // InternalOseeDsl.g:2650:2: rule__XArtifactType__Group_3__2__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group_3__2__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3__2"
- // $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:2656: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();
+ // $ANTLR start "rule__XArtifactType__Group_3__2__Impl"
+ // InternalOseeDsl.g:2656:1: rule__XArtifactType__Group_3__2__Impl : ( ( rule__XArtifactType__Group_3_2__0 )* ) ;
+ public final void rule__XArtifactType__Group_3__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2660: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:2661: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:2661: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:2662:1: ( rule__XArtifactType__Group_3_2__0 )*
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2660:1: ( ( ( rule__XArtifactType__Group_3_2__0 )* ) )
+ // InternalOseeDsl.g:2661:1: ( ( rule__XArtifactType__Group_3_2__0 )* )
+ {
+ // InternalOseeDsl.g:2661:1: ( ( rule__XArtifactType__Group_3_2__0 )* )
+ // InternalOseeDsl.g:2662: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:2663:1: ( rule__XArtifactType__Group_3_2__0 )*
- loop31: do {
- int alt31 = 2;
- int LA31_0 = input.LA(1);
+ before(grammarAccess.getXArtifactTypeAccess().getGroup_3_2());
+ // InternalOseeDsl.g:2663:1: ( rule__XArtifactType__Group_3_2__0 )*
+ loop31:
+ do {
+ int alt31=2;
+ int LA31_0 = input.LA(1);
- if (LA31_0 == 58) {
- alt31 = 1;
- }
+ if ( (LA31_0==57) ) {
+ alt31=1;
+ }
- 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:2663:2: rule__XArtifactType__Group_3_2__0
- {
- pushFollow(
- FOLLOW_rule__XArtifactType__Group_3_2__0_in_rule__XArtifactType__Group_3__2__Impl5672);
- rule__XArtifactType__Group_3_2__0();
- state._fsp--;
+ switch (alt31) {
+ case 1 :
+ // InternalOseeDsl.g:2663:2: rule__XArtifactType__Group_3_2__0
+ {
+ pushFollow(FOLLOW_18);
+ rule__XArtifactType__Group_3_2__0();
- }
- break;
+ state._fsp--;
- default:
- break loop31;
- }
- } while (true);
- after(grammarAccess.getXArtifactTypeAccess().getGroup_3_2());
+ }
+ break;
+
+ default :
+ break loop31;
+ }
+ } while (true);
+
+ after(grammarAccess.getXArtifactTypeAccess().getGroup_3_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3__2__Impl"
+ restoreStackSize(stackSize);
- // $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:2679: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 {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3__2__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2683: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:2684: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__05709);
+ // $ANTLR start "rule__XArtifactType__Group_3_2__0"
+ // InternalOseeDsl.g:2679: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 {
+ // InternalOseeDsl.g:2683:1: ( rule__XArtifactType__Group_3_2__0__Impl rule__XArtifactType__Group_3_2__1 )
+ // InternalOseeDsl.g:2684:2: rule__XArtifactType__Group_3_2__0__Impl rule__XArtifactType__Group_3_2__1
+ {
+ pushFollow(FOLLOW_7);
rule__XArtifactType__Group_3_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__1_in_rule__XArtifactType__Group_3_2__05712);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group_3_2__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3_2__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3_2__0"
- // $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:2691:1: rule__XArtifactType__Group_3_2__0__Impl : ( ',' ) ;
- public final void rule__XArtifactType__Group_3_2__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group_3_2__0__Impl"
+ // InternalOseeDsl.g:2691:1: rule__XArtifactType__Group_3_2__0__Impl : ( ',' ) ;
+ public final void rule__XArtifactType__Group_3_2__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2695:1: ( ( ',' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2696:1: ( ',' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2696:1: ( ',' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2697:1: ','
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2695:1: ( ( ',' ) )
+ // InternalOseeDsl.g:2696:1: ( ',' )
+ {
+ // InternalOseeDsl.g:2696:1: ( ',' )
+ // InternalOseeDsl.g:2697:1: ','
{
- before(grammarAccess.getXArtifactTypeAccess().getCommaKeyword_3_2_0());
- match(input, 58, FOLLOW_58_in_rule__XArtifactType__Group_3_2__0__Impl5740);
- after(grammarAccess.getXArtifactTypeAccess().getCommaKeyword_3_2_0());
+ before(grammarAccess.getXArtifactTypeAccess().getCommaKeyword_3_2_0());
+ match(input,57,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getCommaKeyword_3_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3_2__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3_2__0__Impl"
- // $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:2710: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();
+ // $ANTLR start "rule__XArtifactType__Group_3_2__1"
+ // InternalOseeDsl.g:2710: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2714: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:2715:2: rule__XArtifactType__Group_3_2__1__Impl
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group_3_2__1__Impl_in_rule__XArtifactType__Group_3_2__15771);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2714:1: ( rule__XArtifactType__Group_3_2__1__Impl )
+ // InternalOseeDsl.g:2715:2: rule__XArtifactType__Group_3_2__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group_3_2__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3_2__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3_2__1"
- // $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:2721: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();
+ // $ANTLR start "rule__XArtifactType__Group_3_2__1__Impl"
+ // InternalOseeDsl.g:2721: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 {
- 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__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:2726: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:2726: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:2727:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2725:1: ( ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) ) )
+ // InternalOseeDsl.g:2726:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) )
+ {
+ // InternalOseeDsl.g:2726:1: ( ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 ) )
+ // InternalOseeDsl.g:2727:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 )
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_2_1());
+ // InternalOseeDsl.g:2728:1: ( rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 )
+ // InternalOseeDsl.g:2728:2: 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:2728: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:2728:2: rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1
- {
- pushFollow(
- FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1_in_rule__XArtifactType__Group_3_2__1__Impl5798);
- rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1();
+ pushFollow(FOLLOW_2);
+ rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_2_1());
+ after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesAssignment_3_2_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_3_2__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_3_2__1__Impl"
- // $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:2742: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();
+ // $ANTLR start "rule__XArtifactType__Group_5__0"
+ // InternalOseeDsl.g:2742: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2746: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:2747: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__05832);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2746:1: ( rule__XArtifactType__Group_5__0__Impl rule__XArtifactType__Group_5__1 )
+ // InternalOseeDsl.g:2747:2: rule__XArtifactType__Group_5__0__Impl rule__XArtifactType__Group_5__1
+ {
+ pushFollow(FOLLOW_7);
rule__XArtifactType__Group_5__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactType__Group_5__1_in_rule__XArtifactType__Group_5__05835);
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group_5__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_5__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_5__0"
- // $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:2754:1: rule__XArtifactType__Group_5__0__Impl : ( 'guid' ) ;
- public final void rule__XArtifactType__Group_5__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__Group_5__0__Impl"
+ // InternalOseeDsl.g:2754:1: rule__XArtifactType__Group_5__0__Impl : ( 'guid' ) ;
+ public final void rule__XArtifactType__Group_5__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2758:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2759:1: ( 'guid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2759:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2760:1: 'guid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2758:1: ( ( 'guid' ) )
+ // InternalOseeDsl.g:2759:1: ( 'guid' )
+ {
+ // InternalOseeDsl.g:2759:1: ( 'guid' )
+ // InternalOseeDsl.g:2760:1: 'guid'
{
- before(grammarAccess.getXArtifactTypeAccess().getGuidKeyword_5_0());
- match(input, 59, FOLLOW_59_in_rule__XArtifactType__Group_5__0__Impl5863);
- after(grammarAccess.getXArtifactTypeAccess().getGuidKeyword_5_0());
+ before(grammarAccess.getXArtifactTypeAccess().getGuidKeyword_5_0());
+ match(input,58,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getGuidKeyword_5_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_5__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_5__0__Impl"
- // $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:2773: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();
+ // $ANTLR start "rule__XArtifactType__Group_5__1"
+ // InternalOseeDsl.g:2773:1: rule__XArtifactType__Group_5__1 : rule__XArtifactType__Group_5__1__Impl ;
+ public final void rule__XArtifactType__Group_5__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2777: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:2778:2: rule__XArtifactType__Group_5__1__Impl
- {
- pushFollow(FOLLOW_rule__XArtifactType__Group_5__1__Impl_in_rule__XArtifactType__Group_5__15894);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2777:1: ( rule__XArtifactType__Group_5__1__Impl )
+ // InternalOseeDsl.g:2778:2: rule__XArtifactType__Group_5__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XArtifactType__Group_5__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_5__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_5__1"
- // $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:2784: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();
+ // $ANTLR start "rule__XArtifactType__Group_5__1__Impl"
+ // InternalOseeDsl.g:2784:1: rule__XArtifactType__Group_5__1__Impl : ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) ) ;
+ public final void rule__XArtifactType__Group_5__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2788: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:2789: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:2789: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:2790:1: ( rule__XArtifactType__TypeGuidAssignment_5_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2788:1: ( ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) ) )
+ // InternalOseeDsl.g:2789: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:2791: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:2791:2: rule__XArtifactType__TypeGuidAssignment_5_1
- {
- pushFollow(
- FOLLOW_rule__XArtifactType__TypeGuidAssignment_5_1_in_rule__XArtifactType__Group_5__1__Impl5921);
- rule__XArtifactType__TypeGuidAssignment_5_1();
+ // InternalOseeDsl.g:2789:1: ( ( rule__XArtifactType__TypeGuidAssignment_5_1 ) )
+ // InternalOseeDsl.g:2790:1: ( rule__XArtifactType__TypeGuidAssignment_5_1 )
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getTypeGuidAssignment_5_1());
+ // InternalOseeDsl.g:2791:1: ( rule__XArtifactType__TypeGuidAssignment_5_1 )
+ // InternalOseeDsl.g:2791:2: rule__XArtifactType__TypeGuidAssignment_5_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactType__TypeGuidAssignment_5_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getTypeGuidAssignment_5_1());
+ after(grammarAccess.getXArtifactTypeAccess().getTypeGuidAssignment_5_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__Group_5__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__Group_5__1__Impl"
- // $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:2805: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();
+ // $ANTLR start "rule__XAttributeTypeRef__Group__0"
+ // InternalOseeDsl.g:2805:1: rule__XAttributeTypeRef__Group__0 : rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1 ;
+ public final void rule__XAttributeTypeRef__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2809: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:2810:2: rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1
- {
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__0__Impl_in_rule__XAttributeTypeRef__Group__05955);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2809:1: ( rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1 )
+ // InternalOseeDsl.g:2810:2: rule__XAttributeTypeRef__Group__0__Impl rule__XAttributeTypeRef__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__XAttributeTypeRef__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__1_in_rule__XAttributeTypeRef__Group__05958);
+ pushFollow(FOLLOW_2);
rule__XAttributeTypeRef__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group__0"
+ restoreStackSize(stackSize);
- // $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:2817:1: rule__XAttributeTypeRef__Group__0__Impl : ( 'attribute' ) ;
- public final void rule__XAttributeTypeRef__Group__0__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group__0"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2821:1: ( ( 'attribute' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2822:1: ( 'attribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2822:1: ( 'attribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2823:1: 'attribute'
+ // $ANTLR start "rule__XAttributeTypeRef__Group__0__Impl"
+ // InternalOseeDsl.g:2817:1: rule__XAttributeTypeRef__Group__0__Impl : ( 'attribute' ) ;
+ public final void rule__XAttributeTypeRef__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2821:1: ( ( 'attribute' ) )
+ // InternalOseeDsl.g:2822:1: ( 'attribute' )
+ {
+ // InternalOseeDsl.g:2822:1: ( 'attribute' )
+ // InternalOseeDsl.g:2823:1: 'attribute'
{
- before(grammarAccess.getXAttributeTypeRefAccess().getAttributeKeyword_0());
- match(input, 60, FOLLOW_60_in_rule__XAttributeTypeRef__Group__0__Impl5986);
- after(grammarAccess.getXAttributeTypeRefAccess().getAttributeKeyword_0());
+ before(grammarAccess.getXAttributeTypeRefAccess().getAttributeKeyword_0());
+ match(input,59,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeRefAccess().getAttributeKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group__0__Impl"
- // $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:2836: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();
+ // $ANTLR start "rule__XAttributeTypeRef__Group__1"
+ // InternalOseeDsl.g:2836:1: rule__XAttributeTypeRef__Group__1 : rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2 ;
+ public final void rule__XAttributeTypeRef__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2840: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:2841:2: rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2
- {
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__1__Impl_in_rule__XAttributeTypeRef__Group__16017);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2840:1: ( rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2 )
+ // InternalOseeDsl.g:2841:2: rule__XAttributeTypeRef__Group__1__Impl rule__XAttributeTypeRef__Group__2
+ {
+ pushFollow(FOLLOW_19);
rule__XAttributeTypeRef__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__2_in_rule__XAttributeTypeRef__Group__16020);
+ pushFollow(FOLLOW_2);
rule__XAttributeTypeRef__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group__1"
+ restoreStackSize(stackSize);
- // $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:2848:1: rule__XAttributeTypeRef__Group__1__Impl : ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) ) ;
- public final void rule__XAttributeTypeRef__Group__1__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group__1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2852: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:2853: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:2853: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:2854:1: ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 )
+ // $ANTLR start "rule__XAttributeTypeRef__Group__1__Impl"
+ // InternalOseeDsl.g:2848:1: rule__XAttributeTypeRef__Group__1__Impl : ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) ) ;
+ public final void rule__XAttributeTypeRef__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2852:1: ( ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) ) )
+ // InternalOseeDsl.g:2853:1: ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:2853:1: ( ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 ) )
+ // InternalOseeDsl.g:2854:1: ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 )
+ {
+ before(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeAssignment_1());
+ // InternalOseeDsl.g:2855:1: ( rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 )
+ // InternalOseeDsl.g:2855:2: 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:2855: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:2855:2: rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1_in_rule__XAttributeTypeRef__Group__1__Impl6047);
- rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeAssignment_1());
+ after(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group__1__Impl"
- // $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:2865:1: rule__XAttributeTypeRef__Group__2 : rule__XAttributeTypeRef__Group__2__Impl ;
- public final void rule__XAttributeTypeRef__Group__2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeTypeRef__Group__2"
+ // InternalOseeDsl.g:2865:1: rule__XAttributeTypeRef__Group__2 : rule__XAttributeTypeRef__Group__2__Impl ;
+ public final void rule__XAttributeTypeRef__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2869: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:2870:2: rule__XAttributeTypeRef__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group__2__Impl_in_rule__XAttributeTypeRef__Group__26077);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2869:1: ( rule__XAttributeTypeRef__Group__2__Impl )
+ // InternalOseeDsl.g:2870:2: rule__XAttributeTypeRef__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeTypeRef__Group__2__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group__2"
- // $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:2876:1: rule__XAttributeTypeRef__Group__2__Impl : ( ( rule__XAttributeTypeRef__Group_2__0 )? ) ;
- public final void rule__XAttributeTypeRef__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeTypeRef__Group__2__Impl"
+ // InternalOseeDsl.g:2876:1: rule__XAttributeTypeRef__Group__2__Impl : ( ( rule__XAttributeTypeRef__Group_2__0 )? ) ;
+ public final void rule__XAttributeTypeRef__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2880: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:2881: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:2881: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:2882:1: ( rule__XAttributeTypeRef__Group_2__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2880:1: ( ( ( rule__XAttributeTypeRef__Group_2__0 )? ) )
+ // InternalOseeDsl.g:2881: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:2883:1: ( rule__XAttributeTypeRef__Group_2__0 )?
- int alt32 = 2;
- int LA32_0 = input.LA(1);
+ // InternalOseeDsl.g:2881:1: ( ( rule__XAttributeTypeRef__Group_2__0 )? )
+ // InternalOseeDsl.g:2882:1: ( rule__XAttributeTypeRef__Group_2__0 )?
+ {
+ before(grammarAccess.getXAttributeTypeRefAccess().getGroup_2());
+ // InternalOseeDsl.g:2883:1: ( rule__XAttributeTypeRef__Group_2__0 )?
+ int alt32=2;
+ int LA32_0 = input.LA(1);
+
+ if ( (LA32_0==44) ) {
+ alt32=1;
+ }
+ switch (alt32) {
+ case 1 :
+ // InternalOseeDsl.g:2883:2: rule__XAttributeTypeRef__Group_2__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeTypeRef__Group_2__0();
- if (LA32_0 == 45) {
- alt32 = 1;
- }
- 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:2883:2: rule__XAttributeTypeRef__Group_2__0
- {
- pushFollow(
- FOLLOW_rule__XAttributeTypeRef__Group_2__0_in_rule__XAttributeTypeRef__Group__2__Impl6104);
- rule__XAttributeTypeRef__Group_2__0();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXAttributeTypeRefAccess().getGroup_2());
+ after(grammarAccess.getXAttributeTypeRefAccess().getGroup_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group__2__Impl"
- // $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:2899: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();
+ // $ANTLR start "rule__XAttributeTypeRef__Group_2__0"
+ // InternalOseeDsl.g:2899: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 {
- 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__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:2904: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__06141);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2903:1: ( rule__XAttributeTypeRef__Group_2__0__Impl rule__XAttributeTypeRef__Group_2__1 )
+ // InternalOseeDsl.g:2904:2: rule__XAttributeTypeRef__Group_2__0__Impl rule__XAttributeTypeRef__Group_2__1
+ {
+ pushFollow(FOLLOW_14);
rule__XAttributeTypeRef__Group_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__1_in_rule__XAttributeTypeRef__Group_2__06144);
+ pushFollow(FOLLOW_2);
rule__XAttributeTypeRef__Group_2__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group_2__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group_2__0"
- // $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:2911:1: rule__XAttributeTypeRef__Group_2__0__Impl : ( 'branchUuid' ) ;
- public final void rule__XAttributeTypeRef__Group_2__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeTypeRef__Group_2__0__Impl"
+ // InternalOseeDsl.g:2911:1: rule__XAttributeTypeRef__Group_2__0__Impl : ( 'branchUuid' ) ;
+ public final void rule__XAttributeTypeRef__Group_2__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2915:1: ( ( 'branchUuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2916:1: ( 'branchUuid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2916:1: ( 'branchUuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2917:1: 'branchUuid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2915:1: ( ( 'branchUuid' ) )
+ // InternalOseeDsl.g:2916:1: ( 'branchUuid' )
{
- before(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidKeyword_2_0());
- match(input, 45, FOLLOW_45_in_rule__XAttributeTypeRef__Group_2__0__Impl6172);
- after(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidKeyword_2_0());
+ // InternalOseeDsl.g:2916:1: ( 'branchUuid' )
+ // InternalOseeDsl.g:2917:1: 'branchUuid'
+ {
+ before(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidKeyword_2_0());
+ match(input,44,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidKeyword_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group_2__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group_2__0__Impl"
- // $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:2930: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();
+ // $ANTLR start "rule__XAttributeTypeRef__Group_2__1"
+ // InternalOseeDsl.g:2930:1: rule__XAttributeTypeRef__Group_2__1 : rule__XAttributeTypeRef__Group_2__1__Impl ;
+ public final void rule__XAttributeTypeRef__Group_2__1() throws RecognitionException {
- 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__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:2935:2: rule__XAttributeTypeRef__Group_2__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeTypeRef__Group_2__1__Impl_in_rule__XAttributeTypeRef__Group_2__16203);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2934:1: ( rule__XAttributeTypeRef__Group_2__1__Impl )
+ // InternalOseeDsl.g:2935:2: rule__XAttributeTypeRef__Group_2__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeTypeRef__Group_2__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group_2__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group_2__1"
- // $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:2941:1: rule__XAttributeTypeRef__Group_2__1__Impl : ( ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 ) ) ;
- public final void rule__XAttributeTypeRef__Group_2__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeTypeRef__Group_2__1__Impl"
+ // InternalOseeDsl.g:2941:1: rule__XAttributeTypeRef__Group_2__1__Impl : ( ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 ) ) ;
+ public final void rule__XAttributeTypeRef__Group_2__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2945:1: ( ( ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2946:1: ( ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2946:1: ( ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2947:1: ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2945:1: ( ( ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 ) ) )
+ // InternalOseeDsl.g:2946:1: ( ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 ) )
+ {
+ // InternalOseeDsl.g:2946:1: ( ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 ) )
+ // InternalOseeDsl.g:2947:1: ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 )
+ {
+ before(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidAssignment_2_1());
+ // InternalOseeDsl.g:2948:1: ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 )
+ // InternalOseeDsl.g:2948:2: rule__XAttributeTypeRef__BranchUuidAssignment_2_1
{
- before(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidAssignment_2_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2948:1: ( rule__XAttributeTypeRef__BranchUuidAssignment_2_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2948:2: rule__XAttributeTypeRef__BranchUuidAssignment_2_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeTypeRef__BranchUuidAssignment_2_1_in_rule__XAttributeTypeRef__Group_2__1__Impl6230);
- rule__XAttributeTypeRef__BranchUuidAssignment_2_1();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeTypeRef__BranchUuidAssignment_2_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidAssignment_2_1());
+ after(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidAssignment_2_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__Group_2__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__Group_2__1__Impl"
- // $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:2962: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();
+ // $ANTLR start "rule__XAttributeType__Group__0"
+ // InternalOseeDsl.g:2962:1: rule__XAttributeType__Group__0 : rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1 ;
+ public final void rule__XAttributeType__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2966: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:2967:2: rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__0__Impl_in_rule__XAttributeType__Group__06264);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2966:1: ( rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1 )
+ // InternalOseeDsl.g:2967:2: rule__XAttributeType__Group__0__Impl rule__XAttributeType__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__XAttributeType__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__1_in_rule__XAttributeType__Group__06267);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__0"
- // $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:2974:1: rule__XAttributeType__Group__0__Impl : ( 'attributeType' ) ;
- public final void rule__XAttributeType__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__0__Impl"
+ // InternalOseeDsl.g:2974:1: rule__XAttributeType__Group__0__Impl : ( 'attributeType' ) ;
+ public final void rule__XAttributeType__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2978:1: ( ( 'attributeType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2979:1: ( 'attributeType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2979:1: ( 'attributeType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2980:1: 'attributeType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2978:1: ( ( 'attributeType' ) )
+ // InternalOseeDsl.g:2979:1: ( 'attributeType' )
+ {
+ // InternalOseeDsl.g:2979:1: ( 'attributeType' )
+ // InternalOseeDsl.g:2980:1: 'attributeType'
{
- before(grammarAccess.getXAttributeTypeAccess().getAttributeTypeKeyword_0());
- match(input, 61, FOLLOW_61_in_rule__XAttributeType__Group__0__Impl6295);
- after(grammarAccess.getXAttributeTypeAccess().getAttributeTypeKeyword_0());
+ before(grammarAccess.getXAttributeTypeAccess().getAttributeTypeKeyword_0());
+ match(input,60,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getAttributeTypeKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__0__Impl"
- // $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:2993: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();
+ // $ANTLR start "rule__XAttributeType__Group__1"
+ // InternalOseeDsl.g:2993:1: rule__XAttributeType__Group__1 : rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2 ;
+ public final void rule__XAttributeType__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:2997: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:2998:2: rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__1__Impl_in_rule__XAttributeType__Group__16326);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:2997:1: ( rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2 )
+ // InternalOseeDsl.g:2998:2: rule__XAttributeType__Group__1__Impl rule__XAttributeType__Group__2
+ {
+ pushFollow(FOLLOW_20);
rule__XAttributeType__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__2_in_rule__XAttributeType__Group__16329);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__1"
- // $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:3005:1: rule__XAttributeType__Group__1__Impl : ( ( rule__XAttributeType__NameAssignment_1 ) ) ;
- public final void rule__XAttributeType__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__1__Impl"
+ // InternalOseeDsl.g:3005:1: rule__XAttributeType__Group__1__Impl : ( ( rule__XAttributeType__NameAssignment_1 ) ) ;
+ public final void rule__XAttributeType__Group__1__Impl() throws RecognitionException {
- try {
- // ../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__NameAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3010: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:3010: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:3011:1: ( rule__XAttributeType__NameAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3009:1: ( ( ( rule__XAttributeType__NameAssignment_1 ) ) )
+ // InternalOseeDsl.g:3010:1: ( ( rule__XAttributeType__NameAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:3010:1: ( ( rule__XAttributeType__NameAssignment_1 ) )
+ // InternalOseeDsl.g:3011: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:3012: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:3012:2: rule__XAttributeType__NameAssignment_1
- {
- pushFollow(FOLLOW_rule__XAttributeType__NameAssignment_1_in_rule__XAttributeType__Group__1__Impl6356);
- rule__XAttributeType__NameAssignment_1();
+ before(grammarAccess.getXAttributeTypeAccess().getNameAssignment_1());
+ // InternalOseeDsl.g:3012:1: ( rule__XAttributeType__NameAssignment_1 )
+ // InternalOseeDsl.g:3012:2: rule__XAttributeType__NameAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__NameAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getNameAssignment_1());
+ after(grammarAccess.getXAttributeTypeAccess().getNameAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__1__Impl"
- // $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:3022: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();
+ // $ANTLR start "rule__XAttributeType__Group__2"
+ // InternalOseeDsl.g:3022:1: rule__XAttributeType__Group__2 : rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3 ;
+ public final void rule__XAttributeType__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3026: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:3027:2: rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__2__Impl_in_rule__XAttributeType__Group__26386);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3026:1: ( rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3 )
+ // InternalOseeDsl.g:3027:2: rule__XAttributeType__Group__2__Impl rule__XAttributeType__Group__3
+ {
+ pushFollow(FOLLOW_21);
rule__XAttributeType__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__3_in_rule__XAttributeType__Group__26389);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__2"
- // $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:3034:1: rule__XAttributeType__Group__2__Impl : ( ( rule__XAttributeType__Group_2__0 ) ) ;
- public final void rule__XAttributeType__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__2__Impl"
+ // InternalOseeDsl.g:3034:1: rule__XAttributeType__Group__2__Impl : ( ( rule__XAttributeType__Group_2__0 ) ) ;
+ public final void rule__XAttributeType__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3038: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:3039: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:3039: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:3040:1: ( rule__XAttributeType__Group_2__0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3038:1: ( ( ( rule__XAttributeType__Group_2__0 ) ) )
+ // InternalOseeDsl.g:3039: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:3041: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:3041:2: rule__XAttributeType__Group_2__0
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_2__0_in_rule__XAttributeType__Group__2__Impl6416);
- rule__XAttributeType__Group_2__0();
+ // InternalOseeDsl.g:3039:1: ( ( rule__XAttributeType__Group_2__0 ) )
+ // InternalOseeDsl.g:3040:1: ( rule__XAttributeType__Group_2__0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getGroup_2());
+ // InternalOseeDsl.g:3041:1: ( rule__XAttributeType__Group_2__0 )
+ // InternalOseeDsl.g:3041:2: rule__XAttributeType__Group_2__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group_2__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getGroup_2());
+ after(grammarAccess.getXAttributeTypeAccess().getGroup_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__2__Impl"
- // $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:3051: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();
+ // $ANTLR start "rule__XAttributeType__Group__3"
+ // InternalOseeDsl.g:3051:1: rule__XAttributeType__Group__3 : rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4 ;
+ public final void rule__XAttributeType__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3055: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:3056:2: rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__3__Impl_in_rule__XAttributeType__Group__36446);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3055:1: ( rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4 )
+ // InternalOseeDsl.g:3056:2: rule__XAttributeType__Group__3__Impl rule__XAttributeType__Group__4
+ {
+ pushFollow(FOLLOW_21);
rule__XAttributeType__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__4_in_rule__XAttributeType__Group__36449);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__3"
- // $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:3063:1: rule__XAttributeType__Group__3__Impl : ( ( rule__XAttributeType__Group_3__0 )? ) ;
- public final void rule__XAttributeType__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__3__Impl"
+ // InternalOseeDsl.g:3063:1: rule__XAttributeType__Group__3__Impl : ( ( rule__XAttributeType__Group_3__0 )? ) ;
+ public final void rule__XAttributeType__Group__3__Impl() throws RecognitionException {
- try {
- // ../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__Group_3__0 )? ) )
- // ../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__Group_3__0 )? )
- {
- // ../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__Group_3__0 )? )
- // ../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__Group_3__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3067:1: ( ( ( rule__XAttributeType__Group_3__0 )? ) )
+ // InternalOseeDsl.g:3068:1: ( ( rule__XAttributeType__Group_3__0 )? )
+ {
+ // InternalOseeDsl.g:3068:1: ( ( rule__XAttributeType__Group_3__0 )? )
+ // InternalOseeDsl.g:3069: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:3070:1: ( rule__XAttributeType__Group_3__0 )?
- int alt33 = 2;
- int LA33_0 = input.LA(1);
+ before(grammarAccess.getXAttributeTypeAccess().getGroup_3());
+ // InternalOseeDsl.g:3070:1: ( rule__XAttributeType__Group_3__0 )?
+ int alt33=2;
+ int LA33_0 = input.LA(1);
- if (LA33_0 == 65) {
- alt33 = 1;
- }
- 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:3070:2: rule__XAttributeType__Group_3__0
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_3__0_in_rule__XAttributeType__Group__3__Impl6476);
- rule__XAttributeType__Group_3__0();
+ if ( (LA33_0==64) ) {
+ alt33=1;
+ }
+ switch (alt33) {
+ case 1 :
+ // InternalOseeDsl.g:3070:2: rule__XAttributeType__Group_3__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group_3__0();
- state._fsp--;
+ state._fsp--;
- }
- break;
- }
+ }
+ break;
- after(grammarAccess.getXAttributeTypeAccess().getGroup_3());
+ }
+
+ after(grammarAccess.getXAttributeTypeAccess().getGroup_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__3__Impl"
- // $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:3080: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();
+ // $ANTLR start "rule__XAttributeType__Group__4"
+ // InternalOseeDsl.g:3080:1: rule__XAttributeType__Group__4 : rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5 ;
+ public final void rule__XAttributeType__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3084: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:3085:2: rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__4__Impl_in_rule__XAttributeType__Group__46507);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3084:1: ( rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5 )
+ // InternalOseeDsl.g:3085:2: rule__XAttributeType__Group__4__Impl rule__XAttributeType__Group__5
+ {
+ pushFollow(FOLLOW_13);
rule__XAttributeType__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__5_in_rule__XAttributeType__Group__46510);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__4"
+ restoreStackSize(stackSize);
- // $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:3092:1: rule__XAttributeType__Group__4__Impl : ( '{' ) ;
- public final void rule__XAttributeType__Group__4__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__4"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3096:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3097:1: ( '{' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3097:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3098:1: '{'
+ // $ANTLR start "rule__XAttributeType__Group__4__Impl"
+ // InternalOseeDsl.g:3092:1: rule__XAttributeType__Group__4__Impl : ( '{' ) ;
+ public final void rule__XAttributeType__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3096:1: ( ( '{' ) )
+ // InternalOseeDsl.g:3097:1: ( '{' )
+ {
+ // InternalOseeDsl.g:3097:1: ( '{' )
+ // InternalOseeDsl.g:3098:1: '{'
{
- before(grammarAccess.getXAttributeTypeAccess().getLeftCurlyBracketKeyword_4());
- match(input, 54, FOLLOW_54_in_rule__XAttributeType__Group__4__Impl6538);
- after(grammarAccess.getXAttributeTypeAccess().getLeftCurlyBracketKeyword_4());
+ before(grammarAccess.getXAttributeTypeAccess().getLeftCurlyBracketKeyword_4());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getLeftCurlyBracketKeyword_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__4__Impl"
+ restoreStackSize(stackSize);
- // $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:3111:1: rule__XAttributeType__Group__5 : rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6 ;
- public final void rule__XAttributeType__Group__5() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__4__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3115: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:3116:2: rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__5__Impl_in_rule__XAttributeType__Group__56569);
+ // $ANTLR start "rule__XAttributeType__Group__5"
+ // InternalOseeDsl.g:3111: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 {
+ // InternalOseeDsl.g:3115:1: ( rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6 )
+ // InternalOseeDsl.g:3116:2: rule__XAttributeType__Group__5__Impl rule__XAttributeType__Group__6
+ {
+ pushFollow(FOLLOW_13);
rule__XAttributeType__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__6_in_rule__XAttributeType__Group__56572);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__6();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__5"
- // $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:3123:1: rule__XAttributeType__Group__5__Impl : ( ( rule__XAttributeType__Group_5__0 )? ) ;
- public final void rule__XAttributeType__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__5__Impl"
+ // InternalOseeDsl.g:3123:1: rule__XAttributeType__Group__5__Impl : ( ( rule__XAttributeType__Group_5__0 )? ) ;
+ public final void rule__XAttributeType__Group__5__Impl() throws RecognitionException {
- try {
- // ../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_5__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3128: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:3128: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:3129:1: ( rule__XAttributeType__Group_5__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3127:1: ( ( ( rule__XAttributeType__Group_5__0 )? ) )
+ // InternalOseeDsl.g:3128:1: ( ( rule__XAttributeType__Group_5__0 )? )
+ {
+ // InternalOseeDsl.g:3128:1: ( ( rule__XAttributeType__Group_5__0 )? )
+ // InternalOseeDsl.g:3129: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:3130:1: ( rule__XAttributeType__Group_5__0 )?
- int alt34 = 2;
- int LA34_0 = input.LA(1);
+ before(grammarAccess.getXAttributeTypeAccess().getGroup_5());
+ // InternalOseeDsl.g:3130:1: ( rule__XAttributeType__Group_5__0 )?
+ int alt34=2;
+ int LA34_0 = input.LA(1);
- if (LA34_0 == 59) {
- alt34 = 1;
- }
- 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:3130:2: rule__XAttributeType__Group_5__0
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_5__0_in_rule__XAttributeType__Group__5__Impl6599);
- rule__XAttributeType__Group_5__0();
+ if ( (LA34_0==58) ) {
+ alt34=1;
+ }
+ switch (alt34) {
+ case 1 :
+ // InternalOseeDsl.g:3130:2: rule__XAttributeType__Group_5__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group_5__0();
+
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getGroup_5());
+ after(grammarAccess.getXAttributeTypeAccess().getGroup_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__5__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__5__Impl"
- // $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:3140: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();
+ // $ANTLR start "rule__XAttributeType__Group__6"
+ // InternalOseeDsl.g:3140:1: rule__XAttributeType__Group__6 : rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7 ;
+ public final void rule__XAttributeType__Group__6() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3144: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:3145:2: rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__6__Impl_in_rule__XAttributeType__Group__66630);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3144:1: ( rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7 )
+ // InternalOseeDsl.g:3145:2: rule__XAttributeType__Group__6__Impl rule__XAttributeType__Group__7
+ {
+ pushFollow(FOLLOW_14);
rule__XAttributeType__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__7_in_rule__XAttributeType__Group__66633);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__7();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__6"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__6"
- // $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:3152:1: rule__XAttributeType__Group__6__Impl : ( 'uuid' ) ;
- public final void rule__XAttributeType__Group__6__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__6__Impl"
+ // InternalOseeDsl.g:3152:1: rule__XAttributeType__Group__6__Impl : ( 'id' ) ;
+ public final void rule__XAttributeType__Group__6__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3156:1: ( ( 'uuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3157:1: ( 'uuid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3157:1: ( 'uuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3158:1: 'uuid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3156:1: ( ( 'id' ) )
+ // InternalOseeDsl.g:3157:1: ( 'id' )
+ {
+ // InternalOseeDsl.g:3157:1: ( 'id' )
+ // InternalOseeDsl.g:3158:1: 'id'
{
- before(grammarAccess.getXAttributeTypeAccess().getUuidKeyword_6());
- match(input, 55, FOLLOW_55_in_rule__XAttributeType__Group__6__Impl6661);
- after(grammarAccess.getXAttributeTypeAccess().getUuidKeyword_6());
+ before(grammarAccess.getXAttributeTypeAccess().getIdKeyword_6());
+ match(input,54,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getIdKeyword_6());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__6__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__6__Impl"
- // $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:3171: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();
+ // $ANTLR start "rule__XAttributeType__Group__7"
+ // InternalOseeDsl.g:3171:1: rule__XAttributeType__Group__7 : rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8 ;
+ public final void rule__XAttributeType__Group__7() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3175: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:3176:2: rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__7__Impl_in_rule__XAttributeType__Group__76692);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3175:1: ( rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8 )
+ // InternalOseeDsl.g:3176:2: rule__XAttributeType__Group__7__Impl rule__XAttributeType__Group__8
+ {
+ pushFollow(FOLLOW_22);
rule__XAttributeType__Group__7__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__8_in_rule__XAttributeType__Group__76695);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__8();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__7"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__7"
- // $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:3183:1: rule__XAttributeType__Group__7__Impl : ( ( rule__XAttributeType__UuidAssignment_7 ) ) ;
- public final void rule__XAttributeType__Group__7__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__7__Impl"
+ // InternalOseeDsl.g:3183:1: rule__XAttributeType__Group__7__Impl : ( ( rule__XAttributeType__IdAssignment_7 ) ) ;
+ public final void rule__XAttributeType__Group__7__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3187: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:3188: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:3188: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:3189:1: ( rule__XAttributeType__UuidAssignment_7 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3187:1: ( ( ( rule__XAttributeType__IdAssignment_7 ) ) )
+ // InternalOseeDsl.g:3188:1: ( ( rule__XAttributeType__IdAssignment_7 ) )
+ {
+ // InternalOseeDsl.g:3188:1: ( ( rule__XAttributeType__IdAssignment_7 ) )
+ // InternalOseeDsl.g:3189:1: ( rule__XAttributeType__IdAssignment_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:3190: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:3190:2: rule__XAttributeType__UuidAssignment_7
- {
- pushFollow(FOLLOW_rule__XAttributeType__UuidAssignment_7_in_rule__XAttributeType__Group__7__Impl6722);
- rule__XAttributeType__UuidAssignment_7();
+ before(grammarAccess.getXAttributeTypeAccess().getIdAssignment_7());
+ // InternalOseeDsl.g:3190:1: ( rule__XAttributeType__IdAssignment_7 )
+ // InternalOseeDsl.g:3190:2: rule__XAttributeType__IdAssignment_7
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__IdAssignment_7();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getXAttributeTypeAccess().getUuidAssignment_7());
+ }
+
+ after(grammarAccess.getXAttributeTypeAccess().getIdAssignment_7());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__7__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__7__Impl"
- // $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:3200: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();
+ // $ANTLR start "rule__XAttributeType__Group__8"
+ // InternalOseeDsl.g:3200:1: rule__XAttributeType__Group__8 : rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9 ;
+ public final void rule__XAttributeType__Group__8() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3204: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:3205:2: rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__8__Impl_in_rule__XAttributeType__Group__86752);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3204:1: ( rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9 )
+ // InternalOseeDsl.g:3205:2: rule__XAttributeType__Group__8__Impl rule__XAttributeType__Group__9
+ {
+ pushFollow(FOLLOW_23);
rule__XAttributeType__Group__8__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__9_in_rule__XAttributeType__Group__86755);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__9();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__8"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__8"
- // $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:3212:1: rule__XAttributeType__Group__8__Impl : ( 'dataProvider' ) ;
- public final void rule__XAttributeType__Group__8__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__8__Impl"
+ // InternalOseeDsl.g:3212:1: rule__XAttributeType__Group__8__Impl : ( 'dataProvider' ) ;
+ public final void rule__XAttributeType__Group__8__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3216:1: ( ( 'dataProvider' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3217:1: ( 'dataProvider' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3217:1: ( 'dataProvider' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3218:1: 'dataProvider'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3216:1: ( ( 'dataProvider' ) )
+ // InternalOseeDsl.g:3217:1: ( 'dataProvider' )
+ {
+ // InternalOseeDsl.g:3217:1: ( 'dataProvider' )
+ // InternalOseeDsl.g:3218:1: 'dataProvider'
{
- before(grammarAccess.getXAttributeTypeAccess().getDataProviderKeyword_8());
- match(input, 62, FOLLOW_62_in_rule__XAttributeType__Group__8__Impl6783);
- after(grammarAccess.getXAttributeTypeAccess().getDataProviderKeyword_8());
+ before(grammarAccess.getXAttributeTypeAccess().getDataProviderKeyword_8());
+ match(input,61,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getDataProviderKeyword_8());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__8__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__8__Impl"
- // $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:3231: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();
+ // $ANTLR start "rule__XAttributeType__Group__9"
+ // InternalOseeDsl.g:3231:1: rule__XAttributeType__Group__9 : rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10 ;
+ public final void rule__XAttributeType__Group__9() throws RecognitionException {
- try {
- // ../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__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:3236:2: rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__9__Impl_in_rule__XAttributeType__Group__96814);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3235:1: ( rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10 )
+ // InternalOseeDsl.g:3236:2: rule__XAttributeType__Group__9__Impl rule__XAttributeType__Group__10
+ {
+ pushFollow(FOLLOW_24);
rule__XAttributeType__Group__9__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__10_in_rule__XAttributeType__Group__96817);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__10();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__9"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__9"
- // $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:3243:1: rule__XAttributeType__Group__9__Impl : ( ( rule__XAttributeType__DataProviderAssignment_9 ) ) ;
- public final void rule__XAttributeType__Group__9__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__9__Impl"
+ // InternalOseeDsl.g:3243:1: rule__XAttributeType__Group__9__Impl : ( ( rule__XAttributeType__DataProviderAssignment_9 ) ) ;
+ public final void rule__XAttributeType__Group__9__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3247: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:3248: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:3248: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:3249:1: ( rule__XAttributeType__DataProviderAssignment_9 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3247:1: ( ( ( rule__XAttributeType__DataProviderAssignment_9 ) ) )
+ // InternalOseeDsl.g:3248:1: ( ( rule__XAttributeType__DataProviderAssignment_9 ) )
+ {
+ // InternalOseeDsl.g:3248:1: ( ( rule__XAttributeType__DataProviderAssignment_9 ) )
+ // InternalOseeDsl.g:3249:1: ( rule__XAttributeType__DataProviderAssignment_9 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getDataProviderAssignment_9());
+ // InternalOseeDsl.g:3250:1: ( rule__XAttributeType__DataProviderAssignment_9 )
+ // InternalOseeDsl.g:3250:2: 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:3250: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:3250:2: rule__XAttributeType__DataProviderAssignment_9
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__DataProviderAssignment_9_in_rule__XAttributeType__Group__9__Impl6844);
- rule__XAttributeType__DataProviderAssignment_9();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__DataProviderAssignment_9();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getDataProviderAssignment_9());
+ after(grammarAccess.getXAttributeTypeAccess().getDataProviderAssignment_9());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__9__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__9__Impl"
- // $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:3260: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();
+ // $ANTLR start "rule__XAttributeType__Group__10"
+ // InternalOseeDsl.g:3260:1: rule__XAttributeType__Group__10 : rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11 ;
+ public final void rule__XAttributeType__Group__10() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3264: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:3265:2: rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__10__Impl_in_rule__XAttributeType__Group__106874);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3264:1: ( rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11 )
+ // InternalOseeDsl.g:3265:2: rule__XAttributeType__Group__10__Impl rule__XAttributeType__Group__11
+ {
+ pushFollow(FOLLOW_14);
rule__XAttributeType__Group__10__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__11_in_rule__XAttributeType__Group__106877);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__11();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__10"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__10"
- // $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:3272:1: rule__XAttributeType__Group__10__Impl : ( 'min' ) ;
- public final void rule__XAttributeType__Group__10__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__10__Impl"
+ // InternalOseeDsl.g:3272:1: rule__XAttributeType__Group__10__Impl : ( 'min' ) ;
+ public final void rule__XAttributeType__Group__10__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3276:1: ( ( 'min' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3277:1: ( 'min' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3277:1: ( 'min' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3278:1: 'min'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3276:1: ( ( 'min' ) )
+ // InternalOseeDsl.g:3277:1: ( 'min' )
+ {
+ // InternalOseeDsl.g:3277:1: ( 'min' )
+ // InternalOseeDsl.g:3278:1: 'min'
{
- before(grammarAccess.getXAttributeTypeAccess().getMinKeyword_10());
- match(input, 63, FOLLOW_63_in_rule__XAttributeType__Group__10__Impl6905);
- after(grammarAccess.getXAttributeTypeAccess().getMinKeyword_10());
+ before(grammarAccess.getXAttributeTypeAccess().getMinKeyword_10());
+ match(input,62,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getMinKeyword_10());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__10__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__10__Impl"
- // $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:3291: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();
+ // $ANTLR start "rule__XAttributeType__Group__11"
+ // InternalOseeDsl.g:3291:1: rule__XAttributeType__Group__11 : rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12 ;
+ public final void rule__XAttributeType__Group__11() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3295: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:3296:2: rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__11__Impl_in_rule__XAttributeType__Group__116936);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3295:1: ( rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12 )
+ // InternalOseeDsl.g:3296:2: rule__XAttributeType__Group__11__Impl rule__XAttributeType__Group__12
+ {
+ pushFollow(FOLLOW_25);
rule__XAttributeType__Group__11__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__12_in_rule__XAttributeType__Group__116939);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__12();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__11"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__11"
- // $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:3303:1: rule__XAttributeType__Group__11__Impl : ( ( rule__XAttributeType__MinAssignment_11 ) ) ;
- public final void rule__XAttributeType__Group__11__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__11__Impl"
+ // InternalOseeDsl.g:3303:1: rule__XAttributeType__Group__11__Impl : ( ( rule__XAttributeType__MinAssignment_11 ) ) ;
+ public final void rule__XAttributeType__Group__11__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3307: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:3308: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:3308: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:3309:1: ( rule__XAttributeType__MinAssignment_11 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3307:1: ( ( ( rule__XAttributeType__MinAssignment_11 ) ) )
+ // InternalOseeDsl.g:3308: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:3310: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:3310:2: rule__XAttributeType__MinAssignment_11
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__MinAssignment_11_in_rule__XAttributeType__Group__11__Impl6966);
- rule__XAttributeType__MinAssignment_11();
+ // InternalOseeDsl.g:3308:1: ( ( rule__XAttributeType__MinAssignment_11 ) )
+ // InternalOseeDsl.g:3309:1: ( rule__XAttributeType__MinAssignment_11 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getMinAssignment_11());
+ // InternalOseeDsl.g:3310:1: ( rule__XAttributeType__MinAssignment_11 )
+ // InternalOseeDsl.g:3310:2: rule__XAttributeType__MinAssignment_11
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__MinAssignment_11();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getMinAssignment_11());
+ after(grammarAccess.getXAttributeTypeAccess().getMinAssignment_11());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__11__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__11__Impl"
- // $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:3320: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();
+ // $ANTLR start "rule__XAttributeType__Group__12"
+ // InternalOseeDsl.g:3320:1: rule__XAttributeType__Group__12 : rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13 ;
+ public final void rule__XAttributeType__Group__12() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3324: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:3325:2: rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__12__Impl_in_rule__XAttributeType__Group__126996);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3324:1: ( rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13 )
+ // InternalOseeDsl.g:3325:2: rule__XAttributeType__Group__12__Impl rule__XAttributeType__Group__13
+ {
+ pushFollow(FOLLOW_26);
rule__XAttributeType__Group__12__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__13_in_rule__XAttributeType__Group__126999);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__13();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__12"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__12"
- // $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:3332:1: rule__XAttributeType__Group__12__Impl : ( 'max' ) ;
- public final void rule__XAttributeType__Group__12__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__12__Impl"
+ // InternalOseeDsl.g:3332:1: rule__XAttributeType__Group__12__Impl : ( 'max' ) ;
+ public final void rule__XAttributeType__Group__12__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3336:1: ( ( 'max' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3337:1: ( 'max' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3337:1: ( 'max' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3338:1: 'max'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3336:1: ( ( 'max' ) )
+ // InternalOseeDsl.g:3337:1: ( 'max' )
+ {
+ // InternalOseeDsl.g:3337:1: ( 'max' )
+ // InternalOseeDsl.g:3338:1: 'max'
{
- before(grammarAccess.getXAttributeTypeAccess().getMaxKeyword_12());
- match(input, 64, FOLLOW_64_in_rule__XAttributeType__Group__12__Impl7027);
- after(grammarAccess.getXAttributeTypeAccess().getMaxKeyword_12());
+ before(grammarAccess.getXAttributeTypeAccess().getMaxKeyword_12());
+ match(input,63,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getMaxKeyword_12());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__12__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__12__Impl"
- // $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:3351: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();
+ // $ANTLR start "rule__XAttributeType__Group__13"
+ // InternalOseeDsl.g:3351:1: rule__XAttributeType__Group__13 : rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14 ;
+ public final void rule__XAttributeType__Group__13() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3355: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:3356:2: rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__13__Impl_in_rule__XAttributeType__Group__137058);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3355:1: ( rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14 )
+ // InternalOseeDsl.g:3356:2: rule__XAttributeType__Group__13__Impl rule__XAttributeType__Group__14
+ {
+ pushFollow(FOLLOW_27);
rule__XAttributeType__Group__13__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__14_in_rule__XAttributeType__Group__137061);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__14();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__13"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__13"
- // $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:3363:1: rule__XAttributeType__Group__13__Impl : ( ( rule__XAttributeType__MaxAssignment_13 ) ) ;
- public final void rule__XAttributeType__Group__13__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__13__Impl"
+ // InternalOseeDsl.g:3363:1: rule__XAttributeType__Group__13__Impl : ( ( rule__XAttributeType__MaxAssignment_13 ) ) ;
+ public final void rule__XAttributeType__Group__13__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3367: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:3368: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:3368: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:3369:1: ( rule__XAttributeType__MaxAssignment_13 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3367:1: ( ( ( rule__XAttributeType__MaxAssignment_13 ) ) )
+ // InternalOseeDsl.g:3368:1: ( ( rule__XAttributeType__MaxAssignment_13 ) )
+ {
+ // InternalOseeDsl.g:3368:1: ( ( rule__XAttributeType__MaxAssignment_13 ) )
+ // InternalOseeDsl.g:3369:1: ( rule__XAttributeType__MaxAssignment_13 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getMaxAssignment_13());
+ // InternalOseeDsl.g:3370:1: ( rule__XAttributeType__MaxAssignment_13 )
+ // InternalOseeDsl.g:3370:2: 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:3370: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:3370:2: rule__XAttributeType__MaxAssignment_13
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__MaxAssignment_13_in_rule__XAttributeType__Group__13__Impl7088);
- rule__XAttributeType__MaxAssignment_13();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__MaxAssignment_13();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getMaxAssignment_13());
+ after(grammarAccess.getXAttributeTypeAccess().getMaxAssignment_13());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__13__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__13__Impl"
- // $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:3380: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();
+ // $ANTLR start "rule__XAttributeType__Group__14"
+ // InternalOseeDsl.g:3380:1: rule__XAttributeType__Group__14 : rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15 ;
+ public final void rule__XAttributeType__Group__14() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3384: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:3385:2: rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__14__Impl_in_rule__XAttributeType__Group__147118);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3384:1: ( rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15 )
+ // InternalOseeDsl.g:3385:2: rule__XAttributeType__Group__14__Impl rule__XAttributeType__Group__15
+ {
+ pushFollow(FOLLOW_28);
rule__XAttributeType__Group__14__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group__15_in_rule__XAttributeType__Group__147121);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__15();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__14"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__14"
- // $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:3392:1: rule__XAttributeType__Group__14__Impl : ( ( rule__XAttributeType__UnorderedGroup_14 ) ) ;
- public final void rule__XAttributeType__Group__14__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__14__Impl"
+ // InternalOseeDsl.g:3392:1: rule__XAttributeType__Group__14__Impl : ( ( rule__XAttributeType__UnorderedGroup_14 ) ) ;
+ public final void rule__XAttributeType__Group__14__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3396:1: ( ( ( rule__XAttributeType__UnorderedGroup_14 ) ) )
- // ../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__UnorderedGroup_14 ) )
- {
- // ../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__UnorderedGroup_14 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3398:1: ( rule__XAttributeType__UnorderedGroup_14 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3396:1: ( ( ( rule__XAttributeType__UnorderedGroup_14 ) ) )
+ // InternalOseeDsl.g:3397:1: ( ( rule__XAttributeType__UnorderedGroup_14 ) )
+ {
+ // InternalOseeDsl.g:3397:1: ( ( rule__XAttributeType__UnorderedGroup_14 ) )
+ // InternalOseeDsl.g:3398:1: ( rule__XAttributeType__UnorderedGroup_14 )
{
- before(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
- // ../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__UnorderedGroup_14 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3399:2: rule__XAttributeType__UnorderedGroup_14
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14_in_rule__XAttributeType__Group__14__Impl7148);
- rule__XAttributeType__UnorderedGroup_14();
+ before(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
+ // InternalOseeDsl.g:3399:1: ( rule__XAttributeType__UnorderedGroup_14 )
+ // InternalOseeDsl.g:3399:2: rule__XAttributeType__UnorderedGroup_14
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__UnorderedGroup_14();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
+ after(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__14__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__14__Impl"
- // $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:3409:1: rule__XAttributeType__Group__15 : rule__XAttributeType__Group__15__Impl ;
- public final void rule__XAttributeType__Group__15() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__15"
+ // InternalOseeDsl.g:3409:1: rule__XAttributeType__Group__15 : rule__XAttributeType__Group__15__Impl ;
+ public final void rule__XAttributeType__Group__15() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3413:1: ( 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:3414:2: rule__XAttributeType__Group__15__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group__15__Impl_in_rule__XAttributeType__Group__157178);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3413:1: ( rule__XAttributeType__Group__15__Impl )
+ // InternalOseeDsl.g:3414:2: rule__XAttributeType__Group__15__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group__15__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__15"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__15"
- // $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:3420:1: rule__XAttributeType__Group__15__Impl : ( '}' ) ;
- public final void rule__XAttributeType__Group__15__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group__15__Impl"
+ // InternalOseeDsl.g:3420:1: rule__XAttributeType__Group__15__Impl : ( '}' ) ;
+ public final void rule__XAttributeType__Group__15__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3424:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3425:1: ( '}' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3425:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3426:1: '}'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3424:1: ( ( '}' ) )
+ // InternalOseeDsl.g:3425:1: ( '}' )
{
- before(grammarAccess.getXAttributeTypeAccess().getRightCurlyBracketKeyword_15());
- match(input, 56, FOLLOW_56_in_rule__XAttributeType__Group__15__Impl7206);
- after(grammarAccess.getXAttributeTypeAccess().getRightCurlyBracketKeyword_15());
+ // InternalOseeDsl.g:3425:1: ( '}' )
+ // InternalOseeDsl.g:3426:1: '}'
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getRightCurlyBracketKeyword_15());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getRightCurlyBracketKeyword_15());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group__15__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group__15__Impl"
- // $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:3471: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();
+ // $ANTLR start "rule__XAttributeType__Group_2__0"
+ // InternalOseeDsl.g:3471: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3475: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:3476: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__07269);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3475:1: ( rule__XAttributeType__Group_2__0__Impl rule__XAttributeType__Group_2__1 )
+ // InternalOseeDsl.g:3476:2: rule__XAttributeType__Group_2__0__Impl rule__XAttributeType__Group_2__1
+ {
+ pushFollow(FOLLOW_29);
rule__XAttributeType__Group_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_2__1_in_rule__XAttributeType__Group_2__07272);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_2__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_2__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_2__0"
- // $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:3483:1: rule__XAttributeType__Group_2__0__Impl : ( 'extends' ) ;
- public final void rule__XAttributeType__Group_2__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_2__0__Impl"
+ // InternalOseeDsl.g:3483:1: rule__XAttributeType__Group_2__0__Impl : ( 'extends' ) ;
+ public final void rule__XAttributeType__Group_2__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3487:1: ( ( 'extends' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3488:1: ( 'extends' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3488:1: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3489:1: 'extends'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3487:1: ( ( 'extends' ) )
+ // InternalOseeDsl.g:3488:1: ( 'extends' )
{
- before(grammarAccess.getXAttributeTypeAccess().getExtendsKeyword_2_0());
- match(input, 57, FOLLOW_57_in_rule__XAttributeType__Group_2__0__Impl7300);
- after(grammarAccess.getXAttributeTypeAccess().getExtendsKeyword_2_0());
+ // InternalOseeDsl.g:3488:1: ( 'extends' )
+ // InternalOseeDsl.g:3489:1: 'extends'
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getExtendsKeyword_2_0());
+ match(input,56,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getExtendsKeyword_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_2__0__Impl"
+ restoreStackSize(stackSize);
- // $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:3502:1: rule__XAttributeType__Group_2__1 : rule__XAttributeType__Group_2__1__Impl ;
- public final void rule__XAttributeType__Group_2__1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_2__0__Impl"
- int stackSize = keepStackSize();
- try {
- // ../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__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:3507:2: rule__XAttributeType__Group_2__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_2__1__Impl_in_rule__XAttributeType__Group_2__17331);
+ // $ANTLR start "rule__XAttributeType__Group_2__1"
+ // InternalOseeDsl.g:3502: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 {
+ // InternalOseeDsl.g:3506:1: ( rule__XAttributeType__Group_2__1__Impl )
+ // InternalOseeDsl.g:3507:2: rule__XAttributeType__Group_2__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_2__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_2__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_2__1"
- // $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:3513: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();
+ // $ANTLR start "rule__XAttributeType__Group_2__1__Impl"
+ // InternalOseeDsl.g:3513:1: rule__XAttributeType__Group_2__1__Impl : ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) ) ;
+ public final void rule__XAttributeType__Group_2__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3517: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:3518: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:3518: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:3519:1: ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3517:1: ( ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) ) )
+ // InternalOseeDsl.g:3518:1: ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) )
+ {
+ // InternalOseeDsl.g:3518:1: ( ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 ) )
+ // InternalOseeDsl.g:3519:1: ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAssignment_2_1());
+ // InternalOseeDsl.g:3520:1: ( rule__XAttributeType__BaseAttributeTypeAssignment_2_1 )
+ // InternalOseeDsl.g:3520:2: 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:3520: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:3520:2: rule__XAttributeType__BaseAttributeTypeAssignment_2_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__BaseAttributeTypeAssignment_2_1_in_rule__XAttributeType__Group_2__1__Impl7358);
- rule__XAttributeType__BaseAttributeTypeAssignment_2_1();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__BaseAttributeTypeAssignment_2_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAssignment_2_1());
+ after(grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAssignment_2_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_2__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_2__1__Impl"
- // $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:3534: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();
+ // $ANTLR start "rule__XAttributeType__Group_3__0"
+ // InternalOseeDsl.g:3534: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3538: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:3539: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__07392);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3538:1: ( rule__XAttributeType__Group_3__0__Impl rule__XAttributeType__Group_3__1 )
+ // InternalOseeDsl.g:3539:2: rule__XAttributeType__Group_3__0__Impl rule__XAttributeType__Group_3__1
+ {
+ pushFollow(FOLLOW_7);
rule__XAttributeType__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_3__1_in_rule__XAttributeType__Group_3__07395);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_3__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_3__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_3__0"
- // $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:3546:1: rule__XAttributeType__Group_3__0__Impl : ( 'overrides' ) ;
- public final void rule__XAttributeType__Group_3__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_3__0__Impl"
+ // InternalOseeDsl.g:3546:1: rule__XAttributeType__Group_3__0__Impl : ( 'overrides' ) ;
+ public final void rule__XAttributeType__Group_3__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3550:1: ( ( 'overrides' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3551:1: ( 'overrides' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3551:1: ( 'overrides' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3552:1: 'overrides'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3550:1: ( ( 'overrides' ) )
+ // InternalOseeDsl.g:3551:1: ( 'overrides' )
+ {
+ // InternalOseeDsl.g:3551:1: ( 'overrides' )
+ // InternalOseeDsl.g:3552:1: 'overrides'
{
- before(grammarAccess.getXAttributeTypeAccess().getOverridesKeyword_3_0());
- match(input, 65, FOLLOW_65_in_rule__XAttributeType__Group_3__0__Impl7423);
- after(grammarAccess.getXAttributeTypeAccess().getOverridesKeyword_3_0());
+ before(grammarAccess.getXAttributeTypeAccess().getOverridesKeyword_3_0());
+ match(input,64,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getOverridesKeyword_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_3__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_3__0__Impl"
- // $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:3565: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();
+ // $ANTLR start "rule__XAttributeType__Group_3__1"
+ // InternalOseeDsl.g:3565:1: rule__XAttributeType__Group_3__1 : rule__XAttributeType__Group_3__1__Impl ;
+ public final void rule__XAttributeType__Group_3__1() throws RecognitionException {
- try {
- // ../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__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:3570:2: rule__XAttributeType__Group_3__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_3__1__Impl_in_rule__XAttributeType__Group_3__17454);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3569:1: ( rule__XAttributeType__Group_3__1__Impl )
+ // InternalOseeDsl.g:3570:2: rule__XAttributeType__Group_3__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_3__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_3__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_3__1"
- // $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:3576: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();
+ // $ANTLR start "rule__XAttributeType__Group_3__1__Impl"
+ // InternalOseeDsl.g:3576:1: rule__XAttributeType__Group_3__1__Impl : ( ( rule__XAttributeType__OverrideAssignment_3_1 ) ) ;
+ public final void rule__XAttributeType__Group_3__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3580: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:3581: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:3581: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:3582:1: ( rule__XAttributeType__OverrideAssignment_3_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3580:1: ( ( ( rule__XAttributeType__OverrideAssignment_3_1 ) ) )
+ // InternalOseeDsl.g:3581:1: ( ( rule__XAttributeType__OverrideAssignment_3_1 ) )
+ {
+ // InternalOseeDsl.g:3581:1: ( ( rule__XAttributeType__OverrideAssignment_3_1 ) )
+ // InternalOseeDsl.g:3582: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:3583: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:3583:2: rule__XAttributeType__OverrideAssignment_3_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__OverrideAssignment_3_1_in_rule__XAttributeType__Group_3__1__Impl7481);
- rule__XAttributeType__OverrideAssignment_3_1();
+ before(grammarAccess.getXAttributeTypeAccess().getOverrideAssignment_3_1());
+ // InternalOseeDsl.g:3583:1: ( rule__XAttributeType__OverrideAssignment_3_1 )
+ // InternalOseeDsl.g:3583:2: rule__XAttributeType__OverrideAssignment_3_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__OverrideAssignment_3_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getOverrideAssignment_3_1());
+ after(grammarAccess.getXAttributeTypeAccess().getOverrideAssignment_3_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_3__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_3__1__Impl"
- // $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:3597: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();
+ // $ANTLR start "rule__XAttributeType__Group_5__0"
+ // InternalOseeDsl.g:3597: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3601: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:3602: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__07515);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3601:1: ( rule__XAttributeType__Group_5__0__Impl rule__XAttributeType__Group_5__1 )
+ // InternalOseeDsl.g:3602:2: rule__XAttributeType__Group_5__0__Impl rule__XAttributeType__Group_5__1
+ {
+ pushFollow(FOLLOW_7);
rule__XAttributeType__Group_5__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_5__1_in_rule__XAttributeType__Group_5__07518);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_5__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_5__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_5__0"
- // $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:3609:1: rule__XAttributeType__Group_5__0__Impl : ( 'guid' ) ;
- public final void rule__XAttributeType__Group_5__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_5__0__Impl"
+ // InternalOseeDsl.g:3609:1: rule__XAttributeType__Group_5__0__Impl : ( 'guid' ) ;
+ public final void rule__XAttributeType__Group_5__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3613:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3614:1: ( 'guid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3614:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3615:1: 'guid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3613:1: ( ( 'guid' ) )
+ // InternalOseeDsl.g:3614:1: ( 'guid' )
+ {
+ // InternalOseeDsl.g:3614:1: ( 'guid' )
+ // InternalOseeDsl.g:3615:1: 'guid'
{
- before(grammarAccess.getXAttributeTypeAccess().getGuidKeyword_5_0());
- match(input, 59, FOLLOW_59_in_rule__XAttributeType__Group_5__0__Impl7546);
- after(grammarAccess.getXAttributeTypeAccess().getGuidKeyword_5_0());
+ before(grammarAccess.getXAttributeTypeAccess().getGuidKeyword_5_0());
+ match(input,58,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getGuidKeyword_5_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_5__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_5__0__Impl"
- // $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:3628: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();
+ // $ANTLR start "rule__XAttributeType__Group_5__1"
+ // InternalOseeDsl.g:3628:1: rule__XAttributeType__Group_5__1 : rule__XAttributeType__Group_5__1__Impl ;
+ public final void rule__XAttributeType__Group_5__1() throws RecognitionException {
- try {
- // ../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__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:3633:2: rule__XAttributeType__Group_5__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_5__1__Impl_in_rule__XAttributeType__Group_5__17577);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3632:1: ( rule__XAttributeType__Group_5__1__Impl )
+ // InternalOseeDsl.g:3633:2: rule__XAttributeType__Group_5__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_5__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_5__1"
+ restoreStackSize(stackSize);
- // $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:3639:1: rule__XAttributeType__Group_5__1__Impl : ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) ) ;
- public final void rule__XAttributeType__Group_5__1__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_5__1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3643: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:3644: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:3644: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:3645:1: ( rule__XAttributeType__TypeGuidAssignment_5_1 )
+ // $ANTLR start "rule__XAttributeType__Group_5__1__Impl"
+ // InternalOseeDsl.g:3639: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 {
+ // InternalOseeDsl.g:3643:1: ( ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) ) )
+ // InternalOseeDsl.g:3644:1: ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) )
+ {
+ // InternalOseeDsl.g:3644:1: ( ( rule__XAttributeType__TypeGuidAssignment_5_1 ) )
+ // InternalOseeDsl.g:3645:1: ( rule__XAttributeType__TypeGuidAssignment_5_1 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getTypeGuidAssignment_5_1());
+ // InternalOseeDsl.g:3646:1: ( rule__XAttributeType__TypeGuidAssignment_5_1 )
+ // InternalOseeDsl.g:3646:2: 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:3646: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:3646:2: rule__XAttributeType__TypeGuidAssignment_5_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__TypeGuidAssignment_5_1_in_rule__XAttributeType__Group_5__1__Impl7604);
- rule__XAttributeType__TypeGuidAssignment_5_1();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__TypeGuidAssignment_5_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getTypeGuidAssignment_5_1());
+ after(grammarAccess.getXAttributeTypeAccess().getTypeGuidAssignment_5_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_5__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_5__1__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_0__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3660:1: rule__XAttributeType__Group_14_0__0 : rule__XAttributeType__Group_14_0__0__Impl rule__XAttributeType__Group_14_0__1 ;
- public final void rule__XAttributeType__Group_14_0__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_0__0"
+ // InternalOseeDsl.g:3660:1: rule__XAttributeType__Group_14_0__0 : rule__XAttributeType__Group_14_0__0__Impl rule__XAttributeType__Group_14_0__1 ;
+ public final void rule__XAttributeType__Group_14_0__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3664:1: ( rule__XAttributeType__Group_14_0__0__Impl rule__XAttributeType__Group_14_0__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3665:2: rule__XAttributeType__Group_14_0__0__Impl rule__XAttributeType__Group_14_0__1
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_0__0__Impl_in_rule__XAttributeType__Group_14_0__07638);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3664:1: ( rule__XAttributeType__Group_14_0__0__Impl rule__XAttributeType__Group_14_0__1 )
+ // InternalOseeDsl.g:3665:2: rule__XAttributeType__Group_14_0__0__Impl rule__XAttributeType__Group_14_0__1
+ {
+ pushFollow(FOLLOW_30);
rule__XAttributeType__Group_14_0__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_0__1_in_rule__XAttributeType__Group_14_0__07641);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_0__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_0__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_0__0"
- // $ANTLR start "rule__XAttributeType__Group_14_0__0__Impl"
- // ../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_14_0__0__Impl : ( 'taggerId' ) ;
- public final void rule__XAttributeType__Group_14_0__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_0__0__Impl"
+ // InternalOseeDsl.g:3672:1: rule__XAttributeType__Group_14_0__0__Impl : ( 'taggerId' ) ;
+ public final void rule__XAttributeType__Group_14_0__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3676:1: ( ( 'taggerId' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3677:1: ( 'taggerId' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3677:1: ( 'taggerId' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3678:1: 'taggerId'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3676:1: ( ( 'taggerId' ) )
+ // InternalOseeDsl.g:3677:1: ( 'taggerId' )
{
- before(grammarAccess.getXAttributeTypeAccess().getTaggerIdKeyword_14_0_0());
- match(input, 66, FOLLOW_66_in_rule__XAttributeType__Group_14_0__0__Impl7669);
- after(grammarAccess.getXAttributeTypeAccess().getTaggerIdKeyword_14_0_0());
+ // InternalOseeDsl.g:3677:1: ( 'taggerId' )
+ // InternalOseeDsl.g:3678:1: 'taggerId'
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getTaggerIdKeyword_14_0_0());
+ match(input,65,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getTaggerIdKeyword_14_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_0__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_0__0__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_0__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_14_0__1 : rule__XAttributeType__Group_14_0__1__Impl ;
- public final void rule__XAttributeType__Group_14_0__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_0__1"
+ // InternalOseeDsl.g:3691:1: rule__XAttributeType__Group_14_0__1 : rule__XAttributeType__Group_14_0__1__Impl ;
+ public final void rule__XAttributeType__Group_14_0__1() throws RecognitionException {
- try {
- // ../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__Group_14_0__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3696:2: rule__XAttributeType__Group_14_0__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_0__1__Impl_in_rule__XAttributeType__Group_14_0__17700);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3695:1: ( rule__XAttributeType__Group_14_0__1__Impl )
+ // InternalOseeDsl.g:3696:2: rule__XAttributeType__Group_14_0__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_0__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_0__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_0__1"
- // $ANTLR start "rule__XAttributeType__Group_14_0__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3702:1: rule__XAttributeType__Group_14_0__1__Impl : ( ( rule__XAttributeType__TaggerIdAssignment_14_0_1 ) ) ;
- public final void rule__XAttributeType__Group_14_0__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_0__1__Impl"
+ // InternalOseeDsl.g:3702:1: rule__XAttributeType__Group_14_0__1__Impl : ( ( rule__XAttributeType__TaggerIdAssignment_14_0_1 ) ) ;
+ public final void rule__XAttributeType__Group_14_0__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3706:1: ( ( ( rule__XAttributeType__TaggerIdAssignment_14_0_1 ) ) )
- // ../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__TaggerIdAssignment_14_0_1 ) )
- {
- // ../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__TaggerIdAssignment_14_0_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3708:1: ( rule__XAttributeType__TaggerIdAssignment_14_0_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3706:1: ( ( ( rule__XAttributeType__TaggerIdAssignment_14_0_1 ) ) )
+ // InternalOseeDsl.g:3707:1: ( ( rule__XAttributeType__TaggerIdAssignment_14_0_1 ) )
{
- before(grammarAccess.getXAttributeTypeAccess().getTaggerIdAssignment_14_0_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3709:1: ( rule__XAttributeType__TaggerIdAssignment_14_0_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3709:2: rule__XAttributeType__TaggerIdAssignment_14_0_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__TaggerIdAssignment_14_0_1_in_rule__XAttributeType__Group_14_0__1__Impl7727);
- rule__XAttributeType__TaggerIdAssignment_14_0_1();
+ // InternalOseeDsl.g:3707:1: ( ( rule__XAttributeType__TaggerIdAssignment_14_0_1 ) )
+ // InternalOseeDsl.g:3708:1: ( rule__XAttributeType__TaggerIdAssignment_14_0_1 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getTaggerIdAssignment_14_0_1());
+ // InternalOseeDsl.g:3709:1: ( rule__XAttributeType__TaggerIdAssignment_14_0_1 )
+ // InternalOseeDsl.g:3709:2: rule__XAttributeType__TaggerIdAssignment_14_0_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__TaggerIdAssignment_14_0_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getTaggerIdAssignment_14_0_1());
+ after(grammarAccess.getXAttributeTypeAccess().getTaggerIdAssignment_14_0_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_0__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_0__1__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_1__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3723:1: rule__XAttributeType__Group_14_1__0 : rule__XAttributeType__Group_14_1__0__Impl rule__XAttributeType__Group_14_1__1 ;
- public final void rule__XAttributeType__Group_14_1__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_1__0"
+ // InternalOseeDsl.g:3723:1: rule__XAttributeType__Group_14_1__0 : rule__XAttributeType__Group_14_1__0__Impl rule__XAttributeType__Group_14_1__1 ;
+ public final void rule__XAttributeType__Group_14_1__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3727:1: ( rule__XAttributeType__Group_14_1__0__Impl rule__XAttributeType__Group_14_1__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3728:2: rule__XAttributeType__Group_14_1__0__Impl rule__XAttributeType__Group_14_1__1
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_1__0__Impl_in_rule__XAttributeType__Group_14_1__07761);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3727:1: ( rule__XAttributeType__Group_14_1__0__Impl rule__XAttributeType__Group_14_1__1 )
+ // InternalOseeDsl.g:3728:2: rule__XAttributeType__Group_14_1__0__Impl rule__XAttributeType__Group_14_1__1
+ {
+ pushFollow(FOLLOW_7);
rule__XAttributeType__Group_14_1__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_1__1_in_rule__XAttributeType__Group_14_1__07764);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_1__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_1__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_1__0"
- // $ANTLR start "rule__XAttributeType__Group_14_1__0__Impl"
- // ../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_14_1__0__Impl : ( 'enumType' ) ;
- public final void rule__XAttributeType__Group_14_1__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_1__0__Impl"
+ // InternalOseeDsl.g:3735:1: rule__XAttributeType__Group_14_1__0__Impl : ( 'enumType' ) ;
+ public final void rule__XAttributeType__Group_14_1__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3739:1: ( ( 'enumType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3740:1: ( 'enumType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3740:1: ( 'enumType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3741:1: 'enumType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3739:1: ( ( 'enumType' ) )
+ // InternalOseeDsl.g:3740:1: ( 'enumType' )
+ {
+ // InternalOseeDsl.g:3740:1: ( 'enumType' )
+ // InternalOseeDsl.g:3741:1: 'enumType'
{
- before(grammarAccess.getXAttributeTypeAccess().getEnumTypeKeyword_14_1_0());
- match(input, 67, FOLLOW_67_in_rule__XAttributeType__Group_14_1__0__Impl7792);
- after(grammarAccess.getXAttributeTypeAccess().getEnumTypeKeyword_14_1_0());
+ before(grammarAccess.getXAttributeTypeAccess().getEnumTypeKeyword_14_1_0());
+ match(input,66,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getEnumTypeKeyword_14_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_1__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_1__0__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_1__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_14_1__1 : rule__XAttributeType__Group_14_1__1__Impl ;
- public final void rule__XAttributeType__Group_14_1__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_1__1"
+ // InternalOseeDsl.g:3754:1: rule__XAttributeType__Group_14_1__1 : rule__XAttributeType__Group_14_1__1__Impl ;
+ public final void rule__XAttributeType__Group_14_1__1() throws RecognitionException {
- try {
- // ../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__Group_14_1__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3759:2: rule__XAttributeType__Group_14_1__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_1__1__Impl_in_rule__XAttributeType__Group_14_1__17823);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3758:1: ( rule__XAttributeType__Group_14_1__1__Impl )
+ // InternalOseeDsl.g:3759:2: rule__XAttributeType__Group_14_1__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_1__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_1__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_1__1"
- // $ANTLR start "rule__XAttributeType__Group_14_1__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3765:1: rule__XAttributeType__Group_14_1__1__Impl : ( ( rule__XAttributeType__EnumTypeAssignment_14_1_1 ) ) ;
- public final void rule__XAttributeType__Group_14_1__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_1__1__Impl"
+ // InternalOseeDsl.g:3765:1: rule__XAttributeType__Group_14_1__1__Impl : ( ( rule__XAttributeType__EnumTypeAssignment_14_1_1 ) ) ;
+ public final void rule__XAttributeType__Group_14_1__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3769:1: ( ( ( rule__XAttributeType__EnumTypeAssignment_14_1_1 ) ) )
- // ../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__EnumTypeAssignment_14_1_1 ) )
- {
- // ../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__EnumTypeAssignment_14_1_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3771:1: ( rule__XAttributeType__EnumTypeAssignment_14_1_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3769:1: ( ( ( rule__XAttributeType__EnumTypeAssignment_14_1_1 ) ) )
+ // InternalOseeDsl.g:3770:1: ( ( rule__XAttributeType__EnumTypeAssignment_14_1_1 ) )
+ {
+ // InternalOseeDsl.g:3770:1: ( ( rule__XAttributeType__EnumTypeAssignment_14_1_1 ) )
+ // InternalOseeDsl.g:3771:1: ( rule__XAttributeType__EnumTypeAssignment_14_1_1 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getEnumTypeAssignment_14_1_1());
+ // InternalOseeDsl.g:3772:1: ( rule__XAttributeType__EnumTypeAssignment_14_1_1 )
+ // InternalOseeDsl.g:3772:2: rule__XAttributeType__EnumTypeAssignment_14_1_1
{
- before(grammarAccess.getXAttributeTypeAccess().getEnumTypeAssignment_14_1_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3772:1: ( rule__XAttributeType__EnumTypeAssignment_14_1_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3772:2: rule__XAttributeType__EnumTypeAssignment_14_1_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__EnumTypeAssignment_14_1_1_in_rule__XAttributeType__Group_14_1__1__Impl7850);
- rule__XAttributeType__EnumTypeAssignment_14_1_1();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__EnumTypeAssignment_14_1_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getEnumTypeAssignment_14_1_1());
+ after(grammarAccess.getXAttributeTypeAccess().getEnumTypeAssignment_14_1_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_1__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_1__1__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_2__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3786:1: rule__XAttributeType__Group_14_2__0 : rule__XAttributeType__Group_14_2__0__Impl rule__XAttributeType__Group_14_2__1 ;
- public final void rule__XAttributeType__Group_14_2__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_2__0"
+ // InternalOseeDsl.g:3786:1: rule__XAttributeType__Group_14_2__0 : rule__XAttributeType__Group_14_2__0__Impl rule__XAttributeType__Group_14_2__1 ;
+ public final void rule__XAttributeType__Group_14_2__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3790:1: ( rule__XAttributeType__Group_14_2__0__Impl rule__XAttributeType__Group_14_2__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3791:2: rule__XAttributeType__Group_14_2__0__Impl rule__XAttributeType__Group_14_2__1
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_2__0__Impl_in_rule__XAttributeType__Group_14_2__07884);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3790:1: ( rule__XAttributeType__Group_14_2__0__Impl rule__XAttributeType__Group_14_2__1 )
+ // InternalOseeDsl.g:3791:2: rule__XAttributeType__Group_14_2__0__Impl rule__XAttributeType__Group_14_2__1
+ {
+ pushFollow(FOLLOW_7);
rule__XAttributeType__Group_14_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_2__1_in_rule__XAttributeType__Group_14_2__07887);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_2__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_2__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_2__0"
- // $ANTLR start "rule__XAttributeType__Group_14_2__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3798:1: rule__XAttributeType__Group_14_2__0__Impl : ( 'description' ) ;
- public final void rule__XAttributeType__Group_14_2__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_2__0__Impl"
+ // InternalOseeDsl.g:3798:1: rule__XAttributeType__Group_14_2__0__Impl : ( 'description' ) ;
+ public final void rule__XAttributeType__Group_14_2__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3802:1: ( ( 'description' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3803:1: ( 'description' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3803:1: ( 'description' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3804:1: 'description'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3802:1: ( ( 'description' ) )
+ // InternalOseeDsl.g:3803:1: ( 'description' )
+ {
+ // InternalOseeDsl.g:3803:1: ( 'description' )
+ // InternalOseeDsl.g:3804:1: 'description'
{
- before(grammarAccess.getXAttributeTypeAccess().getDescriptionKeyword_14_2_0());
- match(input, 68, FOLLOW_68_in_rule__XAttributeType__Group_14_2__0__Impl7915);
- after(grammarAccess.getXAttributeTypeAccess().getDescriptionKeyword_14_2_0());
+ before(grammarAccess.getXAttributeTypeAccess().getDescriptionKeyword_14_2_0());
+ match(input,67,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getDescriptionKeyword_14_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_2__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_2__0__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_2__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_14_2__1 : rule__XAttributeType__Group_14_2__1__Impl ;
- public final void rule__XAttributeType__Group_14_2__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_2__1"
+ // InternalOseeDsl.g:3817:1: rule__XAttributeType__Group_14_2__1 : rule__XAttributeType__Group_14_2__1__Impl ;
+ public final void rule__XAttributeType__Group_14_2__1() throws RecognitionException {
- try {
- // ../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__Group_14_2__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3822:2: rule__XAttributeType__Group_14_2__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_2__1__Impl_in_rule__XAttributeType__Group_14_2__17946);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3821:1: ( rule__XAttributeType__Group_14_2__1__Impl )
+ // InternalOseeDsl.g:3822:2: rule__XAttributeType__Group_14_2__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_2__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_2__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_2__1"
- // $ANTLR start "rule__XAttributeType__Group_14_2__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3828:1: rule__XAttributeType__Group_14_2__1__Impl : ( ( rule__XAttributeType__DescriptionAssignment_14_2_1 ) ) ;
- public final void rule__XAttributeType__Group_14_2__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_2__1__Impl"
+ // InternalOseeDsl.g:3828:1: rule__XAttributeType__Group_14_2__1__Impl : ( ( rule__XAttributeType__DescriptionAssignment_14_2_1 ) ) ;
+ public final void rule__XAttributeType__Group_14_2__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3832:1: ( ( ( rule__XAttributeType__DescriptionAssignment_14_2_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3833:1: ( ( rule__XAttributeType__DescriptionAssignment_14_2_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3833:1: ( ( rule__XAttributeType__DescriptionAssignment_14_2_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3834:1: ( rule__XAttributeType__DescriptionAssignment_14_2_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3832:1: ( ( ( rule__XAttributeType__DescriptionAssignment_14_2_1 ) ) )
+ // InternalOseeDsl.g:3833:1: ( ( rule__XAttributeType__DescriptionAssignment_14_2_1 ) )
+ {
+ // InternalOseeDsl.g:3833:1: ( ( rule__XAttributeType__DescriptionAssignment_14_2_1 ) )
+ // InternalOseeDsl.g:3834:1: ( rule__XAttributeType__DescriptionAssignment_14_2_1 )
{
- before(grammarAccess.getXAttributeTypeAccess().getDescriptionAssignment_14_2_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3835:1: ( rule__XAttributeType__DescriptionAssignment_14_2_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3835:2: rule__XAttributeType__DescriptionAssignment_14_2_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__DescriptionAssignment_14_2_1_in_rule__XAttributeType__Group_14_2__1__Impl7973);
- rule__XAttributeType__DescriptionAssignment_14_2_1();
+ before(grammarAccess.getXAttributeTypeAccess().getDescriptionAssignment_14_2_1());
+ // InternalOseeDsl.g:3835:1: ( rule__XAttributeType__DescriptionAssignment_14_2_1 )
+ // InternalOseeDsl.g:3835:2: rule__XAttributeType__DescriptionAssignment_14_2_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__DescriptionAssignment_14_2_1();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getXAttributeTypeAccess().getDescriptionAssignment_14_2_1());
+ }
+
+ after(grammarAccess.getXAttributeTypeAccess().getDescriptionAssignment_14_2_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_2__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_2__1__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_3__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3849:1: rule__XAttributeType__Group_14_3__0 : rule__XAttributeType__Group_14_3__0__Impl rule__XAttributeType__Group_14_3__1 ;
- public final void rule__XAttributeType__Group_14_3__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_3__0"
+ // InternalOseeDsl.g:3849:1: rule__XAttributeType__Group_14_3__0 : rule__XAttributeType__Group_14_3__0__Impl rule__XAttributeType__Group_14_3__1 ;
+ public final void rule__XAttributeType__Group_14_3__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3853:1: ( rule__XAttributeType__Group_14_3__0__Impl rule__XAttributeType__Group_14_3__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3854:2: rule__XAttributeType__Group_14_3__0__Impl rule__XAttributeType__Group_14_3__1
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_3__0__Impl_in_rule__XAttributeType__Group_14_3__08007);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3853:1: ( rule__XAttributeType__Group_14_3__0__Impl rule__XAttributeType__Group_14_3__1 )
+ // InternalOseeDsl.g:3854:2: rule__XAttributeType__Group_14_3__0__Impl rule__XAttributeType__Group_14_3__1
+ {
+ pushFollow(FOLLOW_7);
rule__XAttributeType__Group_14_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_3__1_in_rule__XAttributeType__Group_14_3__08010);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_3__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_3__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_3__0"
- // $ANTLR start "rule__XAttributeType__Group_14_3__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3861:1: rule__XAttributeType__Group_14_3__0__Impl : ( 'defaultValue' ) ;
- public final void rule__XAttributeType__Group_14_3__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_3__0__Impl"
+ // InternalOseeDsl.g:3861:1: rule__XAttributeType__Group_14_3__0__Impl : ( 'defaultValue' ) ;
+ public final void rule__XAttributeType__Group_14_3__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3865:1: ( ( 'defaultValue' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3866:1: ( 'defaultValue' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3866:1: ( 'defaultValue' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3867:1: 'defaultValue'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3865:1: ( ( 'defaultValue' ) )
+ // InternalOseeDsl.g:3866:1: ( 'defaultValue' )
+ {
+ // InternalOseeDsl.g:3866:1: ( 'defaultValue' )
+ // InternalOseeDsl.g:3867:1: 'defaultValue'
{
- before(grammarAccess.getXAttributeTypeAccess().getDefaultValueKeyword_14_3_0());
- match(input, 69, FOLLOW_69_in_rule__XAttributeType__Group_14_3__0__Impl8038);
- after(grammarAccess.getXAttributeTypeAccess().getDefaultValueKeyword_14_3_0());
+ before(grammarAccess.getXAttributeTypeAccess().getDefaultValueKeyword_14_3_0());
+ match(input,68,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getDefaultValueKeyword_14_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_3__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_3__0__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_3__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_14_3__1 : rule__XAttributeType__Group_14_3__1__Impl ;
- public final void rule__XAttributeType__Group_14_3__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_3__1"
+ // InternalOseeDsl.g:3880:1: rule__XAttributeType__Group_14_3__1 : rule__XAttributeType__Group_14_3__1__Impl ;
+ public final void rule__XAttributeType__Group_14_3__1() throws RecognitionException {
- try {
- // ../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__Group_14_3__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3885:2: rule__XAttributeType__Group_14_3__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_3__1__Impl_in_rule__XAttributeType__Group_14_3__18069);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3884:1: ( rule__XAttributeType__Group_14_3__1__Impl )
+ // InternalOseeDsl.g:3885:2: rule__XAttributeType__Group_14_3__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_3__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_3__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_3__1"
- // $ANTLR start "rule__XAttributeType__Group_14_3__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3891:1: rule__XAttributeType__Group_14_3__1__Impl : ( ( rule__XAttributeType__DefaultValueAssignment_14_3_1 ) ) ;
- public final void rule__XAttributeType__Group_14_3__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_3__1__Impl"
+ // InternalOseeDsl.g:3891:1: rule__XAttributeType__Group_14_3__1__Impl : ( ( rule__XAttributeType__DefaultValueAssignment_14_3_1 ) ) ;
+ public final void rule__XAttributeType__Group_14_3__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3895:1: ( ( ( rule__XAttributeType__DefaultValueAssignment_14_3_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3896:1: ( ( rule__XAttributeType__DefaultValueAssignment_14_3_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3896:1: ( ( rule__XAttributeType__DefaultValueAssignment_14_3_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3897:1: ( rule__XAttributeType__DefaultValueAssignment_14_3_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3895:1: ( ( ( rule__XAttributeType__DefaultValueAssignment_14_3_1 ) ) )
+ // InternalOseeDsl.g:3896:1: ( ( rule__XAttributeType__DefaultValueAssignment_14_3_1 ) )
+ {
+ // InternalOseeDsl.g:3896:1: ( ( rule__XAttributeType__DefaultValueAssignment_14_3_1 ) )
+ // InternalOseeDsl.g:3897:1: ( rule__XAttributeType__DefaultValueAssignment_14_3_1 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getDefaultValueAssignment_14_3_1());
+ // InternalOseeDsl.g:3898:1: ( rule__XAttributeType__DefaultValueAssignment_14_3_1 )
+ // InternalOseeDsl.g:3898:2: rule__XAttributeType__DefaultValueAssignment_14_3_1
{
- before(grammarAccess.getXAttributeTypeAccess().getDefaultValueAssignment_14_3_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3898:1: ( rule__XAttributeType__DefaultValueAssignment_14_3_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3898:2: rule__XAttributeType__DefaultValueAssignment_14_3_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__DefaultValueAssignment_14_3_1_in_rule__XAttributeType__Group_14_3__1__Impl8096);
- rule__XAttributeType__DefaultValueAssignment_14_3_1();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__DefaultValueAssignment_14_3_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getDefaultValueAssignment_14_3_1());
+ after(grammarAccess.getXAttributeTypeAccess().getDefaultValueAssignment_14_3_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_3__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_3__1__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_4__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3912:1: rule__XAttributeType__Group_14_4__0 : rule__XAttributeType__Group_14_4__0__Impl rule__XAttributeType__Group_14_4__1 ;
- public final void rule__XAttributeType__Group_14_4__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_4__0"
+ // InternalOseeDsl.g:3912:1: rule__XAttributeType__Group_14_4__0 : rule__XAttributeType__Group_14_4__0__Impl rule__XAttributeType__Group_14_4__1 ;
+ public final void rule__XAttributeType__Group_14_4__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3916:1: ( rule__XAttributeType__Group_14_4__0__Impl rule__XAttributeType__Group_14_4__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3917:2: rule__XAttributeType__Group_14_4__0__Impl rule__XAttributeType__Group_14_4__1
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_4__0__Impl_in_rule__XAttributeType__Group_14_4__08130);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3916:1: ( rule__XAttributeType__Group_14_4__0__Impl rule__XAttributeType__Group_14_4__1 )
+ // InternalOseeDsl.g:3917:2: rule__XAttributeType__Group_14_4__0__Impl rule__XAttributeType__Group_14_4__1
+ {
+ pushFollow(FOLLOW_7);
rule__XAttributeType__Group_14_4__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_4__1_in_rule__XAttributeType__Group_14_4__08133);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_4__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_4__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_4__0"
- // $ANTLR start "rule__XAttributeType__Group_14_4__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3924:1: rule__XAttributeType__Group_14_4__0__Impl : ( 'fileExtension' ) ;
- public final void rule__XAttributeType__Group_14_4__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_4__0__Impl"
+ // InternalOseeDsl.g:3924:1: rule__XAttributeType__Group_14_4__0__Impl : ( 'fileExtension' ) ;
+ public final void rule__XAttributeType__Group_14_4__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3928:1: ( ( 'fileExtension' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3929:1: ( 'fileExtension' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3929:1: ( 'fileExtension' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3930:1: 'fileExtension'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3928:1: ( ( 'fileExtension' ) )
+ // InternalOseeDsl.g:3929:1: ( 'fileExtension' )
+ {
+ // InternalOseeDsl.g:3929:1: ( 'fileExtension' )
+ // InternalOseeDsl.g:3930:1: 'fileExtension'
{
- before(grammarAccess.getXAttributeTypeAccess().getFileExtensionKeyword_14_4_0());
- match(input, 70, FOLLOW_70_in_rule__XAttributeType__Group_14_4__0__Impl8161);
- after(grammarAccess.getXAttributeTypeAccess().getFileExtensionKeyword_14_4_0());
+ before(grammarAccess.getXAttributeTypeAccess().getFileExtensionKeyword_14_4_0());
+ match(input,69,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getFileExtensionKeyword_14_4_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_4__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_4__0__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_4__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3943:1: rule__XAttributeType__Group_14_4__1 : rule__XAttributeType__Group_14_4__1__Impl ;
- public final void rule__XAttributeType__Group_14_4__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_4__1"
+ // InternalOseeDsl.g:3943:1: rule__XAttributeType__Group_14_4__1 : rule__XAttributeType__Group_14_4__1__Impl ;
+ public final void rule__XAttributeType__Group_14_4__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3947:1: ( rule__XAttributeType__Group_14_4__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3948:2: rule__XAttributeType__Group_14_4__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_4__1__Impl_in_rule__XAttributeType__Group_14_4__18192);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3947:1: ( rule__XAttributeType__Group_14_4__1__Impl )
+ // InternalOseeDsl.g:3948:2: rule__XAttributeType__Group_14_4__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_4__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_4__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_4__1"
- // $ANTLR start "rule__XAttributeType__Group_14_4__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3954:1: rule__XAttributeType__Group_14_4__1__Impl : ( ( rule__XAttributeType__FileExtensionAssignment_14_4_1 ) ) ;
- public final void rule__XAttributeType__Group_14_4__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_4__1__Impl"
+ // InternalOseeDsl.g:3954:1: rule__XAttributeType__Group_14_4__1__Impl : ( ( rule__XAttributeType__FileExtensionAssignment_14_4_1 ) ) ;
+ public final void rule__XAttributeType__Group_14_4__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3958:1: ( ( ( rule__XAttributeType__FileExtensionAssignment_14_4_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3959:1: ( ( rule__XAttributeType__FileExtensionAssignment_14_4_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3959:1: ( ( rule__XAttributeType__FileExtensionAssignment_14_4_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3960:1: ( rule__XAttributeType__FileExtensionAssignment_14_4_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3958:1: ( ( ( rule__XAttributeType__FileExtensionAssignment_14_4_1 ) ) )
+ // InternalOseeDsl.g:3959:1: ( ( rule__XAttributeType__FileExtensionAssignment_14_4_1 ) )
+ {
+ // InternalOseeDsl.g:3959:1: ( ( rule__XAttributeType__FileExtensionAssignment_14_4_1 ) )
+ // InternalOseeDsl.g:3960:1: ( rule__XAttributeType__FileExtensionAssignment_14_4_1 )
{
- before(grammarAccess.getXAttributeTypeAccess().getFileExtensionAssignment_14_4_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3961:1: ( rule__XAttributeType__FileExtensionAssignment_14_4_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3961:2: rule__XAttributeType__FileExtensionAssignment_14_4_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__FileExtensionAssignment_14_4_1_in_rule__XAttributeType__Group_14_4__1__Impl8219);
- rule__XAttributeType__FileExtensionAssignment_14_4_1();
+ before(grammarAccess.getXAttributeTypeAccess().getFileExtensionAssignment_14_4_1());
+ // InternalOseeDsl.g:3961:1: ( rule__XAttributeType__FileExtensionAssignment_14_4_1 )
+ // InternalOseeDsl.g:3961:2: rule__XAttributeType__FileExtensionAssignment_14_4_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__FileExtensionAssignment_14_4_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getFileExtensionAssignment_14_4_1());
+ after(grammarAccess.getXAttributeTypeAccess().getFileExtensionAssignment_14_4_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_4__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_4__1__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_5__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3975:1: rule__XAttributeType__Group_14_5__0 : rule__XAttributeType__Group_14_5__0__Impl rule__XAttributeType__Group_14_5__1 ;
- public final void rule__XAttributeType__Group_14_5__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_5__0"
+ // InternalOseeDsl.g:3975:1: rule__XAttributeType__Group_14_5__0 : rule__XAttributeType__Group_14_5__0__Impl rule__XAttributeType__Group_14_5__1 ;
+ public final void rule__XAttributeType__Group_14_5__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3979:1: ( rule__XAttributeType__Group_14_5__0__Impl rule__XAttributeType__Group_14_5__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3980:2: rule__XAttributeType__Group_14_5__0__Impl rule__XAttributeType__Group_14_5__1
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_5__0__Impl_in_rule__XAttributeType__Group_14_5__08253);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3979:1: ( rule__XAttributeType__Group_14_5__0__Impl rule__XAttributeType__Group_14_5__1 )
+ // InternalOseeDsl.g:3980:2: rule__XAttributeType__Group_14_5__0__Impl rule__XAttributeType__Group_14_5__1
+ {
+ pushFollow(FOLLOW_7);
rule__XAttributeType__Group_14_5__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_5__1_in_rule__XAttributeType__Group_14_5__08256);
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_5__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_5__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_5__0"
- // $ANTLR start "rule__XAttributeType__Group_14_5__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3987:1: rule__XAttributeType__Group_14_5__0__Impl : ( 'mediaType' ) ;
- public final void rule__XAttributeType__Group_14_5__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_5__0__Impl"
+ // InternalOseeDsl.g:3987:1: rule__XAttributeType__Group_14_5__0__Impl : ( 'mediaType' ) ;
+ public final void rule__XAttributeType__Group_14_5__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3991:1: ( ( 'mediaType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3992:1: ( 'mediaType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3992:1: ( 'mediaType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:3993:1: 'mediaType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:3991:1: ( ( 'mediaType' ) )
+ // InternalOseeDsl.g:3992:1: ( 'mediaType' )
{
- before(grammarAccess.getXAttributeTypeAccess().getMediaTypeKeyword_14_5_0());
- match(input, 71, FOLLOW_71_in_rule__XAttributeType__Group_14_5__0__Impl8284);
- after(grammarAccess.getXAttributeTypeAccess().getMediaTypeKeyword_14_5_0());
+ // InternalOseeDsl.g:3992:1: ( 'mediaType' )
+ // InternalOseeDsl.g:3993:1: 'mediaType'
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getMediaTypeKeyword_14_5_0());
+ match(input,70,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getMediaTypeKeyword_14_5_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_5__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_5__0__Impl"
- // $ANTLR start "rule__XAttributeType__Group_14_5__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4006:1: rule__XAttributeType__Group_14_5__1 : rule__XAttributeType__Group_14_5__1__Impl ;
- public final void rule__XAttributeType__Group_14_5__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_5__1"
+ // InternalOseeDsl.g:4006:1: rule__XAttributeType__Group_14_5__1 : rule__XAttributeType__Group_14_5__1__Impl ;
+ public final void rule__XAttributeType__Group_14_5__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4010:1: ( rule__XAttributeType__Group_14_5__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4011:2: rule__XAttributeType__Group_14_5__1__Impl
- {
- pushFollow(FOLLOW_rule__XAttributeType__Group_14_5__1__Impl_in_rule__XAttributeType__Group_14_5__18315);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4010:1: ( rule__XAttributeType__Group_14_5__1__Impl )
+ // InternalOseeDsl.g:4011:2: rule__XAttributeType__Group_14_5__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__Group_14_5__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_5__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_5__1"
- // $ANTLR start "rule__XAttributeType__Group_14_5__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4017:1: rule__XAttributeType__Group_14_5__1__Impl : ( ( rule__XAttributeType__MediaTypeAssignment_14_5_1 ) ) ;
- public final void rule__XAttributeType__Group_14_5__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__Group_14_5__1__Impl"
+ // InternalOseeDsl.g:4017:1: rule__XAttributeType__Group_14_5__1__Impl : ( ( rule__XAttributeType__MediaTypeAssignment_14_5_1 ) ) ;
+ public final void rule__XAttributeType__Group_14_5__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4021:1: ( ( ( rule__XAttributeType__MediaTypeAssignment_14_5_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4022:1: ( ( rule__XAttributeType__MediaTypeAssignment_14_5_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4022:1: ( ( rule__XAttributeType__MediaTypeAssignment_14_5_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4023:1: ( rule__XAttributeType__MediaTypeAssignment_14_5_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4021:1: ( ( ( rule__XAttributeType__MediaTypeAssignment_14_5_1 ) ) )
+ // InternalOseeDsl.g:4022:1: ( ( rule__XAttributeType__MediaTypeAssignment_14_5_1 ) )
{
- before(grammarAccess.getXAttributeTypeAccess().getMediaTypeAssignment_14_5_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4024:1: ( rule__XAttributeType__MediaTypeAssignment_14_5_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4024:2: rule__XAttributeType__MediaTypeAssignment_14_5_1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__MediaTypeAssignment_14_5_1_in_rule__XAttributeType__Group_14_5__1__Impl8342);
- rule__XAttributeType__MediaTypeAssignment_14_5_1();
+ // InternalOseeDsl.g:4022:1: ( ( rule__XAttributeType__MediaTypeAssignment_14_5_1 ) )
+ // InternalOseeDsl.g:4023:1: ( rule__XAttributeType__MediaTypeAssignment_14_5_1 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getMediaTypeAssignment_14_5_1());
+ // InternalOseeDsl.g:4024:1: ( rule__XAttributeType__MediaTypeAssignment_14_5_1 )
+ // InternalOseeDsl.g:4024:2: rule__XAttributeType__MediaTypeAssignment_14_5_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__MediaTypeAssignment_14_5_1();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getXAttributeTypeAccess().getMediaTypeAssignment_14_5_1());
+ }
+
+ after(grammarAccess.getXAttributeTypeAccess().getMediaTypeAssignment_14_5_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__Group_14_5__1__Impl"
+ restoreStackSize(stackSize);
- // $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:4038:1: rule__XOseeEnumType__Group__0 : rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1 ;
- public final void rule__XOseeEnumType__Group__0() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__Group_14_5__1__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4042: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:4043:2: rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__0__Impl_in_rule__XOseeEnumType__Group__08376);
+ // $ANTLR start "rule__XOseeEnumType__Group__0"
+ // InternalOseeDsl.g:4038: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 {
+ // InternalOseeDsl.g:4042:1: ( rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1 )
+ // InternalOseeDsl.g:4043:2: rule__XOseeEnumType__Group__0__Impl rule__XOseeEnumType__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__XOseeEnumType__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__1_in_rule__XOseeEnumType__Group__08379);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__0"
- // $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:4050:1: rule__XOseeEnumType__Group__0__Impl : ( 'oseeEnumType' ) ;
- public final void rule__XOseeEnumType__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group__0__Impl"
+ // InternalOseeDsl.g:4050:1: rule__XOseeEnumType__Group__0__Impl : ( 'oseeEnumType' ) ;
+ public final void rule__XOseeEnumType__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4054:1: ( ( 'oseeEnumType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4055:1: ( 'oseeEnumType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4055:1: ( 'oseeEnumType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4056:1: 'oseeEnumType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4054:1: ( ( 'oseeEnumType' ) )
+ // InternalOseeDsl.g:4055:1: ( 'oseeEnumType' )
+ {
+ // InternalOseeDsl.g:4055:1: ( 'oseeEnumType' )
+ // InternalOseeDsl.g:4056:1: 'oseeEnumType'
{
- before(grammarAccess.getXOseeEnumTypeAccess().getOseeEnumTypeKeyword_0());
- match(input, 72, FOLLOW_72_in_rule__XOseeEnumType__Group__0__Impl8407);
- after(grammarAccess.getXOseeEnumTypeAccess().getOseeEnumTypeKeyword_0());
+ before(grammarAccess.getXOseeEnumTypeAccess().getOseeEnumTypeKeyword_0());
+ match(input,71,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumTypeAccess().getOseeEnumTypeKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__0__Impl"
- // $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:4069: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();
+ // $ANTLR start "rule__XOseeEnumType__Group__1"
+ // InternalOseeDsl.g:4069:1: rule__XOseeEnumType__Group__1 : rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2 ;
+ public final void rule__XOseeEnumType__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4073: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:4074:2: rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__1__Impl_in_rule__XOseeEnumType__Group__18438);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4073:1: ( rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2 )
+ // InternalOseeDsl.g:4074:2: rule__XOseeEnumType__Group__1__Impl rule__XOseeEnumType__Group__2
+ {
+ pushFollow(FOLLOW_31);
rule__XOseeEnumType__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__2_in_rule__XOseeEnumType__Group__18441);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__1"
- // $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:4081:1: rule__XOseeEnumType__Group__1__Impl : ( ( rule__XOseeEnumType__NameAssignment_1 ) ) ;
- public final void rule__XOseeEnumType__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group__1__Impl"
+ // InternalOseeDsl.g:4081:1: rule__XOseeEnumType__Group__1__Impl : ( ( rule__XOseeEnumType__NameAssignment_1 ) ) ;
+ public final void rule__XOseeEnumType__Group__1__Impl() throws RecognitionException {
- try {
- // ../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__NameAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4086: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:4086: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:4087:1: ( rule__XOseeEnumType__NameAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4085:1: ( ( ( rule__XOseeEnumType__NameAssignment_1 ) ) )
+ // InternalOseeDsl.g:4086:1: ( ( rule__XOseeEnumType__NameAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:4086:1: ( ( rule__XOseeEnumType__NameAssignment_1 ) )
+ // InternalOseeDsl.g:4087: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:4088: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:4088:2: rule__XOseeEnumType__NameAssignment_1
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__NameAssignment_1_in_rule__XOseeEnumType__Group__1__Impl8468);
- rule__XOseeEnumType__NameAssignment_1();
+ before(grammarAccess.getXOseeEnumTypeAccess().getNameAssignment_1());
+ // InternalOseeDsl.g:4088:1: ( rule__XOseeEnumType__NameAssignment_1 )
+ // InternalOseeDsl.g:4088:2: rule__XOseeEnumType__NameAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumType__NameAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXOseeEnumTypeAccess().getNameAssignment_1());
+ after(grammarAccess.getXOseeEnumTypeAccess().getNameAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__1__Impl"
- // $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:4098: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();
+ // $ANTLR start "rule__XOseeEnumType__Group__2"
+ // InternalOseeDsl.g:4098:1: rule__XOseeEnumType__Group__2 : rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3 ;
+ public final void rule__XOseeEnumType__Group__2() throws RecognitionException {
- try {
- // ../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__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:4103:2: rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__2__Impl_in_rule__XOseeEnumType__Group__28498);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4102:1: ( rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3 )
+ // InternalOseeDsl.g:4103:2: rule__XOseeEnumType__Group__2__Impl rule__XOseeEnumType__Group__3
+ {
+ pushFollow(FOLLOW_13);
rule__XOseeEnumType__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__3_in_rule__XOseeEnumType__Group__28501);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__2"
- // $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:4110:1: rule__XOseeEnumType__Group__2__Impl : ( '{' ) ;
- public final void rule__XOseeEnumType__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group__2__Impl"
+ // InternalOseeDsl.g:4110:1: rule__XOseeEnumType__Group__2__Impl : ( '{' ) ;
+ public final void rule__XOseeEnumType__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4114:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4115:1: ( '{' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4115:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4116:1: '{'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4114:1: ( ( '{' ) )
+ // InternalOseeDsl.g:4115:1: ( '{' )
{
- before(grammarAccess.getXOseeEnumTypeAccess().getLeftCurlyBracketKeyword_2());
- match(input, 54, FOLLOW_54_in_rule__XOseeEnumType__Group__2__Impl8529);
- after(grammarAccess.getXOseeEnumTypeAccess().getLeftCurlyBracketKeyword_2());
+ // InternalOseeDsl.g:4115:1: ( '{' )
+ // InternalOseeDsl.g:4116:1: '{'
+ {
+ before(grammarAccess.getXOseeEnumTypeAccess().getLeftCurlyBracketKeyword_2());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumTypeAccess().getLeftCurlyBracketKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__2__Impl"
- // $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:4129: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();
+ // $ANTLR start "rule__XOseeEnumType__Group__3"
+ // InternalOseeDsl.g:4129:1: rule__XOseeEnumType__Group__3 : rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4 ;
+ public final void rule__XOseeEnumType__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4133: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:4134:2: rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__3__Impl_in_rule__XOseeEnumType__Group__38560);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4133:1: ( rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4 )
+ // InternalOseeDsl.g:4134:2: rule__XOseeEnumType__Group__3__Impl rule__XOseeEnumType__Group__4
+ {
+ pushFollow(FOLLOW_13);
rule__XOseeEnumType__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__4_in_rule__XOseeEnumType__Group__38563);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__3"
- // $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:4141:1: rule__XOseeEnumType__Group__3__Impl : ( ( rule__XOseeEnumType__Group_3__0 )? ) ;
- public final void rule__XOseeEnumType__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group__3__Impl"
+ // InternalOseeDsl.g:4141:1: rule__XOseeEnumType__Group__3__Impl : ( ( rule__XOseeEnumType__Group_3__0 )? ) ;
+ public final void rule__XOseeEnumType__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4145: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:4146: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:4146: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:4147:1: ( rule__XOseeEnumType__Group_3__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4145:1: ( ( ( rule__XOseeEnumType__Group_3__0 )? ) )
+ // InternalOseeDsl.g:4146: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:4148:1: ( rule__XOseeEnumType__Group_3__0 )?
- int alt35 = 2;
- int LA35_0 = input.LA(1);
+ // InternalOseeDsl.g:4146:1: ( ( rule__XOseeEnumType__Group_3__0 )? )
+ // InternalOseeDsl.g:4147:1: ( rule__XOseeEnumType__Group_3__0 )?
+ {
+ before(grammarAccess.getXOseeEnumTypeAccess().getGroup_3());
+ // InternalOseeDsl.g:4148:1: ( rule__XOseeEnumType__Group_3__0 )?
+ int alt35=2;
+ int LA35_0 = input.LA(1);
+
+ if ( (LA35_0==58) ) {
+ alt35=1;
+ }
+ switch (alt35) {
+ case 1 :
+ // InternalOseeDsl.g:4148:2: rule__XOseeEnumType__Group_3__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumType__Group_3__0();
- if (LA35_0 == 59) {
- alt35 = 1;
- }
- 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:4148:2: rule__XOseeEnumType__Group_3__0
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__0_in_rule__XOseeEnumType__Group__3__Impl8590);
- rule__XOseeEnumType__Group_3__0();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXOseeEnumTypeAccess().getGroup_3());
+ after(grammarAccess.getXOseeEnumTypeAccess().getGroup_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__3__Impl"
- // $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:4158: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();
+ // $ANTLR start "rule__XOseeEnumType__Group__4"
+ // InternalOseeDsl.g:4158:1: rule__XOseeEnumType__Group__4 : rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5 ;
+ public final void rule__XOseeEnumType__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4162: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:4163:2: rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__4__Impl_in_rule__XOseeEnumType__Group__48621);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4162:1: ( rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5 )
+ // InternalOseeDsl.g:4163:2: rule__XOseeEnumType__Group__4__Impl rule__XOseeEnumType__Group__5
+ {
+ pushFollow(FOLLOW_14);
rule__XOseeEnumType__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__5_in_rule__XOseeEnumType__Group__48624);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__4"
- // $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:4170:1: rule__XOseeEnumType__Group__4__Impl : ( 'uuid' ) ;
- public final void rule__XOseeEnumType__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group__4__Impl"
+ // InternalOseeDsl.g:4170:1: rule__XOseeEnumType__Group__4__Impl : ( 'id' ) ;
+ public final void rule__XOseeEnumType__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4174:1: ( ( 'uuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4175:1: ( 'uuid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4175:1: ( 'uuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4176:1: 'uuid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4174:1: ( ( 'id' ) )
+ // InternalOseeDsl.g:4175:1: ( 'id' )
{
- before(grammarAccess.getXOseeEnumTypeAccess().getUuidKeyword_4());
- match(input, 55, FOLLOW_55_in_rule__XOseeEnumType__Group__4__Impl8652);
- after(grammarAccess.getXOseeEnumTypeAccess().getUuidKeyword_4());
+ // InternalOseeDsl.g:4175:1: ( 'id' )
+ // InternalOseeDsl.g:4176:1: 'id'
+ {
+ before(grammarAccess.getXOseeEnumTypeAccess().getIdKeyword_4());
+ match(input,54,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumTypeAccess().getIdKeyword_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__4__Impl"
- // $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:4189: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();
+ // $ANTLR start "rule__XOseeEnumType__Group__5"
+ // InternalOseeDsl.g:4189:1: rule__XOseeEnumType__Group__5 : rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6 ;
+ public final void rule__XOseeEnumType__Group__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4193: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:4194:2: rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__5__Impl_in_rule__XOseeEnumType__Group__58683);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4193:1: ( rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6 )
+ // InternalOseeDsl.g:4194:2: rule__XOseeEnumType__Group__5__Impl rule__XOseeEnumType__Group__6
+ {
+ pushFollow(FOLLOW_32);
rule__XOseeEnumType__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__6_in_rule__XOseeEnumType__Group__58686);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group__6();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__5"
- // $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:4201:1: rule__XOseeEnumType__Group__5__Impl : ( ( rule__XOseeEnumType__UuidAssignment_5 ) ) ;
- public final void rule__XOseeEnumType__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group__5__Impl"
+ // InternalOseeDsl.g:4201:1: rule__XOseeEnumType__Group__5__Impl : ( ( rule__XOseeEnumType__IdAssignment_5 ) ) ;
+ public final void rule__XOseeEnumType__Group__5__Impl() throws RecognitionException {
- try {
- // ../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__UuidAssignment_5 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4206: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:4206: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:4207:1: ( rule__XOseeEnumType__UuidAssignment_5 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4205:1: ( ( ( rule__XOseeEnumType__IdAssignment_5 ) ) )
+ // InternalOseeDsl.g:4206:1: ( ( rule__XOseeEnumType__IdAssignment_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:4208: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:4208:2: rule__XOseeEnumType__UuidAssignment_5
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__UuidAssignment_5_in_rule__XOseeEnumType__Group__5__Impl8713);
- rule__XOseeEnumType__UuidAssignment_5();
+ // InternalOseeDsl.g:4206:1: ( ( rule__XOseeEnumType__IdAssignment_5 ) )
+ // InternalOseeDsl.g:4207:1: ( rule__XOseeEnumType__IdAssignment_5 )
+ {
+ before(grammarAccess.getXOseeEnumTypeAccess().getIdAssignment_5());
+ // InternalOseeDsl.g:4208:1: ( rule__XOseeEnumType__IdAssignment_5 )
+ // InternalOseeDsl.g:4208:2: rule__XOseeEnumType__IdAssignment_5
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumType__IdAssignment_5();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getXOseeEnumTypeAccess().getUuidAssignment_5());
+ }
+
+ after(grammarAccess.getXOseeEnumTypeAccess().getIdAssignment_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__5__Impl"
+ restoreStackSize(stackSize);
- // $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:4218:1: rule__XOseeEnumType__Group__6 : rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7 ;
- public final void rule__XOseeEnumType__Group__6() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__5__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4222: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:4223:2: rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__6__Impl_in_rule__XOseeEnumType__Group__68743);
+ // $ANTLR start "rule__XOseeEnumType__Group__6"
+ // InternalOseeDsl.g:4218: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 {
+ // InternalOseeDsl.g:4222:1: ( rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7 )
+ // InternalOseeDsl.g:4223:2: rule__XOseeEnumType__Group__6__Impl rule__XOseeEnumType__Group__7
+ {
+ pushFollow(FOLLOW_32);
rule__XOseeEnumType__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__7_in_rule__XOseeEnumType__Group__68746);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group__7();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__6"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__6"
- // $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:4230:1: rule__XOseeEnumType__Group__6__Impl : ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* ) ;
- public final void rule__XOseeEnumType__Group__6__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group__6__Impl"
+ // InternalOseeDsl.g:4230:1: rule__XOseeEnumType__Group__6__Impl : ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* ) ;
+ public final void rule__XOseeEnumType__Group__6__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4234: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:4235: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:4235: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:4236:1: ( rule__XOseeEnumType__EnumEntriesAssignment_6 )*
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4234:1: ( ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* ) )
+ // InternalOseeDsl.g:4235:1: ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* )
+ {
+ // InternalOseeDsl.g:4235:1: ( ( rule__XOseeEnumType__EnumEntriesAssignment_6 )* )
+ // InternalOseeDsl.g:4236: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:4237:1: ( rule__XOseeEnumType__EnumEntriesAssignment_6 )*
- loop36: do {
- int alt36 = 2;
- int LA36_0 = input.LA(1);
+ before(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesAssignment_6());
+ // InternalOseeDsl.g:4237:1: ( rule__XOseeEnumType__EnumEntriesAssignment_6 )*
+ loop36:
+ do {
+ int alt36=2;
+ int LA36_0 = input.LA(1);
- if (LA36_0 == 73) {
- alt36 = 1;
- }
+ if ( (LA36_0==72) ) {
+ alt36=1;
+ }
- 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:4237:2: rule__XOseeEnumType__EnumEntriesAssignment_6
- {
- pushFollow(
- FOLLOW_rule__XOseeEnumType__EnumEntriesAssignment_6_in_rule__XOseeEnumType__Group__6__Impl8773);
- rule__XOseeEnumType__EnumEntriesAssignment_6();
- state._fsp--;
+ switch (alt36) {
+ case 1 :
+ // InternalOseeDsl.g:4237:2: rule__XOseeEnumType__EnumEntriesAssignment_6
+ {
+ pushFollow(FOLLOW_33);
+ rule__XOseeEnumType__EnumEntriesAssignment_6();
- }
- break;
+ state._fsp--;
+
+
+ }
+ break;
- default:
- break loop36;
- }
- } while (true);
+ default :
+ break loop36;
+ }
+ } while (true);
- after(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesAssignment_6());
+ after(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesAssignment_6());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__6__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__6__Impl"
- // $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:4247:1: rule__XOseeEnumType__Group__7 : rule__XOseeEnumType__Group__7__Impl ;
- public final void rule__XOseeEnumType__Group__7() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group__7"
+ // InternalOseeDsl.g:4247:1: rule__XOseeEnumType__Group__7 : rule__XOseeEnumType__Group__7__Impl ;
+ public final void rule__XOseeEnumType__Group__7() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4251: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:4252:2: rule__XOseeEnumType__Group__7__Impl
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group__7__Impl_in_rule__XOseeEnumType__Group__78804);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4251:1: ( rule__XOseeEnumType__Group__7__Impl )
+ // InternalOseeDsl.g:4252:2: rule__XOseeEnumType__Group__7__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group__7__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__7"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__7"
- // $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:4258:1: rule__XOseeEnumType__Group__7__Impl : ( '}' ) ;
- public final void rule__XOseeEnumType__Group__7__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group__7__Impl"
+ // InternalOseeDsl.g:4258:1: rule__XOseeEnumType__Group__7__Impl : ( '}' ) ;
+ public final void rule__XOseeEnumType__Group__7__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4262:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4263:1: ( '}' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4263:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4264:1: '}'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4262:1: ( ( '}' ) )
+ // InternalOseeDsl.g:4263:1: ( '}' )
+ {
+ // InternalOseeDsl.g:4263:1: ( '}' )
+ // InternalOseeDsl.g:4264:1: '}'
{
- before(grammarAccess.getXOseeEnumTypeAccess().getRightCurlyBracketKeyword_7());
- match(input, 56, FOLLOW_56_in_rule__XOseeEnumType__Group__7__Impl8832);
- after(grammarAccess.getXOseeEnumTypeAccess().getRightCurlyBracketKeyword_7());
+ before(grammarAccess.getXOseeEnumTypeAccess().getRightCurlyBracketKeyword_7());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumTypeAccess().getRightCurlyBracketKeyword_7());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group__7__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group__7__Impl"
- // $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:4293: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();
+ // $ANTLR start "rule__XOseeEnumType__Group_3__0"
+ // InternalOseeDsl.g:4293: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4297: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:4298: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__08879);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4297:1: ( rule__XOseeEnumType__Group_3__0__Impl rule__XOseeEnumType__Group_3__1 )
+ // InternalOseeDsl.g:4298:2: rule__XOseeEnumType__Group_3__0__Impl rule__XOseeEnumType__Group_3__1
+ {
+ pushFollow(FOLLOW_7);
rule__XOseeEnumType__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__1_in_rule__XOseeEnumType__Group_3__08882);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group_3__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group_3__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group_3__0"
- // $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:4305:1: rule__XOseeEnumType__Group_3__0__Impl : ( 'guid' ) ;
- public final void rule__XOseeEnumType__Group_3__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__Group_3__0__Impl"
+ // InternalOseeDsl.g:4305:1: rule__XOseeEnumType__Group_3__0__Impl : ( 'guid' ) ;
+ public final void rule__XOseeEnumType__Group_3__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4309:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4310:1: ( 'guid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4310:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4311:1: 'guid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4309:1: ( ( 'guid' ) )
+ // InternalOseeDsl.g:4310:1: ( 'guid' )
+ {
+ // InternalOseeDsl.g:4310:1: ( 'guid' )
+ // InternalOseeDsl.g:4311:1: 'guid'
{
- before(grammarAccess.getXOseeEnumTypeAccess().getGuidKeyword_3_0());
- match(input, 59, FOLLOW_59_in_rule__XOseeEnumType__Group_3__0__Impl8910);
- after(grammarAccess.getXOseeEnumTypeAccess().getGuidKeyword_3_0());
+ before(grammarAccess.getXOseeEnumTypeAccess().getGuidKeyword_3_0());
+ match(input,58,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumTypeAccess().getGuidKeyword_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group_3__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group_3__0__Impl"
- // $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:4324: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();
+ // $ANTLR start "rule__XOseeEnumType__Group_3__1"
+ // InternalOseeDsl.g:4324:1: rule__XOseeEnumType__Group_3__1 : rule__XOseeEnumType__Group_3__1__Impl ;
+ public final void rule__XOseeEnumType__Group_3__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4328: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:4329:2: rule__XOseeEnumType__Group_3__1__Impl
- {
- pushFollow(FOLLOW_rule__XOseeEnumType__Group_3__1__Impl_in_rule__XOseeEnumType__Group_3__18941);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4328:1: ( rule__XOseeEnumType__Group_3__1__Impl )
+ // InternalOseeDsl.g:4329:2: rule__XOseeEnumType__Group_3__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XOseeEnumType__Group_3__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group_3__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group_3__1"
- // $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:4335: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();
+ // $ANTLR start "rule__XOseeEnumType__Group_3__1__Impl"
+ // InternalOseeDsl.g:4335:1: rule__XOseeEnumType__Group_3__1__Impl : ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) ) ;
+ public final void rule__XOseeEnumType__Group_3__1__Impl() throws RecognitionException {
- 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__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:4340: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:4340: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:4341:1: ( rule__XOseeEnumType__TypeGuidAssignment_3_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4339:1: ( ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) ) )
+ // InternalOseeDsl.g:4340: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:4342: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:4342:2: rule__XOseeEnumType__TypeGuidAssignment_3_1
- {
- pushFollow(
- FOLLOW_rule__XOseeEnumType__TypeGuidAssignment_3_1_in_rule__XOseeEnumType__Group_3__1__Impl8968);
- rule__XOseeEnumType__TypeGuidAssignment_3_1();
+ // InternalOseeDsl.g:4340:1: ( ( rule__XOseeEnumType__TypeGuidAssignment_3_1 ) )
+ // InternalOseeDsl.g:4341:1: ( rule__XOseeEnumType__TypeGuidAssignment_3_1 )
+ {
+ before(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidAssignment_3_1());
+ // InternalOseeDsl.g:4342:1: ( rule__XOseeEnumType__TypeGuidAssignment_3_1 )
+ // InternalOseeDsl.g:4342:2: rule__XOseeEnumType__TypeGuidAssignment_3_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumType__TypeGuidAssignment_3_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidAssignment_3_1());
+ after(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidAssignment_3_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__Group_3__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__Group_3__1__Impl"
- // $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:4356: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();
+ // $ANTLR start "rule__XOseeEnumEntry__Group__0"
+ // InternalOseeDsl.g:4356:1: rule__XOseeEnumEntry__Group__0 : rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1 ;
+ public final void rule__XOseeEnumEntry__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4360: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:4361:2: rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__0__Impl_in_rule__XOseeEnumEntry__Group__09002);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4360:1: ( rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1 )
+ // InternalOseeDsl.g:4361:2: rule__XOseeEnumEntry__Group__0__Impl rule__XOseeEnumEntry__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__XOseeEnumEntry__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__1_in_rule__XOseeEnumEntry__Group__09005);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumEntry__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__0"
- // $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:4368:1: rule__XOseeEnumEntry__Group__0__Impl : ( 'entry' ) ;
- public final void rule__XOseeEnumEntry__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group__0__Impl"
+ // InternalOseeDsl.g:4368:1: rule__XOseeEnumEntry__Group__0__Impl : ( 'entry' ) ;
+ public final void rule__XOseeEnumEntry__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4372:1: ( ( 'entry' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4373:1: ( 'entry' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4373:1: ( 'entry' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4374:1: 'entry'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4372:1: ( ( 'entry' ) )
+ // InternalOseeDsl.g:4373:1: ( 'entry' )
+ {
+ // InternalOseeDsl.g:4373:1: ( 'entry' )
+ // InternalOseeDsl.g:4374:1: 'entry'
{
- before(grammarAccess.getXOseeEnumEntryAccess().getEntryKeyword_0());
- match(input, 73, FOLLOW_73_in_rule__XOseeEnumEntry__Group__0__Impl9033);
- after(grammarAccess.getXOseeEnumEntryAccess().getEntryKeyword_0());
+ before(grammarAccess.getXOseeEnumEntryAccess().getEntryKeyword_0());
+ match(input,72,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumEntryAccess().getEntryKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__0__Impl"
+ restoreStackSize(stackSize);
- // $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:4387:1: rule__XOseeEnumEntry__Group__1 : rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2 ;
- public final void rule__XOseeEnumEntry__Group__1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__0__Impl"
- int stackSize = keepStackSize();
- try {
- // ../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__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:4392:2: rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__1__Impl_in_rule__XOseeEnumEntry__Group__19064);
+ // $ANTLR start "rule__XOseeEnumEntry__Group__1"
+ // InternalOseeDsl.g:4387: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 {
+ // InternalOseeDsl.g:4391:1: ( rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2 )
+ // InternalOseeDsl.g:4392:2: rule__XOseeEnumEntry__Group__1__Impl rule__XOseeEnumEntry__Group__2
+ {
+ pushFollow(FOLLOW_34);
rule__XOseeEnumEntry__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__2_in_rule__XOseeEnumEntry__Group__19067);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumEntry__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__1"
- // $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:4399:1: rule__XOseeEnumEntry__Group__1__Impl : ( ( rule__XOseeEnumEntry__NameAssignment_1 ) ) ;
- public final void rule__XOseeEnumEntry__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group__1__Impl"
+ // InternalOseeDsl.g:4399:1: rule__XOseeEnumEntry__Group__1__Impl : ( ( rule__XOseeEnumEntry__NameAssignment_1 ) ) ;
+ public final void rule__XOseeEnumEntry__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4403: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:4404: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:4404: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:4405:1: ( rule__XOseeEnumEntry__NameAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4403:1: ( ( ( rule__XOseeEnumEntry__NameAssignment_1 ) ) )
+ // InternalOseeDsl.g:4404:1: ( ( rule__XOseeEnumEntry__NameAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:4404:1: ( ( rule__XOseeEnumEntry__NameAssignment_1 ) )
+ // InternalOseeDsl.g:4405:1: ( rule__XOseeEnumEntry__NameAssignment_1 )
+ {
+ before(grammarAccess.getXOseeEnumEntryAccess().getNameAssignment_1());
+ // InternalOseeDsl.g:4406:1: ( rule__XOseeEnumEntry__NameAssignment_1 )
+ // InternalOseeDsl.g:4406:2: 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:4406: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:4406:2: rule__XOseeEnumEntry__NameAssignment_1
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__NameAssignment_1_in_rule__XOseeEnumEntry__Group__1__Impl9094);
- rule__XOseeEnumEntry__NameAssignment_1();
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumEntry__NameAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXOseeEnumEntryAccess().getNameAssignment_1());
+ after(grammarAccess.getXOseeEnumEntryAccess().getNameAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__1__Impl"
- // $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:4416: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();
+ // $ANTLR start "rule__XOseeEnumEntry__Group__2"
+ // InternalOseeDsl.g:4416:1: rule__XOseeEnumEntry__Group__2 : rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3 ;
+ public final void rule__XOseeEnumEntry__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4420: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:4421:2: rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__2__Impl_in_rule__XOseeEnumEntry__Group__29124);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4420:1: ( rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3 )
+ // InternalOseeDsl.g:4421:2: rule__XOseeEnumEntry__Group__2__Impl rule__XOseeEnumEntry__Group__3
+ {
+ pushFollow(FOLLOW_34);
rule__XOseeEnumEntry__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__3_in_rule__XOseeEnumEntry__Group__29127);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumEntry__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__2"
- // $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:4428:1: rule__XOseeEnumEntry__Group__2__Impl : ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? ) ;
- public final void rule__XOseeEnumEntry__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group__2__Impl"
+ // InternalOseeDsl.g:4428:1: rule__XOseeEnumEntry__Group__2__Impl : ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? ) ;
+ public final void rule__XOseeEnumEntry__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4432: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:4433: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:4433: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:4434:1: ( rule__XOseeEnumEntry__OrdinalAssignment_2 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4432:1: ( ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? ) )
+ // InternalOseeDsl.g:4433: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:4435:1: ( rule__XOseeEnumEntry__OrdinalAssignment_2 )?
- int alt37 = 2;
- int LA37_0 = input.LA(1);
+ // InternalOseeDsl.g:4433:1: ( ( rule__XOseeEnumEntry__OrdinalAssignment_2 )? )
+ // InternalOseeDsl.g:4434:1: ( rule__XOseeEnumEntry__OrdinalAssignment_2 )?
+ {
+ before(grammarAccess.getXOseeEnumEntryAccess().getOrdinalAssignment_2());
+ // InternalOseeDsl.g:4435:1: ( rule__XOseeEnumEntry__OrdinalAssignment_2 )?
+ int alt37=2;
+ int LA37_0 = input.LA(1);
+
+ if ( (LA37_0==RULE_WHOLE_NUM_STR) ) {
+ alt37=1;
+ }
+ switch (alt37) {
+ case 1 :
+ // InternalOseeDsl.g:4435:2: rule__XOseeEnumEntry__OrdinalAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumEntry__OrdinalAssignment_2();
- if (LA37_0 == RULE_WHOLE_NUM_STR) {
- alt37 = 1;
- }
- 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:4435:2: rule__XOseeEnumEntry__OrdinalAssignment_2
- {
- pushFollow(
- FOLLOW_rule__XOseeEnumEntry__OrdinalAssignment_2_in_rule__XOseeEnumEntry__Group__2__Impl9154);
- rule__XOseeEnumEntry__OrdinalAssignment_2();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXOseeEnumEntryAccess().getOrdinalAssignment_2());
+ after(grammarAccess.getXOseeEnumEntryAccess().getOrdinalAssignment_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__2__Impl"
- // $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:4445:1: rule__XOseeEnumEntry__Group__3 : rule__XOseeEnumEntry__Group__3__Impl rule__XOseeEnumEntry__Group__4 ;
- public final void rule__XOseeEnumEntry__Group__3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group__3"
+ // InternalOseeDsl.g:4445:1: rule__XOseeEnumEntry__Group__3 : rule__XOseeEnumEntry__Group__3__Impl rule__XOseeEnumEntry__Group__4 ;
+ public final void rule__XOseeEnumEntry__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4449:1: ( rule__XOseeEnumEntry__Group__3__Impl rule__XOseeEnumEntry__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4450:2: rule__XOseeEnumEntry__Group__3__Impl rule__XOseeEnumEntry__Group__4
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__3__Impl_in_rule__XOseeEnumEntry__Group__39185);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4449:1: ( rule__XOseeEnumEntry__Group__3__Impl rule__XOseeEnumEntry__Group__4 )
+ // InternalOseeDsl.g:4450:2: rule__XOseeEnumEntry__Group__3__Impl rule__XOseeEnumEntry__Group__4
+ {
+ pushFollow(FOLLOW_34);
rule__XOseeEnumEntry__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__4_in_rule__XOseeEnumEntry__Group__39188);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumEntry__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__3"
- // $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:4457:1: rule__XOseeEnumEntry__Group__3__Impl : ( ( rule__XOseeEnumEntry__Group_3__0 )? ) ;
- public final void rule__XOseeEnumEntry__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group__3__Impl"
+ // InternalOseeDsl.g:4457:1: rule__XOseeEnumEntry__Group__3__Impl : ( ( rule__XOseeEnumEntry__Group_3__0 )? ) ;
+ public final void rule__XOseeEnumEntry__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4461: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:4462: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:4462: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:4463:1: ( rule__XOseeEnumEntry__Group_3__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4461:1: ( ( ( rule__XOseeEnumEntry__Group_3__0 )? ) )
+ // InternalOseeDsl.g:4462: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:4464:1: ( rule__XOseeEnumEntry__Group_3__0 )?
- int alt38 = 2;
- int LA38_0 = input.LA(1);
+ // InternalOseeDsl.g:4462:1: ( ( rule__XOseeEnumEntry__Group_3__0 )? )
+ // InternalOseeDsl.g:4463:1: ( rule__XOseeEnumEntry__Group_3__0 )?
+ {
+ before(grammarAccess.getXOseeEnumEntryAccess().getGroup_3());
+ // InternalOseeDsl.g:4464:1: ( rule__XOseeEnumEntry__Group_3__0 )?
+ int alt38=2;
+ int LA38_0 = input.LA(1);
+
+ if ( (LA38_0==73) ) {
+ alt38=1;
+ }
+ switch (alt38) {
+ case 1 :
+ // InternalOseeDsl.g:4464:2: rule__XOseeEnumEntry__Group_3__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumEntry__Group_3__0();
- if (LA38_0 == 74) {
- alt38 = 1;
- }
- 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:4464:2: rule__XOseeEnumEntry__Group_3__0
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__0_in_rule__XOseeEnumEntry__Group__3__Impl9215);
- rule__XOseeEnumEntry__Group_3__0();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXOseeEnumEntryAccess().getGroup_3());
+ after(grammarAccess.getXOseeEnumEntryAccess().getGroup_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__3__Impl"
- // $ANTLR start "rule__XOseeEnumEntry__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4474:1: rule__XOseeEnumEntry__Group__4 : rule__XOseeEnumEntry__Group__4__Impl ;
- public final void rule__XOseeEnumEntry__Group__4() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group__4"
+ // InternalOseeDsl.g:4474:1: rule__XOseeEnumEntry__Group__4 : rule__XOseeEnumEntry__Group__4__Impl ;
+ public final void rule__XOseeEnumEntry__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4478:1: ( rule__XOseeEnumEntry__Group__4__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4479:2: rule__XOseeEnumEntry__Group__4__Impl
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group__4__Impl_in_rule__XOseeEnumEntry__Group__49246);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4478:1: ( rule__XOseeEnumEntry__Group__4__Impl )
+ // InternalOseeDsl.g:4479:2: rule__XOseeEnumEntry__Group__4__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XOseeEnumEntry__Group__4__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__4"
- // $ANTLR start "rule__XOseeEnumEntry__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4485:1: rule__XOseeEnumEntry__Group__4__Impl : ( ( rule__XOseeEnumEntry__Group_4__0 )? ) ;
- public final void rule__XOseeEnumEntry__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group__4__Impl"
+ // InternalOseeDsl.g:4485:1: rule__XOseeEnumEntry__Group__4__Impl : ( ( rule__XOseeEnumEntry__Group_4__0 )? ) ;
+ public final void rule__XOseeEnumEntry__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4489:1: ( ( ( rule__XOseeEnumEntry__Group_4__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4490:1: ( ( rule__XOseeEnumEntry__Group_4__0 )? )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4490:1: ( ( rule__XOseeEnumEntry__Group_4__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4491:1: ( rule__XOseeEnumEntry__Group_4__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4489:1: ( ( ( rule__XOseeEnumEntry__Group_4__0 )? ) )
+ // InternalOseeDsl.g:4490:1: ( ( rule__XOseeEnumEntry__Group_4__0 )? )
{
- before(grammarAccess.getXOseeEnumEntryAccess().getGroup_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4492:1: ( rule__XOseeEnumEntry__Group_4__0 )?
- int alt39 = 2;
- int LA39_0 = input.LA(1);
+ // InternalOseeDsl.g:4490:1: ( ( rule__XOseeEnumEntry__Group_4__0 )? )
+ // InternalOseeDsl.g:4491:1: ( rule__XOseeEnumEntry__Group_4__0 )?
+ {
+ before(grammarAccess.getXOseeEnumEntryAccess().getGroup_4());
+ // InternalOseeDsl.g:4492:1: ( rule__XOseeEnumEntry__Group_4__0 )?
+ int alt39=2;
+ int LA39_0 = input.LA(1);
- if (LA39_0 == 68) {
- alt39 = 1;
- }
- 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:4492:2: rule__XOseeEnumEntry__Group_4__0
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_4__0_in_rule__XOseeEnumEntry__Group__4__Impl9273);
- rule__XOseeEnumEntry__Group_4__0();
+ if ( (LA39_0==67) ) {
+ alt39=1;
+ }
+ switch (alt39) {
+ case 1 :
+ // InternalOseeDsl.g:4492:2: rule__XOseeEnumEntry__Group_4__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumEntry__Group_4__0();
- state._fsp--;
+ state._fsp--;
- }
- break;
- }
+ }
+ break;
- after(grammarAccess.getXOseeEnumEntryAccess().getGroup_4());
+ }
+
+ after(grammarAccess.getXOseeEnumEntryAccess().getGroup_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group__4__Impl"
- // $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:4512: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();
+ // $ANTLR start "rule__XOseeEnumEntry__Group_3__0"
+ // InternalOseeDsl.g:4512: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4516: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:4517: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__09314);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4516:1: ( rule__XOseeEnumEntry__Group_3__0__Impl rule__XOseeEnumEntry__Group_3__1 )
+ // InternalOseeDsl.g:4517:2: rule__XOseeEnumEntry__Group_3__0__Impl rule__XOseeEnumEntry__Group_3__1
+ {
+ pushFollow(FOLLOW_7);
rule__XOseeEnumEntry__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__1_in_rule__XOseeEnumEntry__Group_3__09317);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumEntry__Group_3__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group_3__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group_3__0"
- // $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:4524:1: rule__XOseeEnumEntry__Group_3__0__Impl : ( 'entryGuid' ) ;
- public final void rule__XOseeEnumEntry__Group_3__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group_3__0__Impl"
+ // InternalOseeDsl.g:4524:1: rule__XOseeEnumEntry__Group_3__0__Impl : ( 'entryGuid' ) ;
+ public final void rule__XOseeEnumEntry__Group_3__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4528:1: ( ( 'entryGuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4529:1: ( 'entryGuid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4529:1: ( 'entryGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4530:1: 'entryGuid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4528:1: ( ( 'entryGuid' ) )
+ // InternalOseeDsl.g:4529:1: ( 'entryGuid' )
{
- before(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidKeyword_3_0());
- match(input, 74, FOLLOW_74_in_rule__XOseeEnumEntry__Group_3__0__Impl9345);
- after(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidKeyword_3_0());
+ // InternalOseeDsl.g:4529:1: ( 'entryGuid' )
+ // InternalOseeDsl.g:4530:1: 'entryGuid'
+ {
+ before(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidKeyword_3_0());
+ match(input,73,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidKeyword_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group_3__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group_3__0__Impl"
- // $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:4543: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();
+ // $ANTLR start "rule__XOseeEnumEntry__Group_3__1"
+ // InternalOseeDsl.g:4543:1: rule__XOseeEnumEntry__Group_3__1 : rule__XOseeEnumEntry__Group_3__1__Impl ;
+ public final void rule__XOseeEnumEntry__Group_3__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4547: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:4548:2: rule__XOseeEnumEntry__Group_3__1__Impl
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_3__1__Impl_in_rule__XOseeEnumEntry__Group_3__19376);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4547:1: ( rule__XOseeEnumEntry__Group_3__1__Impl )
+ // InternalOseeDsl.g:4548:2: rule__XOseeEnumEntry__Group_3__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XOseeEnumEntry__Group_3__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group_3__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group_3__1"
- // $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:4554: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();
+ // $ANTLR start "rule__XOseeEnumEntry__Group_3__1__Impl"
+ // InternalOseeDsl.g:4554:1: rule__XOseeEnumEntry__Group_3__1__Impl : ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) ) ;
+ public final void rule__XOseeEnumEntry__Group_3__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4558: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:4559: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:4559: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:4560:1: ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4558:1: ( ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) ) )
+ // InternalOseeDsl.g:4559: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:4561: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:4561:2: rule__XOseeEnumEntry__EntryGuidAssignment_3_1
- {
- pushFollow(
- FOLLOW_rule__XOseeEnumEntry__EntryGuidAssignment_3_1_in_rule__XOseeEnumEntry__Group_3__1__Impl9403);
- rule__XOseeEnumEntry__EntryGuidAssignment_3_1();
+ // InternalOseeDsl.g:4559:1: ( ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 ) )
+ // InternalOseeDsl.g:4560:1: ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 )
+ {
+ before(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidAssignment_3_1());
+ // InternalOseeDsl.g:4561:1: ( rule__XOseeEnumEntry__EntryGuidAssignment_3_1 )
+ // InternalOseeDsl.g:4561:2: rule__XOseeEnumEntry__EntryGuidAssignment_3_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumEntry__EntryGuidAssignment_3_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidAssignment_3_1());
+ after(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidAssignment_3_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group_3__1__Impl"
+ restoreStackSize(stackSize);
- // $ANTLR start "rule__XOseeEnumEntry__Group_4__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4575:1: rule__XOseeEnumEntry__Group_4__0 : rule__XOseeEnumEntry__Group_4__0__Impl rule__XOseeEnumEntry__Group_4__1 ;
- public final void rule__XOseeEnumEntry__Group_4__0() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group_3__1__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4579:1: ( rule__XOseeEnumEntry__Group_4__0__Impl rule__XOseeEnumEntry__Group_4__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4580:2: rule__XOseeEnumEntry__Group_4__0__Impl rule__XOseeEnumEntry__Group_4__1
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_4__0__Impl_in_rule__XOseeEnumEntry__Group_4__09437);
+ // $ANTLR start "rule__XOseeEnumEntry__Group_4__0"
+ // InternalOseeDsl.g:4575:1: rule__XOseeEnumEntry__Group_4__0 : rule__XOseeEnumEntry__Group_4__0__Impl rule__XOseeEnumEntry__Group_4__1 ;
+ public final void rule__XOseeEnumEntry__Group_4__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4579:1: ( rule__XOseeEnumEntry__Group_4__0__Impl rule__XOseeEnumEntry__Group_4__1 )
+ // InternalOseeDsl.g:4580:2: rule__XOseeEnumEntry__Group_4__0__Impl rule__XOseeEnumEntry__Group_4__1
+ {
+ pushFollow(FOLLOW_7);
rule__XOseeEnumEntry__Group_4__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_4__1_in_rule__XOseeEnumEntry__Group_4__09440);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumEntry__Group_4__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group_4__0"
+ restoreStackSize(stackSize);
- // $ANTLR start "rule__XOseeEnumEntry__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:4587:1: rule__XOseeEnumEntry__Group_4__0__Impl : ( 'description' ) ;
- public final void rule__XOseeEnumEntry__Group_4__0__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group_4__0"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4591:1: ( ( 'description' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4592:1: ( 'description' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4592:1: ( 'description' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4593:1: 'description'
+ // $ANTLR start "rule__XOseeEnumEntry__Group_4__0__Impl"
+ // InternalOseeDsl.g:4587:1: rule__XOseeEnumEntry__Group_4__0__Impl : ( 'description' ) ;
+ public final void rule__XOseeEnumEntry__Group_4__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4591:1: ( ( 'description' ) )
+ // InternalOseeDsl.g:4592:1: ( 'description' )
+ {
+ // InternalOseeDsl.g:4592:1: ( 'description' )
+ // InternalOseeDsl.g:4593:1: 'description'
{
- before(grammarAccess.getXOseeEnumEntryAccess().getDescriptionKeyword_4_0());
- match(input, 68, FOLLOW_68_in_rule__XOseeEnumEntry__Group_4__0__Impl9468);
- after(grammarAccess.getXOseeEnumEntryAccess().getDescriptionKeyword_4_0());
+ before(grammarAccess.getXOseeEnumEntryAccess().getDescriptionKeyword_4_0());
+ match(input,67,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumEntryAccess().getDescriptionKeyword_4_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group_4__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group_4__0__Impl"
- // $ANTLR start "rule__XOseeEnumEntry__Group_4__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4606:1: rule__XOseeEnumEntry__Group_4__1 : rule__XOseeEnumEntry__Group_4__1__Impl ;
- public final void rule__XOseeEnumEntry__Group_4__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group_4__1"
+ // InternalOseeDsl.g:4606:1: rule__XOseeEnumEntry__Group_4__1 : rule__XOseeEnumEntry__Group_4__1__Impl ;
+ public final void rule__XOseeEnumEntry__Group_4__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4610:1: ( rule__XOseeEnumEntry__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:4611:2: rule__XOseeEnumEntry__Group_4__1__Impl
- {
- pushFollow(FOLLOW_rule__XOseeEnumEntry__Group_4__1__Impl_in_rule__XOseeEnumEntry__Group_4__19499);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4610:1: ( rule__XOseeEnumEntry__Group_4__1__Impl )
+ // InternalOseeDsl.g:4611:2: rule__XOseeEnumEntry__Group_4__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XOseeEnumEntry__Group_4__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group_4__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group_4__1"
- // $ANTLR start "rule__XOseeEnumEntry__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:4617:1: rule__XOseeEnumEntry__Group_4__1__Impl : ( ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 ) ) ;
- public final void rule__XOseeEnumEntry__Group_4__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__Group_4__1__Impl"
+ // InternalOseeDsl.g:4617:1: rule__XOseeEnumEntry__Group_4__1__Impl : ( ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 ) ) ;
+ public final void rule__XOseeEnumEntry__Group_4__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4621:1: ( ( ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4622:1: ( ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4622:1: ( ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4623:1: ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4621:1: ( ( ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 ) ) )
+ // InternalOseeDsl.g:4622:1: ( ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 ) )
+ {
+ // InternalOseeDsl.g:4622:1: ( ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 ) )
+ // InternalOseeDsl.g:4623:1: ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 )
{
- before(grammarAccess.getXOseeEnumEntryAccess().getDescriptionAssignment_4_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4624:1: ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4624:2: rule__XOseeEnumEntry__DescriptionAssignment_4_1
- {
- pushFollow(
- FOLLOW_rule__XOseeEnumEntry__DescriptionAssignment_4_1_in_rule__XOseeEnumEntry__Group_4__1__Impl9526);
- rule__XOseeEnumEntry__DescriptionAssignment_4_1();
+ before(grammarAccess.getXOseeEnumEntryAccess().getDescriptionAssignment_4_1());
+ // InternalOseeDsl.g:4624:1: ( rule__XOseeEnumEntry__DescriptionAssignment_4_1 )
+ // InternalOseeDsl.g:4624:2: rule__XOseeEnumEntry__DescriptionAssignment_4_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumEntry__DescriptionAssignment_4_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXOseeEnumEntryAccess().getDescriptionAssignment_4_1());
+ after(grammarAccess.getXOseeEnumEntryAccess().getDescriptionAssignment_4_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__Group_4__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__Group_4__1__Impl"
- // $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:4638: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();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__0"
+ // InternalOseeDsl.g:4638:1: rule__XOseeEnumOverride__Group__0 : rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1 ;
+ public final void rule__XOseeEnumOverride__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4642: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:4643:2: rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1
- {
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__0__Impl_in_rule__XOseeEnumOverride__Group__09560);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4642:1: ( rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1 )
+ // InternalOseeDsl.g:4643:2: rule__XOseeEnumOverride__Group__0__Impl rule__XOseeEnumOverride__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__XOseeEnumOverride__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__1_in_rule__XOseeEnumOverride__Group__09563);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumOverride__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__0"
- // $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:4650:1: rule__XOseeEnumOverride__Group__0__Impl : ( 'overrides enum' ) ;
- public final void rule__XOseeEnumOverride__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__0__Impl"
+ // InternalOseeDsl.g:4650:1: rule__XOseeEnumOverride__Group__0__Impl : ( 'overrides enum' ) ;
+ public final void rule__XOseeEnumOverride__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4654:1: ( ( 'overrides enum' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4655:1: ( 'overrides enum' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4655:1: ( 'overrides enum' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4656:1: 'overrides enum'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4654:1: ( ( 'overrides enum' ) )
+ // InternalOseeDsl.g:4655:1: ( 'overrides enum' )
{
- before(grammarAccess.getXOseeEnumOverrideAccess().getOverridesEnumKeyword_0());
- match(input, 75, FOLLOW_75_in_rule__XOseeEnumOverride__Group__0__Impl9591);
- after(grammarAccess.getXOseeEnumOverrideAccess().getOverridesEnumKeyword_0());
+ // InternalOseeDsl.g:4655:1: ( 'overrides enum' )
+ // InternalOseeDsl.g:4656:1: 'overrides enum'
+ {
+ before(grammarAccess.getXOseeEnumOverrideAccess().getOverridesEnumKeyword_0());
+ match(input,74,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumOverrideAccess().getOverridesEnumKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__0__Impl"
- // $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:4669: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();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__1"
+ // InternalOseeDsl.g:4669:1: rule__XOseeEnumOverride__Group__1 : rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2 ;
+ public final void rule__XOseeEnumOverride__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4673: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:4674:2: rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2
- {
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__1__Impl_in_rule__XOseeEnumOverride__Group__19622);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4673:1: ( rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2 )
+ // InternalOseeDsl.g:4674:2: rule__XOseeEnumOverride__Group__1__Impl rule__XOseeEnumOverride__Group__2
+ {
+ pushFollow(FOLLOW_31);
rule__XOseeEnumOverride__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__2_in_rule__XOseeEnumOverride__Group__19625);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumOverride__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__1"
- // $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:4681:1: rule__XOseeEnumOverride__Group__1__Impl : ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) ) ;
- public final void rule__XOseeEnumOverride__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__1__Impl"
+ // InternalOseeDsl.g:4681:1: rule__XOseeEnumOverride__Group__1__Impl : ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) ) ;
+ public final void rule__XOseeEnumOverride__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4685: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:4686: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:4686: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:4687:1: ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4685:1: ( ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) ) )
+ // InternalOseeDsl.g:4686:1: ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:4686:1: ( ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 ) )
+ // InternalOseeDsl.g:4687:1: ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 )
+ {
+ before(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeAssignment_1());
+ // InternalOseeDsl.g:4688:1: ( rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 )
+ // InternalOseeDsl.g:4688:2: 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:4688: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:4688:2: rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1
- {
- pushFollow(
- FOLLOW_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1_in_rule__XOseeEnumOverride__Group__1__Impl9652);
- rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1();
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeAssignment_1());
+ after(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__1__Impl"
- // $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:4698: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();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__2"
+ // InternalOseeDsl.g:4698:1: rule__XOseeEnumOverride__Group__2 : rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3 ;
+ public final void rule__XOseeEnumOverride__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4702: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:4703:2: rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3
- {
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__2__Impl_in_rule__XOseeEnumOverride__Group__29682);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4702:1: ( rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3 )
+ // InternalOseeDsl.g:4703:2: rule__XOseeEnumOverride__Group__2__Impl rule__XOseeEnumOverride__Group__3
+ {
+ pushFollow(FOLLOW_35);
rule__XOseeEnumOverride__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__3_in_rule__XOseeEnumOverride__Group__29685);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumOverride__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__2"
- // $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:4710:1: rule__XOseeEnumOverride__Group__2__Impl : ( '{' ) ;
- public final void rule__XOseeEnumOverride__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__2__Impl"
+ // InternalOseeDsl.g:4710:1: rule__XOseeEnumOverride__Group__2__Impl : ( '{' ) ;
+ public final void rule__XOseeEnumOverride__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4714:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4715:1: ( '{' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4715:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4716:1: '{'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4714:1: ( ( '{' ) )
+ // InternalOseeDsl.g:4715:1: ( '{' )
+ {
+ // InternalOseeDsl.g:4715:1: ( '{' )
+ // InternalOseeDsl.g:4716:1: '{'
{
- before(grammarAccess.getXOseeEnumOverrideAccess().getLeftCurlyBracketKeyword_2());
- match(input, 54, FOLLOW_54_in_rule__XOseeEnumOverride__Group__2__Impl9713);
- after(grammarAccess.getXOseeEnumOverrideAccess().getLeftCurlyBracketKeyword_2());
+ before(grammarAccess.getXOseeEnumOverrideAccess().getLeftCurlyBracketKeyword_2());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumOverrideAccess().getLeftCurlyBracketKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__2__Impl"
- // $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:4729: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();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__3"
+ // InternalOseeDsl.g:4729:1: rule__XOseeEnumOverride__Group__3 : rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4 ;
+ public final void rule__XOseeEnumOverride__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4733: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:4734:2: rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4
- {
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__3__Impl_in_rule__XOseeEnumOverride__Group__39744);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4733:1: ( rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4 )
+ // InternalOseeDsl.g:4734:2: rule__XOseeEnumOverride__Group__3__Impl rule__XOseeEnumOverride__Group__4
+ {
+ pushFollow(FOLLOW_35);
rule__XOseeEnumOverride__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__4_in_rule__XOseeEnumOverride__Group__39747);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumOverride__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__3"
- // $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:4741:1: rule__XOseeEnumOverride__Group__3__Impl : ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? ) ;
- public final void rule__XOseeEnumOverride__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__3__Impl"
+ // InternalOseeDsl.g:4741:1: rule__XOseeEnumOverride__Group__3__Impl : ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? ) ;
+ public final void rule__XOseeEnumOverride__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4745: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:4746: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:4746: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:4747:1: ( rule__XOseeEnumOverride__InheritAllAssignment_3 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4745:1: ( ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? ) )
+ // InternalOseeDsl.g:4746:1: ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? )
+ {
+ // InternalOseeDsl.g:4746:1: ( ( rule__XOseeEnumOverride__InheritAllAssignment_3 )? )
+ // InternalOseeDsl.g:4747: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:4748:1: ( rule__XOseeEnumOverride__InheritAllAssignment_3 )?
- int alt40 = 2;
- int LA40_0 = input.LA(1);
+ before(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllAssignment_3());
+ // InternalOseeDsl.g:4748:1: ( rule__XOseeEnumOverride__InheritAllAssignment_3 )?
+ int alt40=2;
+ int LA40_0 = input.LA(1);
- if (LA40_0 == 99) {
- alt40 = 1;
- }
- 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:4748:2: rule__XOseeEnumOverride__InheritAllAssignment_3
- {
- pushFollow(
- FOLLOW_rule__XOseeEnumOverride__InheritAllAssignment_3_in_rule__XOseeEnumOverride__Group__3__Impl9774);
- rule__XOseeEnumOverride__InheritAllAssignment_3();
+ if ( (LA40_0==98) ) {
+ alt40=1;
+ }
+ switch (alt40) {
+ case 1 :
+ // InternalOseeDsl.g:4748:2: rule__XOseeEnumOverride__InheritAllAssignment_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeEnumOverride__InheritAllAssignment_3();
+
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllAssignment_3());
+ after(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllAssignment_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__3__Impl"
- // $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:4758: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();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__4"
+ // InternalOseeDsl.g:4758:1: rule__XOseeEnumOverride__Group__4 : rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5 ;
+ public final void rule__XOseeEnumOverride__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4762: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:4763:2: rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5
- {
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__4__Impl_in_rule__XOseeEnumOverride__Group__49805);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4762:1: ( rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5 )
+ // InternalOseeDsl.g:4763:2: rule__XOseeEnumOverride__Group__4__Impl rule__XOseeEnumOverride__Group__5
+ {
+ pushFollow(FOLLOW_35);
rule__XOseeEnumOverride__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__5_in_rule__XOseeEnumOverride__Group__49808);
+ pushFollow(FOLLOW_2);
rule__XOseeEnumOverride__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__4"
- // $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:4770:1: rule__XOseeEnumOverride__Group__4__Impl : ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* ) ;
- public final void rule__XOseeEnumOverride__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__4__Impl"
+ // InternalOseeDsl.g:4770:1: rule__XOseeEnumOverride__Group__4__Impl : ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* ) ;
+ public final void rule__XOseeEnumOverride__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4774: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:4775: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:4775: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:4776:1: ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )*
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4774:1: ( ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* ) )
+ // InternalOseeDsl.g:4775: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:4777:1: ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )*
- loop41: do {
- int alt41 = 2;
- int LA41_0 = input.LA(1);
+ // InternalOseeDsl.g:4775:1: ( ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )* )
+ // InternalOseeDsl.g:4776:1: ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )*
+ {
+ before(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsAssignment_4());
+ // InternalOseeDsl.g:4777:1: ( rule__XOseeEnumOverride__OverrideOptionsAssignment_4 )*
+ loop41:
+ do {
+ int alt41=2;
+ int LA41_0 = input.LA(1);
- if (LA41_0 >= 76 && LA41_0 <= 77) {
- alt41 = 1;
- }
+ if ( ((LA41_0>=75 && LA41_0<=76)) ) {
+ alt41=1;
+ }
- 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:4777:2: rule__XOseeEnumOverride__OverrideOptionsAssignment_4
- {
- pushFollow(
- FOLLOW_rule__XOseeEnumOverride__OverrideOptionsAssignment_4_in_rule__XOseeEnumOverride__Group__4__Impl9835);
- rule__XOseeEnumOverride__OverrideOptionsAssignment_4();
- state._fsp--;
+ switch (alt41) {
+ case 1 :
+ // InternalOseeDsl.g:4777:2: rule__XOseeEnumOverride__OverrideOptionsAssignment_4
+ {
+ pushFollow(FOLLOW_36);
+ rule__XOseeEnumOverride__OverrideOptionsAssignment_4();
+
+ state._fsp--;
- }
- break;
- default:
- break loop41;
- }
- } while (true);
+ }
+ break;
- after(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsAssignment_4());
+ default :
+ break loop41;
+ }
+ } while (true);
+
+ after(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsAssignment_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__4__Impl"
- // $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:4787:1: rule__XOseeEnumOverride__Group__5 : rule__XOseeEnumOverride__Group__5__Impl ;
- public final void rule__XOseeEnumOverride__Group__5() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__5"
+ // InternalOseeDsl.g:4787:1: rule__XOseeEnumOverride__Group__5 : rule__XOseeEnumOverride__Group__5__Impl ;
+ public final void rule__XOseeEnumOverride__Group__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4791: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:4792:2: rule__XOseeEnumOverride__Group__5__Impl
- {
- pushFollow(FOLLOW_rule__XOseeEnumOverride__Group__5__Impl_in_rule__XOseeEnumOverride__Group__59866);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4791:1: ( rule__XOseeEnumOverride__Group__5__Impl )
+ // InternalOseeDsl.g:4792:2: rule__XOseeEnumOverride__Group__5__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XOseeEnumOverride__Group__5__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__5"
- // $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:4798:1: rule__XOseeEnumOverride__Group__5__Impl : ( '}' ) ;
- public final void rule__XOseeEnumOverride__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__Group__5__Impl"
+ // InternalOseeDsl.g:4798:1: rule__XOseeEnumOverride__Group__5__Impl : ( '}' ) ;
+ public final void rule__XOseeEnumOverride__Group__5__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4802:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4803:1: ( '}' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4803:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4804:1: '}'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4802:1: ( ( '}' ) )
+ // InternalOseeDsl.g:4803:1: ( '}' )
{
- before(grammarAccess.getXOseeEnumOverrideAccess().getRightCurlyBracketKeyword_5());
- match(input, 56, FOLLOW_56_in_rule__XOseeEnumOverride__Group__5__Impl9894);
- after(grammarAccess.getXOseeEnumOverrideAccess().getRightCurlyBracketKeyword_5());
+ // InternalOseeDsl.g:4803:1: ( '}' )
+ // InternalOseeDsl.g:4804:1: '}'
+ {
+ before(grammarAccess.getXOseeEnumOverrideAccess().getRightCurlyBracketKeyword_5());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumOverrideAccess().getRightCurlyBracketKeyword_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__Group__5__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__Group__5__Impl"
- // $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:4829: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();
+ // $ANTLR start "rule__AddEnum__Group__0"
+ // InternalOseeDsl.g:4829:1: rule__AddEnum__Group__0 : rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1 ;
+ public final void rule__AddEnum__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4833: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:4834:2: rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1
- {
- pushFollow(FOLLOW_rule__AddEnum__Group__0__Impl_in_rule__AddEnum__Group__09937);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4833:1: ( rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1 )
+ // InternalOseeDsl.g:4834:2: rule__AddEnum__Group__0__Impl rule__AddEnum__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__AddEnum__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group__1_in_rule__AddEnum__Group__09940);
+ pushFollow(FOLLOW_2);
rule__AddEnum__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__0"
- // $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:4841:1: rule__AddEnum__Group__0__Impl : ( 'add' ) ;
- public final void rule__AddEnum__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group__0__Impl"
+ // InternalOseeDsl.g:4841:1: rule__AddEnum__Group__0__Impl : ( 'add' ) ;
+ public final void rule__AddEnum__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4845:1: ( ( 'add' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4846:1: ( 'add' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4846:1: ( 'add' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4847:1: 'add'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4845:1: ( ( 'add' ) )
+ // InternalOseeDsl.g:4846:1: ( 'add' )
{
- before(grammarAccess.getAddEnumAccess().getAddKeyword_0());
- match(input, 76, FOLLOW_76_in_rule__AddEnum__Group__0__Impl9968);
- after(grammarAccess.getAddEnumAccess().getAddKeyword_0());
+ // InternalOseeDsl.g:4846:1: ( 'add' )
+ // InternalOseeDsl.g:4847:1: 'add'
+ {
+ before(grammarAccess.getAddEnumAccess().getAddKeyword_0());
+ match(input,75,FOLLOW_2);
+ after(grammarAccess.getAddEnumAccess().getAddKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__0__Impl"
- // $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:4860: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();
+ // $ANTLR start "rule__AddEnum__Group__1"
+ // InternalOseeDsl.g:4860:1: rule__AddEnum__Group__1 : rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2 ;
+ public final void rule__AddEnum__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4864: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:4865:2: rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2
- {
- pushFollow(FOLLOW_rule__AddEnum__Group__1__Impl_in_rule__AddEnum__Group__19999);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4864:1: ( rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2 )
+ // InternalOseeDsl.g:4865:2: rule__AddEnum__Group__1__Impl rule__AddEnum__Group__2
+ {
+ pushFollow(FOLLOW_34);
rule__AddEnum__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group__2_in_rule__AddEnum__Group__110002);
+ pushFollow(FOLLOW_2);
rule__AddEnum__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__1"
- // $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:4872:1: rule__AddEnum__Group__1__Impl : ( ( rule__AddEnum__EnumEntryAssignment_1 ) ) ;
- public final void rule__AddEnum__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group__1__Impl"
+ // InternalOseeDsl.g:4872:1: rule__AddEnum__Group__1__Impl : ( ( rule__AddEnum__EnumEntryAssignment_1 ) ) ;
+ public final void rule__AddEnum__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4876: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:4877: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:4877: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:4878:1: ( rule__AddEnum__EnumEntryAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4876:1: ( ( ( rule__AddEnum__EnumEntryAssignment_1 ) ) )
+ // InternalOseeDsl.g:4877: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:4879: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:4879:2: rule__AddEnum__EnumEntryAssignment_1
- {
- pushFollow(FOLLOW_rule__AddEnum__EnumEntryAssignment_1_in_rule__AddEnum__Group__1__Impl10029);
- rule__AddEnum__EnumEntryAssignment_1();
+ // InternalOseeDsl.g:4877:1: ( ( rule__AddEnum__EnumEntryAssignment_1 ) )
+ // InternalOseeDsl.g:4878:1: ( rule__AddEnum__EnumEntryAssignment_1 )
+ {
+ before(grammarAccess.getAddEnumAccess().getEnumEntryAssignment_1());
+ // InternalOseeDsl.g:4879:1: ( rule__AddEnum__EnumEntryAssignment_1 )
+ // InternalOseeDsl.g:4879:2: rule__AddEnum__EnumEntryAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__AddEnum__EnumEntryAssignment_1();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getAddEnumAccess().getEnumEntryAssignment_1());
+ }
+
+ after(grammarAccess.getAddEnumAccess().getEnumEntryAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__1__Impl"
- // $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:4889: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();
+ // $ANTLR start "rule__AddEnum__Group__2"
+ // InternalOseeDsl.g:4889:1: rule__AddEnum__Group__2 : rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3 ;
+ public final void rule__AddEnum__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4893: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:4894:2: rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3
- {
- pushFollow(FOLLOW_rule__AddEnum__Group__2__Impl_in_rule__AddEnum__Group__210059);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4893:1: ( rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3 )
+ // InternalOseeDsl.g:4894:2: rule__AddEnum__Group__2__Impl rule__AddEnum__Group__3
+ {
+ pushFollow(FOLLOW_34);
rule__AddEnum__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group__3_in_rule__AddEnum__Group__210062);
+ pushFollow(FOLLOW_2);
rule__AddEnum__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__2"
- // $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:4901:1: rule__AddEnum__Group__2__Impl : ( ( rule__AddEnum__OrdinalAssignment_2 )? ) ;
- public final void rule__AddEnum__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group__2__Impl"
+ // InternalOseeDsl.g:4901:1: rule__AddEnum__Group__2__Impl : ( ( rule__AddEnum__OrdinalAssignment_2 )? ) ;
+ public final void rule__AddEnum__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4905: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:4906: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:4906: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:4907:1: ( rule__AddEnum__OrdinalAssignment_2 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4905:1: ( ( ( rule__AddEnum__OrdinalAssignment_2 )? ) )
+ // InternalOseeDsl.g:4906:1: ( ( rule__AddEnum__OrdinalAssignment_2 )? )
+ {
+ // InternalOseeDsl.g:4906:1: ( ( rule__AddEnum__OrdinalAssignment_2 )? )
+ // InternalOseeDsl.g:4907: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:4908:1: ( rule__AddEnum__OrdinalAssignment_2 )?
- int alt42 = 2;
- int LA42_0 = input.LA(1);
+ before(grammarAccess.getAddEnumAccess().getOrdinalAssignment_2());
+ // InternalOseeDsl.g:4908:1: ( rule__AddEnum__OrdinalAssignment_2 )?
+ int alt42=2;
+ int LA42_0 = input.LA(1);
+
+ if ( (LA42_0==RULE_WHOLE_NUM_STR) ) {
+ alt42=1;
+ }
+ switch (alt42) {
+ case 1 :
+ // InternalOseeDsl.g:4908:2: rule__AddEnum__OrdinalAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__AddEnum__OrdinalAssignment_2();
- if (LA42_0 == RULE_WHOLE_NUM_STR) {
- alt42 = 1;
- }
- 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:4908:2: rule__AddEnum__OrdinalAssignment_2
- {
- pushFollow(FOLLOW_rule__AddEnum__OrdinalAssignment_2_in_rule__AddEnum__Group__2__Impl10089);
- rule__AddEnum__OrdinalAssignment_2();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getAddEnumAccess().getOrdinalAssignment_2());
+ after(grammarAccess.getAddEnumAccess().getOrdinalAssignment_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__2__Impl"
+ restoreStackSize(stackSize);
- // $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:4918:1: rule__AddEnum__Group__3 : rule__AddEnum__Group__3__Impl rule__AddEnum__Group__4 ;
- public final void rule__AddEnum__Group__3() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__2__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4922:1: ( rule__AddEnum__Group__3__Impl rule__AddEnum__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4923:2: rule__AddEnum__Group__3__Impl rule__AddEnum__Group__4
- {
- pushFollow(FOLLOW_rule__AddEnum__Group__3__Impl_in_rule__AddEnum__Group__310120);
+ // $ANTLR start "rule__AddEnum__Group__3"
+ // InternalOseeDsl.g:4918:1: rule__AddEnum__Group__3 : rule__AddEnum__Group__3__Impl rule__AddEnum__Group__4 ;
+ public final void rule__AddEnum__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4922:1: ( rule__AddEnum__Group__3__Impl rule__AddEnum__Group__4 )
+ // InternalOseeDsl.g:4923:2: rule__AddEnum__Group__3__Impl rule__AddEnum__Group__4
+ {
+ pushFollow(FOLLOW_34);
rule__AddEnum__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group__4_in_rule__AddEnum__Group__310123);
+ pushFollow(FOLLOW_2);
rule__AddEnum__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__3"
- // $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:4930:1: rule__AddEnum__Group__3__Impl : ( ( rule__AddEnum__Group_3__0 )? ) ;
- public final void rule__AddEnum__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group__3__Impl"
+ // InternalOseeDsl.g:4930:1: rule__AddEnum__Group__3__Impl : ( ( rule__AddEnum__Group_3__0 )? ) ;
+ public final void rule__AddEnum__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4934: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:4935: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:4935: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:4936:1: ( rule__AddEnum__Group_3__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4934:1: ( ( ( rule__AddEnum__Group_3__0 )? ) )
+ // InternalOseeDsl.g:4935:1: ( ( rule__AddEnum__Group_3__0 )? )
+ {
+ // InternalOseeDsl.g:4935:1: ( ( rule__AddEnum__Group_3__0 )? )
+ // InternalOseeDsl.g:4936: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:4937:1: ( rule__AddEnum__Group_3__0 )?
- int alt43 = 2;
- int LA43_0 = input.LA(1);
+ before(grammarAccess.getAddEnumAccess().getGroup_3());
+ // InternalOseeDsl.g:4937:1: ( rule__AddEnum__Group_3__0 )?
+ int alt43=2;
+ int LA43_0 = input.LA(1);
- if (LA43_0 == 74) {
- alt43 = 1;
- }
- 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:4937:2: rule__AddEnum__Group_3__0
- {
- pushFollow(FOLLOW_rule__AddEnum__Group_3__0_in_rule__AddEnum__Group__3__Impl10150);
- rule__AddEnum__Group_3__0();
+ if ( (LA43_0==73) ) {
+ alt43=1;
+ }
+ switch (alt43) {
+ case 1 :
+ // InternalOseeDsl.g:4937:2: rule__AddEnum__Group_3__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AddEnum__Group_3__0();
- state._fsp--;
+ state._fsp--;
- }
- break;
- }
+ }
+ break;
- after(grammarAccess.getAddEnumAccess().getGroup_3());
+ }
+
+ after(grammarAccess.getAddEnumAccess().getGroup_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__3__Impl"
+ restoreStackSize(stackSize);
- // $ANTLR start "rule__AddEnum__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4947:1: rule__AddEnum__Group__4 : rule__AddEnum__Group__4__Impl ;
- public final void rule__AddEnum__Group__4() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__3__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4951:1: ( rule__AddEnum__Group__4__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4952:2: rule__AddEnum__Group__4__Impl
- {
- pushFollow(FOLLOW_rule__AddEnum__Group__4__Impl_in_rule__AddEnum__Group__410181);
+ // $ANTLR start "rule__AddEnum__Group__4"
+ // InternalOseeDsl.g:4947:1: rule__AddEnum__Group__4 : rule__AddEnum__Group__4__Impl ;
+ public final void rule__AddEnum__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4951:1: ( rule__AddEnum__Group__4__Impl )
+ // InternalOseeDsl.g:4952:2: rule__AddEnum__Group__4__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__AddEnum__Group__4__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__4"
- // $ANTLR start "rule__AddEnum__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4958:1: rule__AddEnum__Group__4__Impl : ( ( rule__AddEnum__Group_4__0 )? ) ;
- public final void rule__AddEnum__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group__4__Impl"
+ // InternalOseeDsl.g:4958:1: rule__AddEnum__Group__4__Impl : ( ( rule__AddEnum__Group_4__0 )? ) ;
+ public final void rule__AddEnum__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4962:1: ( ( ( rule__AddEnum__Group_4__0 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4963:1: ( ( rule__AddEnum__Group_4__0 )? )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4963:1: ( ( rule__AddEnum__Group_4__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4964:1: ( rule__AddEnum__Group_4__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4962:1: ( ( ( rule__AddEnum__Group_4__0 )? ) )
+ // InternalOseeDsl.g:4963:1: ( ( rule__AddEnum__Group_4__0 )? )
+ {
+ // InternalOseeDsl.g:4963:1: ( ( rule__AddEnum__Group_4__0 )? )
+ // InternalOseeDsl.g:4964:1: ( rule__AddEnum__Group_4__0 )?
{
- before(grammarAccess.getAddEnumAccess().getGroup_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4965:1: ( rule__AddEnum__Group_4__0 )?
- int alt44 = 2;
- int LA44_0 = input.LA(1);
+ before(grammarAccess.getAddEnumAccess().getGroup_4());
+ // InternalOseeDsl.g:4965:1: ( rule__AddEnum__Group_4__0 )?
+ int alt44=2;
+ int LA44_0 = input.LA(1);
- if (LA44_0 == 68) {
- alt44 = 1;
- }
- 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:4965:2: rule__AddEnum__Group_4__0
- {
- pushFollow(FOLLOW_rule__AddEnum__Group_4__0_in_rule__AddEnum__Group__4__Impl10208);
- rule__AddEnum__Group_4__0();
+ if ( (LA44_0==67) ) {
+ alt44=1;
+ }
+ switch (alt44) {
+ case 1 :
+ // InternalOseeDsl.g:4965:2: rule__AddEnum__Group_4__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AddEnum__Group_4__0();
+
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getAddEnumAccess().getGroup_4());
+ after(grammarAccess.getAddEnumAccess().getGroup_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group__4__Impl"
- // $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:4985: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();
+ // $ANTLR start "rule__AddEnum__Group_3__0"
+ // InternalOseeDsl.g:4985: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:4989: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:4990: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__010249);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:4989:1: ( rule__AddEnum__Group_3__0__Impl rule__AddEnum__Group_3__1 )
+ // InternalOseeDsl.g:4990:2: rule__AddEnum__Group_3__0__Impl rule__AddEnum__Group_3__1
+ {
+ pushFollow(FOLLOW_7);
rule__AddEnum__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group_3__1_in_rule__AddEnum__Group_3__010252);
+ pushFollow(FOLLOW_2);
rule__AddEnum__Group_3__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group_3__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group_3__0"
- // $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:4997:1: rule__AddEnum__Group_3__0__Impl : ( 'entryGuid' ) ;
- public final void rule__AddEnum__Group_3__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group_3__0__Impl"
+ // InternalOseeDsl.g:4997:1: rule__AddEnum__Group_3__0__Impl : ( 'entryGuid' ) ;
+ public final void rule__AddEnum__Group_3__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5001:1: ( ( 'entryGuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5002:1: ( 'entryGuid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5002:1: ( 'entryGuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5003:1: 'entryGuid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5001:1: ( ( 'entryGuid' ) )
+ // InternalOseeDsl.g:5002:1: ( 'entryGuid' )
+ {
+ // InternalOseeDsl.g:5002:1: ( 'entryGuid' )
+ // InternalOseeDsl.g:5003:1: 'entryGuid'
{
- before(grammarAccess.getAddEnumAccess().getEntryGuidKeyword_3_0());
- match(input, 74, FOLLOW_74_in_rule__AddEnum__Group_3__0__Impl10280);
- after(grammarAccess.getAddEnumAccess().getEntryGuidKeyword_3_0());
+ before(grammarAccess.getAddEnumAccess().getEntryGuidKeyword_3_0());
+ match(input,73,FOLLOW_2);
+ after(grammarAccess.getAddEnumAccess().getEntryGuidKeyword_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group_3__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group_3__0__Impl"
- // $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:5016: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();
+ // $ANTLR start "rule__AddEnum__Group_3__1"
+ // InternalOseeDsl.g:5016:1: rule__AddEnum__Group_3__1 : rule__AddEnum__Group_3__1__Impl ;
+ public final void rule__AddEnum__Group_3__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5020: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:5021:2: rule__AddEnum__Group_3__1__Impl
- {
- pushFollow(FOLLOW_rule__AddEnum__Group_3__1__Impl_in_rule__AddEnum__Group_3__110311);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5020:1: ( rule__AddEnum__Group_3__1__Impl )
+ // InternalOseeDsl.g:5021:2: rule__AddEnum__Group_3__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__AddEnum__Group_3__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group_3__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group_3__1"
- // $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:5027: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();
+ // $ANTLR start "rule__AddEnum__Group_3__1__Impl"
+ // InternalOseeDsl.g:5027:1: rule__AddEnum__Group_3__1__Impl : ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) ) ;
+ public final void rule__AddEnum__Group_3__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5031: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:5032: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:5032: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:5033:1: ( rule__AddEnum__EntryGuidAssignment_3_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5031:1: ( ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) ) )
+ // InternalOseeDsl.g:5032:1: ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) )
+ {
+ // InternalOseeDsl.g:5032:1: ( ( rule__AddEnum__EntryGuidAssignment_3_1 ) )
+ // InternalOseeDsl.g:5033: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:5034: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:5034:2: rule__AddEnum__EntryGuidAssignment_3_1
- {
- pushFollow(FOLLOW_rule__AddEnum__EntryGuidAssignment_3_1_in_rule__AddEnum__Group_3__1__Impl10338);
- rule__AddEnum__EntryGuidAssignment_3_1();
+ before(grammarAccess.getAddEnumAccess().getEntryGuidAssignment_3_1());
+ // InternalOseeDsl.g:5034:1: ( rule__AddEnum__EntryGuidAssignment_3_1 )
+ // InternalOseeDsl.g:5034:2: rule__AddEnum__EntryGuidAssignment_3_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__AddEnum__EntryGuidAssignment_3_1();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getAddEnumAccess().getEntryGuidAssignment_3_1());
+ }
+
+ after(grammarAccess.getAddEnumAccess().getEntryGuidAssignment_3_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group_3__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group_3__1__Impl"
- // $ANTLR start "rule__AddEnum__Group_4__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5048:1: rule__AddEnum__Group_4__0 : rule__AddEnum__Group_4__0__Impl rule__AddEnum__Group_4__1 ;
- public final void rule__AddEnum__Group_4__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group_4__0"
+ // InternalOseeDsl.g:5048:1: rule__AddEnum__Group_4__0 : rule__AddEnum__Group_4__0__Impl rule__AddEnum__Group_4__1 ;
+ public final void rule__AddEnum__Group_4__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5052:1: ( rule__AddEnum__Group_4__0__Impl rule__AddEnum__Group_4__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5053:2: rule__AddEnum__Group_4__0__Impl rule__AddEnum__Group_4__1
- {
- pushFollow(FOLLOW_rule__AddEnum__Group_4__0__Impl_in_rule__AddEnum__Group_4__010372);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5052:1: ( rule__AddEnum__Group_4__0__Impl rule__AddEnum__Group_4__1 )
+ // InternalOseeDsl.g:5053:2: rule__AddEnum__Group_4__0__Impl rule__AddEnum__Group_4__1
+ {
+ pushFollow(FOLLOW_7);
rule__AddEnum__Group_4__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddEnum__Group_4__1_in_rule__AddEnum__Group_4__010375);
+ pushFollow(FOLLOW_2);
rule__AddEnum__Group_4__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group_4__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group_4__0"
- // $ANTLR start "rule__AddEnum__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:5060:1: rule__AddEnum__Group_4__0__Impl : ( 'description' ) ;
- public final void rule__AddEnum__Group_4__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group_4__0__Impl"
+ // InternalOseeDsl.g:5060:1: rule__AddEnum__Group_4__0__Impl : ( 'description' ) ;
+ public final void rule__AddEnum__Group_4__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5064:1: ( ( 'description' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5065:1: ( 'description' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5065:1: ( 'description' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5066:1: 'description'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5064:1: ( ( 'description' ) )
+ // InternalOseeDsl.g:5065:1: ( 'description' )
+ {
+ // InternalOseeDsl.g:5065:1: ( 'description' )
+ // InternalOseeDsl.g:5066:1: 'description'
{
- before(grammarAccess.getAddEnumAccess().getDescriptionKeyword_4_0());
- match(input, 68, FOLLOW_68_in_rule__AddEnum__Group_4__0__Impl10403);
- after(grammarAccess.getAddEnumAccess().getDescriptionKeyword_4_0());
+ before(grammarAccess.getAddEnumAccess().getDescriptionKeyword_4_0());
+ match(input,67,FOLLOW_2);
+ after(grammarAccess.getAddEnumAccess().getDescriptionKeyword_4_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group_4__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group_4__0__Impl"
- // $ANTLR start "rule__AddEnum__Group_4__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5079:1: rule__AddEnum__Group_4__1 : rule__AddEnum__Group_4__1__Impl ;
- public final void rule__AddEnum__Group_4__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group_4__1"
+ // InternalOseeDsl.g:5079:1: rule__AddEnum__Group_4__1 : rule__AddEnum__Group_4__1__Impl ;
+ public final void rule__AddEnum__Group_4__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5083:1: ( rule__AddEnum__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:5084:2: rule__AddEnum__Group_4__1__Impl
- {
- pushFollow(FOLLOW_rule__AddEnum__Group_4__1__Impl_in_rule__AddEnum__Group_4__110434);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5083:1: ( rule__AddEnum__Group_4__1__Impl )
+ // InternalOseeDsl.g:5084:2: rule__AddEnum__Group_4__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__AddEnum__Group_4__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group_4__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group_4__1"
- // $ANTLR start "rule__AddEnum__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:5090:1: rule__AddEnum__Group_4__1__Impl : ( ( rule__AddEnum__DescriptionAssignment_4_1 ) ) ;
- public final void rule__AddEnum__Group_4__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__Group_4__1__Impl"
+ // InternalOseeDsl.g:5090:1: rule__AddEnum__Group_4__1__Impl : ( ( rule__AddEnum__DescriptionAssignment_4_1 ) ) ;
+ public final void rule__AddEnum__Group_4__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5094:1: ( ( ( rule__AddEnum__DescriptionAssignment_4_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5095:1: ( ( rule__AddEnum__DescriptionAssignment_4_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5095:1: ( ( rule__AddEnum__DescriptionAssignment_4_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5096:1: ( rule__AddEnum__DescriptionAssignment_4_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5094:1: ( ( ( rule__AddEnum__DescriptionAssignment_4_1 ) ) )
+ // InternalOseeDsl.g:5095:1: ( ( rule__AddEnum__DescriptionAssignment_4_1 ) )
+ {
+ // InternalOseeDsl.g:5095:1: ( ( rule__AddEnum__DescriptionAssignment_4_1 ) )
+ // InternalOseeDsl.g:5096:1: ( rule__AddEnum__DescriptionAssignment_4_1 )
+ {
+ before(grammarAccess.getAddEnumAccess().getDescriptionAssignment_4_1());
+ // InternalOseeDsl.g:5097:1: ( rule__AddEnum__DescriptionAssignment_4_1 )
+ // InternalOseeDsl.g:5097:2: rule__AddEnum__DescriptionAssignment_4_1
{
- before(grammarAccess.getAddEnumAccess().getDescriptionAssignment_4_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5097:1: ( rule__AddEnum__DescriptionAssignment_4_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5097:2: rule__AddEnum__DescriptionAssignment_4_1
- {
- pushFollow(FOLLOW_rule__AddEnum__DescriptionAssignment_4_1_in_rule__AddEnum__Group_4__1__Impl10461);
- rule__AddEnum__DescriptionAssignment_4_1();
+ pushFollow(FOLLOW_2);
+ rule__AddEnum__DescriptionAssignment_4_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getAddEnumAccess().getDescriptionAssignment_4_1());
+ after(grammarAccess.getAddEnumAccess().getDescriptionAssignment_4_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__Group_4__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__Group_4__1__Impl"
- // $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:5111: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();
+ // $ANTLR start "rule__RemoveEnum__Group__0"
+ // InternalOseeDsl.g:5111:1: rule__RemoveEnum__Group__0 : rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1 ;
+ public final void rule__RemoveEnum__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5115: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:5116:2: rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1
- {
- pushFollow(FOLLOW_rule__RemoveEnum__Group__0__Impl_in_rule__RemoveEnum__Group__010495);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5115:1: ( rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1 )
+ // InternalOseeDsl.g:5116:2: rule__RemoveEnum__Group__0__Impl rule__RemoveEnum__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__RemoveEnum__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RemoveEnum__Group__1_in_rule__RemoveEnum__Group__010498);
+ pushFollow(FOLLOW_2);
rule__RemoveEnum__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveEnum__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveEnum__Group__0"
- // $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:5123:1: rule__RemoveEnum__Group__0__Impl : ( 'remove' ) ;
- public final void rule__RemoveEnum__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveEnum__Group__0__Impl"
+ // InternalOseeDsl.g:5123:1: rule__RemoveEnum__Group__0__Impl : ( 'remove' ) ;
+ public final void rule__RemoveEnum__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5127:1: ( ( 'remove' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5128:1: ( 'remove' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5128:1: ( 'remove' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5129:1: 'remove'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5127:1: ( ( 'remove' ) )
+ // InternalOseeDsl.g:5128:1: ( 'remove' )
+ {
+ // InternalOseeDsl.g:5128:1: ( 'remove' )
+ // InternalOseeDsl.g:5129:1: 'remove'
{
- before(grammarAccess.getRemoveEnumAccess().getRemoveKeyword_0());
- match(input, 77, FOLLOW_77_in_rule__RemoveEnum__Group__0__Impl10526);
- after(grammarAccess.getRemoveEnumAccess().getRemoveKeyword_0());
+ before(grammarAccess.getRemoveEnumAccess().getRemoveKeyword_0());
+ match(input,76,FOLLOW_2);
+ after(grammarAccess.getRemoveEnumAccess().getRemoveKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveEnum__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveEnum__Group__0__Impl"
- // $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:5142:1: rule__RemoveEnum__Group__1 : rule__RemoveEnum__Group__1__Impl ;
- public final void rule__RemoveEnum__Group__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveEnum__Group__1"
+ // InternalOseeDsl.g:5142:1: rule__RemoveEnum__Group__1 : rule__RemoveEnum__Group__1__Impl ;
+ public final void rule__RemoveEnum__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5146: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:5147:2: rule__RemoveEnum__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__RemoveEnum__Group__1__Impl_in_rule__RemoveEnum__Group__110557);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5146:1: ( rule__RemoveEnum__Group__1__Impl )
+ // InternalOseeDsl.g:5147:2: rule__RemoveEnum__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__RemoveEnum__Group__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveEnum__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveEnum__Group__1"
- // $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:5153:1: rule__RemoveEnum__Group__1__Impl : ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) ) ;
- public final void rule__RemoveEnum__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveEnum__Group__1__Impl"
+ // InternalOseeDsl.g:5153:1: rule__RemoveEnum__Group__1__Impl : ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) ) ;
+ public final void rule__RemoveEnum__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5157: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:5158: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:5158: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:5159:1: ( rule__RemoveEnum__EnumEntryAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5157:1: ( ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) ) )
+ // InternalOseeDsl.g:5158: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:5160: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:5160:2: rule__RemoveEnum__EnumEntryAssignment_1
- {
- pushFollow(FOLLOW_rule__RemoveEnum__EnumEntryAssignment_1_in_rule__RemoveEnum__Group__1__Impl10584);
- rule__RemoveEnum__EnumEntryAssignment_1();
+ // InternalOseeDsl.g:5158:1: ( ( rule__RemoveEnum__EnumEntryAssignment_1 ) )
+ // InternalOseeDsl.g:5159:1: ( rule__RemoveEnum__EnumEntryAssignment_1 )
+ {
+ before(grammarAccess.getRemoveEnumAccess().getEnumEntryAssignment_1());
+ // InternalOseeDsl.g:5160:1: ( rule__RemoveEnum__EnumEntryAssignment_1 )
+ // InternalOseeDsl.g:5160:2: rule__RemoveEnum__EnumEntryAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__RemoveEnum__EnumEntryAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getRemoveEnumAccess().getEnumEntryAssignment_1());
+ after(grammarAccess.getRemoveEnumAccess().getEnumEntryAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveEnum__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveEnum__Group__1__Impl"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5174:1: rule__XOseeArtifactTypeOverride__Group__0 : rule__XOseeArtifactTypeOverride__Group__0__Impl rule__XOseeArtifactTypeOverride__Group__1 ;
- public final void rule__XOseeArtifactTypeOverride__Group__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__0"
+ // InternalOseeDsl.g:5174:1: rule__XOseeArtifactTypeOverride__Group__0 : rule__XOseeArtifactTypeOverride__Group__0__Impl rule__XOseeArtifactTypeOverride__Group__1 ;
+ public final void rule__XOseeArtifactTypeOverride__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5178:1: ( rule__XOseeArtifactTypeOverride__Group__0__Impl rule__XOseeArtifactTypeOverride__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5179:2: rule__XOseeArtifactTypeOverride__Group__0__Impl rule__XOseeArtifactTypeOverride__Group__1
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__0__Impl_in_rule__XOseeArtifactTypeOverride__Group__010618);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5178:1: ( rule__XOseeArtifactTypeOverride__Group__0__Impl rule__XOseeArtifactTypeOverride__Group__1 )
+ // InternalOseeDsl.g:5179:2: rule__XOseeArtifactTypeOverride__Group__0__Impl rule__XOseeArtifactTypeOverride__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__XOseeArtifactTypeOverride__Group__0__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__1_in_rule__XOseeArtifactTypeOverride__Group__010621);
+ pushFollow(FOLLOW_2);
rule__XOseeArtifactTypeOverride__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__0"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5186:1: rule__XOseeArtifactTypeOverride__Group__0__Impl : ( 'overrides artifactType' ) ;
- public final void rule__XOseeArtifactTypeOverride__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__0__Impl"
+ // InternalOseeDsl.g:5186:1: rule__XOseeArtifactTypeOverride__Group__0__Impl : ( 'overrides artifactType' ) ;
+ public final void rule__XOseeArtifactTypeOverride__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5190:1: ( ( 'overrides artifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5191:1: ( 'overrides artifactType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5191:1: ( 'overrides artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5192:1: 'overrides artifactType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5190:1: ( ( 'overrides artifactType' ) )
+ // InternalOseeDsl.g:5191:1: ( 'overrides artifactType' )
+ {
+ // InternalOseeDsl.g:5191:1: ( 'overrides artifactType' )
+ // InternalOseeDsl.g:5192:1: 'overrides artifactType'
{
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridesArtifactTypeKeyword_0());
- match(input, 78, FOLLOW_78_in_rule__XOseeArtifactTypeOverride__Group__0__Impl10649);
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridesArtifactTypeKeyword_0());
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridesArtifactTypeKeyword_0());
+ match(input,77,FOLLOW_2);
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridesArtifactTypeKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__0__Impl"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5205:1: rule__XOseeArtifactTypeOverride__Group__1 : rule__XOseeArtifactTypeOverride__Group__1__Impl rule__XOseeArtifactTypeOverride__Group__2 ;
- public final void rule__XOseeArtifactTypeOverride__Group__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__1"
+ // InternalOseeDsl.g:5205:1: rule__XOseeArtifactTypeOverride__Group__1 : rule__XOseeArtifactTypeOverride__Group__1__Impl rule__XOseeArtifactTypeOverride__Group__2 ;
+ public final void rule__XOseeArtifactTypeOverride__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5209:1: ( rule__XOseeArtifactTypeOverride__Group__1__Impl rule__XOseeArtifactTypeOverride__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5210:2: rule__XOseeArtifactTypeOverride__Group__1__Impl rule__XOseeArtifactTypeOverride__Group__2
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__1__Impl_in_rule__XOseeArtifactTypeOverride__Group__110680);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5209:1: ( rule__XOseeArtifactTypeOverride__Group__1__Impl rule__XOseeArtifactTypeOverride__Group__2 )
+ // InternalOseeDsl.g:5210:2: rule__XOseeArtifactTypeOverride__Group__1__Impl rule__XOseeArtifactTypeOverride__Group__2
+ {
+ pushFollow(FOLLOW_31);
rule__XOseeArtifactTypeOverride__Group__1__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__2_in_rule__XOseeArtifactTypeOverride__Group__110683);
+ pushFollow(FOLLOW_2);
rule__XOseeArtifactTypeOverride__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__1"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5217:1: rule__XOseeArtifactTypeOverride__Group__1__Impl : ( ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 ) ) ;
- public final void rule__XOseeArtifactTypeOverride__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__1__Impl"
+ // InternalOseeDsl.g:5217:1: rule__XOseeArtifactTypeOverride__Group__1__Impl : ( ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 ) ) ;
+ public final void rule__XOseeArtifactTypeOverride__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5221:1: ( ( ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5222:1: ( ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5222:1: ( ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5223:1: ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5221:1: ( ( ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 ) ) )
+ // InternalOseeDsl.g:5222:1: ( ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:5222:1: ( ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 ) )
+ // InternalOseeDsl.g:5223:1: ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 )
+ {
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeAssignment_1());
+ // InternalOseeDsl.g:5224:1: ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 )
+ // InternalOseeDsl.g:5224:2: rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1
{
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5224:1: ( rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5224:2: rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1_in_rule__XOseeArtifactTypeOverride__Group__1__Impl10710);
- rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1();
+ pushFollow(FOLLOW_2);
+ rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeAssignment_1());
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__1__Impl"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5234:1: rule__XOseeArtifactTypeOverride__Group__2 : rule__XOseeArtifactTypeOverride__Group__2__Impl rule__XOseeArtifactTypeOverride__Group__3 ;
- public final void rule__XOseeArtifactTypeOverride__Group__2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__2"
+ // InternalOseeDsl.g:5234:1: rule__XOseeArtifactTypeOverride__Group__2 : rule__XOseeArtifactTypeOverride__Group__2__Impl rule__XOseeArtifactTypeOverride__Group__3 ;
+ public final void rule__XOseeArtifactTypeOverride__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5238:1: ( rule__XOseeArtifactTypeOverride__Group__2__Impl rule__XOseeArtifactTypeOverride__Group__3 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5239:2: rule__XOseeArtifactTypeOverride__Group__2__Impl rule__XOseeArtifactTypeOverride__Group__3
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__2__Impl_in_rule__XOseeArtifactTypeOverride__Group__210740);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5238:1: ( rule__XOseeArtifactTypeOverride__Group__2__Impl rule__XOseeArtifactTypeOverride__Group__3 )
+ // InternalOseeDsl.g:5239:2: rule__XOseeArtifactTypeOverride__Group__2__Impl rule__XOseeArtifactTypeOverride__Group__3
+ {
+ pushFollow(FOLLOW_37);
rule__XOseeArtifactTypeOverride__Group__2__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__3_in_rule__XOseeArtifactTypeOverride__Group__210743);
+ pushFollow(FOLLOW_2);
rule__XOseeArtifactTypeOverride__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__2"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5246:1: rule__XOseeArtifactTypeOverride__Group__2__Impl : ( '{' ) ;
- public final void rule__XOseeArtifactTypeOverride__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__2__Impl"
+ // InternalOseeDsl.g:5246:1: rule__XOseeArtifactTypeOverride__Group__2__Impl : ( '{' ) ;
+ public final void rule__XOseeArtifactTypeOverride__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5250:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5251:1: ( '{' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5251:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5252:1: '{'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5250:1: ( ( '{' ) )
+ // InternalOseeDsl.g:5251:1: ( '{' )
+ {
+ // InternalOseeDsl.g:5251:1: ( '{' )
+ // InternalOseeDsl.g:5252:1: '{'
{
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getLeftCurlyBracketKeyword_2());
- match(input, 54, FOLLOW_54_in_rule__XOseeArtifactTypeOverride__Group__2__Impl10771);
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getLeftCurlyBracketKeyword_2());
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getLeftCurlyBracketKeyword_2());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getLeftCurlyBracketKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__2__Impl"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5265:1: rule__XOseeArtifactTypeOverride__Group__3 : rule__XOseeArtifactTypeOverride__Group__3__Impl rule__XOseeArtifactTypeOverride__Group__4 ;
- public final void rule__XOseeArtifactTypeOverride__Group__3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__3"
+ // InternalOseeDsl.g:5265:1: rule__XOseeArtifactTypeOverride__Group__3 : rule__XOseeArtifactTypeOverride__Group__3__Impl rule__XOseeArtifactTypeOverride__Group__4 ;
+ public final void rule__XOseeArtifactTypeOverride__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5269:1: ( rule__XOseeArtifactTypeOverride__Group__3__Impl rule__XOseeArtifactTypeOverride__Group__4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5270:2: rule__XOseeArtifactTypeOverride__Group__3__Impl rule__XOseeArtifactTypeOverride__Group__4
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__3__Impl_in_rule__XOseeArtifactTypeOverride__Group__310802);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5269:1: ( rule__XOseeArtifactTypeOverride__Group__3__Impl rule__XOseeArtifactTypeOverride__Group__4 )
+ // InternalOseeDsl.g:5270:2: rule__XOseeArtifactTypeOverride__Group__3__Impl rule__XOseeArtifactTypeOverride__Group__4
+ {
+ pushFollow(FOLLOW_37);
rule__XOseeArtifactTypeOverride__Group__3__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__4_in_rule__XOseeArtifactTypeOverride__Group__310805);
+ pushFollow(FOLLOW_2);
rule__XOseeArtifactTypeOverride__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__3"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__3__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5277:1: rule__XOseeArtifactTypeOverride__Group__3__Impl : ( ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )? ) ;
- public final void rule__XOseeArtifactTypeOverride__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__3__Impl"
+ // InternalOseeDsl.g:5277:1: rule__XOseeArtifactTypeOverride__Group__3__Impl : ( ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )? ) ;
+ public final void rule__XOseeArtifactTypeOverride__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5281:1: ( ( ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )? ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5282:1: ( ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )? )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5282:1: ( ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5283:1: ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5281:1: ( ( ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )? ) )
+ // InternalOseeDsl.g:5282:1: ( ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )? )
+ {
+ // InternalOseeDsl.g:5282:1: ( ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )? )
+ // InternalOseeDsl.g:5283:1: ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )?
{
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllAssignment_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5284:1: ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )?
- int alt45 = 2;
- int LA45_0 = input.LA(1);
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllAssignment_3());
+ // InternalOseeDsl.g:5284:1: ( rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 )?
+ int alt45=2;
+ int LA45_0 = input.LA(1);
- if (LA45_0 == 99) {
- alt45 = 1;
- }
- 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:5284:2: rule__XOseeArtifactTypeOverride__InheritAllAssignment_3
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__InheritAllAssignment_3_in_rule__XOseeArtifactTypeOverride__Group__3__Impl10832);
- rule__XOseeArtifactTypeOverride__InheritAllAssignment_3();
+ if ( (LA45_0==98) ) {
+ alt45=1;
+ }
+ switch (alt45) {
+ case 1 :
+ // InternalOseeDsl.g:5284:2: rule__XOseeArtifactTypeOverride__InheritAllAssignment_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__XOseeArtifactTypeOverride__InheritAllAssignment_3();
+
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllAssignment_3());
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllAssignment_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__3__Impl"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5294:1: rule__XOseeArtifactTypeOverride__Group__4 : rule__XOseeArtifactTypeOverride__Group__4__Impl rule__XOseeArtifactTypeOverride__Group__5 ;
- public final void rule__XOseeArtifactTypeOverride__Group__4() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__4"
+ // InternalOseeDsl.g:5294:1: rule__XOseeArtifactTypeOverride__Group__4 : rule__XOseeArtifactTypeOverride__Group__4__Impl rule__XOseeArtifactTypeOverride__Group__5 ;
+ public final void rule__XOseeArtifactTypeOverride__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5298:1: ( rule__XOseeArtifactTypeOverride__Group__4__Impl rule__XOseeArtifactTypeOverride__Group__5 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5299:2: rule__XOseeArtifactTypeOverride__Group__4__Impl rule__XOseeArtifactTypeOverride__Group__5
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__4__Impl_in_rule__XOseeArtifactTypeOverride__Group__410863);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5298:1: ( rule__XOseeArtifactTypeOverride__Group__4__Impl rule__XOseeArtifactTypeOverride__Group__5 )
+ // InternalOseeDsl.g:5299:2: rule__XOseeArtifactTypeOverride__Group__4__Impl rule__XOseeArtifactTypeOverride__Group__5
+ {
+ pushFollow(FOLLOW_28);
rule__XOseeArtifactTypeOverride__Group__4__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__5_in_rule__XOseeArtifactTypeOverride__Group__410866);
+ pushFollow(FOLLOW_2);
rule__XOseeArtifactTypeOverride__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__4"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__4__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5306:1: rule__XOseeArtifactTypeOverride__Group__4__Impl : ( ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* ) ) ;
- public final void rule__XOseeArtifactTypeOverride__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__4__Impl"
+ // InternalOseeDsl.g:5306:1: rule__XOseeArtifactTypeOverride__Group__4__Impl : ( ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* ) ) ;
+ public final void rule__XOseeArtifactTypeOverride__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5310:1: ( ( ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5311:1: ( ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5311:1: ( ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5312:1: ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5310:1: ( ( ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* ) ) )
+ // InternalOseeDsl.g:5311:1: ( ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* ) )
+ {
+ // InternalOseeDsl.g:5311:1: ( ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* ) )
+ // InternalOseeDsl.g:5312:1: ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) ) ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* )
+ {
+ // InternalOseeDsl.g:5312:1: ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) )
+ // InternalOseeDsl.g:5313:1: ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )
+ {
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4());
+ // InternalOseeDsl.g:5314:1: ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )
+ // InternalOseeDsl.g:5314:2: rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4
{
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5312:1: ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5313:1: ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )
- {
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5314:1: ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5314:2: rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4_in_rule__XOseeArtifactTypeOverride__Group__4__Impl10895);
- rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4();
+ pushFollow(FOLLOW_38);
+ rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4());
+ }
- }
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5317:1: ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5318:1: ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )*
- {
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5319:1: ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )*
- loop46: do {
- int alt46 = 2;
- int LA46_0 = input.LA(1);
+ }
- if (LA46_0 >= 76 && LA46_0 <= 77 || LA46_0 == 79) {
- alt46 = 1;
- }
+ // InternalOseeDsl.g:5317:1: ( ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )* )
+ // InternalOseeDsl.g:5318:1: ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )*
+ {
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4());
+ // InternalOseeDsl.g:5319:1: ( rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 )*
+ loop46:
+ do {
+ int alt46=2;
+ int LA46_0 = input.LA(1);
- 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:5319:2: rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4_in_rule__XOseeArtifactTypeOverride__Group__4__Impl10907);
- rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4();
+ if ( ((LA46_0>=75 && LA46_0<=76)||LA46_0==78) ) {
+ alt46=1;
+ }
- state._fsp--;
- }
- break;
+ switch (alt46) {
+ case 1 :
+ // InternalOseeDsl.g:5319:2: rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4
+ {
+ pushFollow(FOLLOW_38);
+ rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4();
- default:
- break loop46;
- }
- } while (true);
+ state._fsp--;
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4());
- }
+ }
+ break;
+
+ default :
+ break loop46;
+ }
+ } while (true);
+
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAssignment_4());
+
+ }
+
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__4__Impl"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5330:1: rule__XOseeArtifactTypeOverride__Group__5 : rule__XOseeArtifactTypeOverride__Group__5__Impl ;
- public final void rule__XOseeArtifactTypeOverride__Group__5() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__5"
+ // InternalOseeDsl.g:5330:1: rule__XOseeArtifactTypeOverride__Group__5 : rule__XOseeArtifactTypeOverride__Group__5__Impl ;
+ public final void rule__XOseeArtifactTypeOverride__Group__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5334:1: ( rule__XOseeArtifactTypeOverride__Group__5__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5335:2: rule__XOseeArtifactTypeOverride__Group__5__Impl
- {
- pushFollow(
- FOLLOW_rule__XOseeArtifactTypeOverride__Group__5__Impl_in_rule__XOseeArtifactTypeOverride__Group__510940);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5334:1: ( rule__XOseeArtifactTypeOverride__Group__5__Impl )
+ // InternalOseeDsl.g:5335:2: rule__XOseeArtifactTypeOverride__Group__5__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XOseeArtifactTypeOverride__Group__5__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__5"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__5__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5341:1: rule__XOseeArtifactTypeOverride__Group__5__Impl : ( '}' ) ;
- public final void rule__XOseeArtifactTypeOverride__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__Group__5__Impl"
+ // InternalOseeDsl.g:5341:1: rule__XOseeArtifactTypeOverride__Group__5__Impl : ( '}' ) ;
+ public final void rule__XOseeArtifactTypeOverride__Group__5__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5345:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5346:1: ( '}' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5346:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5347:1: '}'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5345:1: ( ( '}' ) )
+ // InternalOseeDsl.g:5346:1: ( '}' )
+ {
+ // InternalOseeDsl.g:5346:1: ( '}' )
+ // InternalOseeDsl.g:5347:1: '}'
{
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getRightCurlyBracketKeyword_5());
- match(input, 56, FOLLOW_56_in_rule__XOseeArtifactTypeOverride__Group__5__Impl10968);
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getRightCurlyBracketKeyword_5());
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getRightCurlyBracketKeyword_5());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getRightCurlyBracketKeyword_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__5__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__Group__5__Impl"
- // $ANTLR start "rule__AddAttribute__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5372:1: rule__AddAttribute__Group__0 : rule__AddAttribute__Group__0__Impl rule__AddAttribute__Group__1 ;
- public final void rule__AddAttribute__Group__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddAttribute__Group__0"
+ // InternalOseeDsl.g:5372:1: rule__AddAttribute__Group__0 : rule__AddAttribute__Group__0__Impl rule__AddAttribute__Group__1 ;
+ public final void rule__AddAttribute__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5376:1: ( rule__AddAttribute__Group__0__Impl rule__AddAttribute__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5377:2: rule__AddAttribute__Group__0__Impl rule__AddAttribute__Group__1
- {
- pushFollow(FOLLOW_rule__AddAttribute__Group__0__Impl_in_rule__AddAttribute__Group__011011);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5376:1: ( rule__AddAttribute__Group__0__Impl rule__AddAttribute__Group__1 )
+ // InternalOseeDsl.g:5377:2: rule__AddAttribute__Group__0__Impl rule__AddAttribute__Group__1
+ {
+ pushFollow(FOLLOW_39);
rule__AddAttribute__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AddAttribute__Group__1_in_rule__AddAttribute__Group__011014);
+ pushFollow(FOLLOW_2);
rule__AddAttribute__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddAttribute__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddAttribute__Group__0"
- // $ANTLR start "rule__AddAttribute__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5384:1: rule__AddAttribute__Group__0__Impl : ( 'add' ) ;
- public final void rule__AddAttribute__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddAttribute__Group__0__Impl"
+ // InternalOseeDsl.g:5384:1: rule__AddAttribute__Group__0__Impl : ( 'add' ) ;
+ public final void rule__AddAttribute__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5388:1: ( ( 'add' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5389:1: ( 'add' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5389:1: ( 'add' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5390:1: 'add'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5388:1: ( ( 'add' ) )
+ // InternalOseeDsl.g:5389:1: ( 'add' )
+ {
+ // InternalOseeDsl.g:5389:1: ( 'add' )
+ // InternalOseeDsl.g:5390:1: 'add'
{
- before(grammarAccess.getAddAttributeAccess().getAddKeyword_0());
- match(input, 76, FOLLOW_76_in_rule__AddAttribute__Group__0__Impl11042);
- after(grammarAccess.getAddAttributeAccess().getAddKeyword_0());
+ before(grammarAccess.getAddAttributeAccess().getAddKeyword_0());
+ match(input,75,FOLLOW_2);
+ after(grammarAccess.getAddAttributeAccess().getAddKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AddAttribute__Group__0__Impl"
+ restoreStackSize(stackSize);
- // $ANTLR start "rule__AddAttribute__Group__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__AddAttribute__Group__1 : rule__AddAttribute__Group__1__Impl ;
- public final void rule__AddAttribute__Group__1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddAttribute__Group__0__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5407:1: ( rule__AddAttribute__Group__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5408:2: rule__AddAttribute__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__AddAttribute__Group__1__Impl_in_rule__AddAttribute__Group__111073);
+ // $ANTLR start "rule__AddAttribute__Group__1"
+ // InternalOseeDsl.g:5403:1: rule__AddAttribute__Group__1 : rule__AddAttribute__Group__1__Impl ;
+ public final void rule__AddAttribute__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5407:1: ( rule__AddAttribute__Group__1__Impl )
+ // InternalOseeDsl.g:5408:2: rule__AddAttribute__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__AddAttribute__Group__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddAttribute__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddAttribute__Group__1"
- // $ANTLR start "rule__AddAttribute__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5414:1: rule__AddAttribute__Group__1__Impl : ( ( rule__AddAttribute__AttributeAssignment_1 ) ) ;
- public final void rule__AddAttribute__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddAttribute__Group__1__Impl"
+ // InternalOseeDsl.g:5414:1: rule__AddAttribute__Group__1__Impl : ( ( rule__AddAttribute__AttributeAssignment_1 ) ) ;
+ public final void rule__AddAttribute__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5418:1: ( ( ( rule__AddAttribute__AttributeAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5419:1: ( ( rule__AddAttribute__AttributeAssignment_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5419:1: ( ( rule__AddAttribute__AttributeAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5420:1: ( rule__AddAttribute__AttributeAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5418:1: ( ( ( rule__AddAttribute__AttributeAssignment_1 ) ) )
+ // InternalOseeDsl.g:5419:1: ( ( rule__AddAttribute__AttributeAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:5419:1: ( ( rule__AddAttribute__AttributeAssignment_1 ) )
+ // InternalOseeDsl.g:5420:1: ( rule__AddAttribute__AttributeAssignment_1 )
+ {
+ before(grammarAccess.getAddAttributeAccess().getAttributeAssignment_1());
+ // InternalOseeDsl.g:5421:1: ( rule__AddAttribute__AttributeAssignment_1 )
+ // InternalOseeDsl.g:5421:2: rule__AddAttribute__AttributeAssignment_1
{
- before(grammarAccess.getAddAttributeAccess().getAttributeAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5421:1: ( rule__AddAttribute__AttributeAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5421:2: rule__AddAttribute__AttributeAssignment_1
- {
- pushFollow(
- FOLLOW_rule__AddAttribute__AttributeAssignment_1_in_rule__AddAttribute__Group__1__Impl11100);
- rule__AddAttribute__AttributeAssignment_1();
+ pushFollow(FOLLOW_2);
+ rule__AddAttribute__AttributeAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getAddAttributeAccess().getAttributeAssignment_1());
+ after(grammarAccess.getAddAttributeAccess().getAttributeAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddAttribute__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddAttribute__Group__1__Impl"
- // $ANTLR start "rule__RemoveAttribute__Group__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__RemoveAttribute__Group__0 : rule__RemoveAttribute__Group__0__Impl rule__RemoveAttribute__Group__1 ;
- public final void rule__RemoveAttribute__Group__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveAttribute__Group__0"
+ // InternalOseeDsl.g:5435:1: rule__RemoveAttribute__Group__0 : rule__RemoveAttribute__Group__0__Impl rule__RemoveAttribute__Group__1 ;
+ public final void rule__RemoveAttribute__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5439:1: ( rule__RemoveAttribute__Group__0__Impl rule__RemoveAttribute__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5440:2: rule__RemoveAttribute__Group__0__Impl rule__RemoveAttribute__Group__1
- {
- pushFollow(FOLLOW_rule__RemoveAttribute__Group__0__Impl_in_rule__RemoveAttribute__Group__011134);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5439:1: ( rule__RemoveAttribute__Group__0__Impl rule__RemoveAttribute__Group__1 )
+ // InternalOseeDsl.g:5440:2: rule__RemoveAttribute__Group__0__Impl rule__RemoveAttribute__Group__1
+ {
+ pushFollow(FOLLOW_39);
rule__RemoveAttribute__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RemoveAttribute__Group__1_in_rule__RemoveAttribute__Group__011137);
+ pushFollow(FOLLOW_2);
rule__RemoveAttribute__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveAttribute__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveAttribute__Group__0"
- // $ANTLR start "rule__RemoveAttribute__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5447:1: rule__RemoveAttribute__Group__0__Impl : ( 'remove' ) ;
- public final void rule__RemoveAttribute__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveAttribute__Group__0__Impl"
+ // InternalOseeDsl.g:5447:1: rule__RemoveAttribute__Group__0__Impl : ( 'remove' ) ;
+ public final void rule__RemoveAttribute__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5451:1: ( ( 'remove' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5452:1: ( 'remove' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5452:1: ( 'remove' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5453:1: 'remove'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5451:1: ( ( 'remove' ) )
+ // InternalOseeDsl.g:5452:1: ( 'remove' )
+ {
+ // InternalOseeDsl.g:5452:1: ( 'remove' )
+ // InternalOseeDsl.g:5453:1: 'remove'
{
- before(grammarAccess.getRemoveAttributeAccess().getRemoveKeyword_0());
- match(input, 77, FOLLOW_77_in_rule__RemoveAttribute__Group__0__Impl11165);
- after(grammarAccess.getRemoveAttributeAccess().getRemoveKeyword_0());
+ before(grammarAccess.getRemoveAttributeAccess().getRemoveKeyword_0());
+ match(input,76,FOLLOW_2);
+ after(grammarAccess.getRemoveAttributeAccess().getRemoveKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveAttribute__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveAttribute__Group__0__Impl"
- // $ANTLR start "rule__RemoveAttribute__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5466:1: rule__RemoveAttribute__Group__1 : rule__RemoveAttribute__Group__1__Impl rule__RemoveAttribute__Group__2 ;
- public final void rule__RemoveAttribute__Group__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveAttribute__Group__1"
+ // InternalOseeDsl.g:5466:1: rule__RemoveAttribute__Group__1 : rule__RemoveAttribute__Group__1__Impl rule__RemoveAttribute__Group__2 ;
+ public final void rule__RemoveAttribute__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5470:1: ( rule__RemoveAttribute__Group__1__Impl rule__RemoveAttribute__Group__2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5471:2: rule__RemoveAttribute__Group__1__Impl rule__RemoveAttribute__Group__2
- {
- pushFollow(FOLLOW_rule__RemoveAttribute__Group__1__Impl_in_rule__RemoveAttribute__Group__111196);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5470:1: ( rule__RemoveAttribute__Group__1__Impl rule__RemoveAttribute__Group__2 )
+ // InternalOseeDsl.g:5471:2: rule__RemoveAttribute__Group__1__Impl rule__RemoveAttribute__Group__2
+ {
+ pushFollow(FOLLOW_7);
rule__RemoveAttribute__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RemoveAttribute__Group__2_in_rule__RemoveAttribute__Group__111199);
+ pushFollow(FOLLOW_2);
rule__RemoveAttribute__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveAttribute__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveAttribute__Group__1"
- // $ANTLR start "rule__RemoveAttribute__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5478:1: rule__RemoveAttribute__Group__1__Impl : ( 'attribute' ) ;
- public final void rule__RemoveAttribute__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveAttribute__Group__1__Impl"
+ // InternalOseeDsl.g:5478:1: rule__RemoveAttribute__Group__1__Impl : ( 'attribute' ) ;
+ public final void rule__RemoveAttribute__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5482:1: ( ( 'attribute' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5483:1: ( 'attribute' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5483:1: ( 'attribute' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5484:1: 'attribute'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5482:1: ( ( 'attribute' ) )
+ // InternalOseeDsl.g:5483:1: ( 'attribute' )
+ {
+ // InternalOseeDsl.g:5483:1: ( 'attribute' )
+ // InternalOseeDsl.g:5484:1: 'attribute'
{
- before(grammarAccess.getRemoveAttributeAccess().getAttributeKeyword_1());
- match(input, 60, FOLLOW_60_in_rule__RemoveAttribute__Group__1__Impl11227);
- after(grammarAccess.getRemoveAttributeAccess().getAttributeKeyword_1());
+ before(grammarAccess.getRemoveAttributeAccess().getAttributeKeyword_1());
+ match(input,59,FOLLOW_2);
+ after(grammarAccess.getRemoveAttributeAccess().getAttributeKeyword_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveAttribute__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveAttribute__Group__1__Impl"
- // $ANTLR start "rule__RemoveAttribute__Group__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5497:1: rule__RemoveAttribute__Group__2 : rule__RemoveAttribute__Group__2__Impl ;
- public final void rule__RemoveAttribute__Group__2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveAttribute__Group__2"
+ // InternalOseeDsl.g:5497:1: rule__RemoveAttribute__Group__2 : rule__RemoveAttribute__Group__2__Impl ;
+ public final void rule__RemoveAttribute__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5501:1: ( rule__RemoveAttribute__Group__2__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5502:2: rule__RemoveAttribute__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__RemoveAttribute__Group__2__Impl_in_rule__RemoveAttribute__Group__211258);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5501:1: ( rule__RemoveAttribute__Group__2__Impl )
+ // InternalOseeDsl.g:5502:2: rule__RemoveAttribute__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__RemoveAttribute__Group__2__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveAttribute__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveAttribute__Group__2"
- // $ANTLR start "rule__RemoveAttribute__Group__2__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5508:1: rule__RemoveAttribute__Group__2__Impl : ( ( rule__RemoveAttribute__AttributeAssignment_2 ) ) ;
- public final void rule__RemoveAttribute__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveAttribute__Group__2__Impl"
+ // InternalOseeDsl.g:5508:1: rule__RemoveAttribute__Group__2__Impl : ( ( rule__RemoveAttribute__AttributeAssignment_2 ) ) ;
+ public final void rule__RemoveAttribute__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5512:1: ( ( ( rule__RemoveAttribute__AttributeAssignment_2 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5513:1: ( ( rule__RemoveAttribute__AttributeAssignment_2 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5513:1: ( ( rule__RemoveAttribute__AttributeAssignment_2 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5514:1: ( rule__RemoveAttribute__AttributeAssignment_2 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5512:1: ( ( ( rule__RemoveAttribute__AttributeAssignment_2 ) ) )
+ // InternalOseeDsl.g:5513:1: ( ( rule__RemoveAttribute__AttributeAssignment_2 ) )
{
- before(grammarAccess.getRemoveAttributeAccess().getAttributeAssignment_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5515:1: ( rule__RemoveAttribute__AttributeAssignment_2 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5515:2: rule__RemoveAttribute__AttributeAssignment_2
- {
- pushFollow(
- FOLLOW_rule__RemoveAttribute__AttributeAssignment_2_in_rule__RemoveAttribute__Group__2__Impl11285);
- rule__RemoveAttribute__AttributeAssignment_2();
+ // InternalOseeDsl.g:5513:1: ( ( rule__RemoveAttribute__AttributeAssignment_2 ) )
+ // InternalOseeDsl.g:5514:1: ( rule__RemoveAttribute__AttributeAssignment_2 )
+ {
+ before(grammarAccess.getRemoveAttributeAccess().getAttributeAssignment_2());
+ // InternalOseeDsl.g:5515:1: ( rule__RemoveAttribute__AttributeAssignment_2 )
+ // InternalOseeDsl.g:5515:2: rule__RemoveAttribute__AttributeAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__RemoveAttribute__AttributeAssignment_2();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getRemoveAttributeAccess().getAttributeAssignment_2());
+ after(grammarAccess.getRemoveAttributeAccess().getAttributeAssignment_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveAttribute__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveAttribute__Group__2__Impl"
- // $ANTLR start "rule__UpdateAttribute__Group__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5531:1: rule__UpdateAttribute__Group__0 : rule__UpdateAttribute__Group__0__Impl rule__UpdateAttribute__Group__1 ;
- public final void rule__UpdateAttribute__Group__0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__UpdateAttribute__Group__0"
+ // InternalOseeDsl.g:5531:1: rule__UpdateAttribute__Group__0 : rule__UpdateAttribute__Group__0__Impl rule__UpdateAttribute__Group__1 ;
+ public final void rule__UpdateAttribute__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5535:1: ( rule__UpdateAttribute__Group__0__Impl rule__UpdateAttribute__Group__1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5536:2: rule__UpdateAttribute__Group__0__Impl rule__UpdateAttribute__Group__1
- {
- pushFollow(FOLLOW_rule__UpdateAttribute__Group__0__Impl_in_rule__UpdateAttribute__Group__011321);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5535:1: ( rule__UpdateAttribute__Group__0__Impl rule__UpdateAttribute__Group__1 )
+ // InternalOseeDsl.g:5536:2: rule__UpdateAttribute__Group__0__Impl rule__UpdateAttribute__Group__1
+ {
+ pushFollow(FOLLOW_39);
rule__UpdateAttribute__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__UpdateAttribute__Group__1_in_rule__UpdateAttribute__Group__011324);
+ pushFollow(FOLLOW_2);
rule__UpdateAttribute__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UpdateAttribute__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UpdateAttribute__Group__0"
- // $ANTLR start "rule__UpdateAttribute__Group__0__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5543:1: rule__UpdateAttribute__Group__0__Impl : ( 'update' ) ;
- public final void rule__UpdateAttribute__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__UpdateAttribute__Group__0__Impl"
+ // InternalOseeDsl.g:5543:1: rule__UpdateAttribute__Group__0__Impl : ( 'update' ) ;
+ public final void rule__UpdateAttribute__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5547:1: ( ( 'update' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5548:1: ( 'update' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5548:1: ( 'update' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5549:1: 'update'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5547:1: ( ( 'update' ) )
+ // InternalOseeDsl.g:5548:1: ( 'update' )
+ {
+ // InternalOseeDsl.g:5548:1: ( 'update' )
+ // InternalOseeDsl.g:5549:1: 'update'
{
- before(grammarAccess.getUpdateAttributeAccess().getUpdateKeyword_0());
- match(input, 79, FOLLOW_79_in_rule__UpdateAttribute__Group__0__Impl11352);
- after(grammarAccess.getUpdateAttributeAccess().getUpdateKeyword_0());
+ before(grammarAccess.getUpdateAttributeAccess().getUpdateKeyword_0());
+ match(input,78,FOLLOW_2);
+ after(grammarAccess.getUpdateAttributeAccess().getUpdateKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UpdateAttribute__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UpdateAttribute__Group__0__Impl"
- // $ANTLR start "rule__UpdateAttribute__Group__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5562:1: rule__UpdateAttribute__Group__1 : rule__UpdateAttribute__Group__1__Impl ;
- public final void rule__UpdateAttribute__Group__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__UpdateAttribute__Group__1"
+ // InternalOseeDsl.g:5562:1: rule__UpdateAttribute__Group__1 : rule__UpdateAttribute__Group__1__Impl ;
+ public final void rule__UpdateAttribute__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5566:1: ( rule__UpdateAttribute__Group__1__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5567:2: rule__UpdateAttribute__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__UpdateAttribute__Group__1__Impl_in_rule__UpdateAttribute__Group__111383);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5566:1: ( rule__UpdateAttribute__Group__1__Impl )
+ // InternalOseeDsl.g:5567:2: rule__UpdateAttribute__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__UpdateAttribute__Group__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UpdateAttribute__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UpdateAttribute__Group__1"
- // $ANTLR start "rule__UpdateAttribute__Group__1__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5573:1: rule__UpdateAttribute__Group__1__Impl : ( ( rule__UpdateAttribute__AttributeAssignment_1 ) ) ;
- public final void rule__UpdateAttribute__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__UpdateAttribute__Group__1__Impl"
+ // InternalOseeDsl.g:5573:1: rule__UpdateAttribute__Group__1__Impl : ( ( rule__UpdateAttribute__AttributeAssignment_1 ) ) ;
+ public final void rule__UpdateAttribute__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5577:1: ( ( ( rule__UpdateAttribute__AttributeAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5578:1: ( ( rule__UpdateAttribute__AttributeAssignment_1 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5578:1: ( ( rule__UpdateAttribute__AttributeAssignment_1 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5579:1: ( rule__UpdateAttribute__AttributeAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5577:1: ( ( ( rule__UpdateAttribute__AttributeAssignment_1 ) ) )
+ // InternalOseeDsl.g:5578:1: ( ( rule__UpdateAttribute__AttributeAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:5578:1: ( ( rule__UpdateAttribute__AttributeAssignment_1 ) )
+ // InternalOseeDsl.g:5579:1: ( rule__UpdateAttribute__AttributeAssignment_1 )
+ {
+ before(grammarAccess.getUpdateAttributeAccess().getAttributeAssignment_1());
+ // InternalOseeDsl.g:5580:1: ( rule__UpdateAttribute__AttributeAssignment_1 )
+ // InternalOseeDsl.g:5580:2: rule__UpdateAttribute__AttributeAssignment_1
{
- before(grammarAccess.getUpdateAttributeAccess().getAttributeAssignment_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5580:1: ( rule__UpdateAttribute__AttributeAssignment_1 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5580:2: rule__UpdateAttribute__AttributeAssignment_1
- {
- pushFollow(
- FOLLOW_rule__UpdateAttribute__AttributeAssignment_1_in_rule__UpdateAttribute__Group__1__Impl11410);
- rule__UpdateAttribute__AttributeAssignment_1();
+ pushFollow(FOLLOW_2);
+ rule__UpdateAttribute__AttributeAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getUpdateAttributeAccess().getAttributeAssignment_1());
+ after(grammarAccess.getUpdateAttributeAccess().getAttributeAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UpdateAttribute__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UpdateAttribute__Group__1__Impl"
- // $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:5594: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();
+ // $ANTLR start "rule__XRelationType__Group__0"
+ // InternalOseeDsl.g:5594:1: rule__XRelationType__Group__0 : rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1 ;
+ public final void rule__XRelationType__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5598: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:5599:2: rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__0__Impl_in_rule__XRelationType__Group__011444);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5598:1: ( rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1 )
+ // InternalOseeDsl.g:5599:2: rule__XRelationType__Group__0__Impl rule__XRelationType__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__XRelationType__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__1_in_rule__XRelationType__Group__011447);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__0"
- // $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:5606:1: rule__XRelationType__Group__0__Impl : ( 'relationType' ) ;
- public final void rule__XRelationType__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__0__Impl"
+ // InternalOseeDsl.g:5606:1: rule__XRelationType__Group__0__Impl : ( 'relationType' ) ;
+ public final void rule__XRelationType__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5610:1: ( ( 'relationType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5611:1: ( 'relationType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5611:1: ( 'relationType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5612:1: 'relationType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5610:1: ( ( 'relationType' ) )
+ // InternalOseeDsl.g:5611:1: ( 'relationType' )
+ {
+ // InternalOseeDsl.g:5611:1: ( 'relationType' )
+ // InternalOseeDsl.g:5612:1: 'relationType'
{
- before(grammarAccess.getXRelationTypeAccess().getRelationTypeKeyword_0());
- match(input, 80, FOLLOW_80_in_rule__XRelationType__Group__0__Impl11475);
- after(grammarAccess.getXRelationTypeAccess().getRelationTypeKeyword_0());
+ before(grammarAccess.getXRelationTypeAccess().getRelationTypeKeyword_0());
+ match(input,79,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getRelationTypeKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__0__Impl"
- // $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:5625: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();
+ // $ANTLR start "rule__XRelationType__Group__1"
+ // InternalOseeDsl.g:5625:1: rule__XRelationType__Group__1 : rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2 ;
+ public final void rule__XRelationType__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5629: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:5630:2: rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__1__Impl_in_rule__XRelationType__Group__111506);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5629:1: ( rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2 )
+ // InternalOseeDsl.g:5630:2: rule__XRelationType__Group__1__Impl rule__XRelationType__Group__2
+ {
+ pushFollow(FOLLOW_31);
rule__XRelationType__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__2_in_rule__XRelationType__Group__111509);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__1"
- // $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:5637:1: rule__XRelationType__Group__1__Impl : ( ( rule__XRelationType__NameAssignment_1 ) ) ;
- public final void rule__XRelationType__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__1__Impl"
+ // InternalOseeDsl.g:5637:1: rule__XRelationType__Group__1__Impl : ( ( rule__XRelationType__NameAssignment_1 ) ) ;
+ public final void rule__XRelationType__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5641: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:5642: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:5642: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:5643:1: ( rule__XRelationType__NameAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5641:1: ( ( ( rule__XRelationType__NameAssignment_1 ) ) )
+ // InternalOseeDsl.g:5642:1: ( ( rule__XRelationType__NameAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:5642:1: ( ( rule__XRelationType__NameAssignment_1 ) )
+ // InternalOseeDsl.g:5643: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:5644: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:5644:2: rule__XRelationType__NameAssignment_1
- {
- pushFollow(FOLLOW_rule__XRelationType__NameAssignment_1_in_rule__XRelationType__Group__1__Impl11536);
- rule__XRelationType__NameAssignment_1();
+ before(grammarAccess.getXRelationTypeAccess().getNameAssignment_1());
+ // InternalOseeDsl.g:5644:1: ( rule__XRelationType__NameAssignment_1 )
+ // InternalOseeDsl.g:5644:2: rule__XRelationType__NameAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__NameAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getNameAssignment_1());
+ after(grammarAccess.getXRelationTypeAccess().getNameAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__1__Impl"
- // $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:5654: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();
+ // $ANTLR start "rule__XRelationType__Group__2"
+ // InternalOseeDsl.g:5654:1: rule__XRelationType__Group__2 : rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3 ;
+ public final void rule__XRelationType__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5658: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:5659:2: rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__2__Impl_in_rule__XRelationType__Group__211566);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5658:1: ( rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3 )
+ // InternalOseeDsl.g:5659:2: rule__XRelationType__Group__2__Impl rule__XRelationType__Group__3
+ {
+ pushFollow(FOLLOW_13);
rule__XRelationType__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__3_in_rule__XRelationType__Group__211569);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__2"
- // $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:5666:1: rule__XRelationType__Group__2__Impl : ( '{' ) ;
- public final void rule__XRelationType__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__2__Impl"
+ // InternalOseeDsl.g:5666:1: rule__XRelationType__Group__2__Impl : ( '{' ) ;
+ public final void rule__XRelationType__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5670:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5671:1: ( '{' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5671:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5672:1: '{'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5670:1: ( ( '{' ) )
+ // InternalOseeDsl.g:5671:1: ( '{' )
{
- before(grammarAccess.getXRelationTypeAccess().getLeftCurlyBracketKeyword_2());
- match(input, 54, FOLLOW_54_in_rule__XRelationType__Group__2__Impl11597);
- after(grammarAccess.getXRelationTypeAccess().getLeftCurlyBracketKeyword_2());
+ // InternalOseeDsl.g:5671:1: ( '{' )
+ // InternalOseeDsl.g:5672:1: '{'
+ {
+ before(grammarAccess.getXRelationTypeAccess().getLeftCurlyBracketKeyword_2());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getLeftCurlyBracketKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__2__Impl"
+ restoreStackSize(stackSize);
- // $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:5685:1: rule__XRelationType__Group__3 : rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4 ;
- public final void rule__XRelationType__Group__3() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__2__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5689: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:5690:2: rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__3__Impl_in_rule__XRelationType__Group__311628);
+ // $ANTLR start "rule__XRelationType__Group__3"
+ // InternalOseeDsl.g:5685: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 {
+ // InternalOseeDsl.g:5689:1: ( rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4 )
+ // InternalOseeDsl.g:5690:2: rule__XRelationType__Group__3__Impl rule__XRelationType__Group__4
+ {
+ pushFollow(FOLLOW_13);
rule__XRelationType__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__4_in_rule__XRelationType__Group__311631);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__3"
- // $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:5697:1: rule__XRelationType__Group__3__Impl : ( ( rule__XRelationType__Group_3__0 )? ) ;
- public final void rule__XRelationType__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__3__Impl"
+ // InternalOseeDsl.g:5697:1: rule__XRelationType__Group__3__Impl : ( ( rule__XRelationType__Group_3__0 )? ) ;
+ public final void rule__XRelationType__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5701: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:5702: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:5702: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:5703:1: ( rule__XRelationType__Group_3__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5701:1: ( ( ( rule__XRelationType__Group_3__0 )? ) )
+ // InternalOseeDsl.g:5702:1: ( ( rule__XRelationType__Group_3__0 )? )
+ {
+ // InternalOseeDsl.g:5702:1: ( ( rule__XRelationType__Group_3__0 )? )
+ // InternalOseeDsl.g:5703: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:5704:1: ( rule__XRelationType__Group_3__0 )?
- int alt47 = 2;
- int LA47_0 = input.LA(1);
+ before(grammarAccess.getXRelationTypeAccess().getGroup_3());
+ // InternalOseeDsl.g:5704:1: ( rule__XRelationType__Group_3__0 )?
+ int alt47=2;
+ int LA47_0 = input.LA(1);
+
+ if ( (LA47_0==58) ) {
+ alt47=1;
+ }
+ switch (alt47) {
+ case 1 :
+ // InternalOseeDsl.g:5704:2: rule__XRelationType__Group_3__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__Group_3__0();
- if (LA47_0 == 59) {
- alt47 = 1;
- }
- 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:5704:2: rule__XRelationType__Group_3__0
- {
- pushFollow(FOLLOW_rule__XRelationType__Group_3__0_in_rule__XRelationType__Group__3__Impl11658);
- rule__XRelationType__Group_3__0();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getGroup_3());
+ after(grammarAccess.getXRelationTypeAccess().getGroup_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__3__Impl"
- // $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:5714: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();
+ // $ANTLR start "rule__XRelationType__Group__4"
+ // InternalOseeDsl.g:5714:1: rule__XRelationType__Group__4 : rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5 ;
+ public final void rule__XRelationType__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5718: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:5719:2: rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__4__Impl_in_rule__XRelationType__Group__411689);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5718:1: ( rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5 )
+ // InternalOseeDsl.g:5719:2: rule__XRelationType__Group__4__Impl rule__XRelationType__Group__5
+ {
+ pushFollow(FOLLOW_14);
rule__XRelationType__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__5_in_rule__XRelationType__Group__411692);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__4"
+ restoreStackSize(stackSize);
- // $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:5726:1: rule__XRelationType__Group__4__Impl : ( 'uuid' ) ;
- public final void rule__XRelationType__Group__4__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__4"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5730:1: ( ( 'uuid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5731:1: ( 'uuid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5731:1: ( 'uuid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5732:1: 'uuid'
+ // $ANTLR start "rule__XRelationType__Group__4__Impl"
+ // InternalOseeDsl.g:5726:1: rule__XRelationType__Group__4__Impl : ( 'id' ) ;
+ public final void rule__XRelationType__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5730:1: ( ( 'id' ) )
+ // InternalOseeDsl.g:5731:1: ( 'id' )
+ {
+ // InternalOseeDsl.g:5731:1: ( 'id' )
+ // InternalOseeDsl.g:5732:1: 'id'
{
- before(grammarAccess.getXRelationTypeAccess().getUuidKeyword_4());
- match(input, 55, FOLLOW_55_in_rule__XRelationType__Group__4__Impl11720);
- after(grammarAccess.getXRelationTypeAccess().getUuidKeyword_4());
+ before(grammarAccess.getXRelationTypeAccess().getIdKeyword_4());
+ match(input,54,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getIdKeyword_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__4__Impl"
- // $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:5745: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();
+ // $ANTLR start "rule__XRelationType__Group__5"
+ // InternalOseeDsl.g:5745:1: rule__XRelationType__Group__5 : rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6 ;
+ public final void rule__XRelationType__Group__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5749: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:5750:2: rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__5__Impl_in_rule__XRelationType__Group__511751);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5749:1: ( rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6 )
+ // InternalOseeDsl.g:5750:2: rule__XRelationType__Group__5__Impl rule__XRelationType__Group__6
+ {
+ pushFollow(FOLLOW_40);
rule__XRelationType__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__6_in_rule__XRelationType__Group__511754);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__6();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__5"
+ restoreStackSize(stackSize);
- // $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:5757:1: rule__XRelationType__Group__5__Impl : ( ( rule__XRelationType__UuidAssignment_5 ) ) ;
- public final void rule__XRelationType__Group__5__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__5"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5761: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:5762: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:5762: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:5763:1: ( rule__XRelationType__UuidAssignment_5 )
+ // $ANTLR start "rule__XRelationType__Group__5__Impl"
+ // InternalOseeDsl.g:5757:1: rule__XRelationType__Group__5__Impl : ( ( rule__XRelationType__IdAssignment_5 ) ) ;
+ public final void rule__XRelationType__Group__5__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5761:1: ( ( ( rule__XRelationType__IdAssignment_5 ) ) )
+ // InternalOseeDsl.g:5762:1: ( ( rule__XRelationType__IdAssignment_5 ) )
+ {
+ // InternalOseeDsl.g:5762:1: ( ( rule__XRelationType__IdAssignment_5 ) )
+ // InternalOseeDsl.g:5763:1: ( rule__XRelationType__IdAssignment_5 )
+ {
+ before(grammarAccess.getXRelationTypeAccess().getIdAssignment_5());
+ // InternalOseeDsl.g:5764:1: ( rule__XRelationType__IdAssignment_5 )
+ // InternalOseeDsl.g:5764:2: rule__XRelationType__IdAssignment_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:5764: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:5764:2: rule__XRelationType__UuidAssignment_5
- {
- pushFollow(FOLLOW_rule__XRelationType__UuidAssignment_5_in_rule__XRelationType__Group__5__Impl11781);
- rule__XRelationType__UuidAssignment_5();
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__IdAssignment_5();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getUuidAssignment_5());
+ after(grammarAccess.getXRelationTypeAccess().getIdAssignment_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__5__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__5__Impl"
- // $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:5774: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();
+ // $ANTLR start "rule__XRelationType__Group__6"
+ // InternalOseeDsl.g:5774:1: rule__XRelationType__Group__6 : rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7 ;
+ public final void rule__XRelationType__Group__6() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5778: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:5779:2: rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__6__Impl_in_rule__XRelationType__Group__611811);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5778:1: ( rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7 )
+ // InternalOseeDsl.g:5779:2: rule__XRelationType__Group__6__Impl rule__XRelationType__Group__7
+ {
+ pushFollow(FOLLOW_7);
rule__XRelationType__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__7_in_rule__XRelationType__Group__611814);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__7();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__6"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__6"
- // $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:5786:1: rule__XRelationType__Group__6__Impl : ( 'sideAName' ) ;
- public final void rule__XRelationType__Group__6__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__6__Impl"
+ // InternalOseeDsl.g:5786:1: rule__XRelationType__Group__6__Impl : ( 'sideAName' ) ;
+ public final void rule__XRelationType__Group__6__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5790:1: ( ( 'sideAName' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5791:1: ( 'sideAName' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5791:1: ( 'sideAName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5792:1: 'sideAName'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5790:1: ( ( 'sideAName' ) )
+ // InternalOseeDsl.g:5791:1: ( 'sideAName' )
{
- before(grammarAccess.getXRelationTypeAccess().getSideANameKeyword_6());
- match(input, 81, FOLLOW_81_in_rule__XRelationType__Group__6__Impl11842);
- after(grammarAccess.getXRelationTypeAccess().getSideANameKeyword_6());
+ // InternalOseeDsl.g:5791:1: ( 'sideAName' )
+ // InternalOseeDsl.g:5792:1: 'sideAName'
+ {
+ before(grammarAccess.getXRelationTypeAccess().getSideANameKeyword_6());
+ match(input,80,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getSideANameKeyword_6());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__6__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__6__Impl"
- // $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:5805: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();
+ // $ANTLR start "rule__XRelationType__Group__7"
+ // InternalOseeDsl.g:5805:1: rule__XRelationType__Group__7 : rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8 ;
+ public final void rule__XRelationType__Group__7() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5809: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:5810:2: rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__7__Impl_in_rule__XRelationType__Group__711873);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5809:1: ( rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8 )
+ // InternalOseeDsl.g:5810:2: rule__XRelationType__Group__7__Impl rule__XRelationType__Group__8
+ {
+ pushFollow(FOLLOW_41);
rule__XRelationType__Group__7__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__8_in_rule__XRelationType__Group__711876);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__8();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__7"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__7"
- // $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:5817:1: rule__XRelationType__Group__7__Impl : ( ( rule__XRelationType__SideANameAssignment_7 ) ) ;
- public final void rule__XRelationType__Group__7__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__7__Impl"
+ // InternalOseeDsl.g:5817:1: rule__XRelationType__Group__7__Impl : ( ( rule__XRelationType__SideANameAssignment_7 ) ) ;
+ public final void rule__XRelationType__Group__7__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5821: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:5822: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:5822: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:5823:1: ( rule__XRelationType__SideANameAssignment_7 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5821:1: ( ( ( rule__XRelationType__SideANameAssignment_7 ) ) )
+ // InternalOseeDsl.g:5822: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:5824: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:5824:2: rule__XRelationType__SideANameAssignment_7
- {
- pushFollow(
- FOLLOW_rule__XRelationType__SideANameAssignment_7_in_rule__XRelationType__Group__7__Impl11903);
- rule__XRelationType__SideANameAssignment_7();
+ // InternalOseeDsl.g:5822:1: ( ( rule__XRelationType__SideANameAssignment_7 ) )
+ // InternalOseeDsl.g:5823:1: ( rule__XRelationType__SideANameAssignment_7 )
+ {
+ before(grammarAccess.getXRelationTypeAccess().getSideANameAssignment_7());
+ // InternalOseeDsl.g:5824:1: ( rule__XRelationType__SideANameAssignment_7 )
+ // InternalOseeDsl.g:5824:2: rule__XRelationType__SideANameAssignment_7
+ {
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__SideANameAssignment_7();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getSideANameAssignment_7());
+ after(grammarAccess.getXRelationTypeAccess().getSideANameAssignment_7());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__7__Impl"
+ restoreStackSize(stackSize);
- // $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:5834:1: rule__XRelationType__Group__8 : rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9 ;
- public final void rule__XRelationType__Group__8() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__7__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5838: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:5839:2: rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__8__Impl_in_rule__XRelationType__Group__811933);
+ // $ANTLR start "rule__XRelationType__Group__8"
+ // InternalOseeDsl.g:5834: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 {
+ // InternalOseeDsl.g:5838:1: ( rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9 )
+ // InternalOseeDsl.g:5839:2: rule__XRelationType__Group__8__Impl rule__XRelationType__Group__9
+ {
+ pushFollow(FOLLOW_7);
rule__XRelationType__Group__8__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__9_in_rule__XRelationType__Group__811936);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__9();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__8"
+ restoreStackSize(stackSize);
- // $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:5846:1: rule__XRelationType__Group__8__Impl : ( 'sideAArtifactType' ) ;
- public final void rule__XRelationType__Group__8__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__8"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5850:1: ( ( 'sideAArtifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5851:1: ( 'sideAArtifactType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5851:1: ( 'sideAArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5852:1: 'sideAArtifactType'
+ // $ANTLR start "rule__XRelationType__Group__8__Impl"
+ // InternalOseeDsl.g:5846:1: rule__XRelationType__Group__8__Impl : ( 'sideAArtifactType' ) ;
+ public final void rule__XRelationType__Group__8__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5850:1: ( ( 'sideAArtifactType' ) )
+ // InternalOseeDsl.g:5851:1: ( 'sideAArtifactType' )
+ {
+ // InternalOseeDsl.g:5851:1: ( 'sideAArtifactType' )
+ // InternalOseeDsl.g:5852:1: 'sideAArtifactType'
{
- before(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeKeyword_8());
- match(input, 82, FOLLOW_82_in_rule__XRelationType__Group__8__Impl11964);
- after(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeKeyword_8());
+ before(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeKeyword_8());
+ match(input,81,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeKeyword_8());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__8__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__8__Impl"
- // $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:5865: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();
+ // $ANTLR start "rule__XRelationType__Group__9"
+ // InternalOseeDsl.g:5865:1: rule__XRelationType__Group__9 : rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10 ;
+ public final void rule__XRelationType__Group__9() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5869: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:5870:2: rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__9__Impl_in_rule__XRelationType__Group__911995);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5869:1: ( rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10 )
+ // InternalOseeDsl.g:5870:2: rule__XRelationType__Group__9__Impl rule__XRelationType__Group__10
+ {
+ pushFollow(FOLLOW_42);
rule__XRelationType__Group__9__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__10_in_rule__XRelationType__Group__911998);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__10();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__9"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__9"
- // $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:5877:1: rule__XRelationType__Group__9__Impl : ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) ) ;
- public final void rule__XRelationType__Group__9__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__9__Impl"
+ // InternalOseeDsl.g:5877:1: rule__XRelationType__Group__9__Impl : ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) ) ;
+ public final void rule__XRelationType__Group__9__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5881: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:5882: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:5882: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:5883:1: ( rule__XRelationType__SideAArtifactTypeAssignment_9 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5881:1: ( ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) ) )
+ // InternalOseeDsl.g:5882:1: ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) )
+ {
+ // InternalOseeDsl.g:5882:1: ( ( rule__XRelationType__SideAArtifactTypeAssignment_9 ) )
+ // InternalOseeDsl.g:5883: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:5884: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:5884:2: rule__XRelationType__SideAArtifactTypeAssignment_9
- {
- pushFollow(
- FOLLOW_rule__XRelationType__SideAArtifactTypeAssignment_9_in_rule__XRelationType__Group__9__Impl12025);
- rule__XRelationType__SideAArtifactTypeAssignment_9();
+ before(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeAssignment_9());
+ // InternalOseeDsl.g:5884:1: ( rule__XRelationType__SideAArtifactTypeAssignment_9 )
+ // InternalOseeDsl.g:5884:2: rule__XRelationType__SideAArtifactTypeAssignment_9
+ {
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__SideAArtifactTypeAssignment_9();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeAssignment_9());
+ after(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeAssignment_9());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__9__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__9__Impl"
- // $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:5894: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();
+ // $ANTLR start "rule__XRelationType__Group__10"
+ // InternalOseeDsl.g:5894:1: rule__XRelationType__Group__10 : rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11 ;
+ public final void rule__XRelationType__Group__10() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5898: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:5899:2: rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__10__Impl_in_rule__XRelationType__Group__1012055);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5898:1: ( rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11 )
+ // InternalOseeDsl.g:5899:2: rule__XRelationType__Group__10__Impl rule__XRelationType__Group__11
+ {
+ pushFollow(FOLLOW_7);
rule__XRelationType__Group__10__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__11_in_rule__XRelationType__Group__1012058);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__11();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__10"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__10"
- // $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:5906:1: rule__XRelationType__Group__10__Impl : ( 'sideBName' ) ;
- public final void rule__XRelationType__Group__10__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__10__Impl"
+ // InternalOseeDsl.g:5906:1: rule__XRelationType__Group__10__Impl : ( 'sideBName' ) ;
+ public final void rule__XRelationType__Group__10__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5910:1: ( ( 'sideBName' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5911:1: ( 'sideBName' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5911:1: ( 'sideBName' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5912:1: 'sideBName'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5910:1: ( ( 'sideBName' ) )
+ // InternalOseeDsl.g:5911:1: ( 'sideBName' )
{
- before(grammarAccess.getXRelationTypeAccess().getSideBNameKeyword_10());
- match(input, 83, FOLLOW_83_in_rule__XRelationType__Group__10__Impl12086);
- after(grammarAccess.getXRelationTypeAccess().getSideBNameKeyword_10());
+ // InternalOseeDsl.g:5911:1: ( 'sideBName' )
+ // InternalOseeDsl.g:5912:1: 'sideBName'
+ {
+ before(grammarAccess.getXRelationTypeAccess().getSideBNameKeyword_10());
+ match(input,82,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getSideBNameKeyword_10());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__10__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__10__Impl"
- // $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:5925: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();
+ // $ANTLR start "rule__XRelationType__Group__11"
+ // InternalOseeDsl.g:5925:1: rule__XRelationType__Group__11 : rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12 ;
+ public final void rule__XRelationType__Group__11() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5929: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:5930:2: rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__11__Impl_in_rule__XRelationType__Group__1112117);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5929:1: ( rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12 )
+ // InternalOseeDsl.g:5930:2: rule__XRelationType__Group__11__Impl rule__XRelationType__Group__12
+ {
+ pushFollow(FOLLOW_43);
rule__XRelationType__Group__11__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__12_in_rule__XRelationType__Group__1112120);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__12();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__11"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__11"
- // $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:5937:1: rule__XRelationType__Group__11__Impl : ( ( rule__XRelationType__SideBNameAssignment_11 ) ) ;
- public final void rule__XRelationType__Group__11__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__11__Impl"
+ // InternalOseeDsl.g:5937:1: rule__XRelationType__Group__11__Impl : ( ( rule__XRelationType__SideBNameAssignment_11 ) ) ;
+ public final void rule__XRelationType__Group__11__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5941: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:5942: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:5942: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:5943:1: ( rule__XRelationType__SideBNameAssignment_11 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5941:1: ( ( ( rule__XRelationType__SideBNameAssignment_11 ) ) )
+ // InternalOseeDsl.g:5942: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:5944: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:5944:2: rule__XRelationType__SideBNameAssignment_11
- {
- pushFollow(
- FOLLOW_rule__XRelationType__SideBNameAssignment_11_in_rule__XRelationType__Group__11__Impl12147);
- rule__XRelationType__SideBNameAssignment_11();
+ // InternalOseeDsl.g:5942:1: ( ( rule__XRelationType__SideBNameAssignment_11 ) )
+ // InternalOseeDsl.g:5943:1: ( rule__XRelationType__SideBNameAssignment_11 )
+ {
+ before(grammarAccess.getXRelationTypeAccess().getSideBNameAssignment_11());
+ // InternalOseeDsl.g:5944:1: ( rule__XRelationType__SideBNameAssignment_11 )
+ // InternalOseeDsl.g:5944:2: rule__XRelationType__SideBNameAssignment_11
+ {
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__SideBNameAssignment_11();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getXRelationTypeAccess().getSideBNameAssignment_11());
+ }
+
+ after(grammarAccess.getXRelationTypeAccess().getSideBNameAssignment_11());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__11__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__11__Impl"
- // $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:5954: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();
+ // $ANTLR start "rule__XRelationType__Group__12"
+ // InternalOseeDsl.g:5954:1: rule__XRelationType__Group__12 : rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13 ;
+ public final void rule__XRelationType__Group__12() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5958: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:5959:2: rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__12__Impl_in_rule__XRelationType__Group__1212177);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5958:1: ( rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13 )
+ // InternalOseeDsl.g:5959:2: rule__XRelationType__Group__12__Impl rule__XRelationType__Group__13
+ {
+ pushFollow(FOLLOW_7);
rule__XRelationType__Group__12__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__13_in_rule__XRelationType__Group__1212180);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__13();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__12"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__12"
- // $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:5966:1: rule__XRelationType__Group__12__Impl : ( 'sideBArtifactType' ) ;
- public final void rule__XRelationType__Group__12__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__12__Impl"
+ // InternalOseeDsl.g:5966:1: rule__XRelationType__Group__12__Impl : ( 'sideBArtifactType' ) ;
+ public final void rule__XRelationType__Group__12__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5970:1: ( ( 'sideBArtifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5971:1: ( 'sideBArtifactType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5971:1: ( 'sideBArtifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5972:1: 'sideBArtifactType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5970:1: ( ( 'sideBArtifactType' ) )
+ // InternalOseeDsl.g:5971:1: ( 'sideBArtifactType' )
+ {
+ // InternalOseeDsl.g:5971:1: ( 'sideBArtifactType' )
+ // InternalOseeDsl.g:5972:1: 'sideBArtifactType'
{
- before(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeKeyword_12());
- match(input, 84, FOLLOW_84_in_rule__XRelationType__Group__12__Impl12208);
- after(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeKeyword_12());
+ before(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeKeyword_12());
+ match(input,83,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeKeyword_12());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__12__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__12__Impl"
- // $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:5985: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();
+ // $ANTLR start "rule__XRelationType__Group__13"
+ // InternalOseeDsl.g:5985:1: rule__XRelationType__Group__13 : rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14 ;
+ public final void rule__XRelationType__Group__13() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:5989: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:5990:2: rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__13__Impl_in_rule__XRelationType__Group__1312239);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:5989:1: ( rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14 )
+ // InternalOseeDsl.g:5990:2: rule__XRelationType__Group__13__Impl rule__XRelationType__Group__14
+ {
+ pushFollow(FOLLOW_44);
rule__XRelationType__Group__13__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__14_in_rule__XRelationType__Group__1312242);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__14();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__13"
+ restoreStackSize(stackSize);
- // $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:5997:1: rule__XRelationType__Group__13__Impl : ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) ) ;
- public final void rule__XRelationType__Group__13__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__13"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6001: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:6002: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:6002: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:6003:1: ( rule__XRelationType__SideBArtifactTypeAssignment_13 )
+ // $ANTLR start "rule__XRelationType__Group__13__Impl"
+ // InternalOseeDsl.g:5997:1: rule__XRelationType__Group__13__Impl : ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) ) ;
+ public final void rule__XRelationType__Group__13__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6001:1: ( ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) ) )
+ // InternalOseeDsl.g:6002:1: ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) )
+ {
+ // InternalOseeDsl.g:6002:1: ( ( rule__XRelationType__SideBArtifactTypeAssignment_13 ) )
+ // InternalOseeDsl.g:6003:1: ( rule__XRelationType__SideBArtifactTypeAssignment_13 )
+ {
+ before(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeAssignment_13());
+ // InternalOseeDsl.g:6004:1: ( rule__XRelationType__SideBArtifactTypeAssignment_13 )
+ // InternalOseeDsl.g:6004:2: 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:6004: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:6004:2: rule__XRelationType__SideBArtifactTypeAssignment_13
- {
- pushFollow(
- FOLLOW_rule__XRelationType__SideBArtifactTypeAssignment_13_in_rule__XRelationType__Group__13__Impl12269);
- rule__XRelationType__SideBArtifactTypeAssignment_13();
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__SideBArtifactTypeAssignment_13();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeAssignment_13());
+ after(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeAssignment_13());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__13__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__13__Impl"
- // $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:6014: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();
+ // $ANTLR start "rule__XRelationType__Group__14"
+ // InternalOseeDsl.g:6014:1: rule__XRelationType__Group__14 : rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15 ;
+ public final void rule__XRelationType__Group__14() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6018: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:6019:2: rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__14__Impl_in_rule__XRelationType__Group__1412299);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6018:1: ( rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15 )
+ // InternalOseeDsl.g:6019:2: rule__XRelationType__Group__14__Impl rule__XRelationType__Group__15
+ {
+ pushFollow(FOLLOW_45);
rule__XRelationType__Group__14__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__15_in_rule__XRelationType__Group__1412302);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__15();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__14"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__14"
- // $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:6026:1: rule__XRelationType__Group__14__Impl : ( 'defaultOrderType' ) ;
- public final void rule__XRelationType__Group__14__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__14__Impl"
+ // InternalOseeDsl.g:6026:1: rule__XRelationType__Group__14__Impl : ( 'defaultOrderType' ) ;
+ public final void rule__XRelationType__Group__14__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6030:1: ( ( 'defaultOrderType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6031:1: ( 'defaultOrderType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6031:1: ( 'defaultOrderType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6032:1: 'defaultOrderType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6030:1: ( ( 'defaultOrderType' ) )
+ // InternalOseeDsl.g:6031:1: ( 'defaultOrderType' )
{
- before(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeKeyword_14());
- match(input, 85, FOLLOW_85_in_rule__XRelationType__Group__14__Impl12330);
- after(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeKeyword_14());
+ // InternalOseeDsl.g:6031:1: ( 'defaultOrderType' )
+ // InternalOseeDsl.g:6032:1: 'defaultOrderType'
+ {
+ before(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeKeyword_14());
+ match(input,84,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeKeyword_14());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__14__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__14__Impl"
- // $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:6045: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();
+ // $ANTLR start "rule__XRelationType__Group__15"
+ // InternalOseeDsl.g:6045:1: rule__XRelationType__Group__15 : rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16 ;
+ public final void rule__XRelationType__Group__15() throws RecognitionException {
- 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__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:6050:2: rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__15__Impl_in_rule__XRelationType__Group__1512361);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6049:1: ( rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16 )
+ // InternalOseeDsl.g:6050:2: rule__XRelationType__Group__15__Impl rule__XRelationType__Group__16
+ {
+ pushFollow(FOLLOW_46);
rule__XRelationType__Group__15__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__16_in_rule__XRelationType__Group__1512364);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__16();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__15"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__15"
- // $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:6057:1: rule__XRelationType__Group__15__Impl : ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) ) ;
- public final void rule__XRelationType__Group__15__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__15__Impl"
+ // InternalOseeDsl.g:6057:1: rule__XRelationType__Group__15__Impl : ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) ) ;
+ public final void rule__XRelationType__Group__15__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6061: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:6062: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:6062: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:6063:1: ( rule__XRelationType__DefaultOrderTypeAssignment_15 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6061:1: ( ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) ) )
+ // InternalOseeDsl.g:6062: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:6064: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:6064:2: rule__XRelationType__DefaultOrderTypeAssignment_15
- {
- pushFollow(
- FOLLOW_rule__XRelationType__DefaultOrderTypeAssignment_15_in_rule__XRelationType__Group__15__Impl12391);
- rule__XRelationType__DefaultOrderTypeAssignment_15();
+ // InternalOseeDsl.g:6062:1: ( ( rule__XRelationType__DefaultOrderTypeAssignment_15 ) )
+ // InternalOseeDsl.g:6063:1: ( rule__XRelationType__DefaultOrderTypeAssignment_15 )
+ {
+ before(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeAssignment_15());
+ // InternalOseeDsl.g:6064:1: ( rule__XRelationType__DefaultOrderTypeAssignment_15 )
+ // InternalOseeDsl.g:6064:2: rule__XRelationType__DefaultOrderTypeAssignment_15
+ {
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__DefaultOrderTypeAssignment_15();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeAssignment_15());
+ after(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeAssignment_15());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__15__Impl"
+ restoreStackSize(stackSize);
- // $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:6074:1: rule__XRelationType__Group__16 : rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17 ;
- public final void rule__XRelationType__Group__16() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__15__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6078: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:6079:2: rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__16__Impl_in_rule__XRelationType__Group__1612421);
+ // $ANTLR start "rule__XRelationType__Group__16"
+ // InternalOseeDsl.g:6074: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 {
+ // InternalOseeDsl.g:6078:1: ( rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17 )
+ // InternalOseeDsl.g:6079:2: rule__XRelationType__Group__16__Impl rule__XRelationType__Group__17
+ {
+ pushFollow(FOLLOW_47);
rule__XRelationType__Group__16__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__17_in_rule__XRelationType__Group__1612424);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__17();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__16"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__16"
- // $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:6086:1: rule__XRelationType__Group__16__Impl : ( 'multiplicity' ) ;
- public final void rule__XRelationType__Group__16__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__16__Impl"
+ // InternalOseeDsl.g:6086:1: rule__XRelationType__Group__16__Impl : ( 'multiplicity' ) ;
+ public final void rule__XRelationType__Group__16__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6090:1: ( ( 'multiplicity' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6091:1: ( 'multiplicity' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6091:1: ( 'multiplicity' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6092:1: 'multiplicity'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6090:1: ( ( 'multiplicity' ) )
+ // InternalOseeDsl.g:6091:1: ( 'multiplicity' )
+ {
+ // InternalOseeDsl.g:6091:1: ( 'multiplicity' )
+ // InternalOseeDsl.g:6092:1: 'multiplicity'
{
- before(grammarAccess.getXRelationTypeAccess().getMultiplicityKeyword_16());
- match(input, 86, FOLLOW_86_in_rule__XRelationType__Group__16__Impl12452);
- after(grammarAccess.getXRelationTypeAccess().getMultiplicityKeyword_16());
+ before(grammarAccess.getXRelationTypeAccess().getMultiplicityKeyword_16());
+ match(input,85,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getMultiplicityKeyword_16());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__16__Impl"
+ restoreStackSize(stackSize);
- // $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:6105:1: rule__XRelationType__Group__17 : rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18 ;
- public final void rule__XRelationType__Group__17() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__16__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6109: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:6110:2: rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__17__Impl_in_rule__XRelationType__Group__1712483);
+ // $ANTLR start "rule__XRelationType__Group__17"
+ // InternalOseeDsl.g:6105: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 {
+ // InternalOseeDsl.g:6109:1: ( rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18 )
+ // InternalOseeDsl.g:6110:2: rule__XRelationType__Group__17__Impl rule__XRelationType__Group__18
+ {
+ pushFollow(FOLLOW_28);
rule__XRelationType__Group__17__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group__18_in_rule__XRelationType__Group__1712486);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__18();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__17"
+ restoreStackSize(stackSize);
- // $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:6117:1: rule__XRelationType__Group__17__Impl : ( ( rule__XRelationType__MultiplicityAssignment_17 ) ) ;
- public final void rule__XRelationType__Group__17__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__17"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6121: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:6122: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:6122: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:6123:1: ( rule__XRelationType__MultiplicityAssignment_17 )
+ // $ANTLR start "rule__XRelationType__Group__17__Impl"
+ // InternalOseeDsl.g:6117:1: rule__XRelationType__Group__17__Impl : ( ( rule__XRelationType__MultiplicityAssignment_17 ) ) ;
+ public final void rule__XRelationType__Group__17__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6121:1: ( ( ( rule__XRelationType__MultiplicityAssignment_17 ) ) )
+ // InternalOseeDsl.g:6122:1: ( ( rule__XRelationType__MultiplicityAssignment_17 ) )
+ {
+ // InternalOseeDsl.g:6122:1: ( ( rule__XRelationType__MultiplicityAssignment_17 ) )
+ // InternalOseeDsl.g:6123: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:6124: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:6124:2: rule__XRelationType__MultiplicityAssignment_17
- {
- pushFollow(
- FOLLOW_rule__XRelationType__MultiplicityAssignment_17_in_rule__XRelationType__Group__17__Impl12513);
- rule__XRelationType__MultiplicityAssignment_17();
+ before(grammarAccess.getXRelationTypeAccess().getMultiplicityAssignment_17());
+ // InternalOseeDsl.g:6124:1: ( rule__XRelationType__MultiplicityAssignment_17 )
+ // InternalOseeDsl.g:6124:2: rule__XRelationType__MultiplicityAssignment_17
+ {
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__MultiplicityAssignment_17();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getMultiplicityAssignment_17());
+ after(grammarAccess.getXRelationTypeAccess().getMultiplicityAssignment_17());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__17__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__17__Impl"
- // $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:6134:1: rule__XRelationType__Group__18 : rule__XRelationType__Group__18__Impl ;
- public final void rule__XRelationType__Group__18() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__18"
+ // InternalOseeDsl.g:6134:1: rule__XRelationType__Group__18 : rule__XRelationType__Group__18__Impl ;
+ public final void rule__XRelationType__Group__18() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6138: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:6139:2: rule__XRelationType__Group__18__Impl
- {
- pushFollow(FOLLOW_rule__XRelationType__Group__18__Impl_in_rule__XRelationType__Group__1812543);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6138:1: ( rule__XRelationType__Group__18__Impl )
+ // InternalOseeDsl.g:6139:2: rule__XRelationType__Group__18__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group__18__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__18"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__18"
- // $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:6145:1: rule__XRelationType__Group__18__Impl : ( '}' ) ;
- public final void rule__XRelationType__Group__18__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group__18__Impl"
+ // InternalOseeDsl.g:6145:1: rule__XRelationType__Group__18__Impl : ( '}' ) ;
+ public final void rule__XRelationType__Group__18__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6149:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6150:1: ( '}' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6150:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6151:1: '}'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6149:1: ( ( '}' ) )
+ // InternalOseeDsl.g:6150:1: ( '}' )
{
- before(grammarAccess.getXRelationTypeAccess().getRightCurlyBracketKeyword_18());
- match(input, 56, FOLLOW_56_in_rule__XRelationType__Group__18__Impl12571);
- after(grammarAccess.getXRelationTypeAccess().getRightCurlyBracketKeyword_18());
+ // InternalOseeDsl.g:6150:1: ( '}' )
+ // InternalOseeDsl.g:6151:1: '}'
+ {
+ before(grammarAccess.getXRelationTypeAccess().getRightCurlyBracketKeyword_18());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getRightCurlyBracketKeyword_18());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group__18__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group__18__Impl"
- // $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:6202: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();
+ // $ANTLR start "rule__XRelationType__Group_3__0"
+ // InternalOseeDsl.g:6202: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6206: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:6207: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__012640);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6206:1: ( rule__XRelationType__Group_3__0__Impl rule__XRelationType__Group_3__1 )
+ // InternalOseeDsl.g:6207:2: rule__XRelationType__Group_3__0__Impl rule__XRelationType__Group_3__1
+ {
+ pushFollow(FOLLOW_7);
rule__XRelationType__Group_3__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XRelationType__Group_3__1_in_rule__XRelationType__Group_3__012643);
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group_3__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group_3__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group_3__0"
- // $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:6214:1: rule__XRelationType__Group_3__0__Impl : ( 'guid' ) ;
- public final void rule__XRelationType__Group_3__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__Group_3__0__Impl"
+ // InternalOseeDsl.g:6214:1: rule__XRelationType__Group_3__0__Impl : ( 'guid' ) ;
+ public final void rule__XRelationType__Group_3__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6218:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6219:1: ( 'guid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6219:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6220:1: 'guid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6218:1: ( ( 'guid' ) )
+ // InternalOseeDsl.g:6219:1: ( 'guid' )
{
- before(grammarAccess.getXRelationTypeAccess().getGuidKeyword_3_0());
- match(input, 59, FOLLOW_59_in_rule__XRelationType__Group_3__0__Impl12671);
- after(grammarAccess.getXRelationTypeAccess().getGuidKeyword_3_0());
+ // InternalOseeDsl.g:6219:1: ( 'guid' )
+ // InternalOseeDsl.g:6220:1: 'guid'
+ {
+ before(grammarAccess.getXRelationTypeAccess().getGuidKeyword_3_0());
+ match(input,58,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getGuidKeyword_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group_3__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group_3__0__Impl"
- // $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:6233: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();
+ // $ANTLR start "rule__XRelationType__Group_3__1"
+ // InternalOseeDsl.g:6233:1: rule__XRelationType__Group_3__1 : rule__XRelationType__Group_3__1__Impl ;
+ public final void rule__XRelationType__Group_3__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6237: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:6238:2: rule__XRelationType__Group_3__1__Impl
- {
- pushFollow(FOLLOW_rule__XRelationType__Group_3__1__Impl_in_rule__XRelationType__Group_3__112702);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6237:1: ( rule__XRelationType__Group_3__1__Impl )
+ // InternalOseeDsl.g:6238:2: rule__XRelationType__Group_3__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XRelationType__Group_3__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group_3__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group_3__1"
- // $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:6244: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();
+ // $ANTLR start "rule__XRelationType__Group_3__1__Impl"
+ // InternalOseeDsl.g:6244:1: rule__XRelationType__Group_3__1__Impl : ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) ) ;
+ public final void rule__XRelationType__Group_3__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6248: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:6249: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:6249: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:6250:1: ( rule__XRelationType__TypeGuidAssignment_3_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6248:1: ( ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) ) )
+ // InternalOseeDsl.g:6249:1: ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) )
+ {
+ // InternalOseeDsl.g:6249:1: ( ( rule__XRelationType__TypeGuidAssignment_3_1 ) )
+ // InternalOseeDsl.g:6250:1: ( rule__XRelationType__TypeGuidAssignment_3_1 )
+ {
+ before(grammarAccess.getXRelationTypeAccess().getTypeGuidAssignment_3_1());
+ // InternalOseeDsl.g:6251:1: ( rule__XRelationType__TypeGuidAssignment_3_1 )
+ // InternalOseeDsl.g:6251:2: 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:6251: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:6251:2: rule__XRelationType__TypeGuidAssignment_3_1
- {
- pushFollow(
- FOLLOW_rule__XRelationType__TypeGuidAssignment_3_1_in_rule__XRelationType__Group_3__1__Impl12729);
- rule__XRelationType__TypeGuidAssignment_3_1();
+ pushFollow(FOLLOW_2);
+ rule__XRelationType__TypeGuidAssignment_3_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getTypeGuidAssignment_3_1());
+ after(grammarAccess.getXRelationTypeAccess().getTypeGuidAssignment_3_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__Group_3__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__Group_3__1__Impl"
- // $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:6265: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();
+ // $ANTLR start "rule__SimpleCondition__Group__0"
+ // InternalOseeDsl.g:6265:1: rule__SimpleCondition__Group__0 : rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1 ;
+ public final void rule__SimpleCondition__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6269: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:6270:2: rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1
- {
- pushFollow(FOLLOW_rule__SimpleCondition__Group__0__Impl_in_rule__SimpleCondition__Group__012763);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6269:1: ( rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1 )
+ // InternalOseeDsl.g:6270:2: rule__SimpleCondition__Group__0__Impl rule__SimpleCondition__Group__1
+ {
+ pushFollow(FOLLOW_48);
rule__SimpleCondition__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__SimpleCondition__Group__1_in_rule__SimpleCondition__Group__012766);
+ pushFollow(FOLLOW_2);
rule__SimpleCondition__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__SimpleCondition__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleCondition__Group__0"
- // $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:6277:1: rule__SimpleCondition__Group__0__Impl : ( ( rule__SimpleCondition__FieldAssignment_0 ) ) ;
- public final void rule__SimpleCondition__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__SimpleCondition__Group__0__Impl"
+ // InternalOseeDsl.g:6277:1: rule__SimpleCondition__Group__0__Impl : ( ( rule__SimpleCondition__FieldAssignment_0 ) ) ;
+ public final void rule__SimpleCondition__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6281: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:6282: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:6282: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:6283:1: ( rule__SimpleCondition__FieldAssignment_0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6281:1: ( ( ( rule__SimpleCondition__FieldAssignment_0 ) ) )
+ // InternalOseeDsl.g:6282:1: ( ( rule__SimpleCondition__FieldAssignment_0 ) )
+ {
+ // InternalOseeDsl.g:6282:1: ( ( rule__SimpleCondition__FieldAssignment_0 ) )
+ // InternalOseeDsl.g:6283: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:6284: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:6284:2: rule__SimpleCondition__FieldAssignment_0
- {
- pushFollow(
- FOLLOW_rule__SimpleCondition__FieldAssignment_0_in_rule__SimpleCondition__Group__0__Impl12793);
- rule__SimpleCondition__FieldAssignment_0();
+ before(grammarAccess.getSimpleConditionAccess().getFieldAssignment_0());
+ // InternalOseeDsl.g:6284:1: ( rule__SimpleCondition__FieldAssignment_0 )
+ // InternalOseeDsl.g:6284:2: rule__SimpleCondition__FieldAssignment_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__SimpleCondition__FieldAssignment_0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getSimpleConditionAccess().getFieldAssignment_0());
+ after(grammarAccess.getSimpleConditionAccess().getFieldAssignment_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__SimpleCondition__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleCondition__Group__0__Impl"
- // $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:6294: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();
+ // $ANTLR start "rule__SimpleCondition__Group__1"
+ // InternalOseeDsl.g:6294:1: rule__SimpleCondition__Group__1 : rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2 ;
+ public final void rule__SimpleCondition__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6298: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:6299:2: rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2
- {
- pushFollow(FOLLOW_rule__SimpleCondition__Group__1__Impl_in_rule__SimpleCondition__Group__112823);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6298:1: ( rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2 )
+ // InternalOseeDsl.g:6299:2: rule__SimpleCondition__Group__1__Impl rule__SimpleCondition__Group__2
+ {
+ pushFollow(FOLLOW_7);
rule__SimpleCondition__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__SimpleCondition__Group__2_in_rule__SimpleCondition__Group__112826);
+ pushFollow(FOLLOW_2);
rule__SimpleCondition__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__SimpleCondition__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleCondition__Group__1"
- // $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:6306:1: rule__SimpleCondition__Group__1__Impl : ( ( rule__SimpleCondition__OpAssignment_1 ) ) ;
- public final void rule__SimpleCondition__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__SimpleCondition__Group__1__Impl"
+ // InternalOseeDsl.g:6306:1: rule__SimpleCondition__Group__1__Impl : ( ( rule__SimpleCondition__OpAssignment_1 ) ) ;
+ public final void rule__SimpleCondition__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6310: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:6311: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:6311: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:6312:1: ( rule__SimpleCondition__OpAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6310:1: ( ( ( rule__SimpleCondition__OpAssignment_1 ) ) )
+ // InternalOseeDsl.g:6311: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:6313: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:6313:2: rule__SimpleCondition__OpAssignment_1
- {
- pushFollow(
- FOLLOW_rule__SimpleCondition__OpAssignment_1_in_rule__SimpleCondition__Group__1__Impl12853);
- rule__SimpleCondition__OpAssignment_1();
+ // InternalOseeDsl.g:6311:1: ( ( rule__SimpleCondition__OpAssignment_1 ) )
+ // InternalOseeDsl.g:6312:1: ( rule__SimpleCondition__OpAssignment_1 )
+ {
+ before(grammarAccess.getSimpleConditionAccess().getOpAssignment_1());
+ // InternalOseeDsl.g:6313:1: ( rule__SimpleCondition__OpAssignment_1 )
+ // InternalOseeDsl.g:6313:2: rule__SimpleCondition__OpAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__SimpleCondition__OpAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getSimpleConditionAccess().getOpAssignment_1());
+ after(grammarAccess.getSimpleConditionAccess().getOpAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__SimpleCondition__Group__1__Impl"
+ restoreStackSize(stackSize);
- // $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:6323:1: rule__SimpleCondition__Group__2 : rule__SimpleCondition__Group__2__Impl ;
- public final void rule__SimpleCondition__Group__2() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleCondition__Group__1__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6327: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:6328:2: rule__SimpleCondition__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__SimpleCondition__Group__2__Impl_in_rule__SimpleCondition__Group__212883);
+ // $ANTLR start "rule__SimpleCondition__Group__2"
+ // InternalOseeDsl.g:6323:1: rule__SimpleCondition__Group__2 : rule__SimpleCondition__Group__2__Impl ;
+ public final void rule__SimpleCondition__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6327:1: ( rule__SimpleCondition__Group__2__Impl )
+ // InternalOseeDsl.g:6328:2: rule__SimpleCondition__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__SimpleCondition__Group__2__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__SimpleCondition__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleCondition__Group__2"
- // $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:6334:1: rule__SimpleCondition__Group__2__Impl : ( ( rule__SimpleCondition__ExpressionAssignment_2 ) ) ;
- public final void rule__SimpleCondition__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__SimpleCondition__Group__2__Impl"
+ // InternalOseeDsl.g:6334:1: rule__SimpleCondition__Group__2__Impl : ( ( rule__SimpleCondition__ExpressionAssignment_2 ) ) ;
+ public final void rule__SimpleCondition__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6338: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:6339: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:6339: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:6340:1: ( rule__SimpleCondition__ExpressionAssignment_2 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6338:1: ( ( ( rule__SimpleCondition__ExpressionAssignment_2 ) ) )
+ // InternalOseeDsl.g:6339:1: ( ( rule__SimpleCondition__ExpressionAssignment_2 ) )
+ {
+ // InternalOseeDsl.g:6339:1: ( ( rule__SimpleCondition__ExpressionAssignment_2 ) )
+ // InternalOseeDsl.g:6340:1: ( rule__SimpleCondition__ExpressionAssignment_2 )
+ {
+ before(grammarAccess.getSimpleConditionAccess().getExpressionAssignment_2());
+ // InternalOseeDsl.g:6341:1: ( rule__SimpleCondition__ExpressionAssignment_2 )
+ // InternalOseeDsl.g:6341:2: 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:6341: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:6341:2: rule__SimpleCondition__ExpressionAssignment_2
- {
- pushFollow(
- FOLLOW_rule__SimpleCondition__ExpressionAssignment_2_in_rule__SimpleCondition__Group__2__Impl12910);
- rule__SimpleCondition__ExpressionAssignment_2();
+ pushFollow(FOLLOW_2);
+ rule__SimpleCondition__ExpressionAssignment_2();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getSimpleConditionAccess().getExpressionAssignment_2());
+ after(grammarAccess.getSimpleConditionAccess().getExpressionAssignment_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__SimpleCondition__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleCondition__Group__2__Impl"
- // $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:6357: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();
+ // $ANTLR start "rule__CompoundCondition__Group__0"
+ // InternalOseeDsl.g:6357:1: rule__CompoundCondition__Group__0 : rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1 ;
+ public final void rule__CompoundCondition__Group__0() throws RecognitionException {
- 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__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:6362:2: rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1
- {
- pushFollow(FOLLOW_rule__CompoundCondition__Group__0__Impl_in_rule__CompoundCondition__Group__012946);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6361:1: ( rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1 )
+ // InternalOseeDsl.g:6362:2: rule__CompoundCondition__Group__0__Impl rule__CompoundCondition__Group__1
+ {
+ pushFollow(FOLLOW_49);
rule__CompoundCondition__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__CompoundCondition__Group__1_in_rule__CompoundCondition__Group__012949);
+ pushFollow(FOLLOW_2);
rule__CompoundCondition__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group__0"
- // $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:6369:1: rule__CompoundCondition__Group__0__Impl : ( '(' ) ;
- public final void rule__CompoundCondition__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__CompoundCondition__Group__0__Impl"
+ // InternalOseeDsl.g:6369:1: rule__CompoundCondition__Group__0__Impl : ( '(' ) ;
+ public final void rule__CompoundCondition__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6373:1: ( ( '(' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6374:1: ( '(' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6374:1: ( '(' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6375:1: '('
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6373:1: ( ( '(' ) )
+ // InternalOseeDsl.g:6374:1: ( '(' )
+ {
+ // InternalOseeDsl.g:6374:1: ( '(' )
+ // InternalOseeDsl.g:6375:1: '('
{
- before(grammarAccess.getCompoundConditionAccess().getLeftParenthesisKeyword_0());
- match(input, 87, FOLLOW_87_in_rule__CompoundCondition__Group__0__Impl12977);
- after(grammarAccess.getCompoundConditionAccess().getLeftParenthesisKeyword_0());
+ before(grammarAccess.getCompoundConditionAccess().getLeftParenthesisKeyword_0());
+ match(input,86,FOLLOW_2);
+ after(grammarAccess.getCompoundConditionAccess().getLeftParenthesisKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group__0__Impl"
- // $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:6388: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();
+ // $ANTLR start "rule__CompoundCondition__Group__1"
+ // InternalOseeDsl.g:6388:1: rule__CompoundCondition__Group__1 : rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2 ;
+ public final void rule__CompoundCondition__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6392: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:6393:2: rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2
- {
- pushFollow(FOLLOW_rule__CompoundCondition__Group__1__Impl_in_rule__CompoundCondition__Group__113008);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6392:1: ( rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2 )
+ // InternalOseeDsl.g:6393:2: rule__CompoundCondition__Group__1__Impl rule__CompoundCondition__Group__2
+ {
+ pushFollow(FOLLOW_50);
rule__CompoundCondition__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__CompoundCondition__Group__2_in_rule__CompoundCondition__Group__113011);
+ pushFollow(FOLLOW_2);
rule__CompoundCondition__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group__1"
- // $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:6400:1: rule__CompoundCondition__Group__1__Impl : ( ( rule__CompoundCondition__ConditionsAssignment_1 ) ) ;
- public final void rule__CompoundCondition__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__CompoundCondition__Group__1__Impl"
+ // InternalOseeDsl.g:6400:1: rule__CompoundCondition__Group__1__Impl : ( ( rule__CompoundCondition__ConditionsAssignment_1 ) ) ;
+ public final void rule__CompoundCondition__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6404: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:6405: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:6405: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:6406:1: ( rule__CompoundCondition__ConditionsAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6404:1: ( ( ( rule__CompoundCondition__ConditionsAssignment_1 ) ) )
+ // InternalOseeDsl.g:6405:1: ( ( rule__CompoundCondition__ConditionsAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:6405:1: ( ( rule__CompoundCondition__ConditionsAssignment_1 ) )
+ // InternalOseeDsl.g:6406: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:6407: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:6407:2: rule__CompoundCondition__ConditionsAssignment_1
- {
- pushFollow(
- FOLLOW_rule__CompoundCondition__ConditionsAssignment_1_in_rule__CompoundCondition__Group__1__Impl13038);
- rule__CompoundCondition__ConditionsAssignment_1();
+ before(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_1());
+ // InternalOseeDsl.g:6407:1: ( rule__CompoundCondition__ConditionsAssignment_1 )
+ // InternalOseeDsl.g:6407:2: rule__CompoundCondition__ConditionsAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__CompoundCondition__ConditionsAssignment_1();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_1());
+ }
+
+ after(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group__1__Impl"
- // $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:6417: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();
+ // $ANTLR start "rule__CompoundCondition__Group__2"
+ // InternalOseeDsl.g:6417:1: rule__CompoundCondition__Group__2 : rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3 ;
+ public final void rule__CompoundCondition__Group__2() throws RecognitionException {
- 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__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:6422:2: rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3
- {
- pushFollow(FOLLOW_rule__CompoundCondition__Group__2__Impl_in_rule__CompoundCondition__Group__213068);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6421:1: ( rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3 )
+ // InternalOseeDsl.g:6422:2: rule__CompoundCondition__Group__2__Impl rule__CompoundCondition__Group__3
+ {
+ pushFollow(FOLLOW_51);
rule__CompoundCondition__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__CompoundCondition__Group__3_in_rule__CompoundCondition__Group__213071);
+ pushFollow(FOLLOW_2);
rule__CompoundCondition__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group__2"
- // $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:6429: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();
+ // $ANTLR start "rule__CompoundCondition__Group__2__Impl"
+ // InternalOseeDsl.g:6429: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6433: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:6434: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:6434: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:6435:1: ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6433:1: ( ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) ) )
+ // InternalOseeDsl.g:6434:1: ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) )
+ {
+ // InternalOseeDsl.g:6434:1: ( ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* ) )
+ // InternalOseeDsl.g:6435:1: ( ( rule__CompoundCondition__Group_2__0 ) ) ( ( rule__CompoundCondition__Group_2__0 )* )
+ {
+ // InternalOseeDsl.g:6435:1: ( ( rule__CompoundCondition__Group_2__0 ) )
+ // InternalOseeDsl.g:6436: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:6435: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:6436: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:6437: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:6437:2: rule__CompoundCondition__Group_2__0
- {
- pushFollow(
- FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl13100);
- rule__CompoundCondition__Group_2__0();
+ before(grammarAccess.getCompoundConditionAccess().getGroup_2());
+ // InternalOseeDsl.g:6437:1: ( rule__CompoundCondition__Group_2__0 )
+ // InternalOseeDsl.g:6437:2: rule__CompoundCondition__Group_2__0
+ {
+ pushFollow(FOLLOW_52);
+ rule__CompoundCondition__Group_2__0();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getCompoundConditionAccess().getGroup_2());
+ }
- }
+ after(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:6440: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:6441: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:6442:1: ( rule__CompoundCondition__Group_2__0 )*
- loop48: do {
- int alt48 = 2;
- int LA48_0 = input.LA(1);
+ }
- if (LA48_0 >= 40 && LA48_0 <= 41) {
- alt48 = 1;
- }
+ // InternalOseeDsl.g:6440:1: ( ( rule__CompoundCondition__Group_2__0 )* )
+ // InternalOseeDsl.g:6441:1: ( rule__CompoundCondition__Group_2__0 )*
+ {
+ before(grammarAccess.getCompoundConditionAccess().getGroup_2());
+ // InternalOseeDsl.g:6442:1: ( rule__CompoundCondition__Group_2__0 )*
+ loop48:
+ do {
+ int alt48=2;
+ int LA48_0 = input.LA(1);
- 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:6442:2: rule__CompoundCondition__Group_2__0
- {
- pushFollow(
- FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl13112);
- rule__CompoundCondition__Group_2__0();
+ if ( ((LA48_0>=39 && LA48_0<=40)) ) {
+ alt48=1;
+ }
- state._fsp--;
- }
- break;
+ switch (alt48) {
+ case 1 :
+ // InternalOseeDsl.g:6442:2: rule__CompoundCondition__Group_2__0
+ {
+ pushFollow(FOLLOW_52);
+ rule__CompoundCondition__Group_2__0();
+
+ state._fsp--;
+
- default:
- break loop48;
- }
- } while (true);
+ }
+ break;
- after(grammarAccess.getCompoundConditionAccess().getGroup_2());
+ default :
+ break loop48;
+ }
+ } while (true);
- }
+ after(grammarAccess.getCompoundConditionAccess().getGroup_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group__2__Impl"
- // $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:6453:1: rule__CompoundCondition__Group__3 : rule__CompoundCondition__Group__3__Impl ;
- public final void rule__CompoundCondition__Group__3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__CompoundCondition__Group__3"
+ // InternalOseeDsl.g:6453:1: rule__CompoundCondition__Group__3 : rule__CompoundCondition__Group__3__Impl ;
+ public final void rule__CompoundCondition__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6457: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:6458:2: rule__CompoundCondition__Group__3__Impl
- {
- pushFollow(FOLLOW_rule__CompoundCondition__Group__3__Impl_in_rule__CompoundCondition__Group__313145);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6457:1: ( rule__CompoundCondition__Group__3__Impl )
+ // InternalOseeDsl.g:6458:2: rule__CompoundCondition__Group__3__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__CompoundCondition__Group__3__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group__3"
- // $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:6464:1: rule__CompoundCondition__Group__3__Impl : ( ')' ) ;
- public final void rule__CompoundCondition__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__CompoundCondition__Group__3__Impl"
+ // InternalOseeDsl.g:6464:1: rule__CompoundCondition__Group__3__Impl : ( ')' ) ;
+ public final void rule__CompoundCondition__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6468:1: ( ( ')' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6469:1: ( ')' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6469:1: ( ')' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6470:1: ')'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6468:1: ( ( ')' ) )
+ // InternalOseeDsl.g:6469:1: ( ')' )
{
- before(grammarAccess.getCompoundConditionAccess().getRightParenthesisKeyword_3());
- match(input, 88, FOLLOW_88_in_rule__CompoundCondition__Group__3__Impl13173);
- after(grammarAccess.getCompoundConditionAccess().getRightParenthesisKeyword_3());
+ // InternalOseeDsl.g:6469:1: ( ')' )
+ // InternalOseeDsl.g:6470:1: ')'
+ {
+ before(grammarAccess.getCompoundConditionAccess().getRightParenthesisKeyword_3());
+ match(input,87,FOLLOW_2);
+ after(grammarAccess.getCompoundConditionAccess().getRightParenthesisKeyword_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group__3__Impl"
- // $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:6491: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();
+ // $ANTLR start "rule__CompoundCondition__Group_2__0"
+ // InternalOseeDsl.g:6491: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6495: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:6496: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__013212);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6495:1: ( rule__CompoundCondition__Group_2__0__Impl rule__CompoundCondition__Group_2__1 )
+ // InternalOseeDsl.g:6496:2: rule__CompoundCondition__Group_2__0__Impl rule__CompoundCondition__Group_2__1
+ {
+ pushFollow(FOLLOW_49);
rule__CompoundCondition__Group_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__CompoundCondition__Group_2__1_in_rule__CompoundCondition__Group_2__013215);
+ pushFollow(FOLLOW_2);
rule__CompoundCondition__Group_2__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group_2__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group_2__0"
- // $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:6503: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();
+ // $ANTLR start "rule__CompoundCondition__Group_2__0__Impl"
+ // InternalOseeDsl.g:6503:1: rule__CompoundCondition__Group_2__0__Impl : ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) ) ;
+ public final void rule__CompoundCondition__Group_2__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6507: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:6508: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:6508: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:6509:1: ( rule__CompoundCondition__OperatorsAssignment_2_0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6507:1: ( ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) ) )
+ // InternalOseeDsl.g:6508: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:6510: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:6510:2: rule__CompoundCondition__OperatorsAssignment_2_0
- {
- pushFollow(
- FOLLOW_rule__CompoundCondition__OperatorsAssignment_2_0_in_rule__CompoundCondition__Group_2__0__Impl13242);
- rule__CompoundCondition__OperatorsAssignment_2_0();
+ // InternalOseeDsl.g:6508:1: ( ( rule__CompoundCondition__OperatorsAssignment_2_0 ) )
+ // InternalOseeDsl.g:6509:1: ( rule__CompoundCondition__OperatorsAssignment_2_0 )
+ {
+ before(grammarAccess.getCompoundConditionAccess().getOperatorsAssignment_2_0());
+ // InternalOseeDsl.g:6510:1: ( rule__CompoundCondition__OperatorsAssignment_2_0 )
+ // InternalOseeDsl.g:6510:2: rule__CompoundCondition__OperatorsAssignment_2_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__CompoundCondition__OperatorsAssignment_2_0();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getCompoundConditionAccess().getOperatorsAssignment_2_0());
+ }
+
+ after(grammarAccess.getCompoundConditionAccess().getOperatorsAssignment_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group_2__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group_2__0__Impl"
- // $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:6520: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();
+ // $ANTLR start "rule__CompoundCondition__Group_2__1"
+ // InternalOseeDsl.g:6520:1: rule__CompoundCondition__Group_2__1 : rule__CompoundCondition__Group_2__1__Impl ;
+ public final void rule__CompoundCondition__Group_2__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6524: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:6525:2: rule__CompoundCondition__Group_2__1__Impl
- {
- pushFollow(FOLLOW_rule__CompoundCondition__Group_2__1__Impl_in_rule__CompoundCondition__Group_2__113272);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6524:1: ( rule__CompoundCondition__Group_2__1__Impl )
+ // InternalOseeDsl.g:6525:2: rule__CompoundCondition__Group_2__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__CompoundCondition__Group_2__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group_2__1"
+ restoreStackSize(stackSize);
- // $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:6531:1: rule__CompoundCondition__Group_2__1__Impl : ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) ) ;
- public final void rule__CompoundCondition__Group_2__1__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group_2__1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6535: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:6536: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:6536: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:6537:1: ( rule__CompoundCondition__ConditionsAssignment_2_1 )
+ // $ANTLR start "rule__CompoundCondition__Group_2__1__Impl"
+ // InternalOseeDsl.g:6531: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 {
+ // InternalOseeDsl.g:6535:1: ( ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) ) )
+ // InternalOseeDsl.g:6536:1: ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) )
+ {
+ // InternalOseeDsl.g:6536:1: ( ( rule__CompoundCondition__ConditionsAssignment_2_1 ) )
+ // InternalOseeDsl.g:6537:1: ( rule__CompoundCondition__ConditionsAssignment_2_1 )
+ {
+ before(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_2_1());
+ // InternalOseeDsl.g:6538:1: ( rule__CompoundCondition__ConditionsAssignment_2_1 )
+ // InternalOseeDsl.g:6538:2: 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:6538: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:6538:2: rule__CompoundCondition__ConditionsAssignment_2_1
- {
- pushFollow(
- FOLLOW_rule__CompoundCondition__ConditionsAssignment_2_1_in_rule__CompoundCondition__Group_2__1__Impl13299);
- rule__CompoundCondition__ConditionsAssignment_2_1();
+ pushFollow(FOLLOW_2);
+ rule__CompoundCondition__ConditionsAssignment_2_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_2_1());
+ after(grammarAccess.getCompoundConditionAccess().getConditionsAssignment_2_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__Group_2__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__Group_2__1__Impl"
- // $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:6552: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();
+ // $ANTLR start "rule__XArtifactMatcher__Group__0"
+ // InternalOseeDsl.g:6552:1: rule__XArtifactMatcher__Group__0 : rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1 ;
+ public final void rule__XArtifactMatcher__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6556: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:6557:2: rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1
- {
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__0__Impl_in_rule__XArtifactMatcher__Group__013333);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6556:1: ( rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1 )
+ // InternalOseeDsl.g:6557:2: rule__XArtifactMatcher__Group__0__Impl rule__XArtifactMatcher__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__XArtifactMatcher__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__1_in_rule__XArtifactMatcher__Group__013336);
+ pushFollow(FOLLOW_2);
rule__XArtifactMatcher__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__0"
- // $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:6564:1: rule__XArtifactMatcher__Group__0__Impl : ( 'artifactMatcher' ) ;
- public final void rule__XArtifactMatcher__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__Group__0__Impl"
+ // InternalOseeDsl.g:6564:1: rule__XArtifactMatcher__Group__0__Impl : ( 'artifactMatcher' ) ;
+ public final void rule__XArtifactMatcher__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6568:1: ( ( 'artifactMatcher' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6569:1: ( 'artifactMatcher' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6569:1: ( 'artifactMatcher' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6570:1: 'artifactMatcher'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6568:1: ( ( 'artifactMatcher' ) )
+ // InternalOseeDsl.g:6569:1: ( 'artifactMatcher' )
{
- before(grammarAccess.getXArtifactMatcherAccess().getArtifactMatcherKeyword_0());
- match(input, 89, FOLLOW_89_in_rule__XArtifactMatcher__Group__0__Impl13364);
- after(grammarAccess.getXArtifactMatcherAccess().getArtifactMatcherKeyword_0());
+ // InternalOseeDsl.g:6569:1: ( 'artifactMatcher' )
+ // InternalOseeDsl.g:6570:1: 'artifactMatcher'
+ {
+ before(grammarAccess.getXArtifactMatcherAccess().getArtifactMatcherKeyword_0());
+ match(input,88,FOLLOW_2);
+ after(grammarAccess.getXArtifactMatcherAccess().getArtifactMatcherKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__0__Impl"
- // $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:6583: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();
+ // $ANTLR start "rule__XArtifactMatcher__Group__1"
+ // InternalOseeDsl.g:6583:1: rule__XArtifactMatcher__Group__1 : rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2 ;
+ public final void rule__XArtifactMatcher__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6587: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:6588:2: rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2
- {
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__1__Impl_in_rule__XArtifactMatcher__Group__113395);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6587:1: ( rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2 )
+ // InternalOseeDsl.g:6588:2: rule__XArtifactMatcher__Group__1__Impl rule__XArtifactMatcher__Group__2
+ {
+ pushFollow(FOLLOW_53);
rule__XArtifactMatcher__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__2_in_rule__XArtifactMatcher__Group__113398);
+ pushFollow(FOLLOW_2);
rule__XArtifactMatcher__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__1"
- // $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:6595:1: rule__XArtifactMatcher__Group__1__Impl : ( ( rule__XArtifactMatcher__NameAssignment_1 ) ) ;
- public final void rule__XArtifactMatcher__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__Group__1__Impl"
+ // InternalOseeDsl.g:6595:1: rule__XArtifactMatcher__Group__1__Impl : ( ( rule__XArtifactMatcher__NameAssignment_1 ) ) ;
+ public final void rule__XArtifactMatcher__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6599: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:6600: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:6600: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:6601:1: ( rule__XArtifactMatcher__NameAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6599:1: ( ( ( rule__XArtifactMatcher__NameAssignment_1 ) ) )
+ // InternalOseeDsl.g:6600: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:6602: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:6602:2: rule__XArtifactMatcher__NameAssignment_1
- {
- pushFollow(
- FOLLOW_rule__XArtifactMatcher__NameAssignment_1_in_rule__XArtifactMatcher__Group__1__Impl13425);
- rule__XArtifactMatcher__NameAssignment_1();
+ // InternalOseeDsl.g:6600:1: ( ( rule__XArtifactMatcher__NameAssignment_1 ) )
+ // InternalOseeDsl.g:6601:1: ( rule__XArtifactMatcher__NameAssignment_1 )
+ {
+ before(grammarAccess.getXArtifactMatcherAccess().getNameAssignment_1());
+ // InternalOseeDsl.g:6602:1: ( rule__XArtifactMatcher__NameAssignment_1 )
+ // InternalOseeDsl.g:6602:2: rule__XArtifactMatcher__NameAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactMatcher__NameAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXArtifactMatcherAccess().getNameAssignment_1());
+ after(grammarAccess.getXArtifactMatcherAccess().getNameAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__1__Impl"
- // $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:6612: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();
+ // $ANTLR start "rule__XArtifactMatcher__Group__2"
+ // InternalOseeDsl.g:6612:1: rule__XArtifactMatcher__Group__2 : rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3 ;
+ public final void rule__XArtifactMatcher__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6616: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:6617:2: rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3
- {
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__2__Impl_in_rule__XArtifactMatcher__Group__213455);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6616:1: ( rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3 )
+ // InternalOseeDsl.g:6617:2: rule__XArtifactMatcher__Group__2__Impl rule__XArtifactMatcher__Group__3
+ {
+ pushFollow(FOLLOW_54);
rule__XArtifactMatcher__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__3_in_rule__XArtifactMatcher__Group__213458);
+ pushFollow(FOLLOW_2);
rule__XArtifactMatcher__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__2"
- // $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:6624:1: rule__XArtifactMatcher__Group__2__Impl : ( 'where' ) ;
- public final void rule__XArtifactMatcher__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__Group__2__Impl"
+ // InternalOseeDsl.g:6624:1: rule__XArtifactMatcher__Group__2__Impl : ( 'where' ) ;
+ public final void rule__XArtifactMatcher__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6628:1: ( ( 'where' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6629:1: ( 'where' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6629:1: ( 'where' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6630:1: 'where'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6628:1: ( ( 'where' ) )
+ // InternalOseeDsl.g:6629:1: ( 'where' )
+ {
+ // InternalOseeDsl.g:6629:1: ( 'where' )
+ // InternalOseeDsl.g:6630:1: 'where'
{
- before(grammarAccess.getXArtifactMatcherAccess().getWhereKeyword_2());
- match(input, 90, FOLLOW_90_in_rule__XArtifactMatcher__Group__2__Impl13486);
- after(grammarAccess.getXArtifactMatcherAccess().getWhereKeyword_2());
+ before(grammarAccess.getXArtifactMatcherAccess().getWhereKeyword_2());
+ match(input,89,FOLLOW_2);
+ after(grammarAccess.getXArtifactMatcherAccess().getWhereKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__2__Impl"
+ restoreStackSize(stackSize);
- // $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:6643:1: rule__XArtifactMatcher__Group__3 : rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4 ;
- public final void rule__XArtifactMatcher__Group__3() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__2__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6647: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:6648:2: rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4
- {
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__3__Impl_in_rule__XArtifactMatcher__Group__313517);
+ // $ANTLR start "rule__XArtifactMatcher__Group__3"
+ // InternalOseeDsl.g:6643: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 {
+ // InternalOseeDsl.g:6647:1: ( rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4 )
+ // InternalOseeDsl.g:6648:2: rule__XArtifactMatcher__Group__3__Impl rule__XArtifactMatcher__Group__4
+ {
+ pushFollow(FOLLOW_55);
rule__XArtifactMatcher__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__4_in_rule__XArtifactMatcher__Group__313520);
+ pushFollow(FOLLOW_2);
rule__XArtifactMatcher__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__3"
- // $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:6655:1: rule__XArtifactMatcher__Group__3__Impl : ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) ) ;
- public final void rule__XArtifactMatcher__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__Group__3__Impl"
+ // InternalOseeDsl.g:6655:1: rule__XArtifactMatcher__Group__3__Impl : ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) ) ;
+ public final void rule__XArtifactMatcher__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6659: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:6660: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:6660: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:6661:1: ( rule__XArtifactMatcher__ConditionsAssignment_3 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6659:1: ( ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) ) )
+ // InternalOseeDsl.g:6660:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) )
+ {
+ // InternalOseeDsl.g:6660:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_3 ) )
+ // InternalOseeDsl.g:6661:1: ( rule__XArtifactMatcher__ConditionsAssignment_3 )
+ {
+ before(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_3());
+ // InternalOseeDsl.g:6662:1: ( rule__XArtifactMatcher__ConditionsAssignment_3 )
+ // InternalOseeDsl.g:6662:2: 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:6662: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:6662:2: rule__XArtifactMatcher__ConditionsAssignment_3
- {
- pushFollow(
- FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_3_in_rule__XArtifactMatcher__Group__3__Impl13547);
- rule__XArtifactMatcher__ConditionsAssignment_3();
+ pushFollow(FOLLOW_2);
+ rule__XArtifactMatcher__ConditionsAssignment_3();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_3());
+ after(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__3__Impl"
- // $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:6672: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();
+ // $ANTLR start "rule__XArtifactMatcher__Group__4"
+ // InternalOseeDsl.g:6672:1: rule__XArtifactMatcher__Group__4 : rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5 ;
+ public final void rule__XArtifactMatcher__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6676: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:6677:2: rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5
- {
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__4__Impl_in_rule__XArtifactMatcher__Group__413577);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6676:1: ( rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5 )
+ // InternalOseeDsl.g:6677:2: rule__XArtifactMatcher__Group__4__Impl rule__XArtifactMatcher__Group__5
+ {
+ pushFollow(FOLLOW_55);
rule__XArtifactMatcher__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__5_in_rule__XArtifactMatcher__Group__413580);
+ pushFollow(FOLLOW_2);
rule__XArtifactMatcher__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__4"
- // $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:6684:1: rule__XArtifactMatcher__Group__4__Impl : ( ( rule__XArtifactMatcher__Group_4__0 )* ) ;
- public final void rule__XArtifactMatcher__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__Group__4__Impl"
+ // InternalOseeDsl.g:6684:1: rule__XArtifactMatcher__Group__4__Impl : ( ( rule__XArtifactMatcher__Group_4__0 )* ) ;
+ public final void rule__XArtifactMatcher__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6688: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:6689: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:6689: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:6690:1: ( rule__XArtifactMatcher__Group_4__0 )*
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6688:1: ( ( ( rule__XArtifactMatcher__Group_4__0 )* ) )
+ // InternalOseeDsl.g:6689:1: ( ( rule__XArtifactMatcher__Group_4__0 )* )
+ {
+ // InternalOseeDsl.g:6689:1: ( ( rule__XArtifactMatcher__Group_4__0 )* )
+ // InternalOseeDsl.g:6690: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:6691:1: ( rule__XArtifactMatcher__Group_4__0 )*
- loop49: do {
- int alt49 = 2;
- int LA49_0 = input.LA(1);
+ before(grammarAccess.getXArtifactMatcherAccess().getGroup_4());
+ // InternalOseeDsl.g:6691:1: ( rule__XArtifactMatcher__Group_4__0 )*
+ loop49:
+ do {
+ int alt49=2;
+ int LA49_0 = input.LA(1);
- if (LA49_0 >= 40 && LA49_0 <= 41) {
- alt49 = 1;
- }
+ if ( ((LA49_0>=39 && LA49_0<=40)) ) {
+ alt49=1;
+ }
- 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:6691:2: rule__XArtifactMatcher__Group_4__0
- {
- pushFollow(
- FOLLOW_rule__XArtifactMatcher__Group_4__0_in_rule__XArtifactMatcher__Group__4__Impl13607);
- rule__XArtifactMatcher__Group_4__0();
- state._fsp--;
+ switch (alt49) {
+ case 1 :
+ // InternalOseeDsl.g:6691:2: rule__XArtifactMatcher__Group_4__0
+ {
+ pushFollow(FOLLOW_52);
+ rule__XArtifactMatcher__Group_4__0();
- }
- break;
+ state._fsp--;
+
+
+ }
+ break;
- default:
- break loop49;
- }
- } while (true);
+ default :
+ break loop49;
+ }
+ } while (true);
- after(grammarAccess.getXArtifactMatcherAccess().getGroup_4());
+ after(grammarAccess.getXArtifactMatcherAccess().getGroup_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__4__Impl"
- // $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:6701:1: rule__XArtifactMatcher__Group__5 : rule__XArtifactMatcher__Group__5__Impl ;
- public final void rule__XArtifactMatcher__Group__5() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__Group__5"
+ // InternalOseeDsl.g:6701:1: rule__XArtifactMatcher__Group__5 : rule__XArtifactMatcher__Group__5__Impl ;
+ public final void rule__XArtifactMatcher__Group__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6705: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:6706:2: rule__XArtifactMatcher__Group__5__Impl
- {
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group__5__Impl_in_rule__XArtifactMatcher__Group__513638);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6705:1: ( rule__XArtifactMatcher__Group__5__Impl )
+ // InternalOseeDsl.g:6706:2: rule__XArtifactMatcher__Group__5__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XArtifactMatcher__Group__5__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__5"
- // $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:6712:1: rule__XArtifactMatcher__Group__5__Impl : ( ';' ) ;
- public final void rule__XArtifactMatcher__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__Group__5__Impl"
+ // InternalOseeDsl.g:6712:1: rule__XArtifactMatcher__Group__5__Impl : ( ';' ) ;
+ public final void rule__XArtifactMatcher__Group__5__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6716:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6717:1: ( ';' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6717:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6718:1: ';'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6716:1: ( ( ';' ) )
+ // InternalOseeDsl.g:6717:1: ( ';' )
{
- before(grammarAccess.getXArtifactMatcherAccess().getSemicolonKeyword_5());
- match(input, 91, FOLLOW_91_in_rule__XArtifactMatcher__Group__5__Impl13666);
- after(grammarAccess.getXArtifactMatcherAccess().getSemicolonKeyword_5());
+ // InternalOseeDsl.g:6717:1: ( ';' )
+ // InternalOseeDsl.g:6718:1: ';'
+ {
+ before(grammarAccess.getXArtifactMatcherAccess().getSemicolonKeyword_5());
+ match(input,90,FOLLOW_2);
+ after(grammarAccess.getXArtifactMatcherAccess().getSemicolonKeyword_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group__5__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group__5__Impl"
- // $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:6743: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();
+ // $ANTLR start "rule__XArtifactMatcher__Group_4__0"
+ // InternalOseeDsl.g:6743: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6747: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:6748: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__013709);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6747:1: ( rule__XArtifactMatcher__Group_4__0__Impl rule__XArtifactMatcher__Group_4__1 )
+ // InternalOseeDsl.g:6748:2: rule__XArtifactMatcher__Group_4__0__Impl rule__XArtifactMatcher__Group_4__1
+ {
+ pushFollow(FOLLOW_54);
rule__XArtifactMatcher__Group_4__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__1_in_rule__XArtifactMatcher__Group_4__013712);
+ pushFollow(FOLLOW_2);
rule__XArtifactMatcher__Group_4__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group_4__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group_4__0"
- // $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:6755: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();
+ // $ANTLR start "rule__XArtifactMatcher__Group_4__0__Impl"
+ // InternalOseeDsl.g:6755:1: rule__XArtifactMatcher__Group_4__0__Impl : ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) ) ;
+ public final void rule__XArtifactMatcher__Group_4__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6759: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:6760: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:6760: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:6761:1: ( rule__XArtifactMatcher__OperatorsAssignment_4_0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6759:1: ( ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) ) )
+ // InternalOseeDsl.g:6760: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:6762: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:6762:2: rule__XArtifactMatcher__OperatorsAssignment_4_0
- {
- pushFollow(
- FOLLOW_rule__XArtifactMatcher__OperatorsAssignment_4_0_in_rule__XArtifactMatcher__Group_4__0__Impl13739);
- rule__XArtifactMatcher__OperatorsAssignment_4_0();
+ // InternalOseeDsl.g:6760:1: ( ( rule__XArtifactMatcher__OperatorsAssignment_4_0 ) )
+ // InternalOseeDsl.g:6761:1: ( rule__XArtifactMatcher__OperatorsAssignment_4_0 )
+ {
+ before(grammarAccess.getXArtifactMatcherAccess().getOperatorsAssignment_4_0());
+ // InternalOseeDsl.g:6762:1: ( rule__XArtifactMatcher__OperatorsAssignment_4_0 )
+ // InternalOseeDsl.g:6762:2: rule__XArtifactMatcher__OperatorsAssignment_4_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XArtifactMatcher__OperatorsAssignment_4_0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXArtifactMatcherAccess().getOperatorsAssignment_4_0());
+ after(grammarAccess.getXArtifactMatcherAccess().getOperatorsAssignment_4_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group_4__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group_4__0__Impl"
- // $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:6772: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();
+ // $ANTLR start "rule__XArtifactMatcher__Group_4__1"
+ // InternalOseeDsl.g:6772:1: rule__XArtifactMatcher__Group_4__1 : rule__XArtifactMatcher__Group_4__1__Impl ;
+ public final void rule__XArtifactMatcher__Group_4__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6776: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:6777:2: rule__XArtifactMatcher__Group_4__1__Impl
- {
- pushFollow(FOLLOW_rule__XArtifactMatcher__Group_4__1__Impl_in_rule__XArtifactMatcher__Group_4__113769);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6776:1: ( rule__XArtifactMatcher__Group_4__1__Impl )
+ // InternalOseeDsl.g:6777:2: rule__XArtifactMatcher__Group_4__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XArtifactMatcher__Group_4__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group_4__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__Group_4__1"
- // $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:6783: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();
+ // $ANTLR start "rule__XArtifactMatcher__Group_4__1__Impl"
+ // InternalOseeDsl.g:6783:1: rule__XArtifactMatcher__Group_4__1__Impl : ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) ) ;
+ public final void rule__XArtifactMatcher__Group_4__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6787: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:6788: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:6788: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:6789:1: ( rule__XArtifactMatcher__ConditionsAssignment_4_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6787:1: ( ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) ) )
+ // InternalOseeDsl.g:6788:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) )
+ {
+ // InternalOseeDsl.g:6788:1: ( ( rule__XArtifactMatcher__ConditionsAssignment_4_1 ) )
+ // InternalOseeDsl.g:6789:1: ( rule__XArtifactMatcher__ConditionsAssignment_4_1 )
+ {
+ before(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_4_1());
+ // InternalOseeDsl.g:6790:1: ( rule__XArtifactMatcher__ConditionsAssignment_4_1 )
+ // InternalOseeDsl.g:6790:2: 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:6790: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:6790:2: rule__XArtifactMatcher__ConditionsAssignment_4_1
- {
- pushFollow(
- FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_4_1_in_rule__XArtifactMatcher__Group_4__1__Impl13796);
- rule__XArtifactMatcher__ConditionsAssignment_4_1();
+ pushFollow(FOLLOW_2);
+ rule__XArtifactMatcher__ConditionsAssignment_4_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_4_1());
+ after(grammarAccess.getXArtifactMatcherAccess().getConditionsAssignment_4_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__Group_4__1__Impl"
+ }
+ return ;
+ }
+ // $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:6804: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();
+ // $ANTLR start "rule__Role__Group__0"
+ // InternalOseeDsl.g:6804:1: rule__Role__Group__0 : rule__Role__Group__0__Impl rule__Role__Group__1 ;
+ public final void rule__Role__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6808: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:6809:2: rule__Role__Group__0__Impl rule__Role__Group__1
- {
- pushFollow(FOLLOW_rule__Role__Group__0__Impl_in_rule__Role__Group__013830);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6808:1: ( rule__Role__Group__0__Impl rule__Role__Group__1 )
+ // InternalOseeDsl.g:6809:2: rule__Role__Group__0__Impl rule__Role__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__Role__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__Role__Group__1_in_rule__Role__Group__013833);
+ pushFollow(FOLLOW_2);
rule__Role__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__0"
+ }
+ 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:6816:1: rule__Role__Group__0__Impl : ( 'role' ) ;
- public final void rule__Role__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__Group__0__Impl"
+ // InternalOseeDsl.g:6816:1: rule__Role__Group__0__Impl : ( 'role' ) ;
+ public final void rule__Role__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6820:1: ( ( 'role' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6821:1: ( 'role' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6821:1: ( 'role' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6822:1: 'role'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6820:1: ( ( 'role' ) )
+ // InternalOseeDsl.g:6821:1: ( 'role' )
+ {
+ // InternalOseeDsl.g:6821:1: ( 'role' )
+ // InternalOseeDsl.g:6822:1: 'role'
{
- before(grammarAccess.getRoleAccess().getRoleKeyword_0());
- match(input, 92, FOLLOW_92_in_rule__Role__Group__0__Impl13861);
- after(grammarAccess.getRoleAccess().getRoleKeyword_0());
+ before(grammarAccess.getRoleAccess().getRoleKeyword_0());
+ match(input,91,FOLLOW_2);
+ after(grammarAccess.getRoleAccess().getRoleKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__0__Impl"
+ }
+ 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:6835: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();
+ // $ANTLR start "rule__Role__Group__1"
+ // InternalOseeDsl.g:6835:1: rule__Role__Group__1 : rule__Role__Group__1__Impl rule__Role__Group__2 ;
+ public final void rule__Role__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6839: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:6840:2: rule__Role__Group__1__Impl rule__Role__Group__2
- {
- pushFollow(FOLLOW_rule__Role__Group__1__Impl_in_rule__Role__Group__113892);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6839:1: ( rule__Role__Group__1__Impl rule__Role__Group__2 )
+ // InternalOseeDsl.g:6840:2: rule__Role__Group__1__Impl rule__Role__Group__2
+ {
+ pushFollow(FOLLOW_12);
rule__Role__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__Role__Group__2_in_rule__Role__Group__113895);
+ pushFollow(FOLLOW_2);
rule__Role__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__1"
+ }
+ 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:6847:1: rule__Role__Group__1__Impl : ( ( rule__Role__NameAssignment_1 ) ) ;
- public final void rule__Role__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__Group__1__Impl"
+ // InternalOseeDsl.g:6847:1: rule__Role__Group__1__Impl : ( ( rule__Role__NameAssignment_1 ) ) ;
+ public final void rule__Role__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6851: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:6852: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:6852: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:6853:1: ( rule__Role__NameAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6851:1: ( ( ( rule__Role__NameAssignment_1 ) ) )
+ // InternalOseeDsl.g:6852:1: ( ( rule__Role__NameAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:6852:1: ( ( rule__Role__NameAssignment_1 ) )
+ // InternalOseeDsl.g:6853: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:6854: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:6854:2: rule__Role__NameAssignment_1
- {
- pushFollow(FOLLOW_rule__Role__NameAssignment_1_in_rule__Role__Group__1__Impl13922);
- rule__Role__NameAssignment_1();
+ before(grammarAccess.getRoleAccess().getNameAssignment_1());
+ // InternalOseeDsl.g:6854:1: ( rule__Role__NameAssignment_1 )
+ // InternalOseeDsl.g:6854:2: rule__Role__NameAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Role__NameAssignment_1();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getRoleAccess().getNameAssignment_1());
+ }
+
+ after(grammarAccess.getRoleAccess().getNameAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__1__Impl"
+ }
+ 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:6864: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();
+ // $ANTLR start "rule__Role__Group__2"
+ // InternalOseeDsl.g:6864:1: rule__Role__Group__2 : rule__Role__Group__2__Impl rule__Role__Group__3 ;
+ public final void rule__Role__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6868: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:6869:2: rule__Role__Group__2__Impl rule__Role__Group__3
- {
- pushFollow(FOLLOW_rule__Role__Group__2__Impl_in_rule__Role__Group__213952);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6868:1: ( rule__Role__Group__2__Impl rule__Role__Group__3 )
+ // InternalOseeDsl.g:6869:2: rule__Role__Group__2__Impl rule__Role__Group__3
+ {
+ pushFollow(FOLLOW_12);
rule__Role__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__Role__Group__3_in_rule__Role__Group__213955);
+ pushFollow(FOLLOW_2);
rule__Role__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__2"
+ }
+ 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:6876:1: rule__Role__Group__2__Impl : ( ( rule__Role__Group_2__0 )? ) ;
- public final void rule__Role__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__Group__2__Impl"
+ // InternalOseeDsl.g:6876:1: rule__Role__Group__2__Impl : ( ( rule__Role__Group_2__0 )? ) ;
+ public final void rule__Role__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6880: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:6881: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:6881: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:6882:1: ( rule__Role__Group_2__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6880:1: ( ( ( rule__Role__Group_2__0 )? ) )
+ // InternalOseeDsl.g:6881: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:6883:1: ( rule__Role__Group_2__0 )?
- int alt50 = 2;
- int LA50_0 = input.LA(1);
+ // InternalOseeDsl.g:6881:1: ( ( rule__Role__Group_2__0 )? )
+ // InternalOseeDsl.g:6882:1: ( rule__Role__Group_2__0 )?
+ {
+ before(grammarAccess.getRoleAccess().getGroup_2());
+ // InternalOseeDsl.g:6883:1: ( rule__Role__Group_2__0 )?
+ int alt50=2;
+ int LA50_0 = input.LA(1);
- if (LA50_0 == 57) {
- 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:6883:2: rule__Role__Group_2__0
- {
- pushFollow(FOLLOW_rule__Role__Group_2__0_in_rule__Role__Group__2__Impl13982);
- rule__Role__Group_2__0();
+ if ( (LA50_0==56) ) {
+ alt50=1;
+ }
+ switch (alt50) {
+ case 1 :
+ // InternalOseeDsl.g:6883:2: rule__Role__Group_2__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Role__Group_2__0();
- state._fsp--;
+ state._fsp--;
- }
- break;
- }
+ }
+ break;
- after(grammarAccess.getRoleAccess().getGroup_2());
+ }
+
+ after(grammarAccess.getRoleAccess().getGroup_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__2__Impl"
+ restoreStackSize(stackSize);
- // $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:6893:1: rule__Role__Group__3 : rule__Role__Group__3__Impl rule__Role__Group__4 ;
- public final void rule__Role__Group__3() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__2__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6897: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:6898:2: rule__Role__Group__3__Impl rule__Role__Group__4
- {
- pushFollow(FOLLOW_rule__Role__Group__3__Impl_in_rule__Role__Group__314013);
+ // $ANTLR start "rule__Role__Group__3"
+ // InternalOseeDsl.g:6893: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 {
+ // InternalOseeDsl.g:6897:1: ( rule__Role__Group__3__Impl rule__Role__Group__4 )
+ // InternalOseeDsl.g:6898:2: rule__Role__Group__3__Impl rule__Role__Group__4
+ {
+ pushFollow(FOLLOW_56);
rule__Role__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__Role__Group__4_in_rule__Role__Group__314016);
+ pushFollow(FOLLOW_2);
rule__Role__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__3"
+ }
+ 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:6905:1: rule__Role__Group__3__Impl : ( '{' ) ;
- public final void rule__Role__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__Group__3__Impl"
+ // InternalOseeDsl.g:6905:1: rule__Role__Group__3__Impl : ( '{' ) ;
+ public final void rule__Role__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6909:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6910:1: ( '{' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6910:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6911:1: '{'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6909:1: ( ( '{' ) )
+ // InternalOseeDsl.g:6910:1: ( '{' )
+ {
+ // InternalOseeDsl.g:6910:1: ( '{' )
+ // InternalOseeDsl.g:6911:1: '{'
{
- before(grammarAccess.getRoleAccess().getLeftCurlyBracketKeyword_3());
- match(input, 54, FOLLOW_54_in_rule__Role__Group__3__Impl14044);
- after(grammarAccess.getRoleAccess().getLeftCurlyBracketKeyword_3());
+ before(grammarAccess.getRoleAccess().getLeftCurlyBracketKeyword_3());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getRoleAccess().getLeftCurlyBracketKeyword_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__3__Impl"
+ }
+ 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:6924: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();
+ // $ANTLR start "rule__Role__Group__4"
+ // InternalOseeDsl.g:6924:1: rule__Role__Group__4 : rule__Role__Group__4__Impl rule__Role__Group__5 ;
+ public final void rule__Role__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6928: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:6929:2: rule__Role__Group__4__Impl rule__Role__Group__5
- {
- pushFollow(FOLLOW_rule__Role__Group__4__Impl_in_rule__Role__Group__414075);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6928:1: ( rule__Role__Group__4__Impl rule__Role__Group__5 )
+ // InternalOseeDsl.g:6929:2: rule__Role__Group__4__Impl rule__Role__Group__5
+ {
+ pushFollow(FOLLOW_28);
rule__Role__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__Role__Group__5_in_rule__Role__Group__414078);
+ pushFollow(FOLLOW_2);
rule__Role__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__4"
+ }
+ 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:6936: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();
+ // $ANTLR start "rule__Role__Group__4__Impl"
+ // InternalOseeDsl.g:6936:1: rule__Role__Group__4__Impl : ( ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* ) ) ;
+ public final void rule__Role__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6940: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:6941: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:6941: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:6942:1: ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6940:1: ( ( ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* ) ) )
+ // InternalOseeDsl.g:6941:1: ( ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* ) )
+ {
+ // InternalOseeDsl.g:6941:1: ( ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* ) )
+ // InternalOseeDsl.g:6942:1: ( ( rule__Role__Alternatives_4 ) ) ( ( rule__Role__Alternatives_4 )* )
+ {
+ // InternalOseeDsl.g:6942:1: ( ( rule__Role__Alternatives_4 ) )
+ // InternalOseeDsl.g:6943: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:6942: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:6943: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:6944: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:6944:2: rule__Role__Alternatives_4
- {
- pushFollow(FOLLOW_rule__Role__Alternatives_4_in_rule__Role__Group__4__Impl14107);
- rule__Role__Alternatives_4();
+ before(grammarAccess.getRoleAccess().getAlternatives_4());
+ // InternalOseeDsl.g:6944:1: ( rule__Role__Alternatives_4 )
+ // InternalOseeDsl.g:6944:2: rule__Role__Alternatives_4
+ {
+ pushFollow(FOLLOW_57);
+ rule__Role__Alternatives_4();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getRoleAccess().getAlternatives_4());
+ }
- }
+ 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:6947: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:6948: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:6949:1: ( rule__Role__Alternatives_4 )*
- loop51: do {
- int alt51 = 2;
- int LA51_0 = input.LA(1);
+ }
- if (LA51_0 == 59 || LA51_0 == 93) {
- alt51 = 1;
- }
+ // InternalOseeDsl.g:6947:1: ( ( rule__Role__Alternatives_4 )* )
+ // InternalOseeDsl.g:6948:1: ( rule__Role__Alternatives_4 )*
+ {
+ before(grammarAccess.getRoleAccess().getAlternatives_4());
+ // InternalOseeDsl.g:6949:1: ( rule__Role__Alternatives_4 )*
+ loop51:
+ do {
+ int alt51=2;
+ int LA51_0 = input.LA(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:6949:2: rule__Role__Alternatives_4
- {
- pushFollow(FOLLOW_rule__Role__Alternatives_4_in_rule__Role__Group__4__Impl14119);
- rule__Role__Alternatives_4();
+ if ( (LA51_0==58||LA51_0==92) ) {
+ alt51=1;
+ }
- state._fsp--;
- }
- break;
+ switch (alt51) {
+ case 1 :
+ // InternalOseeDsl.g:6949:2: rule__Role__Alternatives_4
+ {
+ pushFollow(FOLLOW_57);
+ rule__Role__Alternatives_4();
+
+ state._fsp--;
+
- default:
- break loop51;
- }
- } while (true);
+ }
+ break;
- after(grammarAccess.getRoleAccess().getAlternatives_4());
+ 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"
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- // $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:6960:1: rule__Role__Group__5 : rule__Role__Group__5__Impl ;
- public final void rule__Role__Group__5() throws RecognitionException {
+ restoreStackSize(stackSize);
- int stackSize = keepStackSize();
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group__4__Impl"
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6964: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:6965:2: rule__Role__Group__5__Impl
- {
- pushFollow(FOLLOW_rule__Role__Group__5__Impl_in_rule__Role__Group__514152);
+
+ // $ANTLR start "rule__Role__Group__5"
+ // InternalOseeDsl.g:6960:1: rule__Role__Group__5 : rule__Role__Group__5__Impl ;
+ public final void rule__Role__Group__5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6964:1: ( rule__Role__Group__5__Impl )
+ // InternalOseeDsl.g:6965:2: rule__Role__Group__5__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__Role__Group__5__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__5"
+ }
+ 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:6971:1: rule__Role__Group__5__Impl : ( '}' ) ;
- public final void rule__Role__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__Group__5__Impl"
+ // InternalOseeDsl.g:6971:1: rule__Role__Group__5__Impl : ( '}' ) ;
+ public final void rule__Role__Group__5__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6975:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6976:1: ( '}' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6976:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:6977:1: '}'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:6975:1: ( ( '}' ) )
+ // InternalOseeDsl.g:6976:1: ( '}' )
+ {
+ // InternalOseeDsl.g:6976:1: ( '}' )
+ // InternalOseeDsl.g:6977:1: '}'
{
- before(grammarAccess.getRoleAccess().getRightCurlyBracketKeyword_5());
- match(input, 56, FOLLOW_56_in_rule__Role__Group__5__Impl14180);
- after(grammarAccess.getRoleAccess().getRightCurlyBracketKeyword_5());
+ before(grammarAccess.getRoleAccess().getRightCurlyBracketKeyword_5());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getRoleAccess().getRightCurlyBracketKeyword_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group__5__Impl"
+ }
+ 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:7002: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();
+ // $ANTLR start "rule__Role__Group_2__0"
+ // InternalOseeDsl.g:7002: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7006: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:7007: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__014223);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7006:1: ( rule__Role__Group_2__0__Impl rule__Role__Group_2__1 )
+ // InternalOseeDsl.g:7007:2: rule__Role__Group_2__0__Impl rule__Role__Group_2__1
+ {
+ pushFollow(FOLLOW_7);
rule__Role__Group_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__Role__Group_2__1_in_rule__Role__Group_2__014226);
+ pushFollow(FOLLOW_2);
rule__Role__Group_2__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group_2__0"
+ }
+ 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:7014:1: rule__Role__Group_2__0__Impl : ( 'extends' ) ;
- public final void rule__Role__Group_2__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__Group_2__0__Impl"
+ // InternalOseeDsl.g:7014:1: rule__Role__Group_2__0__Impl : ( 'extends' ) ;
+ public final void rule__Role__Group_2__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7018:1: ( ( 'extends' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7019:1: ( 'extends' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7019:1: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7020:1: 'extends'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7018:1: ( ( 'extends' ) )
+ // InternalOseeDsl.g:7019:1: ( 'extends' )
+ {
+ // InternalOseeDsl.g:7019:1: ( 'extends' )
+ // InternalOseeDsl.g:7020:1: 'extends'
{
- before(grammarAccess.getRoleAccess().getExtendsKeyword_2_0());
- match(input, 57, FOLLOW_57_in_rule__Role__Group_2__0__Impl14254);
- after(grammarAccess.getRoleAccess().getExtendsKeyword_2_0());
+ before(grammarAccess.getRoleAccess().getExtendsKeyword_2_0());
+ match(input,56,FOLLOW_2);
+ after(grammarAccess.getRoleAccess().getExtendsKeyword_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group_2__0__Impl"
+ }
+ 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:7033: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();
+ // $ANTLR start "rule__Role__Group_2__1"
+ // InternalOseeDsl.g:7033:1: rule__Role__Group_2__1 : rule__Role__Group_2__1__Impl ;
+ public final void rule__Role__Group_2__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7037: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:7038:2: rule__Role__Group_2__1__Impl
- {
- pushFollow(FOLLOW_rule__Role__Group_2__1__Impl_in_rule__Role__Group_2__114285);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7037:1: ( rule__Role__Group_2__1__Impl )
+ // InternalOseeDsl.g:7038:2: rule__Role__Group_2__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__Role__Group_2__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__Group_2__1"
+ }
+ 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:7044: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();
+ // $ANTLR start "rule__Role__Group_2__1__Impl"
+ // InternalOseeDsl.g:7044:1: rule__Role__Group_2__1__Impl : ( ( rule__Role__SuperRolesAssignment_2_1 ) ) ;
+ public final void rule__Role__Group_2__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7048: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:7049: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:7049: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:7050:1: ( rule__Role__SuperRolesAssignment_2_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7048:1: ( ( ( rule__Role__SuperRolesAssignment_2_1 ) ) )
+ // InternalOseeDsl.g:7049:1: ( ( rule__Role__SuperRolesAssignment_2_1 ) )
+ {
+ // InternalOseeDsl.g:7049:1: ( ( rule__Role__SuperRolesAssignment_2_1 ) )
+ // InternalOseeDsl.g:7050: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:7051: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:7051:2: rule__Role__SuperRolesAssignment_2_1
- {
- pushFollow(FOLLOW_rule__Role__SuperRolesAssignment_2_1_in_rule__Role__Group_2__1__Impl14312);
- rule__Role__SuperRolesAssignment_2_1();
+ before(grammarAccess.getRoleAccess().getSuperRolesAssignment_2_1());
+ // InternalOseeDsl.g:7051:1: ( rule__Role__SuperRolesAssignment_2_1 )
+ // InternalOseeDsl.g:7051:2: rule__Role__SuperRolesAssignment_2_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Role__SuperRolesAssignment_2_1();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getRoleAccess().getSuperRolesAssignment_2_1());
+ }
+
+ after(grammarAccess.getRoleAccess().getSuperRolesAssignment_2_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__Role__Group_2__1__Impl"
+ restoreStackSize(stackSize);
- // $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:7065:1: rule__ReferencedContext__Group__0 : rule__ReferencedContext__Group__0__Impl rule__ReferencedContext__Group__1 ;
- public final void rule__ReferencedContext__Group__0() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Role__Group_2__1__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7069: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:7070:2: rule__ReferencedContext__Group__0__Impl rule__ReferencedContext__Group__1
- {
- pushFollow(FOLLOW_rule__ReferencedContext__Group__0__Impl_in_rule__ReferencedContext__Group__014346);
+ // $ANTLR start "rule__ReferencedContext__Group__0"
+ // InternalOseeDsl.g:7065: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 {
+ // InternalOseeDsl.g:7069:1: ( rule__ReferencedContext__Group__0__Impl rule__ReferencedContext__Group__1 )
+ // InternalOseeDsl.g:7070:2: rule__ReferencedContext__Group__0__Impl rule__ReferencedContext__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__ReferencedContext__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ReferencedContext__Group__1_in_rule__ReferencedContext__Group__014349);
+ pushFollow(FOLLOW_2);
rule__ReferencedContext__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ReferencedContext__Group__0"
+ }
+ 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:7077:1: rule__ReferencedContext__Group__0__Impl : ( 'accessContext' ) ;
- public final void rule__ReferencedContext__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ReferencedContext__Group__0__Impl"
+ // InternalOseeDsl.g:7077:1: rule__ReferencedContext__Group__0__Impl : ( 'accessContext' ) ;
+ public final void rule__ReferencedContext__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7081:1: ( ( 'accessContext' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7082:1: ( 'accessContext' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7082:1: ( 'accessContext' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7083:1: 'accessContext'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7081:1: ( ( 'accessContext' ) )
+ // InternalOseeDsl.g:7082:1: ( 'accessContext' )
+ {
+ // InternalOseeDsl.g:7082:1: ( 'accessContext' )
+ // InternalOseeDsl.g:7083:1: 'accessContext'
{
- before(grammarAccess.getReferencedContextAccess().getAccessContextKeyword_0());
- match(input, 93, FOLLOW_93_in_rule__ReferencedContext__Group__0__Impl14377);
- after(grammarAccess.getReferencedContextAccess().getAccessContextKeyword_0());
+ before(grammarAccess.getReferencedContextAccess().getAccessContextKeyword_0());
+ match(input,92,FOLLOW_2);
+ after(grammarAccess.getReferencedContextAccess().getAccessContextKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ReferencedContext__Group__0__Impl"
+ }
+ 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:7096: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();
+ // $ANTLR start "rule__ReferencedContext__Group__1"
+ // InternalOseeDsl.g:7096:1: rule__ReferencedContext__Group__1 : rule__ReferencedContext__Group__1__Impl rule__ReferencedContext__Group__2 ;
+ public final void rule__ReferencedContext__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7100: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:7101:2: rule__ReferencedContext__Group__1__Impl rule__ReferencedContext__Group__2
- {
- pushFollow(FOLLOW_rule__ReferencedContext__Group__1__Impl_in_rule__ReferencedContext__Group__114408);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7100:1: ( rule__ReferencedContext__Group__1__Impl rule__ReferencedContext__Group__2 )
+ // InternalOseeDsl.g:7101:2: rule__ReferencedContext__Group__1__Impl rule__ReferencedContext__Group__2
+ {
+ pushFollow(FOLLOW_58);
rule__ReferencedContext__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ReferencedContext__Group__2_in_rule__ReferencedContext__Group__114411);
+ pushFollow(FOLLOW_2);
rule__ReferencedContext__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ReferencedContext__Group__1"
+ }
+ 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:7108:1: rule__ReferencedContext__Group__1__Impl : ( ( rule__ReferencedContext__AccessContextRefAssignment_1 ) ) ;
- public final void rule__ReferencedContext__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ReferencedContext__Group__1__Impl"
+ // InternalOseeDsl.g:7108:1: rule__ReferencedContext__Group__1__Impl : ( ( rule__ReferencedContext__AccessContextRefAssignment_1 ) ) ;
+ public final void rule__ReferencedContext__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7112: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:7113: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:7113: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:7114:1: ( rule__ReferencedContext__AccessContextRefAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7112:1: ( ( ( rule__ReferencedContext__AccessContextRefAssignment_1 ) ) )
+ // InternalOseeDsl.g:7113:1: ( ( rule__ReferencedContext__AccessContextRefAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:7113:1: ( ( rule__ReferencedContext__AccessContextRefAssignment_1 ) )
+ // InternalOseeDsl.g:7114:1: ( rule__ReferencedContext__AccessContextRefAssignment_1 )
+ {
+ before(grammarAccess.getReferencedContextAccess().getAccessContextRefAssignment_1());
+ // InternalOseeDsl.g:7115:1: ( rule__ReferencedContext__AccessContextRefAssignment_1 )
+ // InternalOseeDsl.g:7115:2: 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:7115: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:7115:2: rule__ReferencedContext__AccessContextRefAssignment_1
- {
- pushFollow(
- FOLLOW_rule__ReferencedContext__AccessContextRefAssignment_1_in_rule__ReferencedContext__Group__1__Impl14438);
- rule__ReferencedContext__AccessContextRefAssignment_1();
+ pushFollow(FOLLOW_2);
+ rule__ReferencedContext__AccessContextRefAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getReferencedContextAccess().getAccessContextRefAssignment_1());
+ after(grammarAccess.getReferencedContextAccess().getAccessContextRefAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ReferencedContext__Group__1__Impl"
+ }
+ 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:7125:1: rule__ReferencedContext__Group__2 : rule__ReferencedContext__Group__2__Impl ;
- public final void rule__ReferencedContext__Group__2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ReferencedContext__Group__2"
+ // InternalOseeDsl.g:7125:1: rule__ReferencedContext__Group__2 : rule__ReferencedContext__Group__2__Impl ;
+ public final void rule__ReferencedContext__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7129: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:7130:2: rule__ReferencedContext__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__ReferencedContext__Group__2__Impl_in_rule__ReferencedContext__Group__214468);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7129:1: ( rule__ReferencedContext__Group__2__Impl )
+ // InternalOseeDsl.g:7130:2: rule__ReferencedContext__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__ReferencedContext__Group__2__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ReferencedContext__Group__2"
+ }
+ 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:7136:1: rule__ReferencedContext__Group__2__Impl : ( ';' ) ;
- public final void rule__ReferencedContext__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ReferencedContext__Group__2__Impl"
+ // InternalOseeDsl.g:7136:1: rule__ReferencedContext__Group__2__Impl : ( ';' ) ;
+ public final void rule__ReferencedContext__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7140:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7141:1: ( ';' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7141:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7142:1: ';'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7140:1: ( ( ';' ) )
+ // InternalOseeDsl.g:7141:1: ( ';' )
+ {
+ // InternalOseeDsl.g:7141:1: ( ';' )
+ // InternalOseeDsl.g:7142:1: ';'
{
- before(grammarAccess.getReferencedContextAccess().getSemicolonKeyword_2());
- match(input, 91, FOLLOW_91_in_rule__ReferencedContext__Group__2__Impl14496);
- after(grammarAccess.getReferencedContextAccess().getSemicolonKeyword_2());
+ before(grammarAccess.getReferencedContextAccess().getSemicolonKeyword_2());
+ match(input,90,FOLLOW_2);
+ after(grammarAccess.getReferencedContextAccess().getSemicolonKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ReferencedContext__Group__2__Impl"
+ }
+ 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:7161: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();
+ // $ANTLR start "rule__UsersAndGroups__Group__0"
+ // InternalOseeDsl.g:7161:1: rule__UsersAndGroups__Group__0 : rule__UsersAndGroups__Group__0__Impl rule__UsersAndGroups__Group__1 ;
+ public final void rule__UsersAndGroups__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7165: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:7166:2: rule__UsersAndGroups__Group__0__Impl rule__UsersAndGroups__Group__1
- {
- pushFollow(FOLLOW_rule__UsersAndGroups__Group__0__Impl_in_rule__UsersAndGroups__Group__014533);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7165:1: ( rule__UsersAndGroups__Group__0__Impl rule__UsersAndGroups__Group__1 )
+ // InternalOseeDsl.g:7166:2: rule__UsersAndGroups__Group__0__Impl rule__UsersAndGroups__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__UsersAndGroups__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__UsersAndGroups__Group__1_in_rule__UsersAndGroups__Group__014536);
+ pushFollow(FOLLOW_2);
rule__UsersAndGroups__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UsersAndGroups__Group__0"
+ }
+ 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:7173:1: rule__UsersAndGroups__Group__0__Impl : ( 'guid' ) ;
- public final void rule__UsersAndGroups__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__UsersAndGroups__Group__0__Impl"
+ // InternalOseeDsl.g:7173:1: rule__UsersAndGroups__Group__0__Impl : ( 'guid' ) ;
+ public final void rule__UsersAndGroups__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7177:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7178:1: ( 'guid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7178:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7179:1: 'guid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7177:1: ( ( 'guid' ) )
+ // InternalOseeDsl.g:7178:1: ( 'guid' )
{
- before(grammarAccess.getUsersAndGroupsAccess().getGuidKeyword_0());
- match(input, 59, FOLLOW_59_in_rule__UsersAndGroups__Group__0__Impl14564);
- after(grammarAccess.getUsersAndGroupsAccess().getGuidKeyword_0());
+ // InternalOseeDsl.g:7178:1: ( 'guid' )
+ // InternalOseeDsl.g:7179:1: 'guid'
+ {
+ before(grammarAccess.getUsersAndGroupsAccess().getGuidKeyword_0());
+ match(input,58,FOLLOW_2);
+ after(grammarAccess.getUsersAndGroupsAccess().getGuidKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UsersAndGroups__Group__0__Impl"
+ }
+ 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:7192: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();
+ // $ANTLR start "rule__UsersAndGroups__Group__1"
+ // InternalOseeDsl.g:7192:1: rule__UsersAndGroups__Group__1 : rule__UsersAndGroups__Group__1__Impl rule__UsersAndGroups__Group__2 ;
+ public final void rule__UsersAndGroups__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7196: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:7197:2: rule__UsersAndGroups__Group__1__Impl rule__UsersAndGroups__Group__2
- {
- pushFollow(FOLLOW_rule__UsersAndGroups__Group__1__Impl_in_rule__UsersAndGroups__Group__114595);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7196:1: ( rule__UsersAndGroups__Group__1__Impl rule__UsersAndGroups__Group__2 )
+ // InternalOseeDsl.g:7197:2: rule__UsersAndGroups__Group__1__Impl rule__UsersAndGroups__Group__2
+ {
+ pushFollow(FOLLOW_58);
rule__UsersAndGroups__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__UsersAndGroups__Group__2_in_rule__UsersAndGroups__Group__114598);
+ pushFollow(FOLLOW_2);
rule__UsersAndGroups__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UsersAndGroups__Group__1"
+ }
+ 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:7204:1: rule__UsersAndGroups__Group__1__Impl : ( ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 ) ) ;
- public final void rule__UsersAndGroups__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__UsersAndGroups__Group__1__Impl"
+ // InternalOseeDsl.g:7204:1: rule__UsersAndGroups__Group__1__Impl : ( ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 ) ) ;
+ public final void rule__UsersAndGroups__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7208: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:7209: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:7209: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:7210:1: ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7208:1: ( ( ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 ) ) )
+ // InternalOseeDsl.g:7209: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:7211: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:7211:2: rule__UsersAndGroups__UserOrGroupGuidAssignment_1
- {
- pushFollow(
- FOLLOW_rule__UsersAndGroups__UserOrGroupGuidAssignment_1_in_rule__UsersAndGroups__Group__1__Impl14625);
- rule__UsersAndGroups__UserOrGroupGuidAssignment_1();
+ // InternalOseeDsl.g:7209:1: ( ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 ) )
+ // InternalOseeDsl.g:7210:1: ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 )
+ {
+ before(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidAssignment_1());
+ // InternalOseeDsl.g:7211:1: ( rule__UsersAndGroups__UserOrGroupGuidAssignment_1 )
+ // InternalOseeDsl.g:7211:2: rule__UsersAndGroups__UserOrGroupGuidAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__UsersAndGroups__UserOrGroupGuidAssignment_1();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidAssignment_1());
+ }
+
+ after(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UsersAndGroups__Group__1__Impl"
+ }
+ 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:7221:1: rule__UsersAndGroups__Group__2 : rule__UsersAndGroups__Group__2__Impl ;
- public final void rule__UsersAndGroups__Group__2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__UsersAndGroups__Group__2"
+ // InternalOseeDsl.g:7221:1: rule__UsersAndGroups__Group__2 : rule__UsersAndGroups__Group__2__Impl ;
+ public final void rule__UsersAndGroups__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7225: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:7226:2: rule__UsersAndGroups__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__UsersAndGroups__Group__2__Impl_in_rule__UsersAndGroups__Group__214655);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7225:1: ( rule__UsersAndGroups__Group__2__Impl )
+ // InternalOseeDsl.g:7226:2: rule__UsersAndGroups__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__UsersAndGroups__Group__2__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__UsersAndGroups__Group__2"
+ restoreStackSize(stackSize);
- // $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:7232:1: rule__UsersAndGroups__Group__2__Impl : ( ';' ) ;
- public final void rule__UsersAndGroups__Group__2__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UsersAndGroups__Group__2"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7236:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7237:1: ( ';' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7237:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7238:1: ';'
+ // $ANTLR start "rule__UsersAndGroups__Group__2__Impl"
+ // InternalOseeDsl.g:7232:1: rule__UsersAndGroups__Group__2__Impl : ( ';' ) ;
+ public final void rule__UsersAndGroups__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7236:1: ( ( ';' ) )
+ // InternalOseeDsl.g:7237:1: ( ';' )
+ {
+ // InternalOseeDsl.g:7237:1: ( ';' )
+ // InternalOseeDsl.g:7238:1: ';'
{
- before(grammarAccess.getUsersAndGroupsAccess().getSemicolonKeyword_2());
- match(input, 91, FOLLOW_91_in_rule__UsersAndGroups__Group__2__Impl14683);
- after(grammarAccess.getUsersAndGroupsAccess().getSemicolonKeyword_2());
+ before(grammarAccess.getUsersAndGroupsAccess().getSemicolonKeyword_2());
+ match(input,90,FOLLOW_2);
+ after(grammarAccess.getUsersAndGroupsAccess().getSemicolonKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__UsersAndGroups__Group__2__Impl"
+ restoreStackSize(stackSize);
- // $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:7257:1: rule__AccessContext__Group__0 : rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1 ;
- public final void rule__AccessContext__Group__0() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UsersAndGroups__Group__2__Impl"
- int 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: ( 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:7262:2: rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__0__Impl_in_rule__AccessContext__Group__014720);
+ // $ANTLR start "rule__AccessContext__Group__0"
+ // InternalOseeDsl.g:7257: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 {
+ // InternalOseeDsl.g:7261:1: ( rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1 )
+ // InternalOseeDsl.g:7262:2: rule__AccessContext__Group__0__Impl rule__AccessContext__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__AccessContext__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__1_in_rule__AccessContext__Group__014723);
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__0"
- // $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:7269:1: rule__AccessContext__Group__0__Impl : ( 'accessContext' ) ;
- public final void rule__AccessContext__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group__0__Impl"
+ // InternalOseeDsl.g:7269:1: rule__AccessContext__Group__0__Impl : ( 'accessContext' ) ;
+ public final void rule__AccessContext__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7273:1: ( ( 'accessContext' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7274:1: ( 'accessContext' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7274:1: ( 'accessContext' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7275:1: 'accessContext'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7273:1: ( ( 'accessContext' ) )
+ // InternalOseeDsl.g:7274:1: ( 'accessContext' )
+ {
+ // InternalOseeDsl.g:7274:1: ( 'accessContext' )
+ // InternalOseeDsl.g:7275:1: 'accessContext'
{
- before(grammarAccess.getAccessContextAccess().getAccessContextKeyword_0());
- match(input, 93, FOLLOW_93_in_rule__AccessContext__Group__0__Impl14751);
- after(grammarAccess.getAccessContextAccess().getAccessContextKeyword_0());
+ before(grammarAccess.getAccessContextAccess().getAccessContextKeyword_0());
+ match(input,92,FOLLOW_2);
+ after(grammarAccess.getAccessContextAccess().getAccessContextKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__0__Impl"
- // $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:7288: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();
+ // $ANTLR start "rule__AccessContext__Group__1"
+ // InternalOseeDsl.g:7288:1: rule__AccessContext__Group__1 : rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2 ;
+ public final void rule__AccessContext__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7292: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:7293:2: rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__1__Impl_in_rule__AccessContext__Group__114782);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7292:1: ( rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2 )
+ // InternalOseeDsl.g:7293:2: rule__AccessContext__Group__1__Impl rule__AccessContext__Group__2
+ {
+ pushFollow(FOLLOW_12);
rule__AccessContext__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__2_in_rule__AccessContext__Group__114785);
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__1"
- // $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:7300:1: rule__AccessContext__Group__1__Impl : ( ( rule__AccessContext__NameAssignment_1 ) ) ;
- public final void rule__AccessContext__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group__1__Impl"
+ // InternalOseeDsl.g:7300:1: rule__AccessContext__Group__1__Impl : ( ( rule__AccessContext__NameAssignment_1 ) ) ;
+ public final void rule__AccessContext__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7304: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:7305: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:7305: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:7306:1: ( rule__AccessContext__NameAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7304:1: ( ( ( rule__AccessContext__NameAssignment_1 ) ) )
+ // InternalOseeDsl.g:7305:1: ( ( rule__AccessContext__NameAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:7305:1: ( ( rule__AccessContext__NameAssignment_1 ) )
+ // InternalOseeDsl.g:7306: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:7307: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:7307:2: rule__AccessContext__NameAssignment_1
- {
- pushFollow(FOLLOW_rule__AccessContext__NameAssignment_1_in_rule__AccessContext__Group__1__Impl14812);
- rule__AccessContext__NameAssignment_1();
+ before(grammarAccess.getAccessContextAccess().getNameAssignment_1());
+ // InternalOseeDsl.g:7307:1: ( rule__AccessContext__NameAssignment_1 )
+ // InternalOseeDsl.g:7307:2: rule__AccessContext__NameAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__AccessContext__NameAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getAccessContextAccess().getNameAssignment_1());
+ after(grammarAccess.getAccessContextAccess().getNameAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__1__Impl"
- // $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:7317: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();
+ // $ANTLR start "rule__AccessContext__Group__2"
+ // InternalOseeDsl.g:7317:1: rule__AccessContext__Group__2 : rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3 ;
+ public final void rule__AccessContext__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7321: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:7322:2: rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__2__Impl_in_rule__AccessContext__Group__214842);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7321:1: ( rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3 )
+ // InternalOseeDsl.g:7322:2: rule__AccessContext__Group__2__Impl rule__AccessContext__Group__3
+ {
+ pushFollow(FOLLOW_12);
rule__AccessContext__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__3_in_rule__AccessContext__Group__214845);
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__2"
- // $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:7329:1: rule__AccessContext__Group__2__Impl : ( ( rule__AccessContext__Group_2__0 )? ) ;
- public final void rule__AccessContext__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group__2__Impl"
+ // InternalOseeDsl.g:7329:1: rule__AccessContext__Group__2__Impl : ( ( rule__AccessContext__Group_2__0 )? ) ;
+ public final void rule__AccessContext__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7333: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:7334: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:7334: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:7335:1: ( rule__AccessContext__Group_2__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7333:1: ( ( ( rule__AccessContext__Group_2__0 )? ) )
+ // InternalOseeDsl.g:7334: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:7336:1: ( rule__AccessContext__Group_2__0 )?
- int alt52 = 2;
- int LA52_0 = input.LA(1);
+ // InternalOseeDsl.g:7334:1: ( ( rule__AccessContext__Group_2__0 )? )
+ // InternalOseeDsl.g:7335:1: ( rule__AccessContext__Group_2__0 )?
+ {
+ before(grammarAccess.getAccessContextAccess().getGroup_2());
+ // InternalOseeDsl.g:7336:1: ( rule__AccessContext__Group_2__0 )?
+ int alt52=2;
+ int LA52_0 = input.LA(1);
+
+ if ( (LA52_0==56) ) {
+ alt52=1;
+ }
+ switch (alt52) {
+ case 1 :
+ // InternalOseeDsl.g:7336:2: rule__AccessContext__Group_2__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AccessContext__Group_2__0();
- if (LA52_0 == 57) {
- alt52 = 1;
- }
- 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:7336:2: rule__AccessContext__Group_2__0
- {
- pushFollow(FOLLOW_rule__AccessContext__Group_2__0_in_rule__AccessContext__Group__2__Impl14872);
- rule__AccessContext__Group_2__0();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getAccessContextAccess().getGroup_2());
+ after(grammarAccess.getAccessContextAccess().getGroup_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__2__Impl"
- // $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:7346: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();
+ // $ANTLR start "rule__AccessContext__Group__3"
+ // InternalOseeDsl.g:7346:1: rule__AccessContext__Group__3 : rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4 ;
+ public final void rule__AccessContext__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7350: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:7351:2: rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__3__Impl_in_rule__AccessContext__Group__314903);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7350:1: ( rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4 )
+ // InternalOseeDsl.g:7351:2: rule__AccessContext__Group__3__Impl rule__AccessContext__Group__4
+ {
+ pushFollow(FOLLOW_59);
rule__AccessContext__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__4_in_rule__AccessContext__Group__314906);
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__3"
- // $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:7358:1: rule__AccessContext__Group__3__Impl : ( '{' ) ;
- public final void rule__AccessContext__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group__3__Impl"
+ // InternalOseeDsl.g:7358:1: rule__AccessContext__Group__3__Impl : ( '{' ) ;
+ public final void rule__AccessContext__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7362:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7363:1: ( '{' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7363:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7364:1: '{'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7362:1: ( ( '{' ) )
+ // InternalOseeDsl.g:7363:1: ( '{' )
{
- before(grammarAccess.getAccessContextAccess().getLeftCurlyBracketKeyword_3());
- match(input, 54, FOLLOW_54_in_rule__AccessContext__Group__3__Impl14934);
- after(grammarAccess.getAccessContextAccess().getLeftCurlyBracketKeyword_3());
+ // InternalOseeDsl.g:7363:1: ( '{' )
+ // InternalOseeDsl.g:7364:1: '{'
+ {
+ before(grammarAccess.getAccessContextAccess().getLeftCurlyBracketKeyword_3());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getAccessContextAccess().getLeftCurlyBracketKeyword_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__3__Impl"
- // $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:7377: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();
+ // $ANTLR start "rule__AccessContext__Group__4"
+ // InternalOseeDsl.g:7377:1: rule__AccessContext__Group__4 : rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5 ;
+ public final void rule__AccessContext__Group__4() throws RecognitionException {
- 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__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:7382:2: rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__4__Impl_in_rule__AccessContext__Group__414965);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7381:1: ( rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5 )
+ // InternalOseeDsl.g:7382:2: rule__AccessContext__Group__4__Impl rule__AccessContext__Group__5
+ {
+ pushFollow(FOLLOW_7);
rule__AccessContext__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__5_in_rule__AccessContext__Group__414968);
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__4"
- // $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:7389:1: rule__AccessContext__Group__4__Impl : ( 'guid' ) ;
- public final void rule__AccessContext__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group__4__Impl"
+ // InternalOseeDsl.g:7389:1: rule__AccessContext__Group__4__Impl : ( 'guid' ) ;
+ public final void rule__AccessContext__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7393:1: ( ( 'guid' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7394:1: ( 'guid' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7394:1: ( 'guid' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7395:1: 'guid'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7393:1: ( ( 'guid' ) )
+ // InternalOseeDsl.g:7394:1: ( 'guid' )
{
- before(grammarAccess.getAccessContextAccess().getGuidKeyword_4());
- match(input, 59, FOLLOW_59_in_rule__AccessContext__Group__4__Impl14996);
- after(grammarAccess.getAccessContextAccess().getGuidKeyword_4());
+ // InternalOseeDsl.g:7394:1: ( 'guid' )
+ // InternalOseeDsl.g:7395:1: 'guid'
+ {
+ before(grammarAccess.getAccessContextAccess().getGuidKeyword_4());
+ match(input,58,FOLLOW_2);
+ after(grammarAccess.getAccessContextAccess().getGuidKeyword_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__4__Impl"
- // $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:7408: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();
+ // $ANTLR start "rule__AccessContext__Group__5"
+ // InternalOseeDsl.g:7408:1: rule__AccessContext__Group__5 : rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6 ;
+ public final void rule__AccessContext__Group__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7412: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:7413:2: rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__5__Impl_in_rule__AccessContext__Group__515027);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7412:1: ( rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6 )
+ // InternalOseeDsl.g:7413:2: rule__AccessContext__Group__5__Impl rule__AccessContext__Group__6
+ {
+ pushFollow(FOLLOW_58);
rule__AccessContext__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__6_in_rule__AccessContext__Group__515030);
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group__6();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__5"
- // $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:7420:1: rule__AccessContext__Group__5__Impl : ( ( rule__AccessContext__GuidAssignment_5 ) ) ;
- public final void rule__AccessContext__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group__5__Impl"
+ // InternalOseeDsl.g:7420:1: rule__AccessContext__Group__5__Impl : ( ( rule__AccessContext__GuidAssignment_5 ) ) ;
+ public final void rule__AccessContext__Group__5__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7424: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:7425: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:7425: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:7426:1: ( rule__AccessContext__GuidAssignment_5 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7424:1: ( ( ( rule__AccessContext__GuidAssignment_5 ) ) )
+ // InternalOseeDsl.g:7425: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:7427: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:7427:2: rule__AccessContext__GuidAssignment_5
- {
- pushFollow(FOLLOW_rule__AccessContext__GuidAssignment_5_in_rule__AccessContext__Group__5__Impl15057);
- rule__AccessContext__GuidAssignment_5();
+ // InternalOseeDsl.g:7425:1: ( ( rule__AccessContext__GuidAssignment_5 ) )
+ // InternalOseeDsl.g:7426:1: ( rule__AccessContext__GuidAssignment_5 )
+ {
+ before(grammarAccess.getAccessContextAccess().getGuidAssignment_5());
+ // InternalOseeDsl.g:7427:1: ( rule__AccessContext__GuidAssignment_5 )
+ // InternalOseeDsl.g:7427:2: rule__AccessContext__GuidAssignment_5
+ {
+ pushFollow(FOLLOW_2);
+ rule__AccessContext__GuidAssignment_5();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getAccessContextAccess().getGuidAssignment_5());
+ }
+
+ after(grammarAccess.getAccessContextAccess().getGuidAssignment_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__5__Impl"
+ restoreStackSize(stackSize);
- // $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:7437:1: rule__AccessContext__Group__6 : rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7 ;
- public final void rule__AccessContext__Group__6() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__5__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7441: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:7442:2: rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__6__Impl_in_rule__AccessContext__Group__615087);
+ // $ANTLR start "rule__AccessContext__Group__6"
+ // InternalOseeDsl.g:7437: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 {
+ // InternalOseeDsl.g:7441:1: ( rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7 )
+ // InternalOseeDsl.g:7442:2: rule__AccessContext__Group__6__Impl rule__AccessContext__Group__7
+ {
+ pushFollow(FOLLOW_60);
rule__AccessContext__Group__6__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__7_in_rule__AccessContext__Group__615090);
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group__7();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__6"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__6"
- // $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:7449:1: rule__AccessContext__Group__6__Impl : ( ';' ) ;
- public final void rule__AccessContext__Group__6__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group__6__Impl"
+ // InternalOseeDsl.g:7449:1: rule__AccessContext__Group__6__Impl : ( ';' ) ;
+ public final void rule__AccessContext__Group__6__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7453:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7454:1: ( ';' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7454:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7455:1: ';'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7453:1: ( ( ';' ) )
+ // InternalOseeDsl.g:7454:1: ( ';' )
+ {
+ // InternalOseeDsl.g:7454:1: ( ';' )
+ // InternalOseeDsl.g:7455:1: ';'
{
- before(grammarAccess.getAccessContextAccess().getSemicolonKeyword_6());
- match(input, 91, FOLLOW_91_in_rule__AccessContext__Group__6__Impl15118);
- after(grammarAccess.getAccessContextAccess().getSemicolonKeyword_6());
+ before(grammarAccess.getAccessContextAccess().getSemicolonKeyword_6());
+ match(input,90,FOLLOW_2);
+ after(grammarAccess.getAccessContextAccess().getSemicolonKeyword_6());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__6__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__6__Impl"
- // $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:7468: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();
+ // $ANTLR start "rule__AccessContext__Group__7"
+ // InternalOseeDsl.g:7468:1: rule__AccessContext__Group__7 : rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8 ;
+ public final void rule__AccessContext__Group__7() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7472: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:7473:2: rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__7__Impl_in_rule__AccessContext__Group__715149);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7472:1: ( rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8 )
+ // InternalOseeDsl.g:7473:2: rule__AccessContext__Group__7__Impl rule__AccessContext__Group__8
+ {
+ pushFollow(FOLLOW_28);
rule__AccessContext__Group__7__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group__8_in_rule__AccessContext__Group__715152);
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group__8();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__7"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__7"
- // $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:7480: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();
+ // $ANTLR start "rule__AccessContext__Group__7__Impl"
+ // InternalOseeDsl.g:7480:1: rule__AccessContext__Group__7__Impl : ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) ) ;
+ public final void rule__AccessContext__Group__7__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7484: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:7485: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:7485: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:7486:1: ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7484:1: ( ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) ) )
+ // InternalOseeDsl.g:7485:1: ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) )
+ {
+ // InternalOseeDsl.g:7485:1: ( ( ( rule__AccessContext__Alternatives_7 ) ) ( ( rule__AccessContext__Alternatives_7 )* ) )
+ // InternalOseeDsl.g:7486: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:7486: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:7487: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:7488: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:7488:2: rule__AccessContext__Alternatives_7
- {
- pushFollow(FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl15181);
- rule__AccessContext__Alternatives_7();
+ // InternalOseeDsl.g:7486:1: ( ( rule__AccessContext__Alternatives_7 ) )
+ // InternalOseeDsl.g:7487:1: ( rule__AccessContext__Alternatives_7 )
+ {
+ before(grammarAccess.getAccessContextAccess().getAlternatives_7());
+ // InternalOseeDsl.g:7488:1: ( rule__AccessContext__Alternatives_7 )
+ // InternalOseeDsl.g:7488:2: rule__AccessContext__Alternatives_7
+ {
+ pushFollow(FOLLOW_61);
+ rule__AccessContext__Alternatives_7();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getAccessContextAccess().getAlternatives_7());
+ }
+
+ after(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:7491: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:7492: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:7493:1: ( rule__AccessContext__Alternatives_7 )*
- loop53: do {
- int alt53 = 2;
- int LA53_0 = input.LA(1);
+ // InternalOseeDsl.g:7491:1: ( ( rule__AccessContext__Alternatives_7 )* )
+ // InternalOseeDsl.g:7492:1: ( rule__AccessContext__Alternatives_7 )*
+ {
+ before(grammarAccess.getAccessContextAccess().getAlternatives_7());
+ // InternalOseeDsl.g:7493:1: ( rule__AccessContext__Alternatives_7 )*
+ loop53:
+ do {
+ int alt53=2;
+ int LA53_0 = input.LA(1);
- if (LA53_0 >= 46 && LA53_0 <= 47 || LA53_0 == 94) {
- alt53 = 1;
- }
+ if ( ((LA53_0>=45 && LA53_0<=46)||LA53_0==93) ) {
+ alt53=1;
+ }
- 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:7493:2: rule__AccessContext__Alternatives_7
- {
- pushFollow(
- FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl15193);
- rule__AccessContext__Alternatives_7();
- state._fsp--;
+ switch (alt53) {
+ case 1 :
+ // InternalOseeDsl.g:7493:2: rule__AccessContext__Alternatives_7
+ {
+ pushFollow(FOLLOW_61);
+ rule__AccessContext__Alternatives_7();
- }
- break;
+ state._fsp--;
- default:
- break loop53;
- }
- } while (true);
- after(grammarAccess.getAccessContextAccess().getAlternatives_7());
+ }
+ break;
- }
+ default :
+ break loop53;
+ }
+ } while (true);
+
+ after(grammarAccess.getAccessContextAccess().getAlternatives_7());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__7__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__7__Impl"
- // $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:7504:1: rule__AccessContext__Group__8 : rule__AccessContext__Group__8__Impl ;
- public final void rule__AccessContext__Group__8() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group__8"
+ // InternalOseeDsl.g:7504:1: rule__AccessContext__Group__8 : rule__AccessContext__Group__8__Impl ;
+ public final void rule__AccessContext__Group__8() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7508: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:7509:2: rule__AccessContext__Group__8__Impl
- {
- pushFollow(FOLLOW_rule__AccessContext__Group__8__Impl_in_rule__AccessContext__Group__815226);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7508:1: ( rule__AccessContext__Group__8__Impl )
+ // InternalOseeDsl.g:7509:2: rule__AccessContext__Group__8__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group__8__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__8"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__8"
- // $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:7515:1: rule__AccessContext__Group__8__Impl : ( '}' ) ;
- public final void rule__AccessContext__Group__8__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group__8__Impl"
+ // InternalOseeDsl.g:7515:1: rule__AccessContext__Group__8__Impl : ( '}' ) ;
+ public final void rule__AccessContext__Group__8__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7519:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7520:1: ( '}' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7520:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7521:1: '}'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7519:1: ( ( '}' ) )
+ // InternalOseeDsl.g:7520:1: ( '}' )
+ {
+ // InternalOseeDsl.g:7520:1: ( '}' )
+ // InternalOseeDsl.g:7521:1: '}'
{
- before(grammarAccess.getAccessContextAccess().getRightCurlyBracketKeyword_8());
- match(input, 56, FOLLOW_56_in_rule__AccessContext__Group__8__Impl15254);
- after(grammarAccess.getAccessContextAccess().getRightCurlyBracketKeyword_8());
+ before(grammarAccess.getAccessContextAccess().getRightCurlyBracketKeyword_8());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getAccessContextAccess().getRightCurlyBracketKeyword_8());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group__8__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group__8__Impl"
- // $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:7552: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();
+ // $ANTLR start "rule__AccessContext__Group_2__0"
+ // InternalOseeDsl.g:7552: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7556: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:7557: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__015303);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7556:1: ( rule__AccessContext__Group_2__0__Impl rule__AccessContext__Group_2__1 )
+ // InternalOseeDsl.g:7557:2: rule__AccessContext__Group_2__0__Impl rule__AccessContext__Group_2__1
+ {
+ pushFollow(FOLLOW_7);
rule__AccessContext__Group_2__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__AccessContext__Group_2__1_in_rule__AccessContext__Group_2__015306);
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group_2__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group_2__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group_2__0"
- // $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:7564:1: rule__AccessContext__Group_2__0__Impl : ( 'extends' ) ;
- public final void rule__AccessContext__Group_2__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__Group_2__0__Impl"
+ // InternalOseeDsl.g:7564:1: rule__AccessContext__Group_2__0__Impl : ( 'extends' ) ;
+ public final void rule__AccessContext__Group_2__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7568:1: ( ( 'extends' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7569:1: ( 'extends' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7569:1: ( 'extends' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7570:1: 'extends'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7568:1: ( ( 'extends' ) )
+ // InternalOseeDsl.g:7569:1: ( 'extends' )
+ {
+ // InternalOseeDsl.g:7569:1: ( 'extends' )
+ // InternalOseeDsl.g:7570:1: 'extends'
{
- before(grammarAccess.getAccessContextAccess().getExtendsKeyword_2_0());
- match(input, 57, FOLLOW_57_in_rule__AccessContext__Group_2__0__Impl15334);
- after(grammarAccess.getAccessContextAccess().getExtendsKeyword_2_0());
+ before(grammarAccess.getAccessContextAccess().getExtendsKeyword_2_0());
+ match(input,56,FOLLOW_2);
+ after(grammarAccess.getAccessContextAccess().getExtendsKeyword_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group_2__0__Impl"
+ restoreStackSize(stackSize);
- // $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:7583:1: rule__AccessContext__Group_2__1 : rule__AccessContext__Group_2__1__Impl ;
- public final void rule__AccessContext__Group_2__1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group_2__0__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7587: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:7588:2: rule__AccessContext__Group_2__1__Impl
- {
- pushFollow(FOLLOW_rule__AccessContext__Group_2__1__Impl_in_rule__AccessContext__Group_2__115365);
+ // $ANTLR start "rule__AccessContext__Group_2__1"
+ // InternalOseeDsl.g:7583: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 {
+ // InternalOseeDsl.g:7587:1: ( rule__AccessContext__Group_2__1__Impl )
+ // InternalOseeDsl.g:7588:2: rule__AccessContext__Group_2__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__AccessContext__Group_2__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group_2__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group_2__1"
- // $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:7594: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();
+ // $ANTLR start "rule__AccessContext__Group_2__1__Impl"
+ // InternalOseeDsl.g:7594:1: rule__AccessContext__Group_2__1__Impl : ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) ) ;
+ public final void rule__AccessContext__Group_2__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7598: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:7599: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:7599: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:7600:1: ( rule__AccessContext__SuperAccessContextsAssignment_2_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7598:1: ( ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) ) )
+ // InternalOseeDsl.g:7599:1: ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) )
+ {
+ // InternalOseeDsl.g:7599:1: ( ( rule__AccessContext__SuperAccessContextsAssignment_2_1 ) )
+ // InternalOseeDsl.g:7600:1: ( rule__AccessContext__SuperAccessContextsAssignment_2_1 )
+ {
+ before(grammarAccess.getAccessContextAccess().getSuperAccessContextsAssignment_2_1());
+ // InternalOseeDsl.g:7601:1: ( rule__AccessContext__SuperAccessContextsAssignment_2_1 )
+ // InternalOseeDsl.g:7601:2: 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:7601: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:7601:2: rule__AccessContext__SuperAccessContextsAssignment_2_1
- {
- pushFollow(
- FOLLOW_rule__AccessContext__SuperAccessContextsAssignment_2_1_in_rule__AccessContext__Group_2__1__Impl15392);
- rule__AccessContext__SuperAccessContextsAssignment_2_1();
+ pushFollow(FOLLOW_2);
+ rule__AccessContext__SuperAccessContextsAssignment_2_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getAccessContextAccess().getSuperAccessContextsAssignment_2_1());
+ after(grammarAccess.getAccessContextAccess().getSuperAccessContextsAssignment_2_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__Group_2__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__Group_2__1__Impl"
- // $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:7615: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();
+ // $ANTLR start "rule__HierarchyRestriction__Group__0"
+ // InternalOseeDsl.g:7615:1: rule__HierarchyRestriction__Group__0 : rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1 ;
+ public final void rule__HierarchyRestriction__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7619: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:7620:2: rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1
- {
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__0__Impl_in_rule__HierarchyRestriction__Group__015426);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7619:1: ( rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1 )
+ // InternalOseeDsl.g:7620:2: rule__HierarchyRestriction__Group__0__Impl rule__HierarchyRestriction__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__HierarchyRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__1_in_rule__HierarchyRestriction__Group__015429);
+ pushFollow(FOLLOW_2);
rule__HierarchyRestriction__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__0"
- // $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:7627:1: rule__HierarchyRestriction__Group__0__Impl : ( 'childrenOf' ) ;
- public final void rule__HierarchyRestriction__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__HierarchyRestriction__Group__0__Impl"
+ // InternalOseeDsl.g:7627:1: rule__HierarchyRestriction__Group__0__Impl : ( 'childrenOf' ) ;
+ public final void rule__HierarchyRestriction__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7631:1: ( ( 'childrenOf' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7632:1: ( 'childrenOf' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7632:1: ( 'childrenOf' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7633:1: 'childrenOf'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7631:1: ( ( 'childrenOf' ) )
+ // InternalOseeDsl.g:7632:1: ( 'childrenOf' )
{
- before(grammarAccess.getHierarchyRestrictionAccess().getChildrenOfKeyword_0());
- match(input, 94, FOLLOW_94_in_rule__HierarchyRestriction__Group__0__Impl15457);
- after(grammarAccess.getHierarchyRestrictionAccess().getChildrenOfKeyword_0());
+ // InternalOseeDsl.g:7632:1: ( 'childrenOf' )
+ // InternalOseeDsl.g:7633:1: 'childrenOf'
+ {
+ before(grammarAccess.getHierarchyRestrictionAccess().getChildrenOfKeyword_0());
+ match(input,93,FOLLOW_2);
+ after(grammarAccess.getHierarchyRestrictionAccess().getChildrenOfKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__0__Impl"
- // $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:7646: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();
+ // $ANTLR start "rule__HierarchyRestriction__Group__1"
+ // InternalOseeDsl.g:7646:1: rule__HierarchyRestriction__Group__1 : rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2 ;
+ public final void rule__HierarchyRestriction__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7650: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:7651:2: rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2
- {
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__1__Impl_in_rule__HierarchyRestriction__Group__115488);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7650:1: ( rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2 )
+ // InternalOseeDsl.g:7651:2: rule__HierarchyRestriction__Group__1__Impl rule__HierarchyRestriction__Group__2
+ {
+ pushFollow(FOLLOW_31);
rule__HierarchyRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__2_in_rule__HierarchyRestriction__Group__115491);
+ pushFollow(FOLLOW_2);
rule__HierarchyRestriction__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__1"
- // $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:7658:1: rule__HierarchyRestriction__Group__1__Impl : ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) ) ;
- public final void rule__HierarchyRestriction__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__HierarchyRestriction__Group__1__Impl"
+ // InternalOseeDsl.g:7658:1: rule__HierarchyRestriction__Group__1__Impl : ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) ) ;
+ public final void rule__HierarchyRestriction__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7662: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:7663: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:7663: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:7664:1: ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7662:1: ( ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) ) )
+ // InternalOseeDsl.g:7663: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:7665: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:7665:2: rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1
- {
- pushFollow(
- FOLLOW_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1_in_rule__HierarchyRestriction__Group__1__Impl15518);
- rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1();
+ // InternalOseeDsl.g:7663:1: ( ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 ) )
+ // InternalOseeDsl.g:7664:1: ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 )
+ {
+ before(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefAssignment_1());
+ // InternalOseeDsl.g:7665:1: ( rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 )
+ // InternalOseeDsl.g:7665:2: rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefAssignment_1());
+ after(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__1__Impl"
- // $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:7675: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();
+ // $ANTLR start "rule__HierarchyRestriction__Group__2"
+ // InternalOseeDsl.g:7675:1: rule__HierarchyRestriction__Group__2 : rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3 ;
+ public final void rule__HierarchyRestriction__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7679: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:7680:2: rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3
- {
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__2__Impl_in_rule__HierarchyRestriction__Group__215548);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7679:1: ( rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3 )
+ // InternalOseeDsl.g:7680:2: rule__HierarchyRestriction__Group__2__Impl rule__HierarchyRestriction__Group__3
+ {
+ pushFollow(FOLLOW_62);
rule__HierarchyRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__3_in_rule__HierarchyRestriction__Group__215551);
+ pushFollow(FOLLOW_2);
rule__HierarchyRestriction__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__2"
- // $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:7687:1: rule__HierarchyRestriction__Group__2__Impl : ( '{' ) ;
- public final void rule__HierarchyRestriction__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__HierarchyRestriction__Group__2__Impl"
+ // InternalOseeDsl.g:7687:1: rule__HierarchyRestriction__Group__2__Impl : ( '{' ) ;
+ public final void rule__HierarchyRestriction__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7691:1: ( ( '{' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7692:1: ( '{' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7692:1: ( '{' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7693:1: '{'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7691:1: ( ( '{' ) )
+ // InternalOseeDsl.g:7692:1: ( '{' )
+ {
+ // InternalOseeDsl.g:7692:1: ( '{' )
+ // InternalOseeDsl.g:7693:1: '{'
{
- before(grammarAccess.getHierarchyRestrictionAccess().getLeftCurlyBracketKeyword_2());
- match(input, 54, FOLLOW_54_in_rule__HierarchyRestriction__Group__2__Impl15579);
- after(grammarAccess.getHierarchyRestrictionAccess().getLeftCurlyBracketKeyword_2());
+ before(grammarAccess.getHierarchyRestrictionAccess().getLeftCurlyBracketKeyword_2());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getHierarchyRestrictionAccess().getLeftCurlyBracketKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__2__Impl"
- // $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:7706: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();
+ // $ANTLR start "rule__HierarchyRestriction__Group__3"
+ // InternalOseeDsl.g:7706:1: rule__HierarchyRestriction__Group__3 : rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4 ;
+ public final void rule__HierarchyRestriction__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7710: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:7711:2: rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4
- {
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__3__Impl_in_rule__HierarchyRestriction__Group__315610);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7710:1: ( rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4 )
+ // InternalOseeDsl.g:7711:2: rule__HierarchyRestriction__Group__3__Impl rule__HierarchyRestriction__Group__4
+ {
+ pushFollow(FOLLOW_28);
rule__HierarchyRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__4_in_rule__HierarchyRestriction__Group__315613);
+ pushFollow(FOLLOW_2);
rule__HierarchyRestriction__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__3"
+ restoreStackSize(stackSize);
- // $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:7718:1: rule__HierarchyRestriction__Group__3__Impl : ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) ) ;
- public final void rule__HierarchyRestriction__Group__3__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__3"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7722: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:7723: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:7723: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:7724:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* )
+ // $ANTLR start "rule__HierarchyRestriction__Group__3__Impl"
+ // InternalOseeDsl.g:7718: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 {
+ // InternalOseeDsl.g:7722:1: ( ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) ) )
+ // InternalOseeDsl.g:7723:1: ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) )
+ {
+ // InternalOseeDsl.g:7723:1: ( ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* ) )
+ // InternalOseeDsl.g:7724:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) ) ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* )
+ {
+ // InternalOseeDsl.g:7724:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 ) )
+ // InternalOseeDsl.g:7725: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:7724: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:7725: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:7726: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:7726:2: rule__HierarchyRestriction__AccessRulesAssignment_3
- {
- pushFollow(
- FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl15642);
- rule__HierarchyRestriction__AccessRulesAssignment_3();
+ before(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3());
+ // InternalOseeDsl.g:7726:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )
+ // InternalOseeDsl.g:7726:2: rule__HierarchyRestriction__AccessRulesAssignment_3
+ {
+ pushFollow(FOLLOW_63);
+ rule__HierarchyRestriction__AccessRulesAssignment_3();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
+
+ after(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3());
- after(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3());
+ }
- }
+ // InternalOseeDsl.g:7729:1: ( ( rule__HierarchyRestriction__AccessRulesAssignment_3 )* )
+ // InternalOseeDsl.g:7730:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )*
+ {
+ before(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3());
+ // InternalOseeDsl.g:7731:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )*
+ loop54:
+ do {
+ int alt54=2;
+ int LA54_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:7729: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:7730: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:7731:1: ( rule__HierarchyRestriction__AccessRulesAssignment_3 )*
- loop54: do {
- int alt54 = 2;
- int LA54_0 = input.LA(1);
+ if ( ((LA54_0>=45 && LA54_0<=46)) ) {
+ alt54=1;
+ }
- if (LA54_0 >= 46 && LA54_0 <= 47) {
- alt54 = 1;
- }
- 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:7731:2: rule__HierarchyRestriction__AccessRulesAssignment_3
- {
- pushFollow(
- FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl15654);
- rule__HierarchyRestriction__AccessRulesAssignment_3();
+ switch (alt54) {
+ case 1 :
+ // InternalOseeDsl.g:7731:2: rule__HierarchyRestriction__AccessRulesAssignment_3
+ {
+ pushFollow(FOLLOW_63);
+ rule__HierarchyRestriction__AccessRulesAssignment_3();
- state._fsp--;
+ state._fsp--;
- }
- break;
- default:
- break loop54;
- }
- } while (true);
+ }
+ break;
- after(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3());
+ default :
+ break loop54;
+ }
+ } while (true);
- }
+ after(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesAssignment_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__3__Impl"
- // $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:7742:1: rule__HierarchyRestriction__Group__4 : rule__HierarchyRestriction__Group__4__Impl ;
- public final void rule__HierarchyRestriction__Group__4() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__HierarchyRestriction__Group__4"
+ // InternalOseeDsl.g:7742:1: rule__HierarchyRestriction__Group__4 : rule__HierarchyRestriction__Group__4__Impl ;
+ public final void rule__HierarchyRestriction__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7746: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:7747:2: rule__HierarchyRestriction__Group__4__Impl
- {
- pushFollow(FOLLOW_rule__HierarchyRestriction__Group__4__Impl_in_rule__HierarchyRestriction__Group__415687);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7746:1: ( rule__HierarchyRestriction__Group__4__Impl )
+ // InternalOseeDsl.g:7747:2: rule__HierarchyRestriction__Group__4__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__HierarchyRestriction__Group__4__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__4"
- // $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:7753:1: rule__HierarchyRestriction__Group__4__Impl : ( '}' ) ;
- public final void rule__HierarchyRestriction__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__HierarchyRestriction__Group__4__Impl"
+ // InternalOseeDsl.g:7753:1: rule__HierarchyRestriction__Group__4__Impl : ( '}' ) ;
+ public final void rule__HierarchyRestriction__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7757:1: ( ( '}' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7758:1: ( '}' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7758:1: ( '}' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7759:1: '}'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7757:1: ( ( '}' ) )
+ // InternalOseeDsl.g:7758:1: ( '}' )
+ {
+ // InternalOseeDsl.g:7758:1: ( '}' )
+ // InternalOseeDsl.g:7759:1: '}'
{
- before(grammarAccess.getHierarchyRestrictionAccess().getRightCurlyBracketKeyword_4());
- match(input, 56, FOLLOW_56_in_rule__HierarchyRestriction__Group__4__Impl15715);
- after(grammarAccess.getHierarchyRestrictionAccess().getRightCurlyBracketKeyword_4());
+ before(grammarAccess.getHierarchyRestrictionAccess().getRightCurlyBracketKeyword_4());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getHierarchyRestrictionAccess().getRightCurlyBracketKeyword_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__Group__4__Impl"
- // $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:7782: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();
+ // $ANTLR start "rule__RelationTypeArtifactTypePredicate__Group__0"
+ // InternalOseeDsl.g:7782:1: rule__RelationTypeArtifactTypePredicate__Group__0 : rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1 ;
+ public final void rule__RelationTypeArtifactTypePredicate__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7786: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:7787:2: rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1
- {
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__015756);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7786:1: ( rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1 )
+ // InternalOseeDsl.g:7787:2: rule__RelationTypeArtifactTypePredicate__Group__0__Impl rule__RelationTypeArtifactTypePredicate__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__RelationTypeArtifactTypePredicate__Group__0__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1_in_rule__RelationTypeArtifactTypePredicate__Group__015759);
+ pushFollow(FOLLOW_2);
rule__RelationTypeArtifactTypePredicate__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactTypePredicate__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactTypePredicate__Group__0"
- // $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:7794:1: rule__RelationTypeArtifactTypePredicate__Group__0__Impl : ( 'artifactType' ) ;
- public final void rule__RelationTypeArtifactTypePredicate__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeArtifactTypePredicate__Group__0__Impl"
+ // InternalOseeDsl.g:7794:1: rule__RelationTypeArtifactTypePredicate__Group__0__Impl : ( 'artifactType' ) ;
+ public final void rule__RelationTypeArtifactTypePredicate__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7798:1: ( ( 'artifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7799:1: ( 'artifactType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7799:1: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7800:1: 'artifactType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7798:1: ( ( 'artifactType' ) )
+ // InternalOseeDsl.g:7799:1: ( 'artifactType' )
{
- before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeKeyword_0());
- match(input, 53, FOLLOW_53_in_rule__RelationTypeArtifactTypePredicate__Group__0__Impl15787);
- after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeKeyword_0());
+ // InternalOseeDsl.g:7799:1: ( 'artifactType' )
+ // InternalOseeDsl.g:7800:1: 'artifactType'
+ {
+ before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeKeyword_0());
+ match(input,52,FOLLOW_2);
+ after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactTypePredicate__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactTypePredicate__Group__0__Impl"
- // $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:7813:1: rule__RelationTypeArtifactTypePredicate__Group__1 : rule__RelationTypeArtifactTypePredicate__Group__1__Impl ;
- public final void rule__RelationTypeArtifactTypePredicate__Group__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeArtifactTypePredicate__Group__1"
+ // InternalOseeDsl.g:7813:1: rule__RelationTypeArtifactTypePredicate__Group__1 : rule__RelationTypeArtifactTypePredicate__Group__1__Impl ;
+ public final void rule__RelationTypeArtifactTypePredicate__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7817: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:7818:2: rule__RelationTypeArtifactTypePredicate__Group__1__Impl
- {
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__115818);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7817:1: ( rule__RelationTypeArtifactTypePredicate__Group__1__Impl )
+ // InternalOseeDsl.g:7818:2: rule__RelationTypeArtifactTypePredicate__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__RelationTypeArtifactTypePredicate__Group__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactTypePredicate__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactTypePredicate__Group__1"
- // $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:7824:1: rule__RelationTypeArtifactTypePredicate__Group__1__Impl : ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) ) ;
- public final void rule__RelationTypeArtifactTypePredicate__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeArtifactTypePredicate__Group__1__Impl"
+ // InternalOseeDsl.g:7824:1: rule__RelationTypeArtifactTypePredicate__Group__1__Impl : ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) ) ;
+ public final void rule__RelationTypeArtifactTypePredicate__Group__1__Impl() throws RecognitionException {
- 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__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7829: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:7829: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:7830:1: ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7828:1: ( ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) ) )
+ // InternalOseeDsl.g:7829: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:7831: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:7831:2: rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1
- {
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1_in_rule__RelationTypeArtifactTypePredicate__Group__1__Impl15845);
- rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1();
+ // InternalOseeDsl.g:7829:1: ( ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 ) )
+ // InternalOseeDsl.g:7830:1: ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 )
+ {
+ before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefAssignment_1());
+ // InternalOseeDsl.g:7831:1: ( rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 )
+ // InternalOseeDsl.g:7831:2: rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefAssignment_1());
+ }
+
+ after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactTypePredicate__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactTypePredicate__Group__1__Impl"
- // $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:7845: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();
+ // $ANTLR start "rule__RelationTypeArtifactPredicate__Group__0"
+ // InternalOseeDsl.g:7845:1: rule__RelationTypeArtifactPredicate__Group__0 : rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1 ;
+ public final void rule__RelationTypeArtifactPredicate__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7849: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:7850:2: rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1
- {
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactPredicate__Group__0__Impl_in_rule__RelationTypeArtifactPredicate__Group__015879);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7849:1: ( rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1 )
+ // InternalOseeDsl.g:7850:2: rule__RelationTypeArtifactPredicate__Group__0__Impl rule__RelationTypeArtifactPredicate__Group__1
+ {
+ pushFollow(FOLLOW_7);
rule__RelationTypeArtifactPredicate__Group__0__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactPredicate__Group__1_in_rule__RelationTypeArtifactPredicate__Group__015882);
+ pushFollow(FOLLOW_2);
rule__RelationTypeArtifactPredicate__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactPredicate__Group__0"
+ restoreStackSize(stackSize);
- // $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:7857:1: rule__RelationTypeArtifactPredicate__Group__0__Impl : ( 'artifact' ) ;
- public final void rule__RelationTypeArtifactPredicate__Group__0__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactPredicate__Group__0"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7861:1: ( ( 'artifact' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7862:1: ( 'artifact' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7862:1: ( 'artifact' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7863:1: 'artifact'
+ // $ANTLR start "rule__RelationTypeArtifactPredicate__Group__0__Impl"
+ // InternalOseeDsl.g:7857:1: rule__RelationTypeArtifactPredicate__Group__0__Impl : ( 'artifact' ) ;
+ public final void rule__RelationTypeArtifactPredicate__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7861:1: ( ( 'artifact' ) )
+ // InternalOseeDsl.g:7862:1: ( 'artifact' )
+ {
+ // InternalOseeDsl.g:7862:1: ( 'artifact' )
+ // InternalOseeDsl.g:7863:1: 'artifact'
{
- before(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactKeyword_0());
- match(input, 95, FOLLOW_95_in_rule__RelationTypeArtifactPredicate__Group__0__Impl15910);
- after(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactKeyword_0());
+ before(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactKeyword_0());
+ match(input,94,FOLLOW_2);
+ after(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactKeyword_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactPredicate__Group__0__Impl"
+ restoreStackSize(stackSize);
- // $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:7876:1: rule__RelationTypeArtifactPredicate__Group__1 : rule__RelationTypeArtifactPredicate__Group__1__Impl ;
- public final void rule__RelationTypeArtifactPredicate__Group__1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactPredicate__Group__0__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7880: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:7881:2: rule__RelationTypeArtifactPredicate__Group__1__Impl
- {
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactPredicate__Group__1__Impl_in_rule__RelationTypeArtifactPredicate__Group__115941);
+ // $ANTLR start "rule__RelationTypeArtifactPredicate__Group__1"
+ // InternalOseeDsl.g:7876:1: rule__RelationTypeArtifactPredicate__Group__1 : rule__RelationTypeArtifactPredicate__Group__1__Impl ;
+ public final void rule__RelationTypeArtifactPredicate__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7880:1: ( rule__RelationTypeArtifactPredicate__Group__1__Impl )
+ // InternalOseeDsl.g:7881:2: rule__RelationTypeArtifactPredicate__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__RelationTypeArtifactPredicate__Group__1__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactPredicate__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactPredicate__Group__1"
- // $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:7887:1: rule__RelationTypeArtifactPredicate__Group__1__Impl : ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) ) ;
- public final void rule__RelationTypeArtifactPredicate__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeArtifactPredicate__Group__1__Impl"
+ // InternalOseeDsl.g:7887:1: rule__RelationTypeArtifactPredicate__Group__1__Impl : ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) ) ;
+ public final void rule__RelationTypeArtifactPredicate__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7891: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:7892: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:7892: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:7893:1: ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7891:1: ( ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) ) )
+ // InternalOseeDsl.g:7892:1: ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) )
+ {
+ // InternalOseeDsl.g:7892:1: ( ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 ) )
+ // InternalOseeDsl.g:7893: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:7894: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:7894:2: rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1
- {
- pushFollow(
- FOLLOW_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1_in_rule__RelationTypeArtifactPredicate__Group__1__Impl15968);
- rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1();
+ before(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefAssignment_1());
+ // InternalOseeDsl.g:7894:1: ( rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 )
+ // InternalOseeDsl.g:7894:2: rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefAssignment_1());
+ after(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefAssignment_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactPredicate__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactPredicate__Group__1__Impl"
- // $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:7908: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();
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__0"
+ // InternalOseeDsl.g:7908:1: rule__ArtifactMatchRestriction__Group__0 : rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1 ;
+ public final void rule__ArtifactMatchRestriction__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7912: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:7913:2: rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1
- {
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__Group__0__Impl_in_rule__ArtifactMatchRestriction__Group__016002);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7912:1: ( rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1 )
+ // InternalOseeDsl.g:7913:2: rule__ArtifactMatchRestriction__Group__0__Impl rule__ArtifactMatchRestriction__Group__1
+ {
+ pushFollow(FOLLOW_64);
rule__ArtifactMatchRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__Group__1_in_rule__ArtifactMatchRestriction__Group__016005);
+ pushFollow(FOLLOW_2);
rule__ArtifactMatchRestriction__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__0"
- // $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:7920:1: rule__ArtifactMatchRestriction__Group__0__Impl : ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) ) ;
- public final void rule__ArtifactMatchRestriction__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__0__Impl"
+ // InternalOseeDsl.g:7920:1: rule__ArtifactMatchRestriction__Group__0__Impl : ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) ) ;
+ public final void rule__ArtifactMatchRestriction__Group__0__Impl() throws RecognitionException {
- 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__ArtifactMatchRestriction__PermissionAssignment_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7925: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:7925: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:7926:1: ( rule__ArtifactMatchRestriction__PermissionAssignment_0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7924:1: ( ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) ) )
+ // InternalOseeDsl.g:7925: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:7927: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:7927:2: rule__ArtifactMatchRestriction__PermissionAssignment_0
- {
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__PermissionAssignment_0_in_rule__ArtifactMatchRestriction__Group__0__Impl16032);
- rule__ArtifactMatchRestriction__PermissionAssignment_0();
+ // InternalOseeDsl.g:7925:1: ( ( rule__ArtifactMatchRestriction__PermissionAssignment_0 ) )
+ // InternalOseeDsl.g:7926:1: ( rule__ArtifactMatchRestriction__PermissionAssignment_0 )
+ {
+ before(grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAssignment_0());
+ // InternalOseeDsl.g:7927:1: ( rule__ArtifactMatchRestriction__PermissionAssignment_0 )
+ // InternalOseeDsl.g:7927:2: rule__ArtifactMatchRestriction__PermissionAssignment_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ArtifactMatchRestriction__PermissionAssignment_0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAssignment_0());
+ after(grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAssignment_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__0__Impl"
+ restoreStackSize(stackSize);
- // $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:7937:1: rule__ArtifactMatchRestriction__Group__1 : rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2 ;
- public final void rule__ArtifactMatchRestriction__Group__1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__0__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7941: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:7942:2: rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2
- {
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__Group__1__Impl_in_rule__ArtifactMatchRestriction__Group__116062);
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__1"
+ // InternalOseeDsl.g:7937: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 {
+ // InternalOseeDsl.g:7941:1: ( rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2 )
+ // InternalOseeDsl.g:7942:2: rule__ArtifactMatchRestriction__Group__1__Impl rule__ArtifactMatchRestriction__Group__2
+ {
+ pushFollow(FOLLOW_65);
rule__ArtifactMatchRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__Group__2_in_rule__ArtifactMatchRestriction__Group__116065);
+ pushFollow(FOLLOW_2);
rule__ArtifactMatchRestriction__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__1"
+ restoreStackSize(stackSize);
- // $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:7949:1: rule__ArtifactMatchRestriction__Group__1__Impl : ( 'edit' ) ;
- public final void rule__ArtifactMatchRestriction__Group__1__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7953:1: ( ( 'edit' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7954:1: ( 'edit' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7954:1: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7955:1: 'edit'
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__1__Impl"
+ // InternalOseeDsl.g:7949:1: rule__ArtifactMatchRestriction__Group__1__Impl : ( 'edit' ) ;
+ public final void rule__ArtifactMatchRestriction__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7953:1: ( ( 'edit' ) )
+ // InternalOseeDsl.g:7954:1: ( 'edit' )
+ {
+ // InternalOseeDsl.g:7954:1: ( 'edit' )
+ // InternalOseeDsl.g:7955:1: 'edit'
{
- before(grammarAccess.getArtifactMatchRestrictionAccess().getEditKeyword_1());
- match(input, 96, FOLLOW_96_in_rule__ArtifactMatchRestriction__Group__1__Impl16093);
- after(grammarAccess.getArtifactMatchRestrictionAccess().getEditKeyword_1());
+ before(grammarAccess.getArtifactMatchRestrictionAccess().getEditKeyword_1());
+ match(input,95,FOLLOW_2);
+ after(grammarAccess.getArtifactMatchRestrictionAccess().getEditKeyword_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__1__Impl"
- // $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:7968: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();
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__2"
+ // InternalOseeDsl.g:7968:1: rule__ArtifactMatchRestriction__Group__2 : rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3 ;
+ public final void rule__ArtifactMatchRestriction__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7972: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:7973:2: rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3
- {
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__Group__2__Impl_in_rule__ArtifactMatchRestriction__Group__216124);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7972:1: ( rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3 )
+ // InternalOseeDsl.g:7973:2: rule__ArtifactMatchRestriction__Group__2__Impl rule__ArtifactMatchRestriction__Group__3
+ {
+ pushFollow(FOLLOW_7);
rule__ArtifactMatchRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__Group__3_in_rule__ArtifactMatchRestriction__Group__216127);
+ pushFollow(FOLLOW_2);
rule__ArtifactMatchRestriction__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__2"
- // $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:7980:1: rule__ArtifactMatchRestriction__Group__2__Impl : ( 'artifact' ) ;
- public final void rule__ArtifactMatchRestriction__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__2__Impl"
+ // InternalOseeDsl.g:7980:1: rule__ArtifactMatchRestriction__Group__2__Impl : ( 'artifact' ) ;
+ public final void rule__ArtifactMatchRestriction__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7984:1: ( ( 'artifact' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7985:1: ( 'artifact' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7985:1: ( 'artifact' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:7986:1: 'artifact'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:7984:1: ( ( 'artifact' ) )
+ // InternalOseeDsl.g:7985:1: ( 'artifact' )
+ {
+ // InternalOseeDsl.g:7985:1: ( 'artifact' )
+ // InternalOseeDsl.g:7986:1: 'artifact'
{
- before(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactKeyword_2());
- match(input, 95, FOLLOW_95_in_rule__ArtifactMatchRestriction__Group__2__Impl16155);
- after(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactKeyword_2());
+ before(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactKeyword_2());
+ match(input,94,FOLLOW_2);
+ after(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__2__Impl"
- // $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:7999: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();
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__3"
+ // InternalOseeDsl.g:7999:1: rule__ArtifactMatchRestriction__Group__3 : rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4 ;
+ public final void rule__ArtifactMatchRestriction__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8003: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:8004:2: rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4
- {
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__Group__3__Impl_in_rule__ArtifactMatchRestriction__Group__316186);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8003:1: ( rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4 )
+ // InternalOseeDsl.g:8004:2: rule__ArtifactMatchRestriction__Group__3__Impl rule__ArtifactMatchRestriction__Group__4
+ {
+ pushFollow(FOLLOW_58);
rule__ArtifactMatchRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__Group__4_in_rule__ArtifactMatchRestriction__Group__316189);
+ pushFollow(FOLLOW_2);
rule__ArtifactMatchRestriction__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__3"
- // $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:8011:1: rule__ArtifactMatchRestriction__Group__3__Impl : ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) ) ;
- public final void rule__ArtifactMatchRestriction__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__3__Impl"
+ // InternalOseeDsl.g:8011:1: rule__ArtifactMatchRestriction__Group__3__Impl : ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) ) ;
+ public final void rule__ArtifactMatchRestriction__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8015: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:8016: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:8016: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:8017:1: ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8015:1: ( ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) ) )
+ // InternalOseeDsl.g:8016:1: ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) )
+ {
+ // InternalOseeDsl.g:8016:1: ( ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 ) )
+ // InternalOseeDsl.g:8017: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:8018: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:8018:2: rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3
- {
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3_in_rule__ArtifactMatchRestriction__Group__3__Impl16216);
- rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3();
+ before(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefAssignment_3());
+ // InternalOseeDsl.g:8018:1: ( rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 )
+ // InternalOseeDsl.g:8018:2: rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefAssignment_3());
+ after(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefAssignment_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__3__Impl"
- // $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:8028:1: rule__ArtifactMatchRestriction__Group__4 : rule__ArtifactMatchRestriction__Group__4__Impl ;
- public final void rule__ArtifactMatchRestriction__Group__4() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__4"
+ // InternalOseeDsl.g:8028:1: rule__ArtifactMatchRestriction__Group__4 : rule__ArtifactMatchRestriction__Group__4__Impl ;
+ public final void rule__ArtifactMatchRestriction__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8032: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:8033:2: rule__ArtifactMatchRestriction__Group__4__Impl
- {
- pushFollow(
- FOLLOW_rule__ArtifactMatchRestriction__Group__4__Impl_in_rule__ArtifactMatchRestriction__Group__416246);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8032:1: ( rule__ArtifactMatchRestriction__Group__4__Impl )
+ // InternalOseeDsl.g:8033:2: rule__ArtifactMatchRestriction__Group__4__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__ArtifactMatchRestriction__Group__4__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__4"
- // $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:8039:1: rule__ArtifactMatchRestriction__Group__4__Impl : ( ';' ) ;
- public final void rule__ArtifactMatchRestriction__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactMatchRestriction__Group__4__Impl"
+ // InternalOseeDsl.g:8039:1: rule__ArtifactMatchRestriction__Group__4__Impl : ( ';' ) ;
+ public final void rule__ArtifactMatchRestriction__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8043:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8044:1: ( ';' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8044:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8045:1: ';'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8043:1: ( ( ';' ) )
+ // InternalOseeDsl.g:8044:1: ( ';' )
{
- before(grammarAccess.getArtifactMatchRestrictionAccess().getSemicolonKeyword_4());
- match(input, 91, FOLLOW_91_in_rule__ArtifactMatchRestriction__Group__4__Impl16274);
- after(grammarAccess.getArtifactMatchRestrictionAccess().getSemicolonKeyword_4());
+ // InternalOseeDsl.g:8044:1: ( ';' )
+ // InternalOseeDsl.g:8045:1: ';'
+ {
+ before(grammarAccess.getArtifactMatchRestrictionAccess().getSemicolonKeyword_4());
+ match(input,90,FOLLOW_2);
+ after(grammarAccess.getArtifactMatchRestrictionAccess().getSemicolonKeyword_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__Group__4__Impl"
- // $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:8068: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();
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__0"
+ // InternalOseeDsl.g:8068:1: rule__ArtifactTypeRestriction__Group__0 : rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1 ;
+ public final void rule__ArtifactTypeRestriction__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8072: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:8073:2: rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1
- {
- pushFollow(
- FOLLOW_rule__ArtifactTypeRestriction__Group__0__Impl_in_rule__ArtifactTypeRestriction__Group__016315);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8072:1: ( rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1 )
+ // InternalOseeDsl.g:8073:2: rule__ArtifactTypeRestriction__Group__0__Impl rule__ArtifactTypeRestriction__Group__1
+ {
+ pushFollow(FOLLOW_64);
rule__ArtifactTypeRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__1_in_rule__ArtifactTypeRestriction__Group__016318);
+ pushFollow(FOLLOW_2);
rule__ArtifactTypeRestriction__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__0"
- // $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:8080:1: rule__ArtifactTypeRestriction__Group__0__Impl : ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) ) ;
- public final void rule__ArtifactTypeRestriction__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__0__Impl"
+ // InternalOseeDsl.g:8080:1: rule__ArtifactTypeRestriction__Group__0__Impl : ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) ) ;
+ public final void rule__ArtifactTypeRestriction__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8084: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:8085: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:8085: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:8086:1: ( rule__ArtifactTypeRestriction__PermissionAssignment_0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8084:1: ( ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) ) )
+ // InternalOseeDsl.g:8085: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:8087: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:8087:2: rule__ArtifactTypeRestriction__PermissionAssignment_0
- {
- pushFollow(
- FOLLOW_rule__ArtifactTypeRestriction__PermissionAssignment_0_in_rule__ArtifactTypeRestriction__Group__0__Impl16345);
- rule__ArtifactTypeRestriction__PermissionAssignment_0();
+ // InternalOseeDsl.g:8085:1: ( ( rule__ArtifactTypeRestriction__PermissionAssignment_0 ) )
+ // InternalOseeDsl.g:8086:1: ( rule__ArtifactTypeRestriction__PermissionAssignment_0 )
+ {
+ before(grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAssignment_0());
+ // InternalOseeDsl.g:8087:1: ( rule__ArtifactTypeRestriction__PermissionAssignment_0 )
+ // InternalOseeDsl.g:8087:2: rule__ArtifactTypeRestriction__PermissionAssignment_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ArtifactTypeRestriction__PermissionAssignment_0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAssignment_0());
+ after(grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAssignment_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__0__Impl"
- // $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:8097: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();
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__1"
+ // InternalOseeDsl.g:8097:1: rule__ArtifactTypeRestriction__Group__1 : rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2 ;
+ public final void rule__ArtifactTypeRestriction__Group__1() throws RecognitionException {
- 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__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:8102:2: rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2
- {
- pushFollow(
- FOLLOW_rule__ArtifactTypeRestriction__Group__1__Impl_in_rule__ArtifactTypeRestriction__Group__116375);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8101:1: ( rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2 )
+ // InternalOseeDsl.g:8102:2: rule__ArtifactTypeRestriction__Group__1__Impl rule__ArtifactTypeRestriction__Group__2
+ {
+ pushFollow(FOLLOW_66);
rule__ArtifactTypeRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__2_in_rule__ArtifactTypeRestriction__Group__116378);
+ pushFollow(FOLLOW_2);
rule__ArtifactTypeRestriction__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__1"
+ restoreStackSize(stackSize);
- // $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:8109:1: rule__ArtifactTypeRestriction__Group__1__Impl : ( 'edit' ) ;
- public final void rule__ArtifactTypeRestriction__Group__1__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8113:1: ( ( 'edit' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8114:1: ( 'edit' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8114:1: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8115:1: 'edit'
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__1__Impl"
+ // InternalOseeDsl.g:8109:1: rule__ArtifactTypeRestriction__Group__1__Impl : ( 'edit' ) ;
+ public final void rule__ArtifactTypeRestriction__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8113:1: ( ( 'edit' ) )
+ // InternalOseeDsl.g:8114:1: ( 'edit' )
+ {
+ // InternalOseeDsl.g:8114:1: ( 'edit' )
+ // InternalOseeDsl.g:8115:1: 'edit'
{
- before(grammarAccess.getArtifactTypeRestrictionAccess().getEditKeyword_1());
- match(input, 96, FOLLOW_96_in_rule__ArtifactTypeRestriction__Group__1__Impl16406);
- after(grammarAccess.getArtifactTypeRestrictionAccess().getEditKeyword_1());
+ before(grammarAccess.getArtifactTypeRestrictionAccess().getEditKeyword_1());
+ match(input,95,FOLLOW_2);
+ after(grammarAccess.getArtifactTypeRestrictionAccess().getEditKeyword_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__1__Impl"
- // $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:8128: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();
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__2"
+ // InternalOseeDsl.g:8128:1: rule__ArtifactTypeRestriction__Group__2 : rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3 ;
+ public final void rule__ArtifactTypeRestriction__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8132: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:8133:2: rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3
- {
- pushFollow(
- FOLLOW_rule__ArtifactTypeRestriction__Group__2__Impl_in_rule__ArtifactTypeRestriction__Group__216437);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8132:1: ( rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3 )
+ // InternalOseeDsl.g:8133:2: rule__ArtifactTypeRestriction__Group__2__Impl rule__ArtifactTypeRestriction__Group__3
+ {
+ pushFollow(FOLLOW_7);
rule__ArtifactTypeRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__3_in_rule__ArtifactTypeRestriction__Group__216440);
+ pushFollow(FOLLOW_2);
rule__ArtifactTypeRestriction__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__2"
+ restoreStackSize(stackSize);
- // $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:8140:1: rule__ArtifactTypeRestriction__Group__2__Impl : ( 'artifactType' ) ;
- public final void rule__ArtifactTypeRestriction__Group__2__Impl() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__2"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8144:1: ( ( 'artifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8145:1: ( 'artifactType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8145:1: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8146:1: 'artifactType'
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__2__Impl"
+ // InternalOseeDsl.g:8140:1: rule__ArtifactTypeRestriction__Group__2__Impl : ( 'artifactType' ) ;
+ public final void rule__ArtifactTypeRestriction__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8144:1: ( ( 'artifactType' ) )
+ // InternalOseeDsl.g:8145:1: ( 'artifactType' )
+ {
+ // InternalOseeDsl.g:8145:1: ( 'artifactType' )
+ // InternalOseeDsl.g:8146:1: 'artifactType'
{
- before(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeKeyword_2());
- match(input, 53, FOLLOW_53_in_rule__ArtifactTypeRestriction__Group__2__Impl16468);
- after(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeKeyword_2());
+ before(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeKeyword_2());
+ match(input,52,FOLLOW_2);
+ after(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__2__Impl"
+ restoreStackSize(stackSize);
- // $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:8159:1: rule__ArtifactTypeRestriction__Group__3 : rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4 ;
- public final void rule__ArtifactTypeRestriction__Group__3() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__2__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8163: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:8164:2: rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4
- {
- pushFollow(
- FOLLOW_rule__ArtifactTypeRestriction__Group__3__Impl_in_rule__ArtifactTypeRestriction__Group__316499);
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__3"
+ // InternalOseeDsl.g:8159: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 {
+ // InternalOseeDsl.g:8163:1: ( rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4 )
+ // InternalOseeDsl.g:8164:2: rule__ArtifactTypeRestriction__Group__3__Impl rule__ArtifactTypeRestriction__Group__4
+ {
+ pushFollow(FOLLOW_58);
rule__ArtifactTypeRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__ArtifactTypeRestriction__Group__4_in_rule__ArtifactTypeRestriction__Group__316502);
+ pushFollow(FOLLOW_2);
rule__ArtifactTypeRestriction__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__3"
- // $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:8171:1: rule__ArtifactTypeRestriction__Group__3__Impl : ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) ) ;
- public final void rule__ArtifactTypeRestriction__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__3__Impl"
+ // InternalOseeDsl.g:8171:1: rule__ArtifactTypeRestriction__Group__3__Impl : ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) ) ;
+ public final void rule__ArtifactTypeRestriction__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8175: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:8176: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:8176: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:8177:1: ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8175:1: ( ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) ) )
+ // InternalOseeDsl.g:8176:1: ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) )
+ {
+ // InternalOseeDsl.g:8176:1: ( ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 ) )
+ // InternalOseeDsl.g:8177: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:8178: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:8178:2: rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3
- {
- pushFollow(
- FOLLOW_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3_in_rule__ArtifactTypeRestriction__Group__3__Impl16529);
- rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3();
+ before(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefAssignment_3());
+ // InternalOseeDsl.g:8178:1: ( rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 )
+ // InternalOseeDsl.g:8178:2: rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefAssignment_3());
+ after(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefAssignment_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__3__Impl"
- // $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:8188:1: rule__ArtifactTypeRestriction__Group__4 : rule__ArtifactTypeRestriction__Group__4__Impl ;
- public final void rule__ArtifactTypeRestriction__Group__4() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__4"
+ // InternalOseeDsl.g:8188:1: rule__ArtifactTypeRestriction__Group__4 : rule__ArtifactTypeRestriction__Group__4__Impl ;
+ public final void rule__ArtifactTypeRestriction__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8192: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:8193:2: rule__ArtifactTypeRestriction__Group__4__Impl
- {
- pushFollow(
- FOLLOW_rule__ArtifactTypeRestriction__Group__4__Impl_in_rule__ArtifactTypeRestriction__Group__416559);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8192:1: ( rule__ArtifactTypeRestriction__Group__4__Impl )
+ // InternalOseeDsl.g:8193:2: rule__ArtifactTypeRestriction__Group__4__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__ArtifactTypeRestriction__Group__4__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__4"
- // $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:8199:1: rule__ArtifactTypeRestriction__Group__4__Impl : ( ';' ) ;
- public final void rule__ArtifactTypeRestriction__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactTypeRestriction__Group__4__Impl"
+ // InternalOseeDsl.g:8199:1: rule__ArtifactTypeRestriction__Group__4__Impl : ( ';' ) ;
+ public final void rule__ArtifactTypeRestriction__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8203:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8204:1: ( ';' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8204:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8205:1: ';'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8203:1: ( ( ';' ) )
+ // InternalOseeDsl.g:8204:1: ( ';' )
{
- before(grammarAccess.getArtifactTypeRestrictionAccess().getSemicolonKeyword_4());
- match(input, 91, FOLLOW_91_in_rule__ArtifactTypeRestriction__Group__4__Impl16587);
- after(grammarAccess.getArtifactTypeRestrictionAccess().getSemicolonKeyword_4());
+ // InternalOseeDsl.g:8204:1: ( ';' )
+ // InternalOseeDsl.g:8205:1: ';'
+ {
+ before(grammarAccess.getArtifactTypeRestrictionAccess().getSemicolonKeyword_4());
+ match(input,90,FOLLOW_2);
+ after(grammarAccess.getArtifactTypeRestrictionAccess().getSemicolonKeyword_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__Group__4__Impl"
- // $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:8228: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();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__0"
+ // InternalOseeDsl.g:8228:1: rule__AttributeTypeRestriction__Group__0 : rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1 ;
+ public final void rule__AttributeTypeRestriction__Group__0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8232: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:8233:2: rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__0__Impl_in_rule__AttributeTypeRestriction__Group__016628);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8232:1: ( rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1 )
+ // InternalOseeDsl.g:8233:2: rule__AttributeTypeRestriction__Group__0__Impl rule__AttributeTypeRestriction__Group__1
+ {
+ pushFollow(FOLLOW_64);
rule__AttributeTypeRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__1_in_rule__AttributeTypeRestriction__Group__016631);
+ pushFollow(FOLLOW_2);
rule__AttributeTypeRestriction__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__0"
- // $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:8240:1: rule__AttributeTypeRestriction__Group__0__Impl : ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) ) ;
- public final void rule__AttributeTypeRestriction__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__0__Impl"
+ // InternalOseeDsl.g:8240:1: rule__AttributeTypeRestriction__Group__0__Impl : ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) ) ;
+ public final void rule__AttributeTypeRestriction__Group__0__Impl() throws RecognitionException {
- 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__AttributeTypeRestriction__PermissionAssignment_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8245: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:8245: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:8246:1: ( rule__AttributeTypeRestriction__PermissionAssignment_0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8244:1: ( ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) ) )
+ // InternalOseeDsl.g:8245: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:8247: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:8247:2: rule__AttributeTypeRestriction__PermissionAssignment_0
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__PermissionAssignment_0_in_rule__AttributeTypeRestriction__Group__0__Impl16658);
- rule__AttributeTypeRestriction__PermissionAssignment_0();
+ // InternalOseeDsl.g:8245:1: ( ( rule__AttributeTypeRestriction__PermissionAssignment_0 ) )
+ // InternalOseeDsl.g:8246:1: ( rule__AttributeTypeRestriction__PermissionAssignment_0 )
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAssignment_0());
+ // InternalOseeDsl.g:8247:1: ( rule__AttributeTypeRestriction__PermissionAssignment_0 )
+ // InternalOseeDsl.g:8247:2: rule__AttributeTypeRestriction__PermissionAssignment_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeTypeRestriction__PermissionAssignment_0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAssignment_0());
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAssignment_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__0__Impl"
+ restoreStackSize(stackSize);
- // $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:8257:1: rule__AttributeTypeRestriction__Group__1 : rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2 ;
- public final void rule__AttributeTypeRestriction__Group__1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__0__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8261: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:8262:2: rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__1__Impl_in_rule__AttributeTypeRestriction__Group__116688);
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__1"
+ // InternalOseeDsl.g:8257: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 {
+ // InternalOseeDsl.g:8261:1: ( rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2 )
+ // InternalOseeDsl.g:8262:2: rule__AttributeTypeRestriction__Group__1__Impl rule__AttributeTypeRestriction__Group__2
+ {
+ pushFollow(FOLLOW_67);
rule__AttributeTypeRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__2_in_rule__AttributeTypeRestriction__Group__116691);
+ pushFollow(FOLLOW_2);
rule__AttributeTypeRestriction__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__1"
- // $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:8269:1: rule__AttributeTypeRestriction__Group__1__Impl : ( 'edit' ) ;
- public final void rule__AttributeTypeRestriction__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__1__Impl"
+ // InternalOseeDsl.g:8269:1: rule__AttributeTypeRestriction__Group__1__Impl : ( 'edit' ) ;
+ public final void rule__AttributeTypeRestriction__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8273:1: ( ( 'edit' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8274:1: ( 'edit' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8274:1: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8275:1: 'edit'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8273:1: ( ( 'edit' ) )
+ // InternalOseeDsl.g:8274:1: ( 'edit' )
+ {
+ // InternalOseeDsl.g:8274:1: ( 'edit' )
+ // InternalOseeDsl.g:8275:1: 'edit'
{
- before(grammarAccess.getAttributeTypeRestrictionAccess().getEditKeyword_1());
- match(input, 96, FOLLOW_96_in_rule__AttributeTypeRestriction__Group__1__Impl16719);
- after(grammarAccess.getAttributeTypeRestrictionAccess().getEditKeyword_1());
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getEditKeyword_1());
+ match(input,95,FOLLOW_2);
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getEditKeyword_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__1__Impl"
- // $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:8288: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();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__2"
+ // InternalOseeDsl.g:8288:1: rule__AttributeTypeRestriction__Group__2 : rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3 ;
+ public final void rule__AttributeTypeRestriction__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8292: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:8293:2: rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__2__Impl_in_rule__AttributeTypeRestriction__Group__216750);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8292:1: ( rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3 )
+ // InternalOseeDsl.g:8293:2: rule__AttributeTypeRestriction__Group__2__Impl rule__AttributeTypeRestriction__Group__3
+ {
+ pushFollow(FOLLOW_7);
rule__AttributeTypeRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__3_in_rule__AttributeTypeRestriction__Group__216753);
+ pushFollow(FOLLOW_2);
rule__AttributeTypeRestriction__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__2"
- // $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:8300:1: rule__AttributeTypeRestriction__Group__2__Impl : ( 'attributeType' ) ;
- public final void rule__AttributeTypeRestriction__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__2__Impl"
+ // InternalOseeDsl.g:8300:1: rule__AttributeTypeRestriction__Group__2__Impl : ( 'attributeType' ) ;
+ public final void rule__AttributeTypeRestriction__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8304:1: ( ( 'attributeType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8305:1: ( 'attributeType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8305:1: ( 'attributeType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8306:1: 'attributeType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8304:1: ( ( 'attributeType' ) )
+ // InternalOseeDsl.g:8305:1: ( 'attributeType' )
+ {
+ // InternalOseeDsl.g:8305:1: ( 'attributeType' )
+ // InternalOseeDsl.g:8306:1: 'attributeType'
{
- before(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeKeyword_2());
- match(input, 61, FOLLOW_61_in_rule__AttributeTypeRestriction__Group__2__Impl16781);
- after(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeKeyword_2());
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeKeyword_2());
+ match(input,60,FOLLOW_2);
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__2__Impl"
+ restoreStackSize(stackSize);
- // $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:8319:1: rule__AttributeTypeRestriction__Group__3 : rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4 ;
- public final void rule__AttributeTypeRestriction__Group__3() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__2__Impl"
- int 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: ( 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:8324:2: rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__3__Impl_in_rule__AttributeTypeRestriction__Group__316812);
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__3"
+ // InternalOseeDsl.g:8319: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 {
+ // InternalOseeDsl.g:8323:1: ( rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4 )
+ // InternalOseeDsl.g:8324:2: rule__AttributeTypeRestriction__Group__3__Impl rule__AttributeTypeRestriction__Group__4
+ {
+ pushFollow(FOLLOW_68);
rule__AttributeTypeRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__4_in_rule__AttributeTypeRestriction__Group__316815);
+ pushFollow(FOLLOW_2);
rule__AttributeTypeRestriction__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__3"
- // $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:8331:1: rule__AttributeTypeRestriction__Group__3__Impl : ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) ) ;
- public final void rule__AttributeTypeRestriction__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__3__Impl"
+ // InternalOseeDsl.g:8331:1: rule__AttributeTypeRestriction__Group__3__Impl : ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) ) ;
+ public final void rule__AttributeTypeRestriction__Group__3__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8335: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:8336: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:8336: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:8337:1: ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8335:1: ( ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) ) )
+ // InternalOseeDsl.g:8336:1: ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) )
+ {
+ // InternalOseeDsl.g:8336:1: ( ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 ) )
+ // InternalOseeDsl.g:8337:1: ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 )
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefAssignment_3());
+ // InternalOseeDsl.g:8338:1: ( rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 )
+ // InternalOseeDsl.g:8338:2: 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:8338: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:8338:2: rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3_in_rule__AttributeTypeRestriction__Group__3__Impl16842);
- rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3();
+ pushFollow(FOLLOW_2);
+ rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefAssignment_3());
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefAssignment_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__3__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__3__Impl"
- // $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:8348: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();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__4"
+ // InternalOseeDsl.g:8348:1: rule__AttributeTypeRestriction__Group__4 : rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5 ;
+ public final void rule__AttributeTypeRestriction__Group__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8352: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:8353:2: rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__4__Impl_in_rule__AttributeTypeRestriction__Group__416872);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8352:1: ( rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5 )
+ // InternalOseeDsl.g:8353:2: rule__AttributeTypeRestriction__Group__4__Impl rule__AttributeTypeRestriction__Group__5
+ {
+ pushFollow(FOLLOW_68);
rule__AttributeTypeRestriction__Group__4__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__5_in_rule__AttributeTypeRestriction__Group__416875);
+ pushFollow(FOLLOW_2);
rule__AttributeTypeRestriction__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__4"
- // $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:8360:1: rule__AttributeTypeRestriction__Group__4__Impl : ( ( rule__AttributeTypeRestriction__Group_4__0 )? ) ;
- public final void rule__AttributeTypeRestriction__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__4__Impl"
+ // InternalOseeDsl.g:8360:1: rule__AttributeTypeRestriction__Group__4__Impl : ( ( rule__AttributeTypeRestriction__Group_4__0 )? ) ;
+ public final void rule__AttributeTypeRestriction__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8364: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:8365: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:8365: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:8366:1: ( rule__AttributeTypeRestriction__Group_4__0 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8364:1: ( ( ( rule__AttributeTypeRestriction__Group_4__0 )? ) )
+ // InternalOseeDsl.g:8365: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:8367:1: ( rule__AttributeTypeRestriction__Group_4__0 )?
- int alt55 = 2;
- int LA55_0 = input.LA(1);
+ // InternalOseeDsl.g:8365:1: ( ( rule__AttributeTypeRestriction__Group_4__0 )? )
+ // InternalOseeDsl.g:8366:1: ( rule__AttributeTypeRestriction__Group_4__0 )?
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getGroup_4());
+ // InternalOseeDsl.g:8367:1: ( rule__AttributeTypeRestriction__Group_4__0 )?
+ int alt55=2;
+ int LA55_0 = input.LA(1);
+
+ if ( (LA55_0==96) ) {
+ alt55=1;
+ }
+ switch (alt55) {
+ case 1 :
+ // InternalOseeDsl.g:8367:2: rule__AttributeTypeRestriction__Group_4__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeTypeRestriction__Group_4__0();
- if (LA55_0 == 97) {
- alt55 = 1;
- }
- 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:8367:2: rule__AttributeTypeRestriction__Group_4__0
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group_4__0_in_rule__AttributeTypeRestriction__Group__4__Impl16902);
- rule__AttributeTypeRestriction__Group_4__0();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getAttributeTypeRestrictionAccess().getGroup_4());
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getGroup_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__4__Impl"
- // $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:8377:1: rule__AttributeTypeRestriction__Group__5 : rule__AttributeTypeRestriction__Group__5__Impl ;
- public final void rule__AttributeTypeRestriction__Group__5() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__5"
+ // InternalOseeDsl.g:8377:1: rule__AttributeTypeRestriction__Group__5 : rule__AttributeTypeRestriction__Group__5__Impl ;
+ public final void rule__AttributeTypeRestriction__Group__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8381: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:8382:2: rule__AttributeTypeRestriction__Group__5__Impl
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group__5__Impl_in_rule__AttributeTypeRestriction__Group__516933);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8381:1: ( rule__AttributeTypeRestriction__Group__5__Impl )
+ // InternalOseeDsl.g:8382:2: rule__AttributeTypeRestriction__Group__5__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__AttributeTypeRestriction__Group__5__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__5"
- // $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:8388:1: rule__AttributeTypeRestriction__Group__5__Impl : ( ';' ) ;
- public final void rule__AttributeTypeRestriction__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group__5__Impl"
+ // InternalOseeDsl.g:8388:1: rule__AttributeTypeRestriction__Group__5__Impl : ( ';' ) ;
+ public final void rule__AttributeTypeRestriction__Group__5__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8392:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8393:1: ( ';' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8393:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8394:1: ';'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8392:1: ( ( ';' ) )
+ // InternalOseeDsl.g:8393:1: ( ';' )
{
- before(grammarAccess.getAttributeTypeRestrictionAccess().getSemicolonKeyword_5());
- match(input, 91, FOLLOW_91_in_rule__AttributeTypeRestriction__Group__5__Impl16961);
- after(grammarAccess.getAttributeTypeRestrictionAccess().getSemicolonKeyword_5());
+ // InternalOseeDsl.g:8393:1: ( ';' )
+ // InternalOseeDsl.g:8394:1: ';'
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getSemicolonKeyword_5());
+ match(input,90,FOLLOW_2);
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getSemicolonKeyword_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group__5__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group__5__Impl"
- // $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:8419: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();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group_4__0"
+ // InternalOseeDsl.g:8419: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8423: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:8424: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__017004);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8423:1: ( rule__AttributeTypeRestriction__Group_4__0__Impl rule__AttributeTypeRestriction__Group_4__1 )
+ // InternalOseeDsl.g:8424:2: rule__AttributeTypeRestriction__Group_4__0__Impl rule__AttributeTypeRestriction__Group_4__1
+ {
+ pushFollow(FOLLOW_66);
rule__AttributeTypeRestriction__Group_4__0__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group_4__1_in_rule__AttributeTypeRestriction__Group_4__017007);
+ pushFollow(FOLLOW_2);
rule__AttributeTypeRestriction__Group_4__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group_4__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group_4__0"
- // $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:8431:1: rule__AttributeTypeRestriction__Group_4__0__Impl : ( 'of' ) ;
- public final void rule__AttributeTypeRestriction__Group_4__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group_4__0__Impl"
+ // InternalOseeDsl.g:8431:1: rule__AttributeTypeRestriction__Group_4__0__Impl : ( 'of' ) ;
+ public final void rule__AttributeTypeRestriction__Group_4__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8435:1: ( ( 'of' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8436:1: ( 'of' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8436:1: ( 'of' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8437:1: 'of'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8435:1: ( ( 'of' ) )
+ // InternalOseeDsl.g:8436:1: ( 'of' )
{
- before(grammarAccess.getAttributeTypeRestrictionAccess().getOfKeyword_4_0());
- match(input, 97, FOLLOW_97_in_rule__AttributeTypeRestriction__Group_4__0__Impl17035);
- after(grammarAccess.getAttributeTypeRestrictionAccess().getOfKeyword_4_0());
+ // InternalOseeDsl.g:8436:1: ( 'of' )
+ // InternalOseeDsl.g:8437:1: 'of'
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getOfKeyword_4_0());
+ match(input,96,FOLLOW_2);
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getOfKeyword_4_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group_4__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group_4__0__Impl"
- // $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:8450: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();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group_4__1"
+ // InternalOseeDsl.g:8450: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 {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8454: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:8455: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__117066);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8454:1: ( rule__AttributeTypeRestriction__Group_4__1__Impl rule__AttributeTypeRestriction__Group_4__2 )
+ // InternalOseeDsl.g:8455:2: rule__AttributeTypeRestriction__Group_4__1__Impl rule__AttributeTypeRestriction__Group_4__2
+ {
+ pushFollow(FOLLOW_7);
rule__AttributeTypeRestriction__Group_4__1__Impl();
state._fsp--;
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group_4__2_in_rule__AttributeTypeRestriction__Group_4__117069);
+ pushFollow(FOLLOW_2);
rule__AttributeTypeRestriction__Group_4__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group_4__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group_4__1"
- // $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:8462:1: rule__AttributeTypeRestriction__Group_4__1__Impl : ( 'artifactType' ) ;
- public final void rule__AttributeTypeRestriction__Group_4__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group_4__1__Impl"
+ // InternalOseeDsl.g:8462:1: rule__AttributeTypeRestriction__Group_4__1__Impl : ( 'artifactType' ) ;
+ public final void rule__AttributeTypeRestriction__Group_4__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8466:1: ( ( 'artifactType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8467:1: ( 'artifactType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8467:1: ( 'artifactType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8468:1: 'artifactType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8466:1: ( ( 'artifactType' ) )
+ // InternalOseeDsl.g:8467:1: ( 'artifactType' )
{
- before(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeKeyword_4_1());
- match(input, 53, FOLLOW_53_in_rule__AttributeTypeRestriction__Group_4__1__Impl17097);
- after(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeKeyword_4_1());
+ // InternalOseeDsl.g:8467:1: ( 'artifactType' )
+ // InternalOseeDsl.g:8468:1: 'artifactType'
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeKeyword_4_1());
+ match(input,52,FOLLOW_2);
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeKeyword_4_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group_4__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group_4__1__Impl"
- // $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:8481: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();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group_4__2"
+ // InternalOseeDsl.g:8481:1: rule__AttributeTypeRestriction__Group_4__2 : rule__AttributeTypeRestriction__Group_4__2__Impl ;
+ public final void rule__AttributeTypeRestriction__Group_4__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8485: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:8486:2: rule__AttributeTypeRestriction__Group_4__2__Impl
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__Group_4__2__Impl_in_rule__AttributeTypeRestriction__Group_4__217128);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8485:1: ( rule__AttributeTypeRestriction__Group_4__2__Impl )
+ // InternalOseeDsl.g:8486:2: rule__AttributeTypeRestriction__Group_4__2__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__AttributeTypeRestriction__Group_4__2__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group_4__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group_4__2"
- // $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:8492: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();
+ // $ANTLR start "rule__AttributeTypeRestriction__Group_4__2__Impl"
+ // InternalOseeDsl.g:8492:1: rule__AttributeTypeRestriction__Group_4__2__Impl : ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) ) ;
+ public final void rule__AttributeTypeRestriction__Group_4__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8496: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:8497: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:8497: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:8498:1: ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8496:1: ( ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) ) )
+ // InternalOseeDsl.g:8497: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:8499: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:8499:2: rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2
- {
- pushFollow(
- FOLLOW_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2_in_rule__AttributeTypeRestriction__Group_4__2__Impl17155);
- rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2();
+ // InternalOseeDsl.g:8497:1: ( ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 ) )
+ // InternalOseeDsl.g:8498:1: ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 )
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefAssignment_4_2());
+ // InternalOseeDsl.g:8499:1: ( rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 )
+ // InternalOseeDsl.g:8499:2: rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefAssignment_4_2());
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefAssignment_4_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__Group_4__2__Impl"
+ restoreStackSize(stackSize);
- // $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:8517:1: rule__RelationTypeRestriction__Group__0 : rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1 ;
- public final void rule__RelationTypeRestriction__Group__0() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__Group_4__2__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8521: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:8522:2: rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__Group__0__Impl_in_rule__RelationTypeRestriction__Group__017193);
+ // $ANTLR start "rule__RelationTypeRestriction__Group__0"
+ // InternalOseeDsl.g:8517: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 {
+ // InternalOseeDsl.g:8521:1: ( rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1 )
+ // InternalOseeDsl.g:8522:2: rule__RelationTypeRestriction__Group__0__Impl rule__RelationTypeRestriction__Group__1
+ {
+ pushFollow(FOLLOW_64);
rule__RelationTypeRestriction__Group__0__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__1_in_rule__RelationTypeRestriction__Group__017196);
+ pushFollow(FOLLOW_2);
rule__RelationTypeRestriction__Group__1();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__0"
- // $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:8529:1: rule__RelationTypeRestriction__Group__0__Impl : ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) ) ;
- public final void rule__RelationTypeRestriction__Group__0__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__0__Impl"
+ // InternalOseeDsl.g:8529:1: rule__RelationTypeRestriction__Group__0__Impl : ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) ) ;
+ public final void rule__RelationTypeRestriction__Group__0__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8533: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:8534: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:8534: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:8535:1: ( rule__RelationTypeRestriction__PermissionAssignment_0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8533:1: ( ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) ) )
+ // InternalOseeDsl.g:8534:1: ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) )
+ {
+ // InternalOseeDsl.g:8534:1: ( ( rule__RelationTypeRestriction__PermissionAssignment_0 ) )
+ // InternalOseeDsl.g:8535:1: ( rule__RelationTypeRestriction__PermissionAssignment_0 )
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getPermissionAssignment_0());
+ // InternalOseeDsl.g:8536:1: ( rule__RelationTypeRestriction__PermissionAssignment_0 )
+ // InternalOseeDsl.g:8536:2: 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:8536: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:8536:2: rule__RelationTypeRestriction__PermissionAssignment_0
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__PermissionAssignment_0_in_rule__RelationTypeRestriction__Group__0__Impl17223);
- rule__RelationTypeRestriction__PermissionAssignment_0();
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeRestriction__PermissionAssignment_0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getRelationTypeRestrictionAccess().getPermissionAssignment_0());
+ after(grammarAccess.getRelationTypeRestrictionAccess().getPermissionAssignment_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__0__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__0__Impl"
- // $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:8546: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();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__1"
+ // InternalOseeDsl.g:8546:1: rule__RelationTypeRestriction__Group__1 : rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2 ;
+ public final void rule__RelationTypeRestriction__Group__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8550: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:8551:2: rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__Group__1__Impl_in_rule__RelationTypeRestriction__Group__117253);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8550:1: ( rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2 )
+ // InternalOseeDsl.g:8551:2: rule__RelationTypeRestriction__Group__1__Impl rule__RelationTypeRestriction__Group__2
+ {
+ pushFollow(FOLLOW_69);
rule__RelationTypeRestriction__Group__1__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__2_in_rule__RelationTypeRestriction__Group__117256);
+ pushFollow(FOLLOW_2);
rule__RelationTypeRestriction__Group__2();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__1"
- // $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:8558:1: rule__RelationTypeRestriction__Group__1__Impl : ( 'edit' ) ;
- public final void rule__RelationTypeRestriction__Group__1__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__1__Impl"
+ // InternalOseeDsl.g:8558:1: rule__RelationTypeRestriction__Group__1__Impl : ( 'edit' ) ;
+ public final void rule__RelationTypeRestriction__Group__1__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8562:1: ( ( 'edit' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8563:1: ( 'edit' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8563:1: ( 'edit' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8564:1: 'edit'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8562:1: ( ( 'edit' ) )
+ // InternalOseeDsl.g:8563:1: ( 'edit' )
{
- before(grammarAccess.getRelationTypeRestrictionAccess().getEditKeyword_1());
- match(input, 96, FOLLOW_96_in_rule__RelationTypeRestriction__Group__1__Impl17284);
- after(grammarAccess.getRelationTypeRestrictionAccess().getEditKeyword_1());
+ // InternalOseeDsl.g:8563:1: ( 'edit' )
+ // InternalOseeDsl.g:8564:1: 'edit'
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getEditKeyword_1());
+ match(input,95,FOLLOW_2);
+ after(grammarAccess.getRelationTypeRestrictionAccess().getEditKeyword_1());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__1__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__1__Impl"
- // $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:8577: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();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__2"
+ // InternalOseeDsl.g:8577:1: rule__RelationTypeRestriction__Group__2 : rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3 ;
+ public final void rule__RelationTypeRestriction__Group__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8581: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:8582:2: rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__Group__2__Impl_in_rule__RelationTypeRestriction__Group__217315);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8581:1: ( rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3 )
+ // InternalOseeDsl.g:8582:2: rule__RelationTypeRestriction__Group__2__Impl rule__RelationTypeRestriction__Group__3
+ {
+ pushFollow(FOLLOW_70);
rule__RelationTypeRestriction__Group__2__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__3_in_rule__RelationTypeRestriction__Group__217318);
+ pushFollow(FOLLOW_2);
rule__RelationTypeRestriction__Group__3();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__2"
- // $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:8589:1: rule__RelationTypeRestriction__Group__2__Impl : ( 'relationType' ) ;
- public final void rule__RelationTypeRestriction__Group__2__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__2__Impl"
+ // InternalOseeDsl.g:8589:1: rule__RelationTypeRestriction__Group__2__Impl : ( 'relationType' ) ;
+ public final void rule__RelationTypeRestriction__Group__2__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8593:1: ( ( 'relationType' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8594:1: ( 'relationType' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8594:1: ( 'relationType' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8595:1: 'relationType'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8593:1: ( ( 'relationType' ) )
+ // InternalOseeDsl.g:8594:1: ( 'relationType' )
{
- before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeKeyword_2());
- match(input, 80, FOLLOW_80_in_rule__RelationTypeRestriction__Group__2__Impl17346);
- after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeKeyword_2());
+ // InternalOseeDsl.g:8594:1: ( 'relationType' )
+ // InternalOseeDsl.g:8595:1: 'relationType'
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeKeyword_2());
+ match(input,79,FOLLOW_2);
+ after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeKeyword_2());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__2__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__2__Impl"
- // $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:8608: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();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__3"
+ // InternalOseeDsl.g:8608:1: rule__RelationTypeRestriction__Group__3 : rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4 ;
+ public final void rule__RelationTypeRestriction__Group__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8612: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:8613:2: rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__Group__3__Impl_in_rule__RelationTypeRestriction__Group__317377);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8612:1: ( rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4 )
+ // InternalOseeDsl.g:8613:2: rule__RelationTypeRestriction__Group__3__Impl rule__RelationTypeRestriction__Group__4
+ {
+ pushFollow(FOLLOW_71);
rule__RelationTypeRestriction__Group__3__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__4_in_rule__RelationTypeRestriction__Group__317380);
+ pushFollow(FOLLOW_2);
rule__RelationTypeRestriction__Group__4();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__3"
- // $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:8620:1: rule__RelationTypeRestriction__Group__3__Impl : ( ( rule__RelationTypeRestriction__Alternatives_3 ) ) ;
- public final void rule__RelationTypeRestriction__Group__3__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__3__Impl"
+ // InternalOseeDsl.g:8620:1: rule__RelationTypeRestriction__Group__3__Impl : ( ( rule__RelationTypeRestriction__Alternatives_3 ) ) ;
+ public final void rule__RelationTypeRestriction__Group__3__Impl() throws RecognitionException {
- 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__RelationTypeRestriction__Alternatives_3 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8625: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:8625: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:8626:1: ( rule__RelationTypeRestriction__Alternatives_3 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8624:1: ( ( ( rule__RelationTypeRestriction__Alternatives_3 ) ) )
+ // InternalOseeDsl.g:8625: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:8627: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:8627:2: rule__RelationTypeRestriction__Alternatives_3
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__Alternatives_3_in_rule__RelationTypeRestriction__Group__3__Impl17407);
- rule__RelationTypeRestriction__Alternatives_3();
+ // InternalOseeDsl.g:8625:1: ( ( rule__RelationTypeRestriction__Alternatives_3 ) )
+ // InternalOseeDsl.g:8626:1: ( rule__RelationTypeRestriction__Alternatives_3 )
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getAlternatives_3());
+ // InternalOseeDsl.g:8627:1: ( rule__RelationTypeRestriction__Alternatives_3 )
+ // InternalOseeDsl.g:8627:2: rule__RelationTypeRestriction__Alternatives_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeRestriction__Alternatives_3();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getRelationTypeRestrictionAccess().getAlternatives_3());
+ }
+
+ after(grammarAccess.getRelationTypeRestrictionAccess().getAlternatives_3());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__3__Impl"
+ restoreStackSize(stackSize);
- // $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:8637:1: rule__RelationTypeRestriction__Group__4 : rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5 ;
- public final void rule__RelationTypeRestriction__Group__4() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__3__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8641: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:8642:2: rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__Group__4__Impl_in_rule__RelationTypeRestriction__Group__417437);
+ // $ANTLR start "rule__RelationTypeRestriction__Group__4"
+ // InternalOseeDsl.g:8637: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 {
+ // InternalOseeDsl.g:8641:1: ( rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5 )
+ // InternalOseeDsl.g:8642:2: rule__RelationTypeRestriction__Group__4__Impl rule__RelationTypeRestriction__Group__5
+ {
+ pushFollow(FOLLOW_72);
rule__RelationTypeRestriction__Group__4__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__5_in_rule__RelationTypeRestriction__Group__417440);
+ pushFollow(FOLLOW_2);
rule__RelationTypeRestriction__Group__5();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__4"
- // $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:8649:1: rule__RelationTypeRestriction__Group__4__Impl : ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) ) ;
- public final void rule__RelationTypeRestriction__Group__4__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__4__Impl"
+ // InternalOseeDsl.g:8649:1: rule__RelationTypeRestriction__Group__4__Impl : ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) ) ;
+ public final void rule__RelationTypeRestriction__Group__4__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8653: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:8654: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:8654: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:8655:1: ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8653:1: ( ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) ) )
+ // InternalOseeDsl.g:8654:1: ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) )
+ {
+ // InternalOseeDsl.g:8654:1: ( ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 ) )
+ // InternalOseeDsl.g:8655: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:8656: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:8656:2: rule__RelationTypeRestriction__RestrictedToSideAssignment_4
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__RestrictedToSideAssignment_4_in_rule__RelationTypeRestriction__Group__4__Impl17467);
- rule__RelationTypeRestriction__RestrictedToSideAssignment_4();
+ before(grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideAssignment_4());
+ // InternalOseeDsl.g:8656:1: ( rule__RelationTypeRestriction__RestrictedToSideAssignment_4 )
+ // InternalOseeDsl.g:8656:2: rule__RelationTypeRestriction__RestrictedToSideAssignment_4
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeRestriction__RestrictedToSideAssignment_4();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideAssignment_4());
+ after(grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideAssignment_4());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__4__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__4__Impl"
- // $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:8666: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();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__5"
+ // InternalOseeDsl.g:8666:1: rule__RelationTypeRestriction__Group__5 : rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6 ;
+ public final void rule__RelationTypeRestriction__Group__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8670: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:8671:2: rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__Group__5__Impl_in_rule__RelationTypeRestriction__Group__517497);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8670:1: ( rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6 )
+ // InternalOseeDsl.g:8671:2: rule__RelationTypeRestriction__Group__5__Impl rule__RelationTypeRestriction__Group__6
+ {
+ pushFollow(FOLLOW_72);
rule__RelationTypeRestriction__Group__5__Impl();
state._fsp--;
- pushFollow(FOLLOW_rule__RelationTypeRestriction__Group__6_in_rule__RelationTypeRestriction__Group__517500);
+ pushFollow(FOLLOW_2);
rule__RelationTypeRestriction__Group__6();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__5"
- // $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:8678:1: rule__RelationTypeRestriction__Group__5__Impl : ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? ) ;
- public final void rule__RelationTypeRestriction__Group__5__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__5__Impl"
+ // InternalOseeDsl.g:8678:1: rule__RelationTypeRestriction__Group__5__Impl : ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? ) ;
+ public final void rule__RelationTypeRestriction__Group__5__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8682: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:8683: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:8683: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:8684:1: ( rule__RelationTypeRestriction__PredicateAssignment_5 )?
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8682:1: ( ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? ) )
+ // InternalOseeDsl.g:8683: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:8685:1: ( rule__RelationTypeRestriction__PredicateAssignment_5 )?
- int alt56 = 2;
- int LA56_0 = input.LA(1);
+ // InternalOseeDsl.g:8683:1: ( ( rule__RelationTypeRestriction__PredicateAssignment_5 )? )
+ // InternalOseeDsl.g:8684:1: ( rule__RelationTypeRestriction__PredicateAssignment_5 )?
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getPredicateAssignment_5());
+ // InternalOseeDsl.g:8685:1: ( rule__RelationTypeRestriction__PredicateAssignment_5 )?
+ int alt56=2;
+ int LA56_0 = input.LA(1);
+
+ if ( (LA56_0==52||LA56_0==94) ) {
+ alt56=1;
+ }
+ switch (alt56) {
+ case 1 :
+ // InternalOseeDsl.g:8685:2: rule__RelationTypeRestriction__PredicateAssignment_5
+ {
+ pushFollow(FOLLOW_2);
+ rule__RelationTypeRestriction__PredicateAssignment_5();
- if (LA56_0 == 53 || LA56_0 == 95) {
- alt56 = 1;
- }
- 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:8685:2: rule__RelationTypeRestriction__PredicateAssignment_5
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__PredicateAssignment_5_in_rule__RelationTypeRestriction__Group__5__Impl17527);
- rule__RelationTypeRestriction__PredicateAssignment_5();
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
- }
+ }
- after(grammarAccess.getRelationTypeRestrictionAccess().getPredicateAssignment_5());
+ after(grammarAccess.getRelationTypeRestrictionAccess().getPredicateAssignment_5());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__5__Impl"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__5__Impl"
- // $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:8695:1: rule__RelationTypeRestriction__Group__6 : rule__RelationTypeRestriction__Group__6__Impl ;
- public final void rule__RelationTypeRestriction__Group__6() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__6"
+ // InternalOseeDsl.g:8695:1: rule__RelationTypeRestriction__Group__6 : rule__RelationTypeRestriction__Group__6__Impl ;
+ public final void rule__RelationTypeRestriction__Group__6() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8699: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:8700:2: rule__RelationTypeRestriction__Group__6__Impl
- {
- pushFollow(
- FOLLOW_rule__RelationTypeRestriction__Group__6__Impl_in_rule__RelationTypeRestriction__Group__617558);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8699:1: ( rule__RelationTypeRestriction__Group__6__Impl )
+ // InternalOseeDsl.g:8700:2: rule__RelationTypeRestriction__Group__6__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__RelationTypeRestriction__Group__6__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__6"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__6"
- // $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:8706:1: rule__RelationTypeRestriction__Group__6__Impl : ( ';' ) ;
- public final void rule__RelationTypeRestriction__Group__6__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__Group__6__Impl"
+ // InternalOseeDsl.g:8706:1: rule__RelationTypeRestriction__Group__6__Impl : ( ';' ) ;
+ public final void rule__RelationTypeRestriction__Group__6__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8710:1: ( ( ';' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8711:1: ( ';' )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8711:1: ( ';' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8712:1: ';'
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8710:1: ( ( ';' ) )
+ // InternalOseeDsl.g:8711:1: ( ';' )
{
- before(grammarAccess.getRelationTypeRestrictionAccess().getSemicolonKeyword_6());
- match(input, 91, FOLLOW_91_in_rule__RelationTypeRestriction__Group__6__Impl17586);
- after(grammarAccess.getRelationTypeRestrictionAccess().getSemicolonKeyword_6());
+ // InternalOseeDsl.g:8711:1: ( ';' )
+ // InternalOseeDsl.g:8712:1: ';'
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getSemicolonKeyword_6());
+ match(input,90,FOLLOW_2);
+ after(grammarAccess.getRelationTypeRestrictionAccess().getSemicolonKeyword_6());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__Group__6__Impl"
+ restoreStackSize(stackSize);
- // $ANTLR start "rule__XAttributeType__UnorderedGroup_14"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8740:1: rule__XAttributeType__UnorderedGroup_14 : ( rule__XAttributeType__UnorderedGroup_14__0 )? ;
- public final void rule__XAttributeType__UnorderedGroup_14() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__Group__6__Impl"
- int stackSize = keepStackSize();
- getUnorderedGroupHelper().enter(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8745:1: ( ( rule__XAttributeType__UnorderedGroup_14__0 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8746:2: ( rule__XAttributeType__UnorderedGroup_14__0 )?
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8746:2: ( rule__XAttributeType__UnorderedGroup_14__0 )?
- int alt57 = 2;
+ // $ANTLR start "rule__XAttributeType__UnorderedGroup_14"
+ // InternalOseeDsl.g:8740:1: rule__XAttributeType__UnorderedGroup_14 : ( rule__XAttributeType__UnorderedGroup_14__0 )? ;
+ public final void rule__XAttributeType__UnorderedGroup_14() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+ getUnorderedGroupHelper().enter(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
+
+ try {
+ // InternalOseeDsl.g:8745:1: ( ( rule__XAttributeType__UnorderedGroup_14__0 )? )
+ // InternalOseeDsl.g:8746:2: ( rule__XAttributeType__UnorderedGroup_14__0 )?
+ {
+ // InternalOseeDsl.g:8746:2: ( rule__XAttributeType__UnorderedGroup_14__0 )?
+ int alt57=2;
int LA57_0 = input.LA(1);
- if (LA57_0 == 66 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)) {
- alt57 = 1;
- } else if (LA57_0 == 67 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)) {
- alt57 = 1;
- } else if (LA57_0 == 68 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)) {
- alt57 = 1;
- } else if (LA57_0 == 69 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)) {
- alt57 = 1;
- } else if (LA57_0 == 70 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)) {
- alt57 = 1;
- } else if (LA57_0 == 71 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)) {
- alt57 = 1;
+ if ( LA57_0 == 65 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0) ) {
+ alt57=1;
+ }
+ else if ( LA57_0 == 66 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1) ) {
+ alt57=1;
+ }
+ else if ( LA57_0 == 67 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2) ) {
+ alt57=1;
+ }
+ else if ( LA57_0 == 68 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3) ) {
+ alt57=1;
+ }
+ else if ( LA57_0 == 69 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4) ) {
+ alt57=1;
+ }
+ else if ( LA57_0 == 70 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5) ) {
+ alt57=1;
}
switch (alt57) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8746:2: rule__XAttributeType__UnorderedGroup_14__0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__0_in_rule__XAttributeType__UnorderedGroup_1417632);
- rule__XAttributeType__UnorderedGroup_14__0();
+ case 1 :
+ // InternalOseeDsl.g:8746:2: rule__XAttributeType__UnorderedGroup_14__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__UnorderedGroup_14__0();
+
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- getUnorderedGroupHelper().leave(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
- restoreStackSize(stackSize);
+ getUnorderedGroupHelper().leave(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__UnorderedGroup_14"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__UnorderedGroup_14"
- // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__Impl"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8756:1: rule__XAttributeType__UnorderedGroup_14__Impl : ( ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) ) ) ;
- public final void rule__XAttributeType__UnorderedGroup_14__Impl() throws RecognitionException {
- int stackSize = keepStackSize();
- boolean selected = false;
+ // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__Impl"
+ // InternalOseeDsl.g:8756:1: rule__XAttributeType__UnorderedGroup_14__Impl : ( ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) ) ) ;
+ public final void rule__XAttributeType__UnorderedGroup_14__Impl() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8761:1: ( ( ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8762:3: ( ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8762:3: ( ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) ) )
- int alt58 = 6;
+ int stackSize = keepStackSize();
+ boolean selected = false;
+
+ try {
+ // InternalOseeDsl.g:8761:1: ( ( ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) ) ) )
+ // InternalOseeDsl.g:8762:3: ( ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) ) )
+ {
+ // InternalOseeDsl.g:8762:3: ( ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) ) | ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) ) )
+ int alt58=6;
int LA58_0 = input.LA(1);
- if (LA58_0 == 66 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)) {
- alt58 = 1;
- } else if (LA58_0 == 67 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)) {
- alt58 = 2;
- } else if (LA58_0 == 68 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)) {
- alt58 = 3;
- } else if (LA58_0 == 69 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)) {
- alt58 = 4;
- } else if (LA58_0 == 70 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)) {
- alt58 = 5;
- } else if (LA58_0 == 71 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)) {
- alt58 = 6;
- } else {
- NoViableAltException nvae = new NoViableAltException("", 58, 0, input);
-
- throw nvae;
+ if ( LA58_0 == 65 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0) ) {
+ alt58=1;
+ }
+ else if ( LA58_0 == 66 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1) ) {
+ alt58=2;
+ }
+ else if ( LA58_0 == 67 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2) ) {
+ alt58=3;
+ }
+ else if ( LA58_0 == 68 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3) ) {
+ alt58=4;
+ }
+ else if ( LA58_0 == 69 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4) ) {
+ alt58=5;
+ }
+ else if ( LA58_0 == 70 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5) ) {
+ alt58=6;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 58, 0, input);
+
+ throw nvae;
}
switch (alt58) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8764:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8764:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8765:5: {...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) )
- {
- if (!getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)) {
- throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl",
- "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)");
- }
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8765:112: ( ( ( rule__XAttributeType__Group_14_0__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8766:6: ( ( rule__XAttributeType__Group_14_0__0 ) )
- {
-
- getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(),
- 0);
-
- selected = true;
-
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8772:6: ( ( rule__XAttributeType__Group_14_0__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8774:7: ( rule__XAttributeType__Group_14_0__0 )
- {
- before(grammarAccess.getXAttributeTypeAccess().getGroup_14_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8775:7: ( rule__XAttributeType__Group_14_0__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8775:8: rule__XAttributeType__Group_14_0__0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__Group_14_0__0_in_rule__XAttributeType__UnorderedGroup_14__Impl17719);
- rule__XAttributeType__Group_14_0__0();
+ case 1 :
+ // InternalOseeDsl.g:8764:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) )
+ {
+ // InternalOseeDsl.g:8764:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) ) )
+ // InternalOseeDsl.g:8765:5: {...}? => ( ( ( rule__XAttributeType__Group_14_0__0 ) ) )
+ {
+ if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0) ) {
+ throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)");
+ }
+ // InternalOseeDsl.g:8765:112: ( ( ( rule__XAttributeType__Group_14_0__0 ) ) )
+ // InternalOseeDsl.g:8766:6: ( ( rule__XAttributeType__Group_14_0__0 ) )
+ {
+
+ getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0);
+
+
+ selected = true;
+
+ // InternalOseeDsl.g:8772:6: ( ( rule__XAttributeType__Group_14_0__0 ) )
+ // InternalOseeDsl.g:8774:7: ( rule__XAttributeType__Group_14_0__0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getGroup_14_0());
+ // InternalOseeDsl.g:8775:7: ( rule__XAttributeType__Group_14_0__0 )
+ // InternalOseeDsl.g:8775:8: rule__XAttributeType__Group_14_0__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group_14_0__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getGroup_14_0());
+ after(grammarAccess.getXAttributeTypeAccess().getGroup_14_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:8781:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8781:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8782:5: {...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) )
- {
- if (!getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)) {
- throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl",
- "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)");
- }
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8782:112: ( ( ( rule__XAttributeType__Group_14_1__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8783:6: ( ( rule__XAttributeType__Group_14_1__0 ) )
- {
-
- getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(),
- 1);
-
- selected = true;
-
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8789:6: ( ( rule__XAttributeType__Group_14_1__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8791:7: ( rule__XAttributeType__Group_14_1__0 )
- {
- before(grammarAccess.getXAttributeTypeAccess().getGroup_14_1());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8792:7: ( rule__XAttributeType__Group_14_1__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8792:8: rule__XAttributeType__Group_14_1__0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__Group_14_1__0_in_rule__XAttributeType__UnorderedGroup_14__Impl17810);
- rule__XAttributeType__Group_14_1__0();
- state._fsp--;
+ }
- }
- after(grammarAccess.getXAttributeTypeAccess().getGroup_14_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:8798:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8798:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8799:5: {...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) )
- {
- if (!getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)) {
- throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl",
- "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)");
- }
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8799:112: ( ( ( rule__XAttributeType__Group_14_2__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8800:6: ( ( rule__XAttributeType__Group_14_2__0 ) )
- {
-
- getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(),
- 2);
-
- selected = true;
-
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8806:6: ( ( rule__XAttributeType__Group_14_2__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8808:7: ( rule__XAttributeType__Group_14_2__0 )
- {
- before(grammarAccess.getXAttributeTypeAccess().getGroup_14_2());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8809:7: ( rule__XAttributeType__Group_14_2__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8809:8: rule__XAttributeType__Group_14_2__0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__Group_14_2__0_in_rule__XAttributeType__UnorderedGroup_14__Impl17901);
- rule__XAttributeType__Group_14_2__0();
+ }
+ break;
+ case 2 :
+ // InternalOseeDsl.g:8781:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) )
+ {
+ // InternalOseeDsl.g:8781:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) ) )
+ // InternalOseeDsl.g:8782:5: {...}? => ( ( ( rule__XAttributeType__Group_14_1__0 ) ) )
+ {
+ if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1) ) {
+ throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)");
+ }
+ // InternalOseeDsl.g:8782:112: ( ( ( rule__XAttributeType__Group_14_1__0 ) ) )
+ // InternalOseeDsl.g:8783:6: ( ( rule__XAttributeType__Group_14_1__0 ) )
+ {
+
+ getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1);
+
+
+ selected = true;
+
+ // InternalOseeDsl.g:8789:6: ( ( rule__XAttributeType__Group_14_1__0 ) )
+ // InternalOseeDsl.g:8791:7: ( rule__XAttributeType__Group_14_1__0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getGroup_14_1());
+ // InternalOseeDsl.g:8792:7: ( rule__XAttributeType__Group_14_1__0 )
+ // InternalOseeDsl.g:8792:8: rule__XAttributeType__Group_14_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group_14_1__0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getGroup_14_2());
+ after(grammarAccess.getXAttributeTypeAccess().getGroup_14_1());
- }
+ }
- }
-
- }
-
- }
- break;
- case 4:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8815:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8815:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8816:5: {...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) )
- {
- if (!getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)) {
- throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl",
- "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)");
- }
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8816:112: ( ( ( rule__XAttributeType__Group_14_3__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8817:6: ( ( rule__XAttributeType__Group_14_3__0 ) )
- {
-
- getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(),
- 3);
-
- selected = true;
-
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8823:6: ( ( rule__XAttributeType__Group_14_3__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8825:7: ( rule__XAttributeType__Group_14_3__0 )
- {
- before(grammarAccess.getXAttributeTypeAccess().getGroup_14_3());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8826:7: ( rule__XAttributeType__Group_14_3__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8826:8: rule__XAttributeType__Group_14_3__0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__Group_14_3__0_in_rule__XAttributeType__UnorderedGroup_14__Impl17992);
- rule__XAttributeType__Group_14_3__0();
- state._fsp--;
+ }
- }
- after(grammarAccess.getXAttributeTypeAccess().getGroup_14_3());
+ }
- }
- }
-
- }
-
- }
- break;
- case 5:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8832:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8832:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8833:5: {...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) )
- {
- if (!getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)) {
- throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl",
- "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)");
- }
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8833:112: ( ( ( rule__XAttributeType__Group_14_4__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8834:6: ( ( rule__XAttributeType__Group_14_4__0 ) )
- {
-
- getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(),
- 4);
-
- selected = true;
-
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8840:6: ( ( rule__XAttributeType__Group_14_4__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8842:7: ( rule__XAttributeType__Group_14_4__0 )
- {
- before(grammarAccess.getXAttributeTypeAccess().getGroup_14_4());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8843:7: ( rule__XAttributeType__Group_14_4__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8843:8: rule__XAttributeType__Group_14_4__0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__Group_14_4__0_in_rule__XAttributeType__UnorderedGroup_14__Impl18083);
- rule__XAttributeType__Group_14_4__0();
+ }
+ break;
+ case 3 :
+ // InternalOseeDsl.g:8798:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) )
+ {
+ // InternalOseeDsl.g:8798:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) ) )
+ // InternalOseeDsl.g:8799:5: {...}? => ( ( ( rule__XAttributeType__Group_14_2__0 ) ) )
+ {
+ if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2) ) {
+ throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)");
+ }
+ // InternalOseeDsl.g:8799:112: ( ( ( rule__XAttributeType__Group_14_2__0 ) ) )
+ // InternalOseeDsl.g:8800:6: ( ( rule__XAttributeType__Group_14_2__0 ) )
+ {
+
+ getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2);
+
+
+ selected = true;
+
+ // InternalOseeDsl.g:8806:6: ( ( rule__XAttributeType__Group_14_2__0 ) )
+ // InternalOseeDsl.g:8808:7: ( rule__XAttributeType__Group_14_2__0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getGroup_14_2());
+ // InternalOseeDsl.g:8809:7: ( rule__XAttributeType__Group_14_2__0 )
+ // InternalOseeDsl.g:8809:8: rule__XAttributeType__Group_14_2__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group_14_2__0();
- state._fsp--;
+ state._fsp--;
- }
- after(grammarAccess.getXAttributeTypeAccess().getGroup_14_4());
+ }
- }
+ after(grammarAccess.getXAttributeTypeAccess().getGroup_14_2());
- }
-
- }
-
- }
- break;
- case 6:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8849:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8849:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8850:5: {...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) )
- {
- if (!getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)) {
- throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl",
- "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)");
- }
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8850:112: ( ( ( rule__XAttributeType__Group_14_5__0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8851:6: ( ( rule__XAttributeType__Group_14_5__0 ) )
- {
-
- getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(),
- 5);
-
- selected = true;
-
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8857:6: ( ( rule__XAttributeType__Group_14_5__0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8859:7: ( rule__XAttributeType__Group_14_5__0 )
- {
- before(grammarAccess.getXAttributeTypeAccess().getGroup_14_5());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8860:7: ( rule__XAttributeType__Group_14_5__0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8860:8: rule__XAttributeType__Group_14_5__0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__Group_14_5__0_in_rule__XAttributeType__UnorderedGroup_14__Impl18174);
- rule__XAttributeType__Group_14_5__0();
+ }
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getGroup_14_5());
- }
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalOseeDsl.g:8815:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) )
+ {
+ // InternalOseeDsl.g:8815:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) ) )
+ // InternalOseeDsl.g:8816:5: {...}? => ( ( ( rule__XAttributeType__Group_14_3__0 ) ) )
+ {
+ if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3) ) {
+ throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)");
+ }
+ // InternalOseeDsl.g:8816:112: ( ( ( rule__XAttributeType__Group_14_3__0 ) ) )
+ // InternalOseeDsl.g:8817:6: ( ( rule__XAttributeType__Group_14_3__0 ) )
+ {
+
+ getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3);
+
+
+ selected = true;
+
+ // InternalOseeDsl.g:8823:6: ( ( rule__XAttributeType__Group_14_3__0 ) )
+ // InternalOseeDsl.g:8825:7: ( rule__XAttributeType__Group_14_3__0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getGroup_14_3());
+ // InternalOseeDsl.g:8826:7: ( rule__XAttributeType__Group_14_3__0 )
+ // InternalOseeDsl.g:8826:8: rule__XAttributeType__Group_14_3__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group_14_3__0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getXAttributeTypeAccess().getGroup_14_3());
+
+ }
+
+
+ }
+
+
+ }
+
+
+ }
+ break;
+ case 5 :
+ // InternalOseeDsl.g:8832:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) )
+ {
+ // InternalOseeDsl.g:8832:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) ) )
+ // InternalOseeDsl.g:8833:5: {...}? => ( ( ( rule__XAttributeType__Group_14_4__0 ) ) )
+ {
+ if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4) ) {
+ throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)");
+ }
+ // InternalOseeDsl.g:8833:112: ( ( ( rule__XAttributeType__Group_14_4__0 ) ) )
+ // InternalOseeDsl.g:8834:6: ( ( rule__XAttributeType__Group_14_4__0 ) )
+ {
+
+ getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4);
+
+
+ selected = true;
+
+ // InternalOseeDsl.g:8840:6: ( ( rule__XAttributeType__Group_14_4__0 ) )
+ // InternalOseeDsl.g:8842:7: ( rule__XAttributeType__Group_14_4__0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getGroup_14_4());
+ // InternalOseeDsl.g:8843:7: ( rule__XAttributeType__Group_14_4__0 )
+ // InternalOseeDsl.g:8843:8: rule__XAttributeType__Group_14_4__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group_14_4__0();
+
+ state._fsp--;
+
+
+ }
- }
+ after(grammarAccess.getXAttributeTypeAccess().getGroup_14_4());
- }
+ }
- }
- break;
+
+ }
+
+
+ }
+
+
+ }
+ break;
+ case 6 :
+ // InternalOseeDsl.g:8849:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) )
+ {
+ // InternalOseeDsl.g:8849:4: ({...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) ) )
+ // InternalOseeDsl.g:8850:5: {...}? => ( ( ( rule__XAttributeType__Group_14_5__0 ) ) )
+ {
+ if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5) ) {
+ throw new FailedPredicateException(input, "rule__XAttributeType__UnorderedGroup_14__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)");
+ }
+ // InternalOseeDsl.g:8850:112: ( ( ( rule__XAttributeType__Group_14_5__0 ) ) )
+ // InternalOseeDsl.g:8851:6: ( ( rule__XAttributeType__Group_14_5__0 ) )
+ {
+
+ getUnorderedGroupHelper().select(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5);
+
+
+ selected = true;
+
+ // InternalOseeDsl.g:8857:6: ( ( rule__XAttributeType__Group_14_5__0 ) )
+ // InternalOseeDsl.g:8859:7: ( rule__XAttributeType__Group_14_5__0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getGroup_14_5());
+ // InternalOseeDsl.g:8860:7: ( rule__XAttributeType__Group_14_5__0 )
+ // InternalOseeDsl.g:8860:8: rule__XAttributeType__Group_14_5__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__Group_14_5__0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getXAttributeTypeAccess().getGroup_14_5());
+
+ }
+
+
+ }
+
+
+ }
+
+
+ }
+ break;
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- if (selected) {
- getUnorderedGroupHelper().returnFromSelection(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
- }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__Impl"
+ if (selected)
+ getUnorderedGroupHelper().returnFromSelection(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14());
+ restoreStackSize(stackSize);
- // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__0"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8875:1: rule__XAttributeType__UnorderedGroup_14__0 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__1 )? ;
- public final void rule__XAttributeType__UnorderedGroup_14__0() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__Impl"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8879:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__1 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8880:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__1 )?
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__018233);
+ // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__0"
+ // InternalOseeDsl.g:8875:1: rule__XAttributeType__UnorderedGroup_14__0 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__1 )? ;
+ public final void rule__XAttributeType__UnorderedGroup_14__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8879:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__1 )? )
+ // InternalOseeDsl.g:8880:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__1 )?
+ {
+ pushFollow(FOLLOW_73);
rule__XAttributeType__UnorderedGroup_14__Impl();
state._fsp--;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8881:2: ( rule__XAttributeType__UnorderedGroup_14__1 )?
- int alt59 = 2;
+ // InternalOseeDsl.g:8881:2: ( rule__XAttributeType__UnorderedGroup_14__1 )?
+ int alt59=2;
int LA59_0 = input.LA(1);
- if (LA59_0 == 66 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)) {
- alt59 = 1;
- } else if (LA59_0 == 67 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)) {
- alt59 = 1;
- } else if (LA59_0 == 68 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)) {
- alt59 = 1;
- } else if (LA59_0 == 69 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)) {
- alt59 = 1;
- } else if (LA59_0 == 70 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)) {
- alt59 = 1;
- } else if (LA59_0 == 71 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)) {
- alt59 = 1;
+ if ( LA59_0 == 65 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0) ) {
+ alt59=1;
+ }
+ else if ( LA59_0 == 66 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1) ) {
+ alt59=1;
+ }
+ else if ( LA59_0 == 67 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2) ) {
+ alt59=1;
+ }
+ else if ( LA59_0 == 68 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3) ) {
+ alt59=1;
+ }
+ else if ( LA59_0 == 69 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4) ) {
+ alt59=1;
+ }
+ else if ( LA59_0 == 70 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5) ) {
+ alt59=1;
}
switch (alt59) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8881:2: rule__XAttributeType__UnorderedGroup_14__1
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__1_in_rule__XAttributeType__UnorderedGroup_14__018236);
- rule__XAttributeType__UnorderedGroup_14__1();
+ case 1 :
+ // InternalOseeDsl.g:8881:2: rule__XAttributeType__UnorderedGroup_14__1
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__UnorderedGroup_14__1();
+
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__0"
- // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8888:1: rule__XAttributeType__UnorderedGroup_14__1 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__2 )? ;
- public final void rule__XAttributeType__UnorderedGroup_14__1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__1"
+ // InternalOseeDsl.g:8888:1: rule__XAttributeType__UnorderedGroup_14__1 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__2 )? ;
+ public final void rule__XAttributeType__UnorderedGroup_14__1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8892:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__2 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8893:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__2 )?
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__118261);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8892:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__2 )? )
+ // InternalOseeDsl.g:8893:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__2 )?
+ {
+ pushFollow(FOLLOW_73);
rule__XAttributeType__UnorderedGroup_14__Impl();
state._fsp--;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8894:2: ( rule__XAttributeType__UnorderedGroup_14__2 )?
- int alt60 = 2;
+ // InternalOseeDsl.g:8894:2: ( rule__XAttributeType__UnorderedGroup_14__2 )?
+ int alt60=2;
int LA60_0 = input.LA(1);
- if (LA60_0 == 66 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)) {
- alt60 = 1;
- } else if (LA60_0 == 67 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)) {
- alt60 = 1;
- } else if (LA60_0 == 68 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)) {
- alt60 = 1;
- } else if (LA60_0 == 69 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)) {
- alt60 = 1;
- } else if (LA60_0 == 70 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)) {
- alt60 = 1;
- } else if (LA60_0 == 71 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)) {
- alt60 = 1;
+ if ( LA60_0 == 65 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0) ) {
+ alt60=1;
+ }
+ else if ( LA60_0 == 66 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1) ) {
+ alt60=1;
+ }
+ else if ( LA60_0 == 67 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2) ) {
+ alt60=1;
+ }
+ else if ( LA60_0 == 68 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3) ) {
+ alt60=1;
+ }
+ else if ( LA60_0 == 69 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4) ) {
+ alt60=1;
+ }
+ else if ( LA60_0 == 70 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5) ) {
+ alt60=1;
}
switch (alt60) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8894:2: rule__XAttributeType__UnorderedGroup_14__2
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__2_in_rule__XAttributeType__UnorderedGroup_14__118264);
- rule__XAttributeType__UnorderedGroup_14__2();
+ case 1 :
+ // InternalOseeDsl.g:8894:2: rule__XAttributeType__UnorderedGroup_14__2
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__UnorderedGroup_14__2();
+
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__1"
- // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8901:1: rule__XAttributeType__UnorderedGroup_14__2 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__3 )? ;
- public final void rule__XAttributeType__UnorderedGroup_14__2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__2"
+ // InternalOseeDsl.g:8901:1: rule__XAttributeType__UnorderedGroup_14__2 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__3 )? ;
+ public final void rule__XAttributeType__UnorderedGroup_14__2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8905:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__3 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8906:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__3 )?
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__218289);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8905:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__3 )? )
+ // InternalOseeDsl.g:8906:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__3 )?
+ {
+ pushFollow(FOLLOW_73);
rule__XAttributeType__UnorderedGroup_14__Impl();
state._fsp--;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8907:2: ( rule__XAttributeType__UnorderedGroup_14__3 )?
- int alt61 = 2;
+ // InternalOseeDsl.g:8907:2: ( rule__XAttributeType__UnorderedGroup_14__3 )?
+ int alt61=2;
int LA61_0 = input.LA(1);
- if (LA61_0 == 66 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)) {
- alt61 = 1;
- } else if (LA61_0 == 67 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)) {
- alt61 = 1;
- } else if (LA61_0 == 68 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)) {
- alt61 = 1;
- } else if (LA61_0 == 69 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)) {
- alt61 = 1;
- } else if (LA61_0 == 70 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)) {
- alt61 = 1;
- } else if (LA61_0 == 71 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)) {
- alt61 = 1;
+ if ( LA61_0 == 65 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0) ) {
+ alt61=1;
+ }
+ else if ( LA61_0 == 66 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1) ) {
+ alt61=1;
+ }
+ else if ( LA61_0 == 67 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2) ) {
+ alt61=1;
+ }
+ else if ( LA61_0 == 68 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3) ) {
+ alt61=1;
+ }
+ else if ( LA61_0 == 69 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4) ) {
+ alt61=1;
+ }
+ else if ( LA61_0 == 70 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5) ) {
+ alt61=1;
}
switch (alt61) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8907:2: rule__XAttributeType__UnorderedGroup_14__3
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__3_in_rule__XAttributeType__UnorderedGroup_14__218292);
- rule__XAttributeType__UnorderedGroup_14__3();
+ case 1 :
+ // InternalOseeDsl.g:8907:2: rule__XAttributeType__UnorderedGroup_14__3
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__UnorderedGroup_14__3();
+
+ state._fsp--;
- state._fsp--;
- }
- break;
+ }
+ break;
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__2"
- // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8914:1: rule__XAttributeType__UnorderedGroup_14__3 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__4 )? ;
- public final void rule__XAttributeType__UnorderedGroup_14__3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__3"
+ // InternalOseeDsl.g:8914:1: rule__XAttributeType__UnorderedGroup_14__3 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__4 )? ;
+ public final void rule__XAttributeType__UnorderedGroup_14__3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8918:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__4 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8919:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__4 )?
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__318317);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8918:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__4 )? )
+ // InternalOseeDsl.g:8919:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__4 )?
+ {
+ pushFollow(FOLLOW_73);
rule__XAttributeType__UnorderedGroup_14__Impl();
state._fsp--;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8920:2: ( rule__XAttributeType__UnorderedGroup_14__4 )?
- int alt62 = 2;
+ // InternalOseeDsl.g:8920:2: ( rule__XAttributeType__UnorderedGroup_14__4 )?
+ int alt62=2;
int LA62_0 = input.LA(1);
- if (LA62_0 == 66 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)) {
- alt62 = 1;
- } else if (LA62_0 == 67 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)) {
- alt62 = 1;
- } else if (LA62_0 == 68 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)) {
- alt62 = 1;
- } else if (LA62_0 == 69 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)) {
- alt62 = 1;
- } else if (LA62_0 == 70 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)) {
- alt62 = 1;
- } else if (LA62_0 == 71 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)) {
- alt62 = 1;
+ if ( LA62_0 == 65 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0) ) {
+ alt62=1;
+ }
+ else if ( LA62_0 == 66 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1) ) {
+ alt62=1;
+ }
+ else if ( LA62_0 == 67 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2) ) {
+ alt62=1;
+ }
+ else if ( LA62_0 == 68 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3) ) {
+ alt62=1;
+ }
+ else if ( LA62_0 == 69 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4) ) {
+ alt62=1;
+ }
+ else if ( LA62_0 == 70 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5) ) {
+ alt62=1;
}
switch (alt62) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8920:2: rule__XAttributeType__UnorderedGroup_14__4
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__4_in_rule__XAttributeType__UnorderedGroup_14__318320);
- rule__XAttributeType__UnorderedGroup_14__4();
+ case 1 :
+ // InternalOseeDsl.g:8920:2: rule__XAttributeType__UnorderedGroup_14__4
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__UnorderedGroup_14__4();
- state._fsp--;
+ state._fsp--;
- }
- break;
+
+ }
+ break;
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__3"
- // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8927:1: rule__XAttributeType__UnorderedGroup_14__4 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__5 )? ;
- public final void rule__XAttributeType__UnorderedGroup_14__4() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__4"
+ // InternalOseeDsl.g:8927:1: rule__XAttributeType__UnorderedGroup_14__4 : rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__5 )? ;
+ public final void rule__XAttributeType__UnorderedGroup_14__4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8931:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__5 )? )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8932:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__5 )?
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__418345);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8931:1: ( rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__5 )? )
+ // InternalOseeDsl.g:8932:2: rule__XAttributeType__UnorderedGroup_14__Impl ( rule__XAttributeType__UnorderedGroup_14__5 )?
+ {
+ pushFollow(FOLLOW_73);
rule__XAttributeType__UnorderedGroup_14__Impl();
state._fsp--;
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8933:2: ( rule__XAttributeType__UnorderedGroup_14__5 )?
- int alt63 = 2;
+ // InternalOseeDsl.g:8933:2: ( rule__XAttributeType__UnorderedGroup_14__5 )?
+ int alt63=2;
int LA63_0 = input.LA(1);
- if (LA63_0 == 66 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0)) {
- alt63 = 1;
- } else if (LA63_0 == 67 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1)) {
- alt63 = 1;
- } else if (LA63_0 == 68 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2)) {
- alt63 = 1;
- } else if (LA63_0 == 69 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3)) {
- alt63 = 1;
- } else if (LA63_0 == 70 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4)) {
- alt63 = 1;
- } else if (LA63_0 == 71 && getUnorderedGroupHelper().canSelect(
- grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5)) {
- alt63 = 1;
+ if ( LA63_0 == 65 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 0) ) {
+ alt63=1;
+ }
+ else if ( LA63_0 == 66 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 1) ) {
+ alt63=1;
+ }
+ else if ( LA63_0 == 67 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 2) ) {
+ alt63=1;
+ }
+ else if ( LA63_0 == 68 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 3) ) {
+ alt63=1;
+ }
+ else if ( LA63_0 == 69 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 4) ) {
+ alt63=1;
+ }
+ else if ( LA63_0 == 70 && getUnorderedGroupHelper().canSelect(grammarAccess.getXAttributeTypeAccess().getUnorderedGroup_14(), 5) ) {
+ alt63=1;
}
switch (alt63) {
- case 1:
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8933:2: rule__XAttributeType__UnorderedGroup_14__5
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__5_in_rule__XAttributeType__UnorderedGroup_14__418348);
- rule__XAttributeType__UnorderedGroup_14__5();
+ case 1 :
+ // InternalOseeDsl.g:8933:2: rule__XAttributeType__UnorderedGroup_14__5
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__UnorderedGroup_14__5();
- state._fsp--;
+ state._fsp--;
- }
- break;
+
+ }
+ break;
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__4"
- // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8940:1: rule__XAttributeType__UnorderedGroup_14__5 : rule__XAttributeType__UnorderedGroup_14__Impl ;
- public final void rule__XAttributeType__UnorderedGroup_14__5() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__UnorderedGroup_14__5"
+ // InternalOseeDsl.g:8940:1: rule__XAttributeType__UnorderedGroup_14__5 : rule__XAttributeType__UnorderedGroup_14__Impl ;
+ public final void rule__XAttributeType__UnorderedGroup_14__5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8944:1: ( rule__XAttributeType__UnorderedGroup_14__Impl )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8945:2: rule__XAttributeType__UnorderedGroup_14__Impl
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__518373);
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8944:1: ( rule__XAttributeType__UnorderedGroup_14__Impl )
+ // InternalOseeDsl.g:8945:2: rule__XAttributeType__UnorderedGroup_14__Impl
+ {
+ pushFollow(FOLLOW_2);
rule__XAttributeType__UnorderedGroup_14__Impl();
state._fsp--;
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__UnorderedGroup_14__5"
- // $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:8964:1: rule__OseeDsl__ImportsAssignment_0 : ( ruleImport ) ;
- public final void rule__OseeDsl__ImportsAssignment_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__ImportsAssignment_0"
+ // InternalOseeDsl.g:8964:1: rule__OseeDsl__ImportsAssignment_0 : ( ruleImport ) ;
+ public final void rule__OseeDsl__ImportsAssignment_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8968:1: ( ( ruleImport ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8969:1: ( ruleImport )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8969:1: ( ruleImport )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8970:1: ruleImport
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8968:1: ( ( ruleImport ) )
+ // InternalOseeDsl.g:8969:1: ( ruleImport )
{
- before(grammarAccess.getOseeDslAccess().getImportsImportParserRuleCall_0_0());
- pushFollow(FOLLOW_ruleImport_in_rule__OseeDsl__ImportsAssignment_018413);
- ruleImport();
+ // InternalOseeDsl.g:8969:1: ( ruleImport )
+ // InternalOseeDsl.g:8970:1: ruleImport
+ {
+ before(grammarAccess.getOseeDslAccess().getImportsImportParserRuleCall_0_0());
+ pushFollow(FOLLOW_2);
+ ruleImport();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeDslAccess().getImportsImportParserRuleCall_0_0());
+ after(grammarAccess.getOseeDslAccess().getImportsImportParserRuleCall_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__ImportsAssignment_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__ImportsAssignment_0"
- // $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:8979:1: rule__OseeDsl__ArtifactTypesAssignment_1_0 : ( ruleXArtifactType ) ;
- public final void rule__OseeDsl__ArtifactTypesAssignment_1_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__ArtifactTypesAssignment_1_0"
+ // InternalOseeDsl.g:8979:1: rule__OseeDsl__ArtifactTypesAssignment_1_0 : ( ruleXArtifactType ) ;
+ public final void rule__OseeDsl__ArtifactTypesAssignment_1_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8983:1: ( ( ruleXArtifactType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8984:1: ( ruleXArtifactType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8984:1: ( ruleXArtifactType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8985:1: ruleXArtifactType
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8983:1: ( ( ruleXArtifactType ) )
+ // InternalOseeDsl.g:8984:1: ( ruleXArtifactType )
+ {
+ // InternalOseeDsl.g:8984:1: ( ruleXArtifactType )
+ // InternalOseeDsl.g:8985:1: ruleXArtifactType
{
- before(grammarAccess.getOseeDslAccess().getArtifactTypesXArtifactTypeParserRuleCall_1_0_0());
- pushFollow(FOLLOW_ruleXArtifactType_in_rule__OseeDsl__ArtifactTypesAssignment_1_018444);
- ruleXArtifactType();
+ before(grammarAccess.getOseeDslAccess().getArtifactTypesXArtifactTypeParserRuleCall_1_0_0());
+ pushFollow(FOLLOW_2);
+ ruleXArtifactType();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeDslAccess().getArtifactTypesXArtifactTypeParserRuleCall_1_0_0());
+ after(grammarAccess.getOseeDslAccess().getArtifactTypesXArtifactTypeParserRuleCall_1_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__ArtifactTypesAssignment_1_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__ArtifactTypesAssignment_1_0"
- // $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:8994:1: rule__OseeDsl__RelationTypesAssignment_1_1 : ( ruleXRelationType ) ;
- public final void rule__OseeDsl__RelationTypesAssignment_1_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__RelationTypesAssignment_1_1"
+ // InternalOseeDsl.g:8994:1: rule__OseeDsl__RelationTypesAssignment_1_1 : ( ruleXRelationType ) ;
+ public final void rule__OseeDsl__RelationTypesAssignment_1_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8998:1: ( ( ruleXRelationType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8999:1: ( ruleXRelationType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:8999:1: ( ruleXRelationType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9000:1: ruleXRelationType
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:8998:1: ( ( ruleXRelationType ) )
+ // InternalOseeDsl.g:8999:1: ( ruleXRelationType )
+ {
+ // InternalOseeDsl.g:8999:1: ( ruleXRelationType )
+ // InternalOseeDsl.g:9000:1: ruleXRelationType
{
- before(grammarAccess.getOseeDslAccess().getRelationTypesXRelationTypeParserRuleCall_1_1_0());
- pushFollow(FOLLOW_ruleXRelationType_in_rule__OseeDsl__RelationTypesAssignment_1_118475);
- ruleXRelationType();
+ before(grammarAccess.getOseeDslAccess().getRelationTypesXRelationTypeParserRuleCall_1_1_0());
+ pushFollow(FOLLOW_2);
+ ruleXRelationType();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeDslAccess().getRelationTypesXRelationTypeParserRuleCall_1_1_0());
+ after(grammarAccess.getOseeDslAccess().getRelationTypesXRelationTypeParserRuleCall_1_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__RelationTypesAssignment_1_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__RelationTypesAssignment_1_1"
- // $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:9009:1: rule__OseeDsl__AttributeTypesAssignment_1_2 : ( ruleXAttributeType ) ;
- public final void rule__OseeDsl__AttributeTypesAssignment_1_2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__AttributeTypesAssignment_1_2"
+ // InternalOseeDsl.g:9009:1: rule__OseeDsl__AttributeTypesAssignment_1_2 : ( ruleXAttributeType ) ;
+ public final void rule__OseeDsl__AttributeTypesAssignment_1_2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9013:1: ( ( ruleXAttributeType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9014:1: ( ruleXAttributeType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9014:1: ( ruleXAttributeType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9015:1: ruleXAttributeType
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9013:1: ( ( ruleXAttributeType ) )
+ // InternalOseeDsl.g:9014:1: ( ruleXAttributeType )
{
- before(grammarAccess.getOseeDslAccess().getAttributeTypesXAttributeTypeParserRuleCall_1_2_0());
- pushFollow(FOLLOW_ruleXAttributeType_in_rule__OseeDsl__AttributeTypesAssignment_1_218506);
- ruleXAttributeType();
+ // InternalOseeDsl.g:9014:1: ( ruleXAttributeType )
+ // InternalOseeDsl.g:9015:1: ruleXAttributeType
+ {
+ before(grammarAccess.getOseeDslAccess().getAttributeTypesXAttributeTypeParserRuleCall_1_2_0());
+ pushFollow(FOLLOW_2);
+ ruleXAttributeType();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeDslAccess().getAttributeTypesXAttributeTypeParserRuleCall_1_2_0());
+ after(grammarAccess.getOseeDslAccess().getAttributeTypesXAttributeTypeParserRuleCall_1_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__AttributeTypesAssignment_1_2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__AttributeTypesAssignment_1_2"
- // $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:9024:1: rule__OseeDsl__EnumTypesAssignment_1_3 : ( ruleXOseeEnumType ) ;
- public final void rule__OseeDsl__EnumTypesAssignment_1_3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__EnumTypesAssignment_1_3"
+ // InternalOseeDsl.g:9024:1: rule__OseeDsl__EnumTypesAssignment_1_3 : ( ruleXOseeEnumType ) ;
+ public final void rule__OseeDsl__EnumTypesAssignment_1_3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9028:1: ( ( ruleXOseeEnumType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9029:1: ( ruleXOseeEnumType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9029:1: ( ruleXOseeEnumType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9030:1: ruleXOseeEnumType
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9028:1: ( ( ruleXOseeEnumType ) )
+ // InternalOseeDsl.g:9029:1: ( ruleXOseeEnumType )
+ {
+ // InternalOseeDsl.g:9029:1: ( ruleXOseeEnumType )
+ // InternalOseeDsl.g:9030:1: ruleXOseeEnumType
{
- before(grammarAccess.getOseeDslAccess().getEnumTypesXOseeEnumTypeParserRuleCall_1_3_0());
- pushFollow(FOLLOW_ruleXOseeEnumType_in_rule__OseeDsl__EnumTypesAssignment_1_318537);
- ruleXOseeEnumType();
+ before(grammarAccess.getOseeDslAccess().getEnumTypesXOseeEnumTypeParserRuleCall_1_3_0());
+ pushFollow(FOLLOW_2);
+ ruleXOseeEnumType();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeDslAccess().getEnumTypesXOseeEnumTypeParserRuleCall_1_3_0());
+ after(grammarAccess.getOseeDslAccess().getEnumTypesXOseeEnumTypeParserRuleCall_1_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__EnumTypesAssignment_1_3"
+ restoreStackSize(stackSize);
- // $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:9039:1: rule__OseeDsl__EnumOverridesAssignment_1_4 : ( ruleXOseeEnumOverride ) ;
- public final void rule__OseeDsl__EnumOverridesAssignment_1_4() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__EnumTypesAssignment_1_3"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9043:1: ( ( ruleXOseeEnumOverride ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9044:1: ( ruleXOseeEnumOverride )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9044:1: ( ruleXOseeEnumOverride )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9045:1: ruleXOseeEnumOverride
+ // $ANTLR start "rule__OseeDsl__EnumOverridesAssignment_1_4"
+ // InternalOseeDsl.g:9039:1: rule__OseeDsl__EnumOverridesAssignment_1_4 : ( ruleXOseeEnumOverride ) ;
+ public final void rule__OseeDsl__EnumOverridesAssignment_1_4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9043:1: ( ( ruleXOseeEnumOverride ) )
+ // InternalOseeDsl.g:9044:1: ( ruleXOseeEnumOverride )
+ {
+ // InternalOseeDsl.g:9044:1: ( ruleXOseeEnumOverride )
+ // InternalOseeDsl.g:9045:1: ruleXOseeEnumOverride
{
- before(grammarAccess.getOseeDslAccess().getEnumOverridesXOseeEnumOverrideParserRuleCall_1_4_0());
- pushFollow(FOLLOW_ruleXOseeEnumOverride_in_rule__OseeDsl__EnumOverridesAssignment_1_418568);
- ruleXOseeEnumOverride();
+ before(grammarAccess.getOseeDslAccess().getEnumOverridesXOseeEnumOverrideParserRuleCall_1_4_0());
+ pushFollow(FOLLOW_2);
+ ruleXOseeEnumOverride();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeDslAccess().getEnumOverridesXOseeEnumOverrideParserRuleCall_1_4_0());
+ after(grammarAccess.getOseeDslAccess().getEnumOverridesXOseeEnumOverrideParserRuleCall_1_4_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__EnumOverridesAssignment_1_4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__EnumOverridesAssignment_1_4"
- // $ANTLR start "rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9054:1: rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 : ( ruleXOseeArtifactTypeOverride ) ;
- public final void rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5"
+ // InternalOseeDsl.g:9054:1: rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5 : ( ruleXOseeArtifactTypeOverride ) ;
+ public final void rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9058:1: ( ( ruleXOseeArtifactTypeOverride ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9059:1: ( ruleXOseeArtifactTypeOverride )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9059:1: ( ruleXOseeArtifactTypeOverride )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9060:1: ruleXOseeArtifactTypeOverride
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9058:1: ( ( ruleXOseeArtifactTypeOverride ) )
+ // InternalOseeDsl.g:9059:1: ( ruleXOseeArtifactTypeOverride )
+ {
+ // InternalOseeDsl.g:9059:1: ( ruleXOseeArtifactTypeOverride )
+ // InternalOseeDsl.g:9060:1: ruleXOseeArtifactTypeOverride
{
- before(
- grammarAccess.getOseeDslAccess().getArtifactTypeOverridesXOseeArtifactTypeOverrideParserRuleCall_1_5_0());
- pushFollow(
- FOLLOW_ruleXOseeArtifactTypeOverride_in_rule__OseeDsl__ArtifactTypeOverridesAssignment_1_518599);
- ruleXOseeArtifactTypeOverride();
+ before(grammarAccess.getOseeDslAccess().getArtifactTypeOverridesXOseeArtifactTypeOverrideParserRuleCall_1_5_0());
+ pushFollow(FOLLOW_2);
+ ruleXOseeArtifactTypeOverride();
- state._fsp--;
+ state._fsp--;
- after(
- grammarAccess.getOseeDslAccess().getArtifactTypeOverridesXOseeArtifactTypeOverrideParserRuleCall_1_5_0());
+ after(grammarAccess.getOseeDslAccess().getArtifactTypeOverridesXOseeArtifactTypeOverrideParserRuleCall_1_5_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5"
- // $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:9069:1: rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 : ( ruleXArtifactMatcher ) ;
- public final void rule__OseeDsl__ArtifactMatchRefsAssignment_2_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__ArtifactMatchRefsAssignment_2_0"
+ // InternalOseeDsl.g:9069:1: rule__OseeDsl__ArtifactMatchRefsAssignment_2_0 : ( ruleXArtifactMatcher ) ;
+ public final void rule__OseeDsl__ArtifactMatchRefsAssignment_2_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9073:1: ( ( ruleXArtifactMatcher ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9074:1: ( ruleXArtifactMatcher )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9074:1: ( ruleXArtifactMatcher )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9075:1: ruleXArtifactMatcher
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9073:1: ( ( ruleXArtifactMatcher ) )
+ // InternalOseeDsl.g:9074:1: ( ruleXArtifactMatcher )
{
- before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0_0());
- pushFollow(FOLLOW_ruleXArtifactMatcher_in_rule__OseeDsl__ArtifactMatchRefsAssignment_2_018630);
- ruleXArtifactMatcher();
+ // InternalOseeDsl.g:9074:1: ( ruleXArtifactMatcher )
+ // InternalOseeDsl.g:9075:1: ruleXArtifactMatcher
+ {
+ before(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0_0());
+ pushFollow(FOLLOW_2);
+ ruleXArtifactMatcher();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0_0());
+ after(grammarAccess.getOseeDslAccess().getArtifactMatchRefsXArtifactMatcherParserRuleCall_2_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__ArtifactMatchRefsAssignment_2_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__ArtifactMatchRefsAssignment_2_0"
- // $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:9084:1: rule__OseeDsl__AccessDeclarationsAssignment_2_1 : ( ruleAccessContext ) ;
- public final void rule__OseeDsl__AccessDeclarationsAssignment_2_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__OseeDsl__AccessDeclarationsAssignment_2_1"
+ // InternalOseeDsl.g:9084:1: rule__OseeDsl__AccessDeclarationsAssignment_2_1 : ( ruleAccessContext ) ;
+ public final void rule__OseeDsl__AccessDeclarationsAssignment_2_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9088:1: ( ( ruleAccessContext ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9089:1: ( ruleAccessContext )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9089:1: ( ruleAccessContext )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9090:1: ruleAccessContext
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9088:1: ( ( ruleAccessContext ) )
+ // InternalOseeDsl.g:9089:1: ( ruleAccessContext )
+ {
+ // InternalOseeDsl.g:9089:1: ( ruleAccessContext )
+ // InternalOseeDsl.g:9090:1: ruleAccessContext
{
- before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_2_1_0());
- pushFollow(FOLLOW_ruleAccessContext_in_rule__OseeDsl__AccessDeclarationsAssignment_2_118661);
- ruleAccessContext();
+ before(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_2_1_0());
+ pushFollow(FOLLOW_2);
+ ruleAccessContext();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_2_1_0());
+ after(grammarAccess.getOseeDslAccess().getAccessDeclarationsAccessContextParserRuleCall_2_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__AccessDeclarationsAssignment_2_1"
+ restoreStackSize(stackSize);
- // $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:9099:1: rule__OseeDsl__RoleDeclarationsAssignment_2_2 : ( ruleRole ) ;
- public final void rule__OseeDsl__RoleDeclarationsAssignment_2_2() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OseeDsl__AccessDeclarationsAssignment_2_1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9103:1: ( ( ruleRole ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9104:1: ( ruleRole )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9104:1: ( ruleRole )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9105:1: ruleRole
+ // $ANTLR start "rule__OseeDsl__RoleDeclarationsAssignment_2_2"
+ // InternalOseeDsl.g:9099:1: rule__OseeDsl__RoleDeclarationsAssignment_2_2 : ( ruleRole ) ;
+ public final void rule__OseeDsl__RoleDeclarationsAssignment_2_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9103:1: ( ( ruleRole ) )
+ // InternalOseeDsl.g:9104:1: ( ruleRole )
+ {
+ // InternalOseeDsl.g:9104:1: ( ruleRole )
+ // InternalOseeDsl.g:9105:1: ruleRole
{
- before(grammarAccess.getOseeDslAccess().getRoleDeclarationsRoleParserRuleCall_2_2_0());
- pushFollow(FOLLOW_ruleRole_in_rule__OseeDsl__RoleDeclarationsAssignment_2_218692);
- ruleRole();
+ before(grammarAccess.getOseeDslAccess().getRoleDeclarationsRoleParserRuleCall_2_2_0());
+ pushFollow(FOLLOW_2);
+ ruleRole();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getOseeDslAccess().getRoleDeclarationsRoleParserRuleCall_2_2_0());
+ after(grammarAccess.getOseeDslAccess().getRoleDeclarationsRoleParserRuleCall_2_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__OseeDsl__RoleDeclarationsAssignment_2_2"
+ }
+ 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:9114:1: rule__Import__ImportURIAssignment_1 : ( RULE_STRING ) ;
- public final void rule__Import__ImportURIAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Import__ImportURIAssignment_1"
+ // InternalOseeDsl.g:9114:1: rule__Import__ImportURIAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__Import__ImportURIAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9118: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_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_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9120:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9118:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9119:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9119:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9120:1: RULE_STRING
{
- before(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__Import__ImportURIAssignment_118723);
- after(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_1_0());
+ before(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Import__ImportURIAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Import__ImportURIAssignment_1"
- // $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:9129:1: rule__XArtifactType__AbstractAssignment_0 : ( ( 'abstract' ) ) ;
- public final void rule__XArtifactType__AbstractAssignment_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__AbstractAssignment_0"
+ // InternalOseeDsl.g:9129:1: rule__XArtifactType__AbstractAssignment_0 : ( ( 'abstract' ) ) ;
+ public final void rule__XArtifactType__AbstractAssignment_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9133:1: ( ( ( 'abstract' ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9134:1: ( ( 'abstract' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9134:1: ( ( 'abstract' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9135:1: ( 'abstract' )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9133:1: ( ( ( 'abstract' ) ) )
+ // InternalOseeDsl.g:9134:1: ( ( 'abstract' ) )
+ {
+ // InternalOseeDsl.g:9134:1: ( ( 'abstract' ) )
+ // InternalOseeDsl.g:9135:1: ( 'abstract' )
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
+ // InternalOseeDsl.g:9136:1: ( 'abstract' )
+ // InternalOseeDsl.g:9137: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:9136:1: ( 'abstract' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9137:1: 'abstract'
- {
- before(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
- match(input, 98, FOLLOW_98_in_rule__XArtifactType__AbstractAssignment_018759);
- after(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
+ before(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
+ match(input,97,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
+ after(grammarAccess.getXArtifactTypeAccess().getAbstractAbstractKeyword_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__AbstractAssignment_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__AbstractAssignment_0"
- // $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:9152:1: rule__XArtifactType__NameAssignment_2 : ( RULE_STRING ) ;
- public final void rule__XArtifactType__NameAssignment_2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__NameAssignment_2"
+ // InternalOseeDsl.g:9152:1: rule__XArtifactType__NameAssignment_2 : ( RULE_STRING ) ;
+ public final void rule__XArtifactType__NameAssignment_2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9156: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: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
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9156:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9157:1: ( RULE_STRING )
{
- before(grammarAccess.getXArtifactTypeAccess().getNameSTRINGTerminalRuleCall_2_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XArtifactType__NameAssignment_218798);
- after(grammarAccess.getXArtifactTypeAccess().getNameSTRINGTerminalRuleCall_2_0());
+ // InternalOseeDsl.g:9157:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9158:1: RULE_STRING
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getNameSTRINGTerminalRuleCall_2_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getNameSTRINGTerminalRuleCall_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__NameAssignment_2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__NameAssignment_2"
- // $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:9167:1: rule__XArtifactType__SuperArtifactTypesAssignment_3_1 : ( ( RULE_STRING ) ) ;
- public final void rule__XArtifactType__SuperArtifactTypesAssignment_3_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__SuperArtifactTypesAssignment_3_1"
+ // InternalOseeDsl.g:9167:1: rule__XArtifactType__SuperArtifactTypesAssignment_3_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__XArtifactType__SuperArtifactTypesAssignment_3_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9171:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9172:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9172:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9173:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9171:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9172: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:9174:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9175:1: RULE_STRING
- {
- before(
- grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_1_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_118833);
- after(
- grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_1_0_1());
+ // InternalOseeDsl.g:9172:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9173:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeCrossReference_3_1_0());
+ // InternalOseeDsl.g:9174:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9175:1: RULE_STRING
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_1_0_1());
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeCrossReference_3_1_0());
+ after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeCrossReference_3_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__SuperArtifactTypesAssignment_3_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__SuperArtifactTypesAssignment_3_1"
- // $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:9186:1: rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 : ( ( RULE_STRING ) ) ;
- public final void rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1"
+ // InternalOseeDsl.g:9186:1: rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9190:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9191:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9191:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9192:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9190:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9191:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:9191:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9192: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:9193:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9194: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_118872);
- after(
- grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_2_1_0_1());
+ before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeCrossReference_3_2_1_0());
+ // InternalOseeDsl.g:9193:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9194:1: RULE_STRING
+ {
+ before(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_2_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeSTRINGTerminalRuleCall_3_2_1_0_1());
- }
+ }
- after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeCrossReference_3_2_1_0());
+ after(grammarAccess.getXArtifactTypeAccess().getSuperArtifactTypesXArtifactTypeCrossReference_3_2_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1"
+ restoreStackSize(stackSize);
- // $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:9205:1: rule__XArtifactType__TypeGuidAssignment_5_1 : ( RULE_STRING ) ;
- public final void rule__XArtifactType__TypeGuidAssignment_5_1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9209:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9210:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9210:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9211:1: RULE_STRING
+ // $ANTLR start "rule__XArtifactType__TypeGuidAssignment_5_1"
+ // InternalOseeDsl.g:9205:1: rule__XArtifactType__TypeGuidAssignment_5_1 : ( RULE_STRING ) ;
+ public final void rule__XArtifactType__TypeGuidAssignment_5_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9209:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9210:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9210:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9211:1: RULE_STRING
{
- before(grammarAccess.getXArtifactTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XArtifactType__TypeGuidAssignment_5_118907);
- after(grammarAccess.getXArtifactTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
+ before(grammarAccess.getXArtifactTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__TypeGuidAssignment_5_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__TypeGuidAssignment_5_1"
- // $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:9220:1: rule__XArtifactType__UuidAssignment_7 : ( RULE_HEX_INT ) ;
- public final void rule__XArtifactType__UuidAssignment_7() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__IdAssignment_7"
+ // InternalOseeDsl.g:9220:1: rule__XArtifactType__IdAssignment_7 : ( RULE_WHOLE_NUM_STR ) ;
+ public final void rule__XArtifactType__IdAssignment_7() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9224: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:9225: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:9225: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:9226:1: RULE_HEX_INT
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9224:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // InternalOseeDsl.g:9225:1: ( RULE_WHOLE_NUM_STR )
+ {
+ // InternalOseeDsl.g:9225:1: ( RULE_WHOLE_NUM_STR )
+ // InternalOseeDsl.g:9226:1: RULE_WHOLE_NUM_STR
{
- before(grammarAccess.getXArtifactTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0());
- match(input, RULE_HEX_INT, FOLLOW_RULE_HEX_INT_in_rule__XArtifactType__UuidAssignment_718938);
- after(grammarAccess.getXArtifactTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0());
+ before(grammarAccess.getXArtifactTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_7_0());
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_2);
+ after(grammarAccess.getXArtifactTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_7_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__UuidAssignment_7"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__IdAssignment_7"
- // $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:9235:1: rule__XArtifactType__ValidAttributeTypesAssignment_8 : ( ruleXAttributeTypeRef ) ;
- public final void rule__XArtifactType__ValidAttributeTypesAssignment_8() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactType__ValidAttributeTypesAssignment_8"
+ // InternalOseeDsl.g:9235:1: rule__XArtifactType__ValidAttributeTypesAssignment_8 : ( ruleXAttributeTypeRef ) ;
+ public final void rule__XArtifactType__ValidAttributeTypesAssignment_8() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9239:1: ( ( ruleXAttributeTypeRef ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9240:1: ( ruleXAttributeTypeRef )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9240:1: ( ruleXAttributeTypeRef )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9241:1: ruleXAttributeTypeRef
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9239:1: ( ( ruleXAttributeTypeRef ) )
+ // InternalOseeDsl.g:9240:1: ( ruleXAttributeTypeRef )
+ {
+ // InternalOseeDsl.g:9240:1: ( ruleXAttributeTypeRef )
+ // InternalOseeDsl.g:9241:1: ruleXAttributeTypeRef
{
- before(
- grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesXAttributeTypeRefParserRuleCall_8_0());
- pushFollow(FOLLOW_ruleXAttributeTypeRef_in_rule__XArtifactType__ValidAttributeTypesAssignment_818969);
- ruleXAttributeTypeRef();
+ before(grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesXAttributeTypeRefParserRuleCall_8_0());
+ pushFollow(FOLLOW_2);
+ ruleXAttributeTypeRef();
- state._fsp--;
+ state._fsp--;
- after(
- grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesXAttributeTypeRefParserRuleCall_8_0());
+ after(grammarAccess.getXArtifactTypeAccess().getValidAttributeTypesXAttributeTypeRefParserRuleCall_8_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactType__ValidAttributeTypesAssignment_8"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactType__ValidAttributeTypesAssignment_8"
- // $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:9250:1: rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 : ( ( RULE_STRING ) ) ;
- public final void rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1"
+ // InternalOseeDsl.g:9250:1: rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9254: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: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 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9254:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9255:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:9255:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9256:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeCrossReference_1_0());
+ // InternalOseeDsl.g:9257:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9258: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:9257: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
- {
- before(
- grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeSTRINGTerminalRuleCall_1_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_119004);
- after(
- grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeSTRINGTerminalRuleCall_1_0_1());
+ before(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeSTRINGTerminalRuleCall_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeSTRINGTerminalRuleCall_1_0_1());
- }
+ }
- after(
- grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeCrossReference_1_0());
+ after(grammarAccess.getXAttributeTypeRefAccess().getValidAttributeTypeXAttributeTypeCrossReference_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1"
- // $ANTLR start "rule__XAttributeTypeRef__BranchUuidAssignment_2_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9269:1: rule__XAttributeTypeRef__BranchUuidAssignment_2_1 : ( RULE_WHOLE_NUM_STR ) ;
- public final void rule__XAttributeTypeRef__BranchUuidAssignment_2_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeTypeRef__BranchUuidAssignment_2_1"
+ // InternalOseeDsl.g:9269:1: rule__XAttributeTypeRef__BranchUuidAssignment_2_1 : ( RULE_WHOLE_NUM_STR ) ;
+ public final void rule__XAttributeTypeRef__BranchUuidAssignment_2_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9273: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:9274: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:9274: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:9275:1: RULE_WHOLE_NUM_STR
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9273:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // InternalOseeDsl.g:9274:1: ( RULE_WHOLE_NUM_STR )
{
- before(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidWHOLE_NUM_STRTerminalRuleCall_2_1_0());
- match(input, RULE_WHOLE_NUM_STR,
- FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeTypeRef__BranchUuidAssignment_2_119039);
- after(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidWHOLE_NUM_STRTerminalRuleCall_2_1_0());
+ // InternalOseeDsl.g:9274:1: ( RULE_WHOLE_NUM_STR )
+ // InternalOseeDsl.g:9275:1: RULE_WHOLE_NUM_STR
+ {
+ before(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidWHOLE_NUM_STRTerminalRuleCall_2_1_0());
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeRefAccess().getBranchUuidWHOLE_NUM_STRTerminalRuleCall_2_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeTypeRef__BranchUuidAssignment_2_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeTypeRef__BranchUuidAssignment_2_1"
- // $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:9284:1: rule__XAttributeType__NameAssignment_1 : ( RULE_STRING ) ;
- public final void rule__XAttributeType__NameAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__NameAssignment_1"
+ // InternalOseeDsl.g:9284:1: rule__XAttributeType__NameAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__XAttributeType__NameAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9288: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: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
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9288:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9289:1: ( RULE_STRING )
{
- before(grammarAccess.getXAttributeTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XAttributeType__NameAssignment_119070);
- after(grammarAccess.getXAttributeTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
+ // InternalOseeDsl.g:9289:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9290:1: RULE_STRING
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__NameAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__NameAssignment_1"
- // $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:9299:1: rule__XAttributeType__BaseAttributeTypeAssignment_2_1 : ( ruleAttributeBaseType ) ;
- public final void rule__XAttributeType__BaseAttributeTypeAssignment_2_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__BaseAttributeTypeAssignment_2_1"
+ // InternalOseeDsl.g:9299:1: rule__XAttributeType__BaseAttributeTypeAssignment_2_1 : ( ruleAttributeBaseType ) ;
+ public final void rule__XAttributeType__BaseAttributeTypeAssignment_2_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9303:1: ( ( ruleAttributeBaseType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9304:1: ( ruleAttributeBaseType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9304:1: ( ruleAttributeBaseType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9305:1: ruleAttributeBaseType
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9303:1: ( ( ruleAttributeBaseType ) )
+ // InternalOseeDsl.g:9304:1: ( ruleAttributeBaseType )
{
- before(
- grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAttributeBaseTypeParserRuleCall_2_1_0());
- pushFollow(FOLLOW_ruleAttributeBaseType_in_rule__XAttributeType__BaseAttributeTypeAssignment_2_119101);
- ruleAttributeBaseType();
+ // InternalOseeDsl.g:9304:1: ( ruleAttributeBaseType )
+ // InternalOseeDsl.g:9305:1: ruleAttributeBaseType
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAttributeBaseTypeParserRuleCall_2_1_0());
+ pushFollow(FOLLOW_2);
+ ruleAttributeBaseType();
- state._fsp--;
+ state._fsp--;
- after(
- grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAttributeBaseTypeParserRuleCall_2_1_0());
+ after(grammarAccess.getXAttributeTypeAccess().getBaseAttributeTypeAttributeBaseTypeParserRuleCall_2_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__BaseAttributeTypeAssignment_2_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__BaseAttributeTypeAssignment_2_1"
- // $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:9314:1: rule__XAttributeType__OverrideAssignment_3_1 : ( ( RULE_STRING ) ) ;
- public final void rule__XAttributeType__OverrideAssignment_3_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__OverrideAssignment_3_1"
+ // InternalOseeDsl.g:9314:1: rule__XAttributeType__OverrideAssignment_3_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__XAttributeType__OverrideAssignment_3_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9318:1: ( ( ( 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_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_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9320:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9318:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9319:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:9319:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9320: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:9321:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9322:1: RULE_STRING
- {
- before(
- grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeSTRINGTerminalRuleCall_3_1_0_1());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XAttributeType__OverrideAssignment_3_119136);
- after(
- grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeSTRINGTerminalRuleCall_3_1_0_1());
+ before(grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeCrossReference_3_1_0());
+ // InternalOseeDsl.g:9321:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9322:1: RULE_STRING
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeSTRINGTerminalRuleCall_3_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeSTRINGTerminalRuleCall_3_1_0_1());
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeCrossReference_3_1_0());
+ after(grammarAccess.getXAttributeTypeAccess().getOverrideXAttributeTypeCrossReference_3_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__OverrideAssignment_3_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__OverrideAssignment_3_1"
- // $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:9333:1: rule__XAttributeType__TypeGuidAssignment_5_1 : ( RULE_STRING ) ;
- public final void rule__XAttributeType__TypeGuidAssignment_5_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__TypeGuidAssignment_5_1"
+ // InternalOseeDsl.g:9333:1: rule__XAttributeType__TypeGuidAssignment_5_1 : ( RULE_STRING ) ;
+ public final void rule__XAttributeType__TypeGuidAssignment_5_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9337:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9338:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9338:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9339:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9337:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9338:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9338:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9339:1: RULE_STRING
{
- before(grammarAccess.getXAttributeTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XAttributeType__TypeGuidAssignment_5_119171);
- after(grammarAccess.getXAttributeTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
+ before(grammarAccess.getXAttributeTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getTypeGuidSTRINGTerminalRuleCall_5_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__TypeGuidAssignment_5_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__TypeGuidAssignment_5_1"
- // $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:9348:1: rule__XAttributeType__UuidAssignment_7 : ( RULE_HEX_INT ) ;
- public final void rule__XAttributeType__UuidAssignment_7() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__IdAssignment_7"
+ // InternalOseeDsl.g:9348:1: rule__XAttributeType__IdAssignment_7 : ( RULE_WHOLE_NUM_STR ) ;
+ public final void rule__XAttributeType__IdAssignment_7() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9352: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:9353: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:9353: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:9354:1: RULE_HEX_INT
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9352:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // InternalOseeDsl.g:9353:1: ( RULE_WHOLE_NUM_STR )
+ {
+ // InternalOseeDsl.g:9353:1: ( RULE_WHOLE_NUM_STR )
+ // InternalOseeDsl.g:9354:1: RULE_WHOLE_NUM_STR
{
- before(grammarAccess.getXAttributeTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0());
- match(input, RULE_HEX_INT, FOLLOW_RULE_HEX_INT_in_rule__XAttributeType__UuidAssignment_719202);
- after(grammarAccess.getXAttributeTypeAccess().getUuidHEX_INTTerminalRuleCall_7_0());
+ before(grammarAccess.getXAttributeTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_7_0());
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_7_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__UuidAssignment_7"
+ restoreStackSize(stackSize);
- // $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:9363:1: rule__XAttributeType__DataProviderAssignment_9 : ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) ) ;
- public final void rule__XAttributeType__DataProviderAssignment_9() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__IdAssignment_7"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9367: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:9368: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:9368: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:9369:1: ( rule__XAttributeType__DataProviderAlternatives_9_0 )
+ // $ANTLR start "rule__XAttributeType__DataProviderAssignment_9"
+ // InternalOseeDsl.g:9363:1: rule__XAttributeType__DataProviderAssignment_9 : ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) ) ;
+ public final void rule__XAttributeType__DataProviderAssignment_9() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9367:1: ( ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) ) )
+ // InternalOseeDsl.g:9368:1: ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) )
+ {
+ // InternalOseeDsl.g:9368:1: ( ( rule__XAttributeType__DataProviderAlternatives_9_0 ) )
+ // InternalOseeDsl.g:9369:1: ( rule__XAttributeType__DataProviderAlternatives_9_0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getDataProviderAlternatives_9_0());
+ // InternalOseeDsl.g:9370:1: ( rule__XAttributeType__DataProviderAlternatives_9_0 )
+ // InternalOseeDsl.g:9370:2: 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:9370: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:9370:2: rule__XAttributeType__DataProviderAlternatives_9_0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__DataProviderAlternatives_9_0_in_rule__XAttributeType__DataProviderAssignment_919233);
- rule__XAttributeType__DataProviderAlternatives_9_0();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__DataProviderAlternatives_9_0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getDataProviderAlternatives_9_0());
+ after(grammarAccess.getXAttributeTypeAccess().getDataProviderAlternatives_9_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__DataProviderAssignment_9"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__DataProviderAssignment_9"
- // $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:9379:1: rule__XAttributeType__MinAssignment_11 : ( RULE_WHOLE_NUM_STR ) ;
- public final void rule__XAttributeType__MinAssignment_11() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__MinAssignment_11"
+ // InternalOseeDsl.g:9379:1: rule__XAttributeType__MinAssignment_11 : ( RULE_WHOLE_NUM_STR ) ;
+ public final void rule__XAttributeType__MinAssignment_11() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9383: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:9384: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:9384: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:9385:1: RULE_WHOLE_NUM_STR
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9383:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // InternalOseeDsl.g:9384:1: ( RULE_WHOLE_NUM_STR )
+ {
+ // InternalOseeDsl.g:9384:1: ( RULE_WHOLE_NUM_STR )
+ // InternalOseeDsl.g:9385: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_1119266);
- after(grammarAccess.getXAttributeTypeAccess().getMinWHOLE_NUM_STRTerminalRuleCall_11_0());
+ before(grammarAccess.getXAttributeTypeAccess().getMinWHOLE_NUM_STRTerminalRuleCall_11_0());
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getMinWHOLE_NUM_STRTerminalRuleCall_11_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__MinAssignment_11"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__MinAssignment_11"
- // $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:9394:1: rule__XAttributeType__MaxAssignment_13 : ( ( rule__XAttributeType__MaxAlternatives_13_0 ) ) ;
- public final void rule__XAttributeType__MaxAssignment_13() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__MaxAssignment_13"
+ // InternalOseeDsl.g:9394:1: rule__XAttributeType__MaxAssignment_13 : ( ( rule__XAttributeType__MaxAlternatives_13_0 ) ) ;
+ public final void rule__XAttributeType__MaxAssignment_13() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9398: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:9399: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:9399: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:9400:1: ( rule__XAttributeType__MaxAlternatives_13_0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9398:1: ( ( ( rule__XAttributeType__MaxAlternatives_13_0 ) ) )
+ // InternalOseeDsl.g:9399: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:9401: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:9401:2: rule__XAttributeType__MaxAlternatives_13_0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__MaxAlternatives_13_0_in_rule__XAttributeType__MaxAssignment_1319297);
- rule__XAttributeType__MaxAlternatives_13_0();
+ // InternalOseeDsl.g:9399:1: ( ( rule__XAttributeType__MaxAlternatives_13_0 ) )
+ // InternalOseeDsl.g:9400:1: ( rule__XAttributeType__MaxAlternatives_13_0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getMaxAlternatives_13_0());
+ // InternalOseeDsl.g:9401:1: ( rule__XAttributeType__MaxAlternatives_13_0 )
+ // InternalOseeDsl.g:9401:2: rule__XAttributeType__MaxAlternatives_13_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__MaxAlternatives_13_0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getMaxAlternatives_13_0());
+ after(grammarAccess.getXAttributeTypeAccess().getMaxAlternatives_13_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__MaxAssignment_13"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__MaxAssignment_13"
- // $ANTLR start "rule__XAttributeType__TaggerIdAssignment_14_0_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9410:1: rule__XAttributeType__TaggerIdAssignment_14_0_1 : ( ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 ) ) ;
- public final void rule__XAttributeType__TaggerIdAssignment_14_0_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__TaggerIdAssignment_14_0_1"
+ // InternalOseeDsl.g:9410:1: rule__XAttributeType__TaggerIdAssignment_14_0_1 : ( ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 ) ) ;
+ public final void rule__XAttributeType__TaggerIdAssignment_14_0_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9414:1: ( ( ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9415:1: ( ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9415:1: ( ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9416:1: ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9414:1: ( ( ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 ) ) )
+ // InternalOseeDsl.g:9415:1: ( ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 ) )
+ {
+ // InternalOseeDsl.g:9415:1: ( ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 ) )
+ // InternalOseeDsl.g:9416:1: ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 )
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getTaggerIdAlternatives_14_0_1_0());
+ // InternalOseeDsl.g:9417:1: ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 )
+ // InternalOseeDsl.g:9417:2: rule__XAttributeType__TaggerIdAlternatives_14_0_1_0
{
- before(grammarAccess.getXAttributeTypeAccess().getTaggerIdAlternatives_14_0_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9417:1: ( rule__XAttributeType__TaggerIdAlternatives_14_0_1_0 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9417:2: rule__XAttributeType__TaggerIdAlternatives_14_0_1_0
- {
- pushFollow(
- FOLLOW_rule__XAttributeType__TaggerIdAlternatives_14_0_1_0_in_rule__XAttributeType__TaggerIdAssignment_14_0_119330);
- rule__XAttributeType__TaggerIdAlternatives_14_0_1_0();
+ pushFollow(FOLLOW_2);
+ rule__XAttributeType__TaggerIdAlternatives_14_0_1_0();
+
+ state._fsp--;
- state._fsp--;
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getTaggerIdAlternatives_14_0_1_0());
+ after(grammarAccess.getXAttributeTypeAccess().getTaggerIdAlternatives_14_0_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__TaggerIdAssignment_14_0_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__TaggerIdAssignment_14_0_1"
- // $ANTLR start "rule__XAttributeType__EnumTypeAssignment_14_1_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9426:1: rule__XAttributeType__EnumTypeAssignment_14_1_1 : ( ( RULE_STRING ) ) ;
- public final void rule__XAttributeType__EnumTypeAssignment_14_1_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__EnumTypeAssignment_14_1_1"
+ // InternalOseeDsl.g:9426:1: rule__XAttributeType__EnumTypeAssignment_14_1_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__XAttributeType__EnumTypeAssignment_14_1_1() throws RecognitionException {
- try {
- // ../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 ) )
- {
- // ../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 ) )
- // ../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 )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9430:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9431:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:9431:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9432:1: ( RULE_STRING )
{
- before(grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeCrossReference_14_1_1_0());
- // ../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 )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9434:1: RULE_STRING
- {
- before(
- grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_14_1_1_0_1());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XAttributeType__EnumTypeAssignment_14_1_119367);
- after(
- grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_14_1_1_0_1());
+ before(grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeCrossReference_14_1_1_0());
+ // InternalOseeDsl.g:9433:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9434:1: RULE_STRING
+ {
+ before(grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_14_1_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_14_1_1_0_1());
- }
+ }
- after(grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeCrossReference_14_1_1_0());
+ after(grammarAccess.getXAttributeTypeAccess().getEnumTypeXOseeEnumTypeCrossReference_14_1_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__EnumTypeAssignment_14_1_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__EnumTypeAssignment_14_1_1"
- // $ANTLR start "rule__XAttributeType__DescriptionAssignment_14_2_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9445:1: rule__XAttributeType__DescriptionAssignment_14_2_1 : ( RULE_STRING ) ;
- public final void rule__XAttributeType__DescriptionAssignment_14_2_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__DescriptionAssignment_14_2_1"
+ // InternalOseeDsl.g:9445:1: rule__XAttributeType__DescriptionAssignment_14_2_1 : ( RULE_STRING ) ;
+ public final void rule__XAttributeType__DescriptionAssignment_14_2_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9449:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9450:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9450:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9451:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9449:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9450:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9450:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9451:1: RULE_STRING
{
- before(grammarAccess.getXAttributeTypeAccess().getDescriptionSTRINGTerminalRuleCall_14_2_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XAttributeType__DescriptionAssignment_14_2_119402);
- after(grammarAccess.getXAttributeTypeAccess().getDescriptionSTRINGTerminalRuleCall_14_2_1_0());
+ before(grammarAccess.getXAttributeTypeAccess().getDescriptionSTRINGTerminalRuleCall_14_2_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getDescriptionSTRINGTerminalRuleCall_14_2_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__DescriptionAssignment_14_2_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__DescriptionAssignment_14_2_1"
- // $ANTLR start "rule__XAttributeType__DefaultValueAssignment_14_3_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9460:1: rule__XAttributeType__DefaultValueAssignment_14_3_1 : ( RULE_STRING ) ;
- public final void rule__XAttributeType__DefaultValueAssignment_14_3_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__DefaultValueAssignment_14_3_1"
+ // InternalOseeDsl.g:9460:1: rule__XAttributeType__DefaultValueAssignment_14_3_1 : ( RULE_STRING ) ;
+ public final void rule__XAttributeType__DefaultValueAssignment_14_3_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9464:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9465:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9465:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9466:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9464:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9465:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9465:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9466:1: RULE_STRING
{
- before(grammarAccess.getXAttributeTypeAccess().getDefaultValueSTRINGTerminalRuleCall_14_3_1_0());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__XAttributeType__DefaultValueAssignment_14_3_119433);
- after(grammarAccess.getXAttributeTypeAccess().getDefaultValueSTRINGTerminalRuleCall_14_3_1_0());
+ before(grammarAccess.getXAttributeTypeAccess().getDefaultValueSTRINGTerminalRuleCall_14_3_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getDefaultValueSTRINGTerminalRuleCall_14_3_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__DefaultValueAssignment_14_3_1"
+ restoreStackSize(stackSize);
- // $ANTLR start "rule__XAttributeType__FileExtensionAssignment_14_4_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9475:1: rule__XAttributeType__FileExtensionAssignment_14_4_1 : ( RULE_STRING ) ;
- public final void rule__XAttributeType__FileExtensionAssignment_14_4_1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__DefaultValueAssignment_14_3_1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9479:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9480:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9480:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9481:1: RULE_STRING
+ // $ANTLR start "rule__XAttributeType__FileExtensionAssignment_14_4_1"
+ // InternalOseeDsl.g:9475:1: rule__XAttributeType__FileExtensionAssignment_14_4_1 : ( RULE_STRING ) ;
+ public final void rule__XAttributeType__FileExtensionAssignment_14_4_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9479:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9480:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9480:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9481:1: RULE_STRING
{
- before(grammarAccess.getXAttributeTypeAccess().getFileExtensionSTRINGTerminalRuleCall_14_4_1_0());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__XAttributeType__FileExtensionAssignment_14_4_119464);
- after(grammarAccess.getXAttributeTypeAccess().getFileExtensionSTRINGTerminalRuleCall_14_4_1_0());
+ before(grammarAccess.getXAttributeTypeAccess().getFileExtensionSTRINGTerminalRuleCall_14_4_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getFileExtensionSTRINGTerminalRuleCall_14_4_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__FileExtensionAssignment_14_4_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__FileExtensionAssignment_14_4_1"
- // $ANTLR start "rule__XAttributeType__MediaTypeAssignment_14_5_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9490:1: rule__XAttributeType__MediaTypeAssignment_14_5_1 : ( RULE_STRING ) ;
- public final void rule__XAttributeType__MediaTypeAssignment_14_5_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XAttributeType__MediaTypeAssignment_14_5_1"
+ // InternalOseeDsl.g:9490:1: rule__XAttributeType__MediaTypeAssignment_14_5_1 : ( RULE_STRING ) ;
+ public final void rule__XAttributeType__MediaTypeAssignment_14_5_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9494:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9495:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9495:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9496:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9494:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9495:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9495:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9496:1: RULE_STRING
{
- before(grammarAccess.getXAttributeTypeAccess().getMediaTypeSTRINGTerminalRuleCall_14_5_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XAttributeType__MediaTypeAssignment_14_5_119495);
- after(grammarAccess.getXAttributeTypeAccess().getMediaTypeSTRINGTerminalRuleCall_14_5_1_0());
+ before(grammarAccess.getXAttributeTypeAccess().getMediaTypeSTRINGTerminalRuleCall_14_5_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXAttributeTypeAccess().getMediaTypeSTRINGTerminalRuleCall_14_5_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XAttributeType__MediaTypeAssignment_14_5_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XAttributeType__MediaTypeAssignment_14_5_1"
- // $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:9505:1: rule__XOseeEnumType__NameAssignment_1 : ( RULE_STRING ) ;
- public final void rule__XOseeEnumType__NameAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__NameAssignment_1"
+ // InternalOseeDsl.g:9505:1: rule__XOseeEnumType__NameAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__XOseeEnumType__NameAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9509:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9510:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9510:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9511:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9509:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9510:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9510:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9511:1: RULE_STRING
{
- before(grammarAccess.getXOseeEnumTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XOseeEnumType__NameAssignment_119526);
- after(grammarAccess.getXOseeEnumTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
+ before(grammarAccess.getXOseeEnumTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__NameAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__NameAssignment_1"
- // $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:9520:1: rule__XOseeEnumType__TypeGuidAssignment_3_1 : ( RULE_STRING ) ;
- public final void rule__XOseeEnumType__TypeGuidAssignment_3_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__TypeGuidAssignment_3_1"
+ // InternalOseeDsl.g:9520:1: rule__XOseeEnumType__TypeGuidAssignment_3_1 : ( RULE_STRING ) ;
+ public final void rule__XOseeEnumType__TypeGuidAssignment_3_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9524:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9525:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9525:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9526:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9524:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9525:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9525:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9526:1: RULE_STRING
{
- before(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XOseeEnumType__TypeGuidAssignment_3_119557);
- after(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
+ before(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__TypeGuidAssignment_3_1"
+ restoreStackSize(stackSize);
- // $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:9535:1: rule__XOseeEnumType__UuidAssignment_5 : ( RULE_HEX_INT ) ;
- public final void rule__XOseeEnumType__UuidAssignment_5() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__TypeGuidAssignment_3_1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9539: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:9540: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:9540: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:9541:1: RULE_HEX_INT
+ // $ANTLR start "rule__XOseeEnumType__IdAssignment_5"
+ // InternalOseeDsl.g:9535:1: rule__XOseeEnumType__IdAssignment_5 : ( RULE_WHOLE_NUM_STR ) ;
+ public final void rule__XOseeEnumType__IdAssignment_5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9539:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // InternalOseeDsl.g:9540:1: ( RULE_WHOLE_NUM_STR )
+ {
+ // InternalOseeDsl.g:9540:1: ( RULE_WHOLE_NUM_STR )
+ // InternalOseeDsl.g:9541:1: RULE_WHOLE_NUM_STR
{
- before(grammarAccess.getXOseeEnumTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0());
- match(input, RULE_HEX_INT, FOLLOW_RULE_HEX_INT_in_rule__XOseeEnumType__UuidAssignment_519588);
- after(grammarAccess.getXOseeEnumTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0());
+ before(grammarAccess.getXOseeEnumTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_5_0());
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_5_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__UuidAssignment_5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__IdAssignment_5"
- // $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:9550:1: rule__XOseeEnumType__EnumEntriesAssignment_6 : ( ruleXOseeEnumEntry ) ;
- public final void rule__XOseeEnumType__EnumEntriesAssignment_6() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumType__EnumEntriesAssignment_6"
+ // InternalOseeDsl.g:9550:1: rule__XOseeEnumType__EnumEntriesAssignment_6 : ( ruleXOseeEnumEntry ) ;
+ public final void rule__XOseeEnumType__EnumEntriesAssignment_6() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9554:1: ( ( ruleXOseeEnumEntry ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9555:1: ( ruleXOseeEnumEntry )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9555:1: ( ruleXOseeEnumEntry )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9556:1: ruleXOseeEnumEntry
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9554:1: ( ( ruleXOseeEnumEntry ) )
+ // InternalOseeDsl.g:9555:1: ( ruleXOseeEnumEntry )
+ {
+ // InternalOseeDsl.g:9555:1: ( ruleXOseeEnumEntry )
+ // InternalOseeDsl.g:9556:1: ruleXOseeEnumEntry
{
- before(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesXOseeEnumEntryParserRuleCall_6_0());
- pushFollow(FOLLOW_ruleXOseeEnumEntry_in_rule__XOseeEnumType__EnumEntriesAssignment_619619);
- ruleXOseeEnumEntry();
+ before(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesXOseeEnumEntryParserRuleCall_6_0());
+ pushFollow(FOLLOW_2);
+ ruleXOseeEnumEntry();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesXOseeEnumEntryParserRuleCall_6_0());
+ after(grammarAccess.getXOseeEnumTypeAccess().getEnumEntriesXOseeEnumEntryParserRuleCall_6_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumType__EnumEntriesAssignment_6"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumType__EnumEntriesAssignment_6"
- // $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:9565:1: rule__XOseeEnumEntry__NameAssignment_1 : ( RULE_STRING ) ;
- public final void rule__XOseeEnumEntry__NameAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__NameAssignment_1"
+ // InternalOseeDsl.g:9565:1: rule__XOseeEnumEntry__NameAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__XOseeEnumEntry__NameAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9569:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9570:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9570:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9571:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9569:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9570:1: ( RULE_STRING )
{
- before(grammarAccess.getXOseeEnumEntryAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__NameAssignment_119650);
- after(grammarAccess.getXOseeEnumEntryAccess().getNameSTRINGTerminalRuleCall_1_0());
+ // InternalOseeDsl.g:9570:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9571:1: RULE_STRING
+ {
+ before(grammarAccess.getXOseeEnumEntryAccess().getNameSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumEntryAccess().getNameSTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__NameAssignment_1"
+ restoreStackSize(stackSize);
- // $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:9580:1: rule__XOseeEnumEntry__OrdinalAssignment_2 : ( RULE_WHOLE_NUM_STR ) ;
- public final void rule__XOseeEnumEntry__OrdinalAssignment_2() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__NameAssignment_1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9584: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:9585: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:9585: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:9586:1: RULE_WHOLE_NUM_STR
+ // $ANTLR start "rule__XOseeEnumEntry__OrdinalAssignment_2"
+ // InternalOseeDsl.g:9580:1: rule__XOseeEnumEntry__OrdinalAssignment_2 : ( RULE_WHOLE_NUM_STR ) ;
+ public final void rule__XOseeEnumEntry__OrdinalAssignment_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9584:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // InternalOseeDsl.g:9585:1: ( RULE_WHOLE_NUM_STR )
+ {
+ // InternalOseeDsl.g:9585:1: ( RULE_WHOLE_NUM_STR )
+ // InternalOseeDsl.g:9586: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_219681);
- after(grammarAccess.getXOseeEnumEntryAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
+ before(grammarAccess.getXOseeEnumEntryAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumEntryAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__OrdinalAssignment_2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__OrdinalAssignment_2"
- // $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:9595:1: rule__XOseeEnumEntry__EntryGuidAssignment_3_1 : ( RULE_STRING ) ;
- public final void rule__XOseeEnumEntry__EntryGuidAssignment_3_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__EntryGuidAssignment_3_1"
+ // InternalOseeDsl.g:9595:1: rule__XOseeEnumEntry__EntryGuidAssignment_3_1 : ( RULE_STRING ) ;
+ public final void rule__XOseeEnumEntry__EntryGuidAssignment_3_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9599:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9600:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9600:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9601:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9599:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9600:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9600:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9601:1: RULE_STRING
{
- before(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__EntryGuidAssignment_3_119712);
- after(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
+ before(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumEntryAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__EntryGuidAssignment_3_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__EntryGuidAssignment_3_1"
- // $ANTLR start "rule__XOseeEnumEntry__DescriptionAssignment_4_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9610:1: rule__XOseeEnumEntry__DescriptionAssignment_4_1 : ( RULE_STRING ) ;
- public final void rule__XOseeEnumEntry__DescriptionAssignment_4_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumEntry__DescriptionAssignment_4_1"
+ // InternalOseeDsl.g:9610:1: rule__XOseeEnumEntry__DescriptionAssignment_4_1 : ( RULE_STRING ) ;
+ public final void rule__XOseeEnumEntry__DescriptionAssignment_4_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9614:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9615:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9615:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9616:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9614:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9615:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9615:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9616:1: RULE_STRING
{
- before(grammarAccess.getXOseeEnumEntryAccess().getDescriptionSTRINGTerminalRuleCall_4_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__DescriptionAssignment_4_119743);
- after(grammarAccess.getXOseeEnumEntryAccess().getDescriptionSTRINGTerminalRuleCall_4_1_0());
+ before(grammarAccess.getXOseeEnumEntryAccess().getDescriptionSTRINGTerminalRuleCall_4_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumEntryAccess().getDescriptionSTRINGTerminalRuleCall_4_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumEntry__DescriptionAssignment_4_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumEntry__DescriptionAssignment_4_1"
- // $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:9625:1: rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 : ( ( RULE_STRING ) ) ;
- public final void rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1"
+ // InternalOseeDsl.g:9625:1: rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9629:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9630:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9630:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9631:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9629:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9630:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:9630:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9631:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeCrossReference_1_0());
+ // InternalOseeDsl.g:9632:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9633: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:9632:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9633:1: RULE_STRING
- {
- before(
- grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_1_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_119778);
- after(
- grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_1_0_1());
+ before(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeSTRINGTerminalRuleCall_1_0_1());
- }
+ }
- after(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeCrossReference_1_0());
+ after(grammarAccess.getXOseeEnumOverrideAccess().getOverridenEnumTypeXOseeEnumTypeCrossReference_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1"
- // $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:9644:1: rule__XOseeEnumOverride__InheritAllAssignment_3 : ( ( 'inheritAll' ) ) ;
- public final void rule__XOseeEnumOverride__InheritAllAssignment_3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__InheritAllAssignment_3"
+ // InternalOseeDsl.g:9644:1: rule__XOseeEnumOverride__InheritAllAssignment_3 : ( ( 'inheritAll' ) ) ;
+ public final void rule__XOseeEnumOverride__InheritAllAssignment_3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9648:1: ( ( ( 'inheritAll' ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9649:1: ( ( 'inheritAll' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9649:1: ( ( 'inheritAll' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9650:1: ( 'inheritAll' )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9648:1: ( ( ( 'inheritAll' ) ) )
+ // InternalOseeDsl.g:9649: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:9651:1: ( 'inheritAll' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9652:1: 'inheritAll'
- {
- before(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
- match(input, 99, FOLLOW_99_in_rule__XOseeEnumOverride__InheritAllAssignment_319818);
- after(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
+ // InternalOseeDsl.g:9649:1: ( ( 'inheritAll' ) )
+ // InternalOseeDsl.g:9650:1: ( 'inheritAll' )
+ {
+ before(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
+ // InternalOseeDsl.g:9651:1: ( 'inheritAll' )
+ // InternalOseeDsl.g:9652:1: 'inheritAll'
+ {
+ before(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
+ match(input,98,FOLLOW_2);
+ after(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
- }
+ }
- after(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
+ after(grammarAccess.getXOseeEnumOverrideAccess().getInheritAllInheritAllKeyword_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__InheritAllAssignment_3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__InheritAllAssignment_3"
- // $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:9667:1: rule__XOseeEnumOverride__OverrideOptionsAssignment_4 : ( ruleOverrideOption ) ;
- public final void rule__XOseeEnumOverride__OverrideOptionsAssignment_4() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeEnumOverride__OverrideOptionsAssignment_4"
+ // InternalOseeDsl.g:9667:1: rule__XOseeEnumOverride__OverrideOptionsAssignment_4 : ( ruleOverrideOption ) ;
+ public final void rule__XOseeEnumOverride__OverrideOptionsAssignment_4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9671:1: ( ( ruleOverrideOption ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9672:1: ( ruleOverrideOption )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9672:1: ( ruleOverrideOption )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9673:1: ruleOverrideOption
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9671:1: ( ( ruleOverrideOption ) )
+ // InternalOseeDsl.g:9672:1: ( ruleOverrideOption )
+ {
+ // InternalOseeDsl.g:9672:1: ( ruleOverrideOption )
+ // InternalOseeDsl.g:9673:1: ruleOverrideOption
{
- before(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsOverrideOptionParserRuleCall_4_0());
- pushFollow(FOLLOW_ruleOverrideOption_in_rule__XOseeEnumOverride__OverrideOptionsAssignment_419857);
- ruleOverrideOption();
+ before(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsOverrideOptionParserRuleCall_4_0());
+ pushFollow(FOLLOW_2);
+ ruleOverrideOption();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsOverrideOptionParserRuleCall_4_0());
+ after(grammarAccess.getXOseeEnumOverrideAccess().getOverrideOptionsOverrideOptionParserRuleCall_4_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XOseeEnumOverride__OverrideOptionsAssignment_4"
+ restoreStackSize(stackSize);
- // $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:9682:1: rule__AddEnum__EnumEntryAssignment_1 : ( RULE_STRING ) ;
- public final void rule__AddEnum__EnumEntryAssignment_1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeEnumOverride__OverrideOptionsAssignment_4"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9686:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9687:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9687:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9688:1: RULE_STRING
+ // $ANTLR start "rule__AddEnum__EnumEntryAssignment_1"
+ // InternalOseeDsl.g:9682:1: rule__AddEnum__EnumEntryAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__AddEnum__EnumEntryAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9686:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9687:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9687:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9688:1: RULE_STRING
{
- before(grammarAccess.getAddEnumAccess().getEnumEntrySTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__AddEnum__EnumEntryAssignment_119888);
- after(grammarAccess.getAddEnumAccess().getEnumEntrySTRINGTerminalRuleCall_1_0());
+ before(grammarAccess.getAddEnumAccess().getEnumEntrySTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getAddEnumAccess().getEnumEntrySTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__EnumEntryAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__EnumEntryAssignment_1"
- // $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:9697:1: rule__AddEnum__OrdinalAssignment_2 : ( RULE_WHOLE_NUM_STR ) ;
- public final void rule__AddEnum__OrdinalAssignment_2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__OrdinalAssignment_2"
+ // InternalOseeDsl.g:9697:1: rule__AddEnum__OrdinalAssignment_2 : ( RULE_WHOLE_NUM_STR ) ;
+ public final void rule__AddEnum__OrdinalAssignment_2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9701: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:9702: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:9702: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:9703:1: RULE_WHOLE_NUM_STR
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9701:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // InternalOseeDsl.g:9702:1: ( RULE_WHOLE_NUM_STR )
+ {
+ // InternalOseeDsl.g:9702:1: ( RULE_WHOLE_NUM_STR )
+ // InternalOseeDsl.g:9703: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_219919);
- after(grammarAccess.getAddEnumAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
+ before(grammarAccess.getAddEnumAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_2);
+ after(grammarAccess.getAddEnumAccess().getOrdinalWHOLE_NUM_STRTerminalRuleCall_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__OrdinalAssignment_2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__OrdinalAssignment_2"
- // $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:9712:1: rule__AddEnum__EntryGuidAssignment_3_1 : ( RULE_STRING ) ;
- public final void rule__AddEnum__EntryGuidAssignment_3_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__EntryGuidAssignment_3_1"
+ // InternalOseeDsl.g:9712:1: rule__AddEnum__EntryGuidAssignment_3_1 : ( RULE_STRING ) ;
+ public final void rule__AddEnum__EntryGuidAssignment_3_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9716:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9717:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9717:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9718:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9716:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9717:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9717:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9718:1: RULE_STRING
{
- before(grammarAccess.getAddEnumAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__AddEnum__EntryGuidAssignment_3_119950);
- after(grammarAccess.getAddEnumAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
+ before(grammarAccess.getAddEnumAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getAddEnumAccess().getEntryGuidSTRINGTerminalRuleCall_3_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__EntryGuidAssignment_3_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__EntryGuidAssignment_3_1"
- // $ANTLR start "rule__AddEnum__DescriptionAssignment_4_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9727:1: rule__AddEnum__DescriptionAssignment_4_1 : ( RULE_STRING ) ;
- public final void rule__AddEnum__DescriptionAssignment_4_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddEnum__DescriptionAssignment_4_1"
+ // InternalOseeDsl.g:9727:1: rule__AddEnum__DescriptionAssignment_4_1 : ( RULE_STRING ) ;
+ public final void rule__AddEnum__DescriptionAssignment_4_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9731:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9732:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9732:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9733:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9731:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9732:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9732:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9733:1: RULE_STRING
{
- before(grammarAccess.getAddEnumAccess().getDescriptionSTRINGTerminalRuleCall_4_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__AddEnum__DescriptionAssignment_4_119981);
- after(grammarAccess.getAddEnumAccess().getDescriptionSTRINGTerminalRuleCall_4_1_0());
+ before(grammarAccess.getAddEnumAccess().getDescriptionSTRINGTerminalRuleCall_4_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getAddEnumAccess().getDescriptionSTRINGTerminalRuleCall_4_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AddEnum__DescriptionAssignment_4_1"
+ restoreStackSize(stackSize);
- // $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:9742:1: rule__RemoveEnum__EnumEntryAssignment_1 : ( ( RULE_STRING ) ) ;
- public final void rule__RemoveEnum__EnumEntryAssignment_1() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddEnum__DescriptionAssignment_4_1"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9746:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9747:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9747:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9748:1: ( RULE_STRING )
+ // $ANTLR start "rule__RemoveEnum__EnumEntryAssignment_1"
+ // InternalOseeDsl.g:9742:1: rule__RemoveEnum__EnumEntryAssignment_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__RemoveEnum__EnumEntryAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9746:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9747:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:9747:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9748:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntryCrossReference_1_0());
+ // InternalOseeDsl.g:9749:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9750: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:9749:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9750:1: RULE_STRING
- {
- before(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntrySTRINGTerminalRuleCall_1_0_1());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__RemoveEnum__EnumEntryAssignment_120016);
- after(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntrySTRINGTerminalRuleCall_1_0_1());
+ before(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntrySTRINGTerminalRuleCall_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntrySTRINGTerminalRuleCall_1_0_1());
- }
+ }
- after(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntryCrossReference_1_0());
+ after(grammarAccess.getRemoveEnumAccess().getEnumEntryXOseeEnumEntryCrossReference_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveEnum__EnumEntryAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveEnum__EnumEntryAssignment_1"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9761:1: rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 : ( ( RULE_STRING ) ) ;
- public final void rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1"
+ // InternalOseeDsl.g:9761:1: rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9765:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9766:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9766:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9767:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9765:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9766:1: ( ( RULE_STRING ) )
{
- before(
- grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeXArtifactTypeCrossReference_1_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9768:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9769:1: RULE_STRING
- {
- before(
- grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_120055);
- after(
- grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
+ // InternalOseeDsl.g:9766:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9767:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeXArtifactTypeCrossReference_1_0());
+ // InternalOseeDsl.g:9768:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9769:1: RULE_STRING
+ {
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
- }
+ }
- after(
- grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeXArtifactTypeCrossReference_1_0());
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverridenArtifactTypeXArtifactTypeCrossReference_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__InheritAllAssignment_3"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9780:1: rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 : ( ( 'inheritAll' ) ) ;
- public final void rule__XOseeArtifactTypeOverride__InheritAllAssignment_3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__InheritAllAssignment_3"
+ // InternalOseeDsl.g:9780:1: rule__XOseeArtifactTypeOverride__InheritAllAssignment_3 : ( ( 'inheritAll' ) ) ;
+ public final void rule__XOseeArtifactTypeOverride__InheritAllAssignment_3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9784:1: ( ( ( 'inheritAll' ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9785:1: ( ( 'inheritAll' ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9785:1: ( ( 'inheritAll' ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9786:1: ( 'inheritAll' )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9784:1: ( ( ( 'inheritAll' ) ) )
+ // InternalOseeDsl.g:9785:1: ( ( 'inheritAll' ) )
{
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllInheritAllKeyword_3_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9787:1: ( 'inheritAll' )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9788:1: 'inheritAll'
- {
- before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllInheritAllKeyword_3_0());
- match(input, 99, FOLLOW_99_in_rule__XOseeArtifactTypeOverride__InheritAllAssignment_320095);
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllInheritAllKeyword_3_0());
+ // InternalOseeDsl.g:9785:1: ( ( 'inheritAll' ) )
+ // InternalOseeDsl.g:9786:1: ( 'inheritAll' )
+ {
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllInheritAllKeyword_3_0());
+ // InternalOseeDsl.g:9787:1: ( 'inheritAll' )
+ // InternalOseeDsl.g:9788:1: 'inheritAll'
+ {
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllInheritAllKeyword_3_0());
+ match(input,98,FOLLOW_2);
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllInheritAllKeyword_3_0());
- }
+ }
- after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllInheritAllKeyword_3_0());
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getInheritAllInheritAllKeyword_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__InheritAllAssignment_3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__InheritAllAssignment_3"
- // $ANTLR start "rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9803:1: rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 : ( ruleAttributeOverrideOption ) ;
- public final void rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4"
+ // InternalOseeDsl.g:9803:1: rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4 : ( ruleAttributeOverrideOption ) ;
+ public final void rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9807:1: ( ( ruleAttributeOverrideOption ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9808:1: ( ruleAttributeOverrideOption )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9808:1: ( ruleAttributeOverrideOption )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9809:1: ruleAttributeOverrideOption
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9807:1: ( ( ruleAttributeOverrideOption ) )
+ // InternalOseeDsl.g:9808:1: ( ruleAttributeOverrideOption )
+ {
+ // InternalOseeDsl.g:9808:1: ( ruleAttributeOverrideOption )
+ // InternalOseeDsl.g:9809:1: ruleAttributeOverrideOption
{
- before(
- grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAttributeOverrideOptionParserRuleCall_4_0());
- pushFollow(
- FOLLOW_ruleAttributeOverrideOption_in_rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_420134);
- ruleAttributeOverrideOption();
+ before(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAttributeOverrideOptionParserRuleCall_4_0());
+ pushFollow(FOLLOW_2);
+ ruleAttributeOverrideOption();
- state._fsp--;
+ state._fsp--;
- after(
- grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAttributeOverrideOptionParserRuleCall_4_0());
+ after(grammarAccess.getXOseeArtifactTypeOverrideAccess().getOverrideOptionsAttributeOverrideOptionParserRuleCall_4_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4"
- // $ANTLR start "rule__AddAttribute__AttributeAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9818:1: rule__AddAttribute__AttributeAssignment_1 : ( ruleXAttributeTypeRef ) ;
- public final void rule__AddAttribute__AttributeAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AddAttribute__AttributeAssignment_1"
+ // InternalOseeDsl.g:9818:1: rule__AddAttribute__AttributeAssignment_1 : ( ruleXAttributeTypeRef ) ;
+ public final void rule__AddAttribute__AttributeAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9822:1: ( ( ruleXAttributeTypeRef ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9823:1: ( ruleXAttributeTypeRef )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9823:1: ( ruleXAttributeTypeRef )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9824:1: ruleXAttributeTypeRef
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9822:1: ( ( ruleXAttributeTypeRef ) )
+ // InternalOseeDsl.g:9823:1: ( ruleXAttributeTypeRef )
+ {
+ // InternalOseeDsl.g:9823:1: ( ruleXAttributeTypeRef )
+ // InternalOseeDsl.g:9824:1: ruleXAttributeTypeRef
{
- before(grammarAccess.getAddAttributeAccess().getAttributeXAttributeTypeRefParserRuleCall_1_0());
- pushFollow(FOLLOW_ruleXAttributeTypeRef_in_rule__AddAttribute__AttributeAssignment_120165);
- ruleXAttributeTypeRef();
+ before(grammarAccess.getAddAttributeAccess().getAttributeXAttributeTypeRefParserRuleCall_1_0());
+ pushFollow(FOLLOW_2);
+ ruleXAttributeTypeRef();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getAddAttributeAccess().getAttributeXAttributeTypeRefParserRuleCall_1_0());
+ after(grammarAccess.getAddAttributeAccess().getAttributeXAttributeTypeRefParserRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AddAttribute__AttributeAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AddAttribute__AttributeAssignment_1"
- // $ANTLR start "rule__RemoveAttribute__AttributeAssignment_2"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9833:1: rule__RemoveAttribute__AttributeAssignment_2 : ( ( RULE_STRING ) ) ;
- public final void rule__RemoveAttribute__AttributeAssignment_2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RemoveAttribute__AttributeAssignment_2"
+ // InternalOseeDsl.g:9833:1: rule__RemoveAttribute__AttributeAssignment_2 : ( ( RULE_STRING ) ) ;
+ public final void rule__RemoveAttribute__AttributeAssignment_2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9837:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9838:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9838:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9839:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9837:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9838:1: ( ( RULE_STRING ) )
{
- before(grammarAccess.getRemoveAttributeAccess().getAttributeXAttributeTypeCrossReference_2_0());
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9840:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9841:1: RULE_STRING
- {
- before(
- grammarAccess.getRemoveAttributeAccess().getAttributeXAttributeTypeSTRINGTerminalRuleCall_2_0_1());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__RemoveAttribute__AttributeAssignment_220200);
- after(
- grammarAccess.getRemoveAttributeAccess().getAttributeXAttributeTypeSTRINGTerminalRuleCall_2_0_1());
+ // InternalOseeDsl.g:9838:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9839:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getRemoveAttributeAccess().getAttributeXAttributeTypeCrossReference_2_0());
+ // InternalOseeDsl.g:9840:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9841:1: RULE_STRING
+ {
+ before(grammarAccess.getRemoveAttributeAccess().getAttributeXAttributeTypeSTRINGTerminalRuleCall_2_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getRemoveAttributeAccess().getAttributeXAttributeTypeSTRINGTerminalRuleCall_2_0_1());
- }
+ }
- after(grammarAccess.getRemoveAttributeAccess().getAttributeXAttributeTypeCrossReference_2_0());
+ after(grammarAccess.getRemoveAttributeAccess().getAttributeXAttributeTypeCrossReference_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RemoveAttribute__AttributeAssignment_2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RemoveAttribute__AttributeAssignment_2"
- // $ANTLR start "rule__UpdateAttribute__AttributeAssignment_1"
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9852:1: rule__UpdateAttribute__AttributeAssignment_1 : ( ruleXAttributeTypeRef ) ;
- public final void rule__UpdateAttribute__AttributeAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__UpdateAttribute__AttributeAssignment_1"
+ // InternalOseeDsl.g:9852:1: rule__UpdateAttribute__AttributeAssignment_1 : ( ruleXAttributeTypeRef ) ;
+ public final void rule__UpdateAttribute__AttributeAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9856:1: ( ( ruleXAttributeTypeRef ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9857:1: ( ruleXAttributeTypeRef )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9857:1: ( ruleXAttributeTypeRef )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9858:1: ruleXAttributeTypeRef
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9856:1: ( ( ruleXAttributeTypeRef ) )
+ // InternalOseeDsl.g:9857:1: ( ruleXAttributeTypeRef )
+ {
+ // InternalOseeDsl.g:9857:1: ( ruleXAttributeTypeRef )
+ // InternalOseeDsl.g:9858:1: ruleXAttributeTypeRef
{
- before(grammarAccess.getUpdateAttributeAccess().getAttributeXAttributeTypeRefParserRuleCall_1_0());
- pushFollow(FOLLOW_ruleXAttributeTypeRef_in_rule__UpdateAttribute__AttributeAssignment_120235);
- ruleXAttributeTypeRef();
+ before(grammarAccess.getUpdateAttributeAccess().getAttributeXAttributeTypeRefParserRuleCall_1_0());
+ pushFollow(FOLLOW_2);
+ ruleXAttributeTypeRef();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getUpdateAttributeAccess().getAttributeXAttributeTypeRefParserRuleCall_1_0());
+ after(grammarAccess.getUpdateAttributeAccess().getAttributeXAttributeTypeRefParserRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UpdateAttribute__AttributeAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UpdateAttribute__AttributeAssignment_1"
- // $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:9867:1: rule__XRelationType__NameAssignment_1 : ( RULE_STRING ) ;
- public final void rule__XRelationType__NameAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__NameAssignment_1"
+ // InternalOseeDsl.g:9867:1: rule__XRelationType__NameAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__XRelationType__NameAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9871:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9872:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9872:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9873:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9871:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9872:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9872:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9873:1: RULE_STRING
{
- before(grammarAccess.getXRelationTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XRelationType__NameAssignment_120266);
- after(grammarAccess.getXRelationTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
+ before(grammarAccess.getXRelationTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getNameSTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__NameAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__NameAssignment_1"
- // $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:9882:1: rule__XRelationType__TypeGuidAssignment_3_1 : ( RULE_STRING ) ;
- public final void rule__XRelationType__TypeGuidAssignment_3_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__TypeGuidAssignment_3_1"
+ // InternalOseeDsl.g:9882:1: rule__XRelationType__TypeGuidAssignment_3_1 : ( RULE_STRING ) ;
+ public final void rule__XRelationType__TypeGuidAssignment_3_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9886:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9887:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9887:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9888:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9886:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9887:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9887:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9888:1: RULE_STRING
{
- before(grammarAccess.getXRelationTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XRelationType__TypeGuidAssignment_3_120297);
- after(grammarAccess.getXRelationTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
+ before(grammarAccess.getXRelationTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getTypeGuidSTRINGTerminalRuleCall_3_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__TypeGuidAssignment_3_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__TypeGuidAssignment_3_1"
- // $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:9897:1: rule__XRelationType__UuidAssignment_5 : ( RULE_HEX_INT ) ;
- public final void rule__XRelationType__UuidAssignment_5() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__IdAssignment_5"
+ // InternalOseeDsl.g:9897:1: rule__XRelationType__IdAssignment_5 : ( RULE_WHOLE_NUM_STR ) ;
+ public final void rule__XRelationType__IdAssignment_5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9901: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:9902: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:9902: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:9903:1: RULE_HEX_INT
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9901:1: ( ( RULE_WHOLE_NUM_STR ) )
+ // InternalOseeDsl.g:9902:1: ( RULE_WHOLE_NUM_STR )
+ {
+ // InternalOseeDsl.g:9902:1: ( RULE_WHOLE_NUM_STR )
+ // InternalOseeDsl.g:9903:1: RULE_WHOLE_NUM_STR
{
- before(grammarAccess.getXRelationTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0());
- match(input, RULE_HEX_INT, FOLLOW_RULE_HEX_INT_in_rule__XRelationType__UuidAssignment_520328);
- after(grammarAccess.getXRelationTypeAccess().getUuidHEX_INTTerminalRuleCall_5_0());
+ before(grammarAccess.getXRelationTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_5_0());
+ match(input,RULE_WHOLE_NUM_STR,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getIdWHOLE_NUM_STRTerminalRuleCall_5_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__UuidAssignment_5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__IdAssignment_5"
- // $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:9912:1: rule__XRelationType__SideANameAssignment_7 : ( RULE_STRING ) ;
- public final void rule__XRelationType__SideANameAssignment_7() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__SideANameAssignment_7"
+ // InternalOseeDsl.g:9912:1: rule__XRelationType__SideANameAssignment_7 : ( RULE_STRING ) ;
+ public final void rule__XRelationType__SideANameAssignment_7() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9916:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9917:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9917:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9918:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9916:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9917:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9917:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9918:1: RULE_STRING
{
- before(grammarAccess.getXRelationTypeAccess().getSideANameSTRINGTerminalRuleCall_7_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XRelationType__SideANameAssignment_720359);
- after(grammarAccess.getXRelationTypeAccess().getSideANameSTRINGTerminalRuleCall_7_0());
+ before(grammarAccess.getXRelationTypeAccess().getSideANameSTRINGTerminalRuleCall_7_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getSideANameSTRINGTerminalRuleCall_7_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__SideANameAssignment_7"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__SideANameAssignment_7"
- // $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:9927:1: rule__XRelationType__SideAArtifactTypeAssignment_9 : ( ( RULE_STRING ) ) ;
- public final void rule__XRelationType__SideAArtifactTypeAssignment_9() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__SideAArtifactTypeAssignment_9"
+ // InternalOseeDsl.g:9927:1: rule__XRelationType__SideAArtifactTypeAssignment_9 : ( ( RULE_STRING ) ) ;
+ public final void rule__XRelationType__SideAArtifactTypeAssignment_9() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9931:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9932:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9932:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9933:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9931:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9932:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:9932:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9933: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:9934:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9935:1: RULE_STRING
- {
- before(
- grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_9_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__XRelationType__SideAArtifactTypeAssignment_920394);
- after(
- grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_9_0_1());
+ before(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeCrossReference_9_0());
+ // InternalOseeDsl.g:9934:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9935:1: RULE_STRING
+ {
+ before(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_9_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_9_0_1());
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeCrossReference_9_0());
+ after(grammarAccess.getXRelationTypeAccess().getSideAArtifactTypeXArtifactTypeCrossReference_9_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__SideAArtifactTypeAssignment_9"
+ restoreStackSize(stackSize);
- // $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:9946:1: rule__XRelationType__SideBNameAssignment_11 : ( RULE_STRING ) ;
- public final void rule__XRelationType__SideBNameAssignment_11() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__SideAArtifactTypeAssignment_9"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9950:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9951:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9951:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9952:1: RULE_STRING
+ // $ANTLR start "rule__XRelationType__SideBNameAssignment_11"
+ // InternalOseeDsl.g:9946:1: rule__XRelationType__SideBNameAssignment_11 : ( RULE_STRING ) ;
+ public final void rule__XRelationType__SideBNameAssignment_11() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9950:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9951:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:9951:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9952:1: RULE_STRING
{
- before(grammarAccess.getXRelationTypeAccess().getSideBNameSTRINGTerminalRuleCall_11_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XRelationType__SideBNameAssignment_1120429);
- after(grammarAccess.getXRelationTypeAccess().getSideBNameSTRINGTerminalRuleCall_11_0());
+ before(grammarAccess.getXRelationTypeAccess().getSideBNameSTRINGTerminalRuleCall_11_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getSideBNameSTRINGTerminalRuleCall_11_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__SideBNameAssignment_11"
+ restoreStackSize(stackSize);
- // $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:9961:1: rule__XRelationType__SideBArtifactTypeAssignment_13 : ( ( RULE_STRING ) ) ;
- public final void rule__XRelationType__SideBArtifactTypeAssignment_13() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__SideBNameAssignment_11"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9965:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9966:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9966:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9967:1: ( RULE_STRING )
+ // $ANTLR start "rule__XRelationType__SideBArtifactTypeAssignment_13"
+ // InternalOseeDsl.g:9961:1: rule__XRelationType__SideBArtifactTypeAssignment_13 : ( ( RULE_STRING ) ) ;
+ public final void rule__XRelationType__SideBArtifactTypeAssignment_13() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9965:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:9966:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:9966:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:9967: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:9968:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9969:1: RULE_STRING
- {
- before(
- grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_13_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__XRelationType__SideBArtifactTypeAssignment_1320464);
- after(
- grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_13_0_1());
+ before(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeCrossReference_13_0());
+ // InternalOseeDsl.g:9968:1: ( RULE_STRING )
+ // InternalOseeDsl.g:9969:1: RULE_STRING
+ {
+ before(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_13_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeSTRINGTerminalRuleCall_13_0_1());
- }
+ }
- after(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeCrossReference_13_0());
+ after(grammarAccess.getXRelationTypeAccess().getSideBArtifactTypeXArtifactTypeCrossReference_13_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__SideBArtifactTypeAssignment_13"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__SideBArtifactTypeAssignment_13"
- // $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:9980:1: rule__XRelationType__DefaultOrderTypeAssignment_15 : ( ruleRelationOrderType ) ;
- public final void rule__XRelationType__DefaultOrderTypeAssignment_15() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__DefaultOrderTypeAssignment_15"
+ // InternalOseeDsl.g:9980:1: rule__XRelationType__DefaultOrderTypeAssignment_15 : ( ruleRelationOrderType ) ;
+ public final void rule__XRelationType__DefaultOrderTypeAssignment_15() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9984:1: ( ( ruleRelationOrderType ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9985:1: ( ruleRelationOrderType )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9985:1: ( ruleRelationOrderType )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9986:1: ruleRelationOrderType
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9984:1: ( ( ruleRelationOrderType ) )
+ // InternalOseeDsl.g:9985:1: ( ruleRelationOrderType )
+ {
+ // InternalOseeDsl.g:9985:1: ( ruleRelationOrderType )
+ // InternalOseeDsl.g:9986:1: ruleRelationOrderType
{
- before(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeRelationOrderTypeParserRuleCall_15_0());
- pushFollow(FOLLOW_ruleRelationOrderType_in_rule__XRelationType__DefaultOrderTypeAssignment_1520499);
- ruleRelationOrderType();
+ before(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeRelationOrderTypeParserRuleCall_15_0());
+ pushFollow(FOLLOW_2);
+ ruleRelationOrderType();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeRelationOrderTypeParserRuleCall_15_0());
+ after(grammarAccess.getXRelationTypeAccess().getDefaultOrderTypeRelationOrderTypeParserRuleCall_15_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__DefaultOrderTypeAssignment_15"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__DefaultOrderTypeAssignment_15"
- // $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:9995:1: rule__XRelationType__MultiplicityAssignment_17 : ( ruleRelationMultiplicityEnum ) ;
- public final void rule__XRelationType__MultiplicityAssignment_17() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XRelationType__MultiplicityAssignment_17"
+ // InternalOseeDsl.g:9995:1: rule__XRelationType__MultiplicityAssignment_17 : ( ruleRelationMultiplicityEnum ) ;
+ public final void rule__XRelationType__MultiplicityAssignment_17() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:9999:1: ( ( ruleRelationMultiplicityEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10000:1: ( ruleRelationMultiplicityEnum )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10000:1: ( ruleRelationMultiplicityEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10001:1: ruleRelationMultiplicityEnum
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:9999:1: ( ( ruleRelationMultiplicityEnum ) )
+ // InternalOseeDsl.g:10000:1: ( ruleRelationMultiplicityEnum )
{
- before(
- grammarAccess.getXRelationTypeAccess().getMultiplicityRelationMultiplicityEnumEnumRuleCall_17_0());
- pushFollow(FOLLOW_ruleRelationMultiplicityEnum_in_rule__XRelationType__MultiplicityAssignment_1720530);
- ruleRelationMultiplicityEnum();
+ // InternalOseeDsl.g:10000:1: ( ruleRelationMultiplicityEnum )
+ // InternalOseeDsl.g:10001:1: ruleRelationMultiplicityEnum
+ {
+ before(grammarAccess.getXRelationTypeAccess().getMultiplicityRelationMultiplicityEnumEnumRuleCall_17_0());
+ pushFollow(FOLLOW_2);
+ ruleRelationMultiplicityEnum();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getXRelationTypeAccess().getMultiplicityRelationMultiplicityEnumEnumRuleCall_17_0());
+ after(grammarAccess.getXRelationTypeAccess().getMultiplicityRelationMultiplicityEnumEnumRuleCall_17_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XRelationType__MultiplicityAssignment_17"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XRelationType__MultiplicityAssignment_17"
- // $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:10010:1: rule__SimpleCondition__FieldAssignment_0 : ( ruleMatchField ) ;
- public final void rule__SimpleCondition__FieldAssignment_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__SimpleCondition__FieldAssignment_0"
+ // InternalOseeDsl.g:10010:1: rule__SimpleCondition__FieldAssignment_0 : ( ruleMatchField ) ;
+ public final void rule__SimpleCondition__FieldAssignment_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10014:1: ( ( ruleMatchField ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10015:1: ( ruleMatchField )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10015:1: ( ruleMatchField )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10016:1: ruleMatchField
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10014:1: ( ( ruleMatchField ) )
+ // InternalOseeDsl.g:10015:1: ( ruleMatchField )
+ {
+ // InternalOseeDsl.g:10015:1: ( ruleMatchField )
+ // InternalOseeDsl.g:10016:1: ruleMatchField
{
- before(grammarAccess.getSimpleConditionAccess().getFieldMatchFieldEnumRuleCall_0_0());
- pushFollow(FOLLOW_ruleMatchField_in_rule__SimpleCondition__FieldAssignment_020561);
- ruleMatchField();
+ before(grammarAccess.getSimpleConditionAccess().getFieldMatchFieldEnumRuleCall_0_0());
+ pushFollow(FOLLOW_2);
+ ruleMatchField();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getSimpleConditionAccess().getFieldMatchFieldEnumRuleCall_0_0());
+ after(grammarAccess.getSimpleConditionAccess().getFieldMatchFieldEnumRuleCall_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__SimpleCondition__FieldAssignment_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleCondition__FieldAssignment_0"
- // $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:10025:1: rule__SimpleCondition__OpAssignment_1 : ( ruleCompareOp ) ;
- public final void rule__SimpleCondition__OpAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__SimpleCondition__OpAssignment_1"
+ // InternalOseeDsl.g:10025:1: rule__SimpleCondition__OpAssignment_1 : ( ruleCompareOp ) ;
+ public final void rule__SimpleCondition__OpAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10029:1: ( ( ruleCompareOp ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10030:1: ( ruleCompareOp )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10030:1: ( ruleCompareOp )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10031:1: ruleCompareOp
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10029:1: ( ( ruleCompareOp ) )
+ // InternalOseeDsl.g:10030:1: ( ruleCompareOp )
+ {
+ // InternalOseeDsl.g:10030:1: ( ruleCompareOp )
+ // InternalOseeDsl.g:10031:1: ruleCompareOp
{
- before(grammarAccess.getSimpleConditionAccess().getOpCompareOpEnumRuleCall_1_0());
- pushFollow(FOLLOW_ruleCompareOp_in_rule__SimpleCondition__OpAssignment_120592);
- ruleCompareOp();
+ before(grammarAccess.getSimpleConditionAccess().getOpCompareOpEnumRuleCall_1_0());
+ pushFollow(FOLLOW_2);
+ ruleCompareOp();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getSimpleConditionAccess().getOpCompareOpEnumRuleCall_1_0());
+ after(grammarAccess.getSimpleConditionAccess().getOpCompareOpEnumRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__SimpleCondition__OpAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleCondition__OpAssignment_1"
- // $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:10040:1: rule__SimpleCondition__ExpressionAssignment_2 : ( RULE_STRING ) ;
- public final void rule__SimpleCondition__ExpressionAssignment_2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__SimpleCondition__ExpressionAssignment_2"
+ // InternalOseeDsl.g:10040:1: rule__SimpleCondition__ExpressionAssignment_2 : ( RULE_STRING ) ;
+ public final void rule__SimpleCondition__ExpressionAssignment_2() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10044:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10045:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10045:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10046:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10044:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10045:1: ( RULE_STRING )
{
- before(grammarAccess.getSimpleConditionAccess().getExpressionSTRINGTerminalRuleCall_2_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__SimpleCondition__ExpressionAssignment_220623);
- after(grammarAccess.getSimpleConditionAccess().getExpressionSTRINGTerminalRuleCall_2_0());
+ // InternalOseeDsl.g:10045:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10046:1: RULE_STRING
+ {
+ before(grammarAccess.getSimpleConditionAccess().getExpressionSTRINGTerminalRuleCall_2_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getSimpleConditionAccess().getExpressionSTRINGTerminalRuleCall_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__SimpleCondition__ExpressionAssignment_2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleCondition__ExpressionAssignment_2"
- // $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:10055:1: rule__CompoundCondition__ConditionsAssignment_1 : ( ruleSimpleCondition ) ;
- public final void rule__CompoundCondition__ConditionsAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__CompoundCondition__ConditionsAssignment_1"
+ // InternalOseeDsl.g:10055:1: rule__CompoundCondition__ConditionsAssignment_1 : ( ruleSimpleCondition ) ;
+ public final void rule__CompoundCondition__ConditionsAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10059:1: ( ( ruleSimpleCondition ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10060:1: ( ruleSimpleCondition )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10060:1: ( ruleSimpleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10061:1: ruleSimpleCondition
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10059:1: ( ( ruleSimpleCondition ) )
+ // InternalOseeDsl.g:10060:1: ( ruleSimpleCondition )
{
- before(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_1_0());
- pushFollow(FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_120654);
- ruleSimpleCondition();
+ // InternalOseeDsl.g:10060:1: ( ruleSimpleCondition )
+ // InternalOseeDsl.g:10061:1: ruleSimpleCondition
+ {
+ before(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_1_0());
+ pushFollow(FOLLOW_2);
+ ruleSimpleCondition();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_1_0());
+ after(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__ConditionsAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__ConditionsAssignment_1"
- // $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:10070:1: rule__CompoundCondition__OperatorsAssignment_2_0 : ( ruleXLogicOperator ) ;
- public final void rule__CompoundCondition__OperatorsAssignment_2_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__CompoundCondition__OperatorsAssignment_2_0"
+ // InternalOseeDsl.g:10070:1: rule__CompoundCondition__OperatorsAssignment_2_0 : ( ruleXLogicOperator ) ;
+ public final void rule__CompoundCondition__OperatorsAssignment_2_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10074:1: ( ( ruleXLogicOperator ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10075:1: ( ruleXLogicOperator )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10075:1: ( ruleXLogicOperator )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10076:1: ruleXLogicOperator
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10074:1: ( ( ruleXLogicOperator ) )
+ // InternalOseeDsl.g:10075:1: ( ruleXLogicOperator )
+ {
+ // InternalOseeDsl.g:10075:1: ( ruleXLogicOperator )
+ // InternalOseeDsl.g:10076:1: ruleXLogicOperator
{
- before(grammarAccess.getCompoundConditionAccess().getOperatorsXLogicOperatorEnumRuleCall_2_0_0());
- pushFollow(FOLLOW_ruleXLogicOperator_in_rule__CompoundCondition__OperatorsAssignment_2_020685);
- ruleXLogicOperator();
+ before(grammarAccess.getCompoundConditionAccess().getOperatorsXLogicOperatorEnumRuleCall_2_0_0());
+ pushFollow(FOLLOW_2);
+ ruleXLogicOperator();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getCompoundConditionAccess().getOperatorsXLogicOperatorEnumRuleCall_2_0_0());
+ after(grammarAccess.getCompoundConditionAccess().getOperatorsXLogicOperatorEnumRuleCall_2_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__OperatorsAssignment_2_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__OperatorsAssignment_2_0"
- // $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:10085:1: rule__CompoundCondition__ConditionsAssignment_2_1 : ( ruleSimpleCondition ) ;
- public final void rule__CompoundCondition__ConditionsAssignment_2_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__CompoundCondition__ConditionsAssignment_2_1"
+ // InternalOseeDsl.g:10085:1: rule__CompoundCondition__ConditionsAssignment_2_1 : ( ruleSimpleCondition ) ;
+ public final void rule__CompoundCondition__ConditionsAssignment_2_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10089:1: ( ( ruleSimpleCondition ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10090:1: ( ruleSimpleCondition )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10090:1: ( ruleSimpleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10091:1: ruleSimpleCondition
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10089:1: ( ( ruleSimpleCondition ) )
+ // InternalOseeDsl.g:10090:1: ( ruleSimpleCondition )
{
- before(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_2_1_0());
- pushFollow(FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_2_120716);
- ruleSimpleCondition();
+ // InternalOseeDsl.g:10090:1: ( ruleSimpleCondition )
+ // InternalOseeDsl.g:10091:1: ruleSimpleCondition
+ {
+ before(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_2_1_0());
+ pushFollow(FOLLOW_2);
+ ruleSimpleCondition();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_2_1_0());
+ after(grammarAccess.getCompoundConditionAccess().getConditionsSimpleConditionParserRuleCall_2_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__CompoundCondition__ConditionsAssignment_2_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CompoundCondition__ConditionsAssignment_2_1"
- // $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:10100:1: rule__XArtifactMatcher__NameAssignment_1 : ( RULE_STRING ) ;
- public final void rule__XArtifactMatcher__NameAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__NameAssignment_1"
+ // InternalOseeDsl.g:10100:1: rule__XArtifactMatcher__NameAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__XArtifactMatcher__NameAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10104:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10105:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10105:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10106:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10104:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10105:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:10105:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10106:1: RULE_STRING
{
- before(grammarAccess.getXArtifactMatcherAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__XArtifactMatcher__NameAssignment_120747);
- after(grammarAccess.getXArtifactMatcherAccess().getNameSTRINGTerminalRuleCall_1_0());
+ before(grammarAccess.getXArtifactMatcherAccess().getNameSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getXArtifactMatcherAccess().getNameSTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__NameAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__NameAssignment_1"
- // $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:10115:1: rule__XArtifactMatcher__ConditionsAssignment_3 : ( ruleCondition ) ;
- public final void rule__XArtifactMatcher__ConditionsAssignment_3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__ConditionsAssignment_3"
+ // InternalOseeDsl.g:10115:1: rule__XArtifactMatcher__ConditionsAssignment_3 : ( ruleCondition ) ;
+ public final void rule__XArtifactMatcher__ConditionsAssignment_3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10119:1: ( ( ruleCondition ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10120:1: ( ruleCondition )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10120:1: ( ruleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10121:1: ruleCondition
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10119:1: ( ( ruleCondition ) )
+ // InternalOseeDsl.g:10120:1: ( ruleCondition )
+ {
+ // InternalOseeDsl.g:10120:1: ( ruleCondition )
+ // InternalOseeDsl.g:10121:1: ruleCondition
{
- before(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_3_0());
- pushFollow(FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_320778);
- ruleCondition();
+ before(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_3_0());
+ pushFollow(FOLLOW_2);
+ ruleCondition();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_3_0());
+ after(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__ConditionsAssignment_3"
+ restoreStackSize(stackSize);
- // $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:10130:1: rule__XArtifactMatcher__OperatorsAssignment_4_0 : ( ruleXLogicOperator ) ;
- public final void rule__XArtifactMatcher__OperatorsAssignment_4_0() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__ConditionsAssignment_3"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10134:1: ( ( ruleXLogicOperator ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10135:1: ( ruleXLogicOperator )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10135:1: ( ruleXLogicOperator )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10136:1: ruleXLogicOperator
+ // $ANTLR start "rule__XArtifactMatcher__OperatorsAssignment_4_0"
+ // InternalOseeDsl.g:10130:1: rule__XArtifactMatcher__OperatorsAssignment_4_0 : ( ruleXLogicOperator ) ;
+ public final void rule__XArtifactMatcher__OperatorsAssignment_4_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10134:1: ( ( ruleXLogicOperator ) )
+ // InternalOseeDsl.g:10135:1: ( ruleXLogicOperator )
+ {
+ // InternalOseeDsl.g:10135:1: ( ruleXLogicOperator )
+ // InternalOseeDsl.g:10136:1: ruleXLogicOperator
{
- before(grammarAccess.getXArtifactMatcherAccess().getOperatorsXLogicOperatorEnumRuleCall_4_0_0());
- pushFollow(FOLLOW_ruleXLogicOperator_in_rule__XArtifactMatcher__OperatorsAssignment_4_020809);
- ruleXLogicOperator();
+ before(grammarAccess.getXArtifactMatcherAccess().getOperatorsXLogicOperatorEnumRuleCall_4_0_0());
+ pushFollow(FOLLOW_2);
+ ruleXLogicOperator();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getXArtifactMatcherAccess().getOperatorsXLogicOperatorEnumRuleCall_4_0_0());
+ after(grammarAccess.getXArtifactMatcherAccess().getOperatorsXLogicOperatorEnumRuleCall_4_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__OperatorsAssignment_4_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__XArtifactMatcher__OperatorsAssignment_4_0"
- // $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:10145:1: rule__XArtifactMatcher__ConditionsAssignment_4_1 : ( ruleCondition ) ;
- public final void rule__XArtifactMatcher__ConditionsAssignment_4_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__XArtifactMatcher__ConditionsAssignment_4_1"
+ // InternalOseeDsl.g:10145:1: rule__XArtifactMatcher__ConditionsAssignment_4_1 : ( ruleCondition ) ;
+ public final void rule__XArtifactMatcher__ConditionsAssignment_4_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10149:1: ( ( ruleCondition ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10150:1: ( ruleCondition )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10150:1: ( ruleCondition )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10151:1: ruleCondition
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10149:1: ( ( ruleCondition ) )
+ // InternalOseeDsl.g:10150:1: ( ruleCondition )
{
- before(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_4_1_0());
- pushFollow(FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_4_120840);
- ruleCondition();
+ // InternalOseeDsl.g:10150:1: ( ruleCondition )
+ // InternalOseeDsl.g:10151:1: ruleCondition
+ {
+ before(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_4_1_0());
+ pushFollow(FOLLOW_2);
+ ruleCondition();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_4_1_0());
+ after(grammarAccess.getXArtifactMatcherAccess().getConditionsConditionParserRuleCall_4_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__XArtifactMatcher__ConditionsAssignment_4_1"
+ }
+ return ;
+ }
+ // $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:10160:1: rule__Role__NameAssignment_1 : ( RULE_STRING ) ;
- public final void rule__Role__NameAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__NameAssignment_1"
+ // InternalOseeDsl.g:10160:1: rule__Role__NameAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__Role__NameAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10164:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10165:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10165:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10166:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10164:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10165:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:10165:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10166:1: RULE_STRING
{
- before(grammarAccess.getRoleAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__Role__NameAssignment_120871);
- after(grammarAccess.getRoleAccess().getNameSTRINGTerminalRuleCall_1_0());
+ before(grammarAccess.getRoleAccess().getNameSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getRoleAccess().getNameSTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__NameAssignment_1"
+ }
+ 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:10175:1: rule__Role__SuperRolesAssignment_2_1 : ( ( RULE_STRING ) ) ;
- public final void rule__Role__SuperRolesAssignment_2_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__SuperRolesAssignment_2_1"
+ // InternalOseeDsl.g:10175:1: rule__Role__SuperRolesAssignment_2_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__Role__SuperRolesAssignment_2_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10179:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10180:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10180:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10181:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10179:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10180:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:10180:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10181: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:10182:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10183:1: RULE_STRING
- {
- before(grammarAccess.getRoleAccess().getSuperRolesRoleSTRINGTerminalRuleCall_2_1_0_1());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__Role__SuperRolesAssignment_2_120906);
- after(grammarAccess.getRoleAccess().getSuperRolesRoleSTRINGTerminalRuleCall_2_1_0_1());
+ before(grammarAccess.getRoleAccess().getSuperRolesRoleCrossReference_2_1_0());
+ // InternalOseeDsl.g:10182:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10183:1: RULE_STRING
+ {
+ before(grammarAccess.getRoleAccess().getSuperRolesRoleSTRINGTerminalRuleCall_2_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getRoleAccess().getSuperRolesRoleSTRINGTerminalRuleCall_2_1_0_1());
- }
+ }
- after(grammarAccess.getRoleAccess().getSuperRolesRoleCrossReference_2_1_0());
+ after(grammarAccess.getRoleAccess().getSuperRolesRoleCrossReference_2_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__SuperRolesAssignment_2_1"
+ }
+ 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:10194:1: rule__Role__UsersAndGroupsAssignment_4_0 : ( ruleUsersAndGroups ) ;
- public final void rule__Role__UsersAndGroupsAssignment_4_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__UsersAndGroupsAssignment_4_0"
+ // InternalOseeDsl.g:10194:1: rule__Role__UsersAndGroupsAssignment_4_0 : ( ruleUsersAndGroups ) ;
+ public final void rule__Role__UsersAndGroupsAssignment_4_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10198:1: ( ( ruleUsersAndGroups ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10199:1: ( ruleUsersAndGroups )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10199:1: ( ruleUsersAndGroups )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10200:1: ruleUsersAndGroups
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10198:1: ( ( ruleUsersAndGroups ) )
+ // InternalOseeDsl.g:10199:1: ( ruleUsersAndGroups )
+ {
+ // InternalOseeDsl.g:10199:1: ( ruleUsersAndGroups )
+ // InternalOseeDsl.g:10200:1: ruleUsersAndGroups
{
- before(grammarAccess.getRoleAccess().getUsersAndGroupsUsersAndGroupsParserRuleCall_4_0_0());
- pushFollow(FOLLOW_ruleUsersAndGroups_in_rule__Role__UsersAndGroupsAssignment_4_020941);
- ruleUsersAndGroups();
+ before(grammarAccess.getRoleAccess().getUsersAndGroupsUsersAndGroupsParserRuleCall_4_0_0());
+ pushFollow(FOLLOW_2);
+ ruleUsersAndGroups();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getRoleAccess().getUsersAndGroupsUsersAndGroupsParserRuleCall_4_0_0());
+ after(grammarAccess.getRoleAccess().getUsersAndGroupsUsersAndGroupsParserRuleCall_4_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__UsersAndGroupsAssignment_4_0"
+ }
+ 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:10209:1: rule__Role__ReferencedContextsAssignment_4_1 : ( ruleReferencedContext ) ;
- public final void rule__Role__ReferencedContextsAssignment_4_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__Role__ReferencedContextsAssignment_4_1"
+ // InternalOseeDsl.g:10209:1: rule__Role__ReferencedContextsAssignment_4_1 : ( ruleReferencedContext ) ;
+ public final void rule__Role__ReferencedContextsAssignment_4_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10213:1: ( ( ruleReferencedContext ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10214:1: ( ruleReferencedContext )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10214:1: ( ruleReferencedContext )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10215:1: ruleReferencedContext
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10213:1: ( ( ruleReferencedContext ) )
+ // InternalOseeDsl.g:10214:1: ( ruleReferencedContext )
{
- before(grammarAccess.getRoleAccess().getReferencedContextsReferencedContextParserRuleCall_4_1_0());
- pushFollow(FOLLOW_ruleReferencedContext_in_rule__Role__ReferencedContextsAssignment_4_120972);
- ruleReferencedContext();
+ // InternalOseeDsl.g:10214:1: ( ruleReferencedContext )
+ // InternalOseeDsl.g:10215:1: ruleReferencedContext
+ {
+ before(grammarAccess.getRoleAccess().getReferencedContextsReferencedContextParserRuleCall_4_1_0());
+ pushFollow(FOLLOW_2);
+ ruleReferencedContext();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getRoleAccess().getReferencedContextsReferencedContextParserRuleCall_4_1_0());
+ after(grammarAccess.getRoleAccess().getReferencedContextsReferencedContextParserRuleCall_4_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__Role__ReferencedContextsAssignment_4_1"
+ }
+ 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:10224:1: rule__ReferencedContext__AccessContextRefAssignment_1 : ( RULE_STRING ) ;
- public final void rule__ReferencedContext__AccessContextRefAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ReferencedContext__AccessContextRefAssignment_1"
+ // InternalOseeDsl.g:10224:1: rule__ReferencedContext__AccessContextRefAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__ReferencedContext__AccessContextRefAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10228:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10229:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10229:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10230:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10228:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10229:1: ( RULE_STRING )
{
- before(grammarAccess.getReferencedContextAccess().getAccessContextRefSTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__ReferencedContext__AccessContextRefAssignment_121003);
- after(grammarAccess.getReferencedContextAccess().getAccessContextRefSTRINGTerminalRuleCall_1_0());
+ // InternalOseeDsl.g:10229:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10230:1: RULE_STRING
+ {
+ before(grammarAccess.getReferencedContextAccess().getAccessContextRefSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getReferencedContextAccess().getAccessContextRefSTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ReferencedContext__AccessContextRefAssignment_1"
+ }
+ 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:10239:1: rule__UsersAndGroups__UserOrGroupGuidAssignment_1 : ( RULE_STRING ) ;
- public final void rule__UsersAndGroups__UserOrGroupGuidAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__UsersAndGroups__UserOrGroupGuidAssignment_1"
+ // InternalOseeDsl.g:10239:1: rule__UsersAndGroups__UserOrGroupGuidAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__UsersAndGroups__UserOrGroupGuidAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10243:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10244:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10244:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10245:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10243:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10244:1: ( RULE_STRING )
{
- before(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidSTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__UsersAndGroups__UserOrGroupGuidAssignment_121034);
- after(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidSTRINGTerminalRuleCall_1_0());
+ // InternalOseeDsl.g:10244:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10245:1: RULE_STRING
+ {
+ before(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getUsersAndGroupsAccess().getUserOrGroupGuidSTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__UsersAndGroups__UserOrGroupGuidAssignment_1"
+ }
+ 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:10254:1: rule__AccessContext__NameAssignment_1 : ( RULE_STRING ) ;
- public final void rule__AccessContext__NameAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__NameAssignment_1"
+ // InternalOseeDsl.g:10254:1: rule__AccessContext__NameAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__AccessContext__NameAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10258:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10259:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10259:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10260:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10258:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10259:1: ( RULE_STRING )
{
- before(grammarAccess.getAccessContextAccess().getNameSTRINGTerminalRuleCall_1_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__AccessContext__NameAssignment_121065);
- after(grammarAccess.getAccessContextAccess().getNameSTRINGTerminalRuleCall_1_0());
+ // InternalOseeDsl.g:10259:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10260:1: RULE_STRING
+ {
+ before(grammarAccess.getAccessContextAccess().getNameSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getAccessContextAccess().getNameSTRINGTerminalRuleCall_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__NameAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__NameAssignment_1"
- // $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:10269:1: rule__AccessContext__SuperAccessContextsAssignment_2_1 : ( ( RULE_STRING ) ) ;
- public final void rule__AccessContext__SuperAccessContextsAssignment_2_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__SuperAccessContextsAssignment_2_1"
+ // InternalOseeDsl.g:10269:1: rule__AccessContext__SuperAccessContextsAssignment_2_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__AccessContext__SuperAccessContextsAssignment_2_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10273:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10274:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10274:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10275:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10273:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10274: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:10276:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10277:1: RULE_STRING
- {
- before(
- grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextSTRINGTerminalRuleCall_2_1_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__AccessContext__SuperAccessContextsAssignment_2_121100);
- after(
- grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextSTRINGTerminalRuleCall_2_1_0_1());
+ // InternalOseeDsl.g:10274:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10275:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextCrossReference_2_1_0());
+ // InternalOseeDsl.g:10276:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10277:1: RULE_STRING
+ {
+ before(grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextSTRINGTerminalRuleCall_2_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextSTRINGTerminalRuleCall_2_1_0_1());
+
+ }
+
+ after(grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextCrossReference_2_1_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
+ restoreStackSize(stackSize);
- after(grammarAccess.getAccessContextAccess().getSuperAccessContextsAccessContextCrossReference_2_1_0());
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__SuperAccessContextsAssignment_2_1"
+
+
+ // $ANTLR start "rule__AccessContext__GuidAssignment_5"
+ // InternalOseeDsl.g:10288:1: rule__AccessContext__GuidAssignment_5 : ( RULE_STRING ) ;
+ public final void rule__AccessContext__GuidAssignment_5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10292:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10293:1: ( RULE_STRING )
+ {
+ // InternalOseeDsl.g:10293:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10294:1: RULE_STRING
+ {
+ before(grammarAccess.getAccessContextAccess().getGuidSTRINGTerminalRuleCall_5_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getAccessContextAccess().getGuidSTRINGTerminalRuleCall_5_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__SuperAccessContextsAssignment_2_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__GuidAssignment_5"
- // $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:10288:1: rule__AccessContext__GuidAssignment_5 : ( RULE_STRING ) ;
- public final void rule__AccessContext__GuidAssignment_5() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__AccessRulesAssignment_7_0"
+ // InternalOseeDsl.g:10303:1: rule__AccessContext__AccessRulesAssignment_7_0 : ( ruleObjectRestriction ) ;
+ public final void rule__AccessContext__AccessRulesAssignment_7_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10292:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10293:1: ( RULE_STRING )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10293:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10294:1: RULE_STRING
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10307:1: ( ( ruleObjectRestriction ) )
+ // InternalOseeDsl.g:10308:1: ( ruleObjectRestriction )
+ {
+ // InternalOseeDsl.g:10308:1: ( ruleObjectRestriction )
+ // InternalOseeDsl.g:10309:1: ruleObjectRestriction
{
- before(grammarAccess.getAccessContextAccess().getGuidSTRINGTerminalRuleCall_5_0());
- match(input, RULE_STRING, FOLLOW_RULE_STRING_in_rule__AccessContext__GuidAssignment_521135);
- after(grammarAccess.getAccessContextAccess().getGuidSTRINGTerminalRuleCall_5_0());
+ before(grammarAccess.getAccessContextAccess().getAccessRulesObjectRestrictionParserRuleCall_7_0_0());
+ pushFollow(FOLLOW_2);
+ ruleObjectRestriction();
+
+ state._fsp--;
+
+ after(grammarAccess.getAccessContextAccess().getAccessRulesObjectRestrictionParserRuleCall_7_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__GuidAssignment_5"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__AccessRulesAssignment_7_0"
- // $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:10303:1: rule__AccessContext__AccessRulesAssignment_7_0 : ( ruleObjectRestriction ) ;
- public final void rule__AccessContext__AccessRulesAssignment_7_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AccessContext__HierarchyRestrictionsAssignment_7_1"
+ // InternalOseeDsl.g:10318:1: rule__AccessContext__HierarchyRestrictionsAssignment_7_1 : ( ruleHierarchyRestriction ) ;
+ public final void rule__AccessContext__HierarchyRestrictionsAssignment_7_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10307:1: ( ( ruleObjectRestriction ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10308:1: ( ruleObjectRestriction )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10308:1: ( ruleObjectRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10309:1: ruleObjectRestriction
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10322:1: ( ( ruleHierarchyRestriction ) )
+ // InternalOseeDsl.g:10323:1: ( ruleHierarchyRestriction )
+ {
+ // InternalOseeDsl.g:10323:1: ( ruleHierarchyRestriction )
+ // InternalOseeDsl.g:10324:1: ruleHierarchyRestriction
{
- before(grammarAccess.getAccessContextAccess().getAccessRulesObjectRestrictionParserRuleCall_7_0_0());
- pushFollow(FOLLOW_ruleObjectRestriction_in_rule__AccessContext__AccessRulesAssignment_7_021166);
- ruleObjectRestriction();
+ before(grammarAccess.getAccessContextAccess().getHierarchyRestrictionsHierarchyRestrictionParserRuleCall_7_1_0());
+ pushFollow(FOLLOW_2);
+ ruleHierarchyRestriction();
- state._fsp--;
+ state._fsp--;
- after(grammarAccess.getAccessContextAccess().getAccessRulesObjectRestrictionParserRuleCall_7_0_0());
+ after(grammarAccess.getAccessContextAccess().getHierarchyRestrictionsHierarchyRestrictionParserRuleCall_7_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__AccessRulesAssignment_7_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AccessContext__HierarchyRestrictionsAssignment_7_1"
- // $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:10318:1: rule__AccessContext__HierarchyRestrictionsAssignment_7_1 : ( ruleHierarchyRestriction ) ;
- public final void rule__AccessContext__HierarchyRestrictionsAssignment_7_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1"
+ // InternalOseeDsl.g:10333:1: rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10322:1: ( ( ruleHierarchyRestriction ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10323:1: ( ruleHierarchyRestriction )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10323:1: ( ruleHierarchyRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10324:1: ruleHierarchyRestriction
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10337:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10338:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:10338:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10339:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_1_0());
+ // InternalOseeDsl.g:10340:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10341:1: RULE_STRING
{
- before(
- grammarAccess.getAccessContextAccess().getHierarchyRestrictionsHierarchyRestrictionParserRuleCall_7_1_0());
- pushFollow(
- FOLLOW_ruleHierarchyRestriction_in_rule__AccessContext__HierarchyRestrictionsAssignment_7_121197);
- ruleHierarchyRestriction();
+ before(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
- state._fsp--;
+ }
- after(
- grammarAccess.getAccessContextAccess().getHierarchyRestrictionsHierarchyRestrictionParserRuleCall_7_1_0());
+ after(grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AccessContext__HierarchyRestrictionsAssignment_7_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1"
- // $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:10333:1: rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1 : ( ( RULE_STRING ) ) ;
- public final void rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__HierarchyRestriction__AccessRulesAssignment_3"
+ // InternalOseeDsl.g:10352:1: rule__HierarchyRestriction__AccessRulesAssignment_3 : ( ruleObjectRestriction ) ;
+ public final void rule__HierarchyRestriction__AccessRulesAssignment_3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10337:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10338:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10338:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10339:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10356:1: ( ( ruleObjectRestriction ) )
+ // InternalOseeDsl.g:10357:1: ( ruleObjectRestriction )
{
- 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:10340:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10341:1: RULE_STRING
- {
- before(
- grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_121232);
- after(
- grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
+ // InternalOseeDsl.g:10357:1: ( ruleObjectRestriction )
+ // InternalOseeDsl.g:10358:1: ruleObjectRestriction
+ {
+ before(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesObjectRestrictionParserRuleCall_3_0());
+ pushFollow(FOLLOW_2);
+ ruleObjectRestriction();
- }
+ state._fsp--;
- after(
- grammarAccess.getHierarchyRestrictionAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_1_0());
+ after(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesObjectRestrictionParserRuleCall_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__HierarchyRestriction__AccessRulesAssignment_3"
- // $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:10352:1: rule__HierarchyRestriction__AccessRulesAssignment_3 : ( ruleObjectRestriction ) ;
- public final void rule__HierarchyRestriction__AccessRulesAssignment_3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1"
+ // InternalOseeDsl.g:10367:1: rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10356:1: ( ( ruleObjectRestriction ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10357:1: ( ruleObjectRestriction )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10357:1: ( ruleObjectRestriction )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10358:1: ruleObjectRestriction
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10371:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10372:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:10372:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10373:1: ( RULE_STRING )
{
- before(
- grammarAccess.getHierarchyRestrictionAccess().getAccessRulesObjectRestrictionParserRuleCall_3_0());
- pushFollow(FOLLOW_ruleObjectRestriction_in_rule__HierarchyRestriction__AccessRulesAssignment_321267);
- ruleObjectRestriction();
+ before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeCrossReference_1_0());
+ // InternalOseeDsl.g:10374:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10375:1: RULE_STRING
+ {
+ before(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
- state._fsp--;
+ }
- after(grammarAccess.getHierarchyRestrictionAccess().getAccessRulesObjectRestrictionParserRuleCall_3_0());
+ after(grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeCrossReference_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__HierarchyRestriction__AccessRulesAssignment_3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1"
- // $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:10367:1: rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1 : ( ( RULE_STRING ) ) ;
- public final void rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1"
+ // InternalOseeDsl.g:10386:1: rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10371:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10372:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10372:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10373:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10390:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10391:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:10391:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10392:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_1_0());
+ // InternalOseeDsl.g:10393:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10394: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:10374:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10375:1: RULE_STRING
- {
- before(
- grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_121302);
- after(
- grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_1_0_1());
+ before(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
- }
+ }
- after(
- grammarAccess.getRelationTypeArtifactTypePredicateAccess().getArtifactTypeRefXArtifactTypeCrossReference_1_0());
+ after(grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1"
- // $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:10386:1: rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1 : ( ( RULE_STRING ) ) ;
- public final void rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactMatchRestriction__PermissionAssignment_0"
+ // InternalOseeDsl.g:10405:1: rule__ArtifactMatchRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
+ public final void rule__ArtifactMatchRestriction__PermissionAssignment_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10390:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10391:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10391:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10392:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10409:1: ( ( ruleAccessPermissionEnum ) )
+ // InternalOseeDsl.g:10410:1: ( ruleAccessPermissionEnum )
{
- 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:10393:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10394:1: RULE_STRING
- {
- before(
- grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_121341);
- after(
- grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_1_0_1());
+ // InternalOseeDsl.g:10410:1: ( ruleAccessPermissionEnum )
+ // InternalOseeDsl.g:10411:1: ruleAccessPermissionEnum
+ {
+ before(grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
+ pushFollow(FOLLOW_2);
+ ruleAccessPermissionEnum();
- }
+ state._fsp--;
- after(
- grammarAccess.getRelationTypeArtifactPredicateAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_1_0());
+ after(grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1"
+ restoreStackSize(stackSize);
- // $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:10405:1: rule__ArtifactMatchRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
- public final void rule__ArtifactMatchRestriction__PermissionAssignment_0() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__PermissionAssignment_0"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10409:1: ( ( ruleAccessPermissionEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10410:1: ( ruleAccessPermissionEnum )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10410:1: ( ruleAccessPermissionEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10411:1: ruleAccessPermissionEnum
+ // $ANTLR start "rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3"
+ // InternalOseeDsl.g:10420:1: rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 : ( ( RULE_STRING ) ) ;
+ public final void rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10424:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10425:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:10425:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10426:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_3_0());
+ // InternalOseeDsl.g:10427:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10428:1: RULE_STRING
{
- before(
- grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
- pushFollow(
- FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactMatchRestriction__PermissionAssignment_021376);
- ruleAccessPermissionEnum();
+ before(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_3_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_3_0_1());
- state._fsp--;
+ }
- after(
- grammarAccess.getArtifactMatchRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
+ after(grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__PermissionAssignment_0"
+ restoreStackSize(stackSize);
- // $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:10420:1: rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3 : ( ( RULE_STRING ) ) ;
- public final void rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10424:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10425:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10425:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10426:1: ( RULE_STRING )
+ // $ANTLR start "rule__ArtifactTypeRestriction__PermissionAssignment_0"
+ // InternalOseeDsl.g:10439:1: rule__ArtifactTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
+ public final void rule__ArtifactTypeRestriction__PermissionAssignment_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10443:1: ( ( ruleAccessPermissionEnum ) )
+ // InternalOseeDsl.g:10444:1: ( ruleAccessPermissionEnum )
+ {
+ // InternalOseeDsl.g:10444:1: ( ruleAccessPermissionEnum )
+ // InternalOseeDsl.g:10445:1: ruleAccessPermissionEnum
{
- 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:10427:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10428:1: RULE_STRING
- {
- before(
- grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_3_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_321411);
- after(
- grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherSTRINGTerminalRuleCall_3_0_1());
+ before(grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
+ pushFollow(FOLLOW_2);
+ ruleAccessPermissionEnum();
- }
+ state._fsp--;
- after(
- grammarAccess.getArtifactMatchRestrictionAccess().getArtifactMatcherRefXArtifactMatcherCrossReference_3_0());
+ after(grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__PermissionAssignment_0"
- // $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:10439:1: rule__ArtifactTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
- public final void rule__ArtifactTypeRestriction__PermissionAssignment_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3"
+ // InternalOseeDsl.g:10454:1: rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 : ( ( RULE_STRING ) ) ;
+ public final void rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10443:1: ( ( ruleAccessPermissionEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10444:1: ( ruleAccessPermissionEnum )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10444:1: ( ruleAccessPermissionEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10445:1: ruleAccessPermissionEnum
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10458:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10459:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:10459:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10460:1: ( RULE_STRING )
{
- before(
- grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
- pushFollow(
- FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactTypeRestriction__PermissionAssignment_021446);
- ruleAccessPermissionEnum();
+ before(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeCrossReference_3_0());
+ // InternalOseeDsl.g:10461:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10462:1: RULE_STRING
+ {
+ before(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_3_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_3_0_1());
- state._fsp--;
+ }
- after(
- grammarAccess.getArtifactTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
+ after(grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeCrossReference_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__PermissionAssignment_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3"
- // $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:10454:1: rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3 : ( ( RULE_STRING ) ) ;
- public final void rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__PermissionAssignment_0"
+ // InternalOseeDsl.g:10473:1: rule__AttributeTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
+ public final void rule__AttributeTypeRestriction__PermissionAssignment_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10458:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10459:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10459:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10460:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10477:1: ( ( ruleAccessPermissionEnum ) )
+ // InternalOseeDsl.g:10478:1: ( ruleAccessPermissionEnum )
+ {
+ // InternalOseeDsl.g:10478:1: ( ruleAccessPermissionEnum )
+ // InternalOseeDsl.g:10479:1: ruleAccessPermissionEnum
{
- 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:10461:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10462:1: RULE_STRING
- {
- before(
- grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_3_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_321481);
- after(
- grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_3_0_1());
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
+ pushFollow(FOLLOW_2);
+ ruleAccessPermissionEnum();
- }
+ state._fsp--;
- after(
- grammarAccess.getArtifactTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeCrossReference_3_0());
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__PermissionAssignment_0"
- // $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:10473:1: rule__AttributeTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
- public final void rule__AttributeTypeRestriction__PermissionAssignment_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3"
+ // InternalOseeDsl.g:10488:1: rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 : ( ( RULE_STRING ) ) ;
+ public final void rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10477:1: ( ( ruleAccessPermissionEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10478:1: ( ruleAccessPermissionEnum )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10478:1: ( ruleAccessPermissionEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10479:1: ruleAccessPermissionEnum
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10492:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10493:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:10493:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10494:1: ( RULE_STRING )
{
- before(
- grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
- pushFollow(
- FOLLOW_ruleAccessPermissionEnum_in_rule__AttributeTypeRestriction__PermissionAssignment_021516);
- ruleAccessPermissionEnum();
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeCrossReference_3_0());
+ // InternalOseeDsl.g:10495:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10496:1: RULE_STRING
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeSTRINGTerminalRuleCall_3_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeSTRINGTerminalRuleCall_3_0_1());
- state._fsp--;
+ }
- after(
- grammarAccess.getAttributeTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeCrossReference_3_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
- restoreStackSize(stackSize);
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__PermissionAssignment_0"
+ restoreStackSize(stackSize);
- // $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:10488:1: rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3 : ( ( RULE_STRING ) ) ;
- public final void rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3() throws RecognitionException {
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3"
- int stackSize = keepStackSize();
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10492:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10493:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10493:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10494:1: ( RULE_STRING )
+ // $ANTLR start "rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2"
+ // InternalOseeDsl.g:10507:1: rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 : ( ( RULE_STRING ) ) ;
+ public final void rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10511:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10512:1: ( ( RULE_STRING ) )
+ {
+ // InternalOseeDsl.g:10512:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10513:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeCrossReference_4_2_0());
+ // InternalOseeDsl.g:10514:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10515: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:10495:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10496:1: RULE_STRING
- {
- before(
- grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeSTRINGTerminalRuleCall_3_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_321551);
- after(
- grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeSTRINGTerminalRuleCall_3_0_1());
+ before(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_4_2_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_4_2_0_1());
- }
+ }
- after(
- grammarAccess.getAttributeTypeRestrictionAccess().getAttributeTypeRefXAttributeTypeCrossReference_3_0());
+ after(grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeCrossReference_4_2_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2"
- // $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:10507:1: rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2 : ( ( RULE_STRING ) ) ;
- public final void rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__PermissionAssignment_0"
+ // InternalOseeDsl.g:10530:1: rule__RelationTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
+ public final void rule__RelationTypeRestriction__PermissionAssignment_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10511:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10512:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10512:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10513:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10534:1: ( ( ruleAccessPermissionEnum ) )
+ // InternalOseeDsl.g:10535:1: ( ruleAccessPermissionEnum )
+ {
+ // InternalOseeDsl.g:10535:1: ( ruleAccessPermissionEnum )
+ // InternalOseeDsl.g:10536:1: ruleAccessPermissionEnum
{
- 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:10514:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10515:1: RULE_STRING
- {
- before(
- grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_4_2_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_221590);
- after(
- grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeSTRINGTerminalRuleCall_4_2_0_1());
+ before(grammarAccess.getRelationTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
+ pushFollow(FOLLOW_2);
+ ruleAccessPermissionEnum();
- }
+ state._fsp--;
- after(
- grammarAccess.getAttributeTypeRestrictionAccess().getArtifactTypeRefXArtifactTypeCrossReference_4_2_0());
+ after(grammarAccess.getRelationTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__PermissionAssignment_0"
- // $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:10530:1: rule__RelationTypeRestriction__PermissionAssignment_0 : ( ruleAccessPermissionEnum ) ;
- public final void rule__RelationTypeRestriction__PermissionAssignment_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0"
+ // InternalOseeDsl.g:10545:1: rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 : ( ruleRelationTypeMatch ) ;
+ public final void rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10534:1: ( ( ruleAccessPermissionEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10535:1: ( ruleAccessPermissionEnum )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10535:1: ( ruleAccessPermissionEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10536:1: ruleAccessPermissionEnum
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10549:1: ( ( ruleRelationTypeMatch ) )
+ // InternalOseeDsl.g:10550:1: ( ruleRelationTypeMatch )
+ {
+ // InternalOseeDsl.g:10550:1: ( ruleRelationTypeMatch )
+ // InternalOseeDsl.g:10551:1: ruleRelationTypeMatch
{
- before(
- grammarAccess.getRelationTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
- pushFollow(
- FOLLOW_ruleAccessPermissionEnum_in_rule__RelationTypeRestriction__PermissionAssignment_021629);
- ruleAccessPermissionEnum();
+ before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchRelationTypeMatchEnumRuleCall_3_0_0());
+ pushFollow(FOLLOW_2);
+ ruleRelationTypeMatch();
- state._fsp--;
+ state._fsp--;
- after(
- grammarAccess.getRelationTypeRestrictionAccess().getPermissionAccessPermissionEnumEnumRuleCall_0_0());
+ after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchRelationTypeMatchEnumRuleCall_3_0_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__PermissionAssignment_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0"
- // $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:10545:1: rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0 : ( ruleRelationTypeMatch ) ;
- public final void rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1"
+ // InternalOseeDsl.g:10560:1: rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 : ( ( RULE_STRING ) ) ;
+ public final void rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10549:1: ( ( ruleRelationTypeMatch ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10550:1: ( ruleRelationTypeMatch )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10550:1: ( ruleRelationTypeMatch )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10551:1: ruleRelationTypeMatch
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10564:1: ( ( ( RULE_STRING ) ) )
+ // InternalOseeDsl.g:10565:1: ( ( RULE_STRING ) )
{
- before(
- grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchRelationTypeMatchEnumRuleCall_3_0_0());
- pushFollow(
- FOLLOW_ruleRelationTypeMatch_in_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_021660);
- ruleRelationTypeMatch();
+ // InternalOseeDsl.g:10565:1: ( ( RULE_STRING ) )
+ // InternalOseeDsl.g:10566:1: ( RULE_STRING )
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeCrossReference_3_1_0());
+ // InternalOseeDsl.g:10567:1: ( RULE_STRING )
+ // InternalOseeDsl.g:10568:1: RULE_STRING
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeSTRINGTerminalRuleCall_3_1_0_1());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeSTRINGTerminalRuleCall_3_1_0_1());
- state._fsp--;
+ }
- after(
- grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeMatchRelationTypeMatchEnumRuleCall_3_0_0());
+ after(grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeCrossReference_3_1_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1"
- // $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:10560:1: rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1 : ( ( RULE_STRING ) ) ;
- public final void rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__RestrictedToSideAssignment_4"
+ // InternalOseeDsl.g:10579:1: rule__RelationTypeRestriction__RestrictedToSideAssignment_4 : ( ruleXRelationSideEnum ) ;
+ public final void rule__RelationTypeRestriction__RestrictedToSideAssignment_4() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10564:1: ( ( ( RULE_STRING ) ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10565:1: ( ( RULE_STRING ) )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10565:1: ( ( RULE_STRING ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10566:1: ( RULE_STRING )
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10583:1: ( ( ruleXRelationSideEnum ) )
+ // InternalOseeDsl.g:10584:1: ( ruleXRelationSideEnum )
+ {
+ // InternalOseeDsl.g:10584:1: ( ruleXRelationSideEnum )
+ // InternalOseeDsl.g:10585:1: ruleXRelationSideEnum
{
- 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:10567:1: ( RULE_STRING )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10568:1: RULE_STRING
- {
- before(
- grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeSTRINGTerminalRuleCall_3_1_0_1());
- match(input, RULE_STRING,
- FOLLOW_RULE_STRING_in_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_121695);
- after(
- grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeSTRINGTerminalRuleCall_3_1_0_1());
+ before(grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideXRelationSideEnumEnumRuleCall_4_0());
+ pushFollow(FOLLOW_2);
+ ruleXRelationSideEnum();
- }
+ state._fsp--;
- after(
- grammarAccess.getRelationTypeRestrictionAccess().getRelationTypeRefXRelationTypeCrossReference_3_1_0());
+ after(grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideXRelationSideEnumEnumRuleCall_4_0());
}
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
- restoreStackSize(stackSize);
+ restoreStackSize(stackSize);
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1"
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__RestrictedToSideAssignment_4"
- // $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:10579:1: rule__RelationTypeRestriction__RestrictedToSideAssignment_4 : ( ruleXRelationSideEnum ) ;
- public final void rule__RelationTypeRestriction__RestrictedToSideAssignment_4() throws RecognitionException {
- int stackSize = keepStackSize();
+ // $ANTLR start "rule__RelationTypeRestriction__PredicateAssignment_5"
+ // InternalOseeDsl.g:10594:1: rule__RelationTypeRestriction__PredicateAssignment_5 : ( ruleRelationTypePredicate ) ;
+ public final void rule__RelationTypeRestriction__PredicateAssignment_5() throws RecognitionException {
- try {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10583:1: ( ( ruleXRelationSideEnum ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10584:1: ( ruleXRelationSideEnum )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10584:1: ( ruleXRelationSideEnum )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10585:1: ruleXRelationSideEnum
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalOseeDsl.g:10598:1: ( ( ruleRelationTypePredicate ) )
+ // InternalOseeDsl.g:10599:1: ( ruleRelationTypePredicate )
{
- before(
- grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideXRelationSideEnumEnumRuleCall_4_0());
- pushFollow(
- FOLLOW_ruleXRelationSideEnum_in_rule__RelationTypeRestriction__RestrictedToSideAssignment_421730);
- ruleXRelationSideEnum();
-
- state._fsp--;
-
- after(
- grammarAccess.getRelationTypeRestrictionAccess().getRestrictedToSideXRelationSideEnumEnumRuleCall_4_0());
-
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__RestrictedToSideAssignment_4"
-
- // $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:10594: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:10598:1: ( ( ruleRelationTypePredicate ) )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10599:1: ( ruleRelationTypePredicate )
- {
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10599:1: ( ruleRelationTypePredicate )
- // ../org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.g:10600:1: ruleRelationTypePredicate
- {
- before(
- grammarAccess.getRelationTypeRestrictionAccess().getPredicateRelationTypePredicateParserRuleCall_5_0());
- pushFollow(
- FOLLOW_ruleRelationTypePredicate_in_rule__RelationTypeRestriction__PredicateAssignment_521761);
- ruleRelationTypePredicate();
-
- state._fsp--;
-
- after(
- grammarAccess.getRelationTypeRestrictionAccess().getPredicateRelationTypePredicateParserRuleCall_5_0());
-
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
- // $ANTLR end "rule__RelationTypeRestriction__PredicateAssignment_5"
-
- // Delegated rules
-
- public static final BitSet FOLLOW_ruleOseeDsl_in_entryRuleOseeDsl61 = new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleOseeDsl68 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__0_in_ruleOseeDsl94 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleImport_in_entryRuleImport121 = new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleImport128 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__0_in_ruleImport154 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_entryRuleQUALIFIED_NAME181 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleQUALIFIED_NAME188 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__0_in_ruleQUALIFIED_NAME214 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleOseeType_in_entryRuleOseeType243 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleOseeType250 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeType__Alternatives_in_ruleOseeType276 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXArtifactType_in_entryRuleXArtifactType303 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleXArtifactType310 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__0_in_ruleXArtifactType336 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeTypeRef_in_entryRuleXAttributeTypeRef363 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleXAttributeTypeRef370 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__0_in_ruleXAttributeTypeRef396 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeType_in_entryRuleXAttributeType423 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleXAttributeType430 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__0_in_ruleXAttributeType456 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAttributeBaseType_in_entryRuleAttributeBaseType483 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAttributeBaseType490 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeBaseType__Alternatives_in_ruleAttributeBaseType516 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumType_in_entryRuleXOseeEnumType543 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleXOseeEnumType550 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__0_in_ruleXOseeEnumType576 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumEntry_in_entryRuleXOseeEnumEntry603 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleXOseeEnumEntry610 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__0_in_ruleXOseeEnumEntry636 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumOverride_in_entryRuleXOseeEnumOverride663 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleXOseeEnumOverride670 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__0_in_ruleXOseeEnumOverride696 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleOverrideOption_in_entryRuleOverrideOption723 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleOverrideOption730 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OverrideOption__Alternatives_in_ruleOverrideOption756 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAddEnum_in_entryRuleAddEnum783 = new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAddEnum790 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__0_in_ruleAddEnum816 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRemoveEnum_in_entryRuleRemoveEnum843 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRemoveEnum850 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveEnum__Group__0_in_ruleRemoveEnum876 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeArtifactTypeOverride_in_entryRuleXOseeArtifactTypeOverride903 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleXOseeArtifactTypeOverride910 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__0_in_ruleXOseeArtifactTypeOverride936 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAttributeOverrideOption_in_entryRuleAttributeOverrideOption963 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAttributeOverrideOption970 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeOverrideOption__Alternatives_in_ruleAttributeOverrideOption996 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAddAttribute_in_entryRuleAddAttribute1023 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAddAttribute1030 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddAttribute__Group__0_in_ruleAddAttribute1056 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRemoveAttribute_in_entryRuleRemoveAttribute1083 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRemoveAttribute1090 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveAttribute__Group__0_in_ruleRemoveAttribute1116 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleUpdateAttribute_in_entryRuleUpdateAttribute1143 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleUpdateAttribute1150 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__UpdateAttribute__Group__0_in_ruleUpdateAttribute1176 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXRelationType_in_entryRuleXRelationType1203 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleXRelationType1210 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__0_in_ruleXRelationType1236 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationOrderType_in_entryRuleRelationOrderType1263 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRelationOrderType1270 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationOrderType__Alternatives_in_ruleRelationOrderType1296 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCondition_in_entryRuleCondition1325 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleCondition1332 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Condition__Alternatives_in_ruleCondition1358 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleSimpleCondition_in_entryRuleSimpleCondition1385 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleSimpleCondition1392 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__0_in_ruleSimpleCondition1418 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCompoundCondition_in_entryRuleCompoundCondition1445 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleCompoundCondition1452 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__0_in_ruleCompoundCondition1478 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXArtifactMatcher_in_entryRuleXArtifactMatcher1505 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleXArtifactMatcher1512 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__0_in_ruleXArtifactMatcher1538 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRole_in_entryRuleRole1565 = new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRole1572 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Group__0_in_ruleRole1598 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleReferencedContext_in_entryRuleReferencedContext1625 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleReferencedContext1632 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ReferencedContext__Group__0_in_ruleReferencedContext1658 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleUsersAndGroups_in_entryRuleUsersAndGroups1685 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleUsersAndGroups1692 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__UsersAndGroups__Group__0_in_ruleUsersAndGroups1718 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessContext_in_entryRuleAccessContext1745 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAccessContext1752 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__0_in_ruleAccessContext1778 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleHierarchyRestriction_in_entryRuleHierarchyRestriction1805 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleHierarchyRestriction1812 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__0_in_ruleHierarchyRestriction1838 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeArtifactTypePredicate_in_entryRuleRelationTypeArtifactTypePredicate1865 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypeArtifactTypePredicate1872 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0_in_ruleRelationTypeArtifactTypePredicate1898 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeArtifactPredicate_in_entryRuleRelationTypeArtifactPredicate1925 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypeArtifactPredicate1932 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__0_in_ruleRelationTypeArtifactPredicate1958 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypePredicate_in_entryRuleRelationTypePredicate1985 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypePredicate1992 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypePredicate__Alternatives_in_ruleRelationTypePredicate2018 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleObjectRestriction_in_entryRuleObjectRestriction2045 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleObjectRestriction2052 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ObjectRestriction__Alternatives_in_ruleObjectRestriction2078 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleArtifactMatchRestriction_in_entryRuleArtifactMatchRestriction2105 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleArtifactMatchRestriction2112 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__0_in_ruleArtifactMatchRestriction2138 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleArtifactTypeRestriction_in_entryRuleArtifactTypeRestriction2165 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleArtifactTypeRestriction2172 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__0_in_ruleArtifactTypeRestriction2198 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAttributeTypeRestriction_in_entryRuleAttributeTypeRestriction2225 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAttributeTypeRestriction2232 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__0_in_ruleAttributeTypeRestriction2258 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeRestriction_in_entryRuleRelationTypeRestriction2287 =
- new BitSet(new long[] {0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRelationTypeRestriction2294 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__0_in_ruleRelationTypeRestriction2320 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationMultiplicityEnum__Alternatives_in_ruleRelationMultiplicityEnum2357 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompareOp__Alternatives_in_ruleCompareOp2393 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XLogicOperator__Alternatives_in_ruleXLogicOperator2429 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__MatchField__Alternatives_in_ruleMatchField2465 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessPermissionEnum__Alternatives_in_ruleAccessPermissionEnum2501 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_13_in_ruleRelationTypeMatch2538 = new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationSideEnum__Alternatives_in_ruleXRelationSideEnum2576 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__ArtifactTypesAssignment_1_0_in_rule__OseeDsl__Alternatives_12611 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__RelationTypesAssignment_1_1_in_rule__OseeDsl__Alternatives_12629 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__AttributeTypesAssignment_1_2_in_rule__OseeDsl__Alternatives_12647 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__EnumTypesAssignment_1_3_in_rule__OseeDsl__Alternatives_12665 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__EnumOverridesAssignment_1_4_in_rule__OseeDsl__Alternatives_12683 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__ArtifactTypeOverridesAssignment_1_5_in_rule__OseeDsl__Alternatives_12701 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__ArtifactMatchRefsAssignment_2_0_in_rule__OseeDsl__Alternatives_22734 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__AccessDeclarationsAssignment_2_1_in_rule__OseeDsl__Alternatives_22752 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__RoleDeclarationsAssignment_2_2_in_rule__OseeDsl__Alternatives_22770 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXArtifactType_in_rule__OseeType__Alternatives2804 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXRelationType_in_rule__OseeType__Alternatives2821 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeType_in_rule__OseeType__Alternatives2838 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumType_in_rule__OseeType__Alternatives2855 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_14_in_rule__XAttributeType__DataProviderAlternatives_9_02888 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_15_in_rule__XAttributeType__DataProviderAlternatives_9_02908 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__DataProviderAlternatives_9_02927 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MaxAlternatives_13_02959 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_16_in_rule__XAttributeType__MaxAlternatives_13_02977 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_17_in_rule__XAttributeType__TaggerIdAlternatives_14_0_1_03012 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_rule__XAttributeType__TaggerIdAlternatives_14_0_1_03031 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_18_in_rule__AttributeBaseType__Alternatives3064 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__AttributeBaseType__Alternatives3084 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__AttributeBaseType__Alternatives3104 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_21_in_rule__AttributeBaseType__Alternatives3124 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_22_in_rule__AttributeBaseType__Alternatives3144 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_23_in_rule__AttributeBaseType__Alternatives3164 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_24_in_rule__AttributeBaseType__Alternatives3184 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_25_in_rule__AttributeBaseType__Alternatives3204 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_26_in_rule__AttributeBaseType__Alternatives3224 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_27_in_rule__AttributeBaseType__Alternatives3244 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_28_in_rule__AttributeBaseType__Alternatives3264 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_29_in_rule__AttributeBaseType__Alternatives3284 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__AttributeBaseType__Alternatives3304 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQUALIFIED_NAME_in_rule__AttributeBaseType__Alternatives3323 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAddEnum_in_rule__OverrideOption__Alternatives3355 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRemoveEnum_in_rule__OverrideOption__Alternatives3372 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAddAttribute_in_rule__AttributeOverrideOption__Alternatives3404 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRemoveAttribute_in_rule__AttributeOverrideOption__Alternatives3421 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleUpdateAttribute_in_rule__AttributeOverrideOption__Alternatives3438 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__RelationOrderType__Alternatives3471 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_32_in_rule__RelationOrderType__Alternatives3491 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_33_in_rule__RelationOrderType__Alternatives3511 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__RelationOrderType__Alternatives3530 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleSimpleCondition_in_rule__Condition__Alternatives3563 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCompoundCondition_in_rule__Condition__Alternatives3580 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__UsersAndGroupsAssignment_4_0_in_rule__Role__Alternatives_43612 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__ReferencedContextsAssignment_4_1_in_rule__Role__Alternatives_43630 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__AccessRulesAssignment_7_0_in_rule__AccessContext__Alternatives_73663 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__HierarchyRestrictionsAssignment_7_1_in_rule__AccessContext__Alternatives_73681 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeArtifactPredicate_in_rule__RelationTypePredicate__Alternatives3714 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeArtifactTypePredicate_in_rule__RelationTypePredicate__Alternatives3731 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleArtifactMatchRestriction_in_rule__ObjectRestriction__Alternatives3763 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleArtifactTypeRestriction_in_rule__ObjectRestriction__Alternatives3780 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeRestriction_in_rule__ObjectRestriction__Alternatives3797 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAttributeTypeRestriction_in_rule__ObjectRestriction__Alternatives3814 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_0_in_rule__RelationTypeRestriction__Alternatives_33846 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_1_in_rule__RelationTypeRestriction__Alternatives_33864 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_34_in_rule__RelationMultiplicityEnum__Alternatives3898 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_35_in_rule__RelationMultiplicityEnum__Alternatives3919 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_36_in_rule__RelationMultiplicityEnum__Alternatives3940 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__RelationMultiplicityEnum__Alternatives3961 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_38_in_rule__CompareOp__Alternatives3997 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_39_in_rule__CompareOp__Alternatives4018 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_40_in_rule__XLogicOperator__Alternatives4054 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_41_in_rule__XLogicOperator__Alternatives4075 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_42_in_rule__MatchField__Alternatives4111 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_43_in_rule__MatchField__Alternatives4132 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_44_in_rule__MatchField__Alternatives4153 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_45_in_rule__MatchField__Alternatives4174 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_46_in_rule__AccessPermissionEnum__Alternatives4210 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_47_in_rule__AccessPermissionEnum__Alternatives4231 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_48_in_rule__XRelationSideEnum__Alternatives4267 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_49_in_rule__XRelationSideEnum__Alternatives4288 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_50_in_rule__XRelationSideEnum__Alternatives4309 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__0__Impl_in_rule__OseeDsl__Group__04342 =
- new BitSet(new long[] {0x2020000000000000L, 0x0000000432014900L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__1_in_rule__OseeDsl__Group__04345 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__ImportsAssignment_0_in_rule__OseeDsl__Group__0__Impl4372 =
- new BitSet(new long[] {0x0008000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__1__Impl_in_rule__OseeDsl__Group__14403 =
- new BitSet(new long[] {0x2020000000000000L, 0x0000000432014900L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__2_in_rule__OseeDsl__Group__14406 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__Alternatives_1_in_rule__OseeDsl__Group__1__Impl4433 =
- new BitSet(new long[] {0x2020000000000002L, 0x0000000400014900L});
- public static final BitSet FOLLOW_rule__OseeDsl__Group__2__Impl_in_rule__OseeDsl__Group__24464 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__OseeDsl__Alternatives_2_in_rule__OseeDsl__Group__2__Impl4491 =
- new BitSet(new long[] {0x0000000000000002L, 0x0000000032000000L});
- public static final BitSet FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__04528 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__Import__Group__1_in_rule__Import__Group__04531 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_51_in_rule__Import__Group__0__Impl4559 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__14590 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__ImportURIAssignment_1_in_rule__Import__Group__1__Impl4617 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__0__Impl_in_rule__QUALIFIED_NAME__Group__04651 =
- new BitSet(new long[] {0x0010000000000000L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__1_in_rule__QUALIFIED_NAME__Group__04654 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group__0__Impl4681 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group__1__Impl_in_rule__QUALIFIED_NAME__Group__14710 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__0_in_rule__QUALIFIED_NAME__Group__1__Impl4737 =
- new BitSet(new long[] {0x0010000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__0__Impl_in_rule__QUALIFIED_NAME__Group_1__04772 =
- new BitSet(new long[] {0x0000000000000020L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__1_in_rule__QUALIFIED_NAME__Group_1__04775 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_52_in_rule__QUALIFIED_NAME__Group_1__0__Impl4803 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QUALIFIED_NAME__Group_1__1__Impl_in_rule__QUALIFIED_NAME__Group_1__14834 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__QUALIFIED_NAME__Group_1__1__Impl4861 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__0__Impl_in_rule__XArtifactType__Group__04894 =
- new BitSet(new long[] {0x0020000000000000L, 0x0000000400000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__1_in_rule__XArtifactType__Group__04897 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__AbstractAssignment_0_in_rule__XArtifactType__Group__0__Impl4924 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__1__Impl_in_rule__XArtifactType__Group__14955 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__2_in_rule__XArtifactType__Group__14958 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__XArtifactType__Group__1__Impl4986 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__2__Impl_in_rule__XArtifactType__Group__25017 =
- new BitSet(new long[] {0x0240000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__3_in_rule__XArtifactType__Group__25020 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__NameAssignment_2_in_rule__XArtifactType__Group__2__Impl5047 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__3__Impl_in_rule__XArtifactType__Group__35077 =
- new BitSet(new long[] {0x0240000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__4_in_rule__XArtifactType__Group__35080 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__0_in_rule__XArtifactType__Group__3__Impl5107 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__4__Impl_in_rule__XArtifactType__Group__45138 =
- new BitSet(new long[] {0x0880000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__5_in_rule__XArtifactType__Group__45141 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__XArtifactType__Group__4__Impl5169 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__5__Impl_in_rule__XArtifactType__Group__55200 =
- new BitSet(new long[] {0x0880000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__6_in_rule__XArtifactType__Group__55203 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_5__0_in_rule__XArtifactType__Group__5__Impl5230 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__6__Impl_in_rule__XArtifactType__Group__65261 =
- new BitSet(new long[] {0x0000000000000080L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__7_in_rule__XArtifactType__Group__65264 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_55_in_rule__XArtifactType__Group__6__Impl5292 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__7__Impl_in_rule__XArtifactType__Group__75323 =
- new BitSet(new long[] {0x1100000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__8_in_rule__XArtifactType__Group__75326 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__UuidAssignment_7_in_rule__XArtifactType__Group__7__Impl5353 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__8__Impl_in_rule__XArtifactType__Group__85383 =
- new BitSet(new long[] {0x1100000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__9_in_rule__XArtifactType__Group__85386 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__ValidAttributeTypesAssignment_8_in_rule__XArtifactType__Group__8__Impl5413 =
- new BitSet(new long[] {0x1000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group__9__Impl_in_rule__XArtifactType__Group__95444 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XArtifactType__Group__9__Impl5472 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__0__Impl_in_rule__XArtifactType__Group_3__05523 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__1_in_rule__XArtifactType__Group_3__05526 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_57_in_rule__XArtifactType__Group_3__0__Impl5554 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__1__Impl_in_rule__XArtifactType__Group_3__15585 =
- new BitSet(new long[] {0x0400000000000000L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__2_in_rule__XArtifactType__Group_3__15588 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_1_in_rule__XArtifactType__Group_3__1__Impl5615 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3__2__Impl_in_rule__XArtifactType__Group_3__25645 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__0_in_rule__XArtifactType__Group_3__2__Impl5672 =
- new BitSet(new long[] {0x0400000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__0__Impl_in_rule__XArtifactType__Group_3_2__05709 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__1_in_rule__XArtifactType__Group_3_2__05712 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_58_in_rule__XArtifactType__Group_3_2__0__Impl5740 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_3_2__1__Impl_in_rule__XArtifactType__Group_3_2__15771 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_1_in_rule__XArtifactType__Group_3_2__1__Impl5798 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_5__0__Impl_in_rule__XArtifactType__Group_5__05832 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_5__1_in_rule__XArtifactType__Group_5__05835 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_59_in_rule__XArtifactType__Group_5__0__Impl5863 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__Group_5__1__Impl_in_rule__XArtifactType__Group_5__15894 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactType__TypeGuidAssignment_5_1_in_rule__XArtifactType__Group_5__1__Impl5921 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__0__Impl_in_rule__XAttributeTypeRef__Group__05955 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__1_in_rule__XAttributeTypeRef__Group__05958 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_60_in_rule__XAttributeTypeRef__Group__0__Impl5986 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__1__Impl_in_rule__XAttributeTypeRef__Group__16017 =
- new BitSet(new long[] {0x0000200000000000L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__2_in_rule__XAttributeTypeRef__Group__16020 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_1_in_rule__XAttributeTypeRef__Group__1__Impl6047 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group__2__Impl_in_rule__XAttributeTypeRef__Group__26077 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__0_in_rule__XAttributeTypeRef__Group__2__Impl6104 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__0__Impl_in_rule__XAttributeTypeRef__Group_2__06141 =
- new BitSet(new long[] {0x0000000000000010L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__1_in_rule__XAttributeTypeRef__Group_2__06144 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_45_in_rule__XAttributeTypeRef__Group_2__0__Impl6172 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__Group_2__1__Impl_in_rule__XAttributeTypeRef__Group_2__16203 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeTypeRef__BranchUuidAssignment_2_1_in_rule__XAttributeTypeRef__Group_2__1__Impl6230 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__0__Impl_in_rule__XAttributeType__Group__06264 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__1_in_rule__XAttributeType__Group__06267 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_61_in_rule__XAttributeType__Group__0__Impl6295 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__1__Impl_in_rule__XAttributeType__Group__16326 =
- new BitSet(new long[] {0x0200000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__2_in_rule__XAttributeType__Group__16329 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__NameAssignment_1_in_rule__XAttributeType__Group__1__Impl6356 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__2__Impl_in_rule__XAttributeType__Group__26386 =
- new BitSet(new long[] {0x0040000000000000L, 0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__3_in_rule__XAttributeType__Group__26389 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_2__0_in_rule__XAttributeType__Group__2__Impl6416 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__3__Impl_in_rule__XAttributeType__Group__36446 =
- new BitSet(new long[] {0x0040000000000000L, 0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__4_in_rule__XAttributeType__Group__36449 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_3__0_in_rule__XAttributeType__Group__3__Impl6476 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__4__Impl_in_rule__XAttributeType__Group__46507 =
- new BitSet(new long[] {0x0880000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__5_in_rule__XAttributeType__Group__46510 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__XAttributeType__Group__4__Impl6538 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__5__Impl_in_rule__XAttributeType__Group__56569 =
- new BitSet(new long[] {0x0880000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__6_in_rule__XAttributeType__Group__56572 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_5__0_in_rule__XAttributeType__Group__5__Impl6599 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__6__Impl_in_rule__XAttributeType__Group__66630 =
- new BitSet(new long[] {0x0000000000000080L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__7_in_rule__XAttributeType__Group__66633 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_55_in_rule__XAttributeType__Group__6__Impl6661 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__7__Impl_in_rule__XAttributeType__Group__76692 =
- new BitSet(new long[] {0x4000000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__8_in_rule__XAttributeType__Group__76695 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UuidAssignment_7_in_rule__XAttributeType__Group__7__Impl6722 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__8__Impl_in_rule__XAttributeType__Group__86752 =
- new BitSet(new long[] {0x000000000000C020L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__9_in_rule__XAttributeType__Group__86755 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_62_in_rule__XAttributeType__Group__8__Impl6783 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__9__Impl_in_rule__XAttributeType__Group__96814 =
- new BitSet(new long[] {0x8000000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__10_in_rule__XAttributeType__Group__96817 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__DataProviderAssignment_9_in_rule__XAttributeType__Group__9__Impl6844 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__10__Impl_in_rule__XAttributeType__Group__106874 =
- new BitSet(new long[] {0x0000000000000010L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__11_in_rule__XAttributeType__Group__106877 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_63_in_rule__XAttributeType__Group__10__Impl6905 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__11__Impl_in_rule__XAttributeType__Group__116936 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000000000001L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__12_in_rule__XAttributeType__Group__116939 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__MinAssignment_11_in_rule__XAttributeType__Group__11__Impl6966 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__12__Impl_in_rule__XAttributeType__Group__126996 =
- new BitSet(new long[] {0x0000000000010010L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__13_in_rule__XAttributeType__Group__126999 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_64_in_rule__XAttributeType__Group__12__Impl7027 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__13__Impl_in_rule__XAttributeType__Group__137058 =
- new BitSet(new long[] {0x0000000000000000L, 0x00000000000000FCL});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__14_in_rule__XAttributeType__Group__137061 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__MaxAssignment_13_in_rule__XAttributeType__Group__13__Impl7088 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__14__Impl_in_rule__XAttributeType__Group__147118 =
- new BitSet(new long[] {0x0100000000000000L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__15_in_rule__XAttributeType__Group__147121 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14_in_rule__XAttributeType__Group__14__Impl7148 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group__15__Impl_in_rule__XAttributeType__Group__157178 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XAttributeType__Group__15__Impl7206 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_2__0__Impl_in_rule__XAttributeType__Group_2__07269 =
- new BitSet(new long[] {0x000000007FFCC020L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_2__1_in_rule__XAttributeType__Group_2__07272 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_57_in_rule__XAttributeType__Group_2__0__Impl7300 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_2__1__Impl_in_rule__XAttributeType__Group_2__17331 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__BaseAttributeTypeAssignment_2_1_in_rule__XAttributeType__Group_2__1__Impl7358 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_3__0__Impl_in_rule__XAttributeType__Group_3__07392 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_3__1_in_rule__XAttributeType__Group_3__07395 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_65_in_rule__XAttributeType__Group_3__0__Impl7423 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_3__1__Impl_in_rule__XAttributeType__Group_3__17454 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__OverrideAssignment_3_1_in_rule__XAttributeType__Group_3__1__Impl7481 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_5__0__Impl_in_rule__XAttributeType__Group_5__07515 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_5__1_in_rule__XAttributeType__Group_5__07518 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_59_in_rule__XAttributeType__Group_5__0__Impl7546 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_5__1__Impl_in_rule__XAttributeType__Group_5__17577 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__TypeGuidAssignment_5_1_in_rule__XAttributeType__Group_5__1__Impl7604 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_0__0__Impl_in_rule__XAttributeType__Group_14_0__07638 =
- new BitSet(new long[] {0x000000000002C020L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_0__1_in_rule__XAttributeType__Group_14_0__07641 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_66_in_rule__XAttributeType__Group_14_0__0__Impl7669 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_0__1__Impl_in_rule__XAttributeType__Group_14_0__17700 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__TaggerIdAssignment_14_0_1_in_rule__XAttributeType__Group_14_0__1__Impl7727 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_1__0__Impl_in_rule__XAttributeType__Group_14_1__07761 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_1__1_in_rule__XAttributeType__Group_14_1__07764 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_67_in_rule__XAttributeType__Group_14_1__0__Impl7792 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_1__1__Impl_in_rule__XAttributeType__Group_14_1__17823 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__EnumTypeAssignment_14_1_1_in_rule__XAttributeType__Group_14_1__1__Impl7850 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_2__0__Impl_in_rule__XAttributeType__Group_14_2__07884 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_2__1_in_rule__XAttributeType__Group_14_2__07887 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_68_in_rule__XAttributeType__Group_14_2__0__Impl7915 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_2__1__Impl_in_rule__XAttributeType__Group_14_2__17946 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__DescriptionAssignment_14_2_1_in_rule__XAttributeType__Group_14_2__1__Impl7973 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_3__0__Impl_in_rule__XAttributeType__Group_14_3__08007 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_3__1_in_rule__XAttributeType__Group_14_3__08010 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_69_in_rule__XAttributeType__Group_14_3__0__Impl8038 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_3__1__Impl_in_rule__XAttributeType__Group_14_3__18069 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__DefaultValueAssignment_14_3_1_in_rule__XAttributeType__Group_14_3__1__Impl8096 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_4__0__Impl_in_rule__XAttributeType__Group_14_4__08130 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_4__1_in_rule__XAttributeType__Group_14_4__08133 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_70_in_rule__XAttributeType__Group_14_4__0__Impl8161 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_4__1__Impl_in_rule__XAttributeType__Group_14_4__18192 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__FileExtensionAssignment_14_4_1_in_rule__XAttributeType__Group_14_4__1__Impl8219 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_5__0__Impl_in_rule__XAttributeType__Group_14_5__08253 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_5__1_in_rule__XAttributeType__Group_14_5__08256 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_71_in_rule__XAttributeType__Group_14_5__0__Impl8284 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_5__1__Impl_in_rule__XAttributeType__Group_14_5__18315 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__MediaTypeAssignment_14_5_1_in_rule__XAttributeType__Group_14_5__1__Impl8342 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__0__Impl_in_rule__XOseeEnumType__Group__08376 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__1_in_rule__XOseeEnumType__Group__08379 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_72_in_rule__XOseeEnumType__Group__0__Impl8407 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__1__Impl_in_rule__XOseeEnumType__Group__18438 =
- new BitSet(new long[] {0x0040000000000000L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__2_in_rule__XOseeEnumType__Group__18441 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__NameAssignment_1_in_rule__XOseeEnumType__Group__1__Impl8468 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__2__Impl_in_rule__XOseeEnumType__Group__28498 =
- new BitSet(new long[] {0x0880000000000000L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__3_in_rule__XOseeEnumType__Group__28501 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__XOseeEnumType__Group__2__Impl8529 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__3__Impl_in_rule__XOseeEnumType__Group__38560 =
- new BitSet(new long[] {0x0880000000000000L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__4_in_rule__XOseeEnumType__Group__38563 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__0_in_rule__XOseeEnumType__Group__3__Impl8590 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__4__Impl_in_rule__XOseeEnumType__Group__48621 =
- new BitSet(new long[] {0x0000000000000080L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__5_in_rule__XOseeEnumType__Group__48624 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_55_in_rule__XOseeEnumType__Group__4__Impl8652 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__5__Impl_in_rule__XOseeEnumType__Group__58683 =
- new BitSet(new long[] {0x0100000000000000L, 0x0000000000000200L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__6_in_rule__XOseeEnumType__Group__58686 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__UuidAssignment_5_in_rule__XOseeEnumType__Group__5__Impl8713 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__6__Impl_in_rule__XOseeEnumType__Group__68743 =
- new BitSet(new long[] {0x0100000000000000L, 0x0000000000000200L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__7_in_rule__XOseeEnumType__Group__68746 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__EnumEntriesAssignment_6_in_rule__XOseeEnumType__Group__6__Impl8773 =
- new BitSet(new long[] {0x0000000000000002L, 0x0000000000000200L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group__7__Impl_in_rule__XOseeEnumType__Group__78804 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XOseeEnumType__Group__7__Impl8832 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__0__Impl_in_rule__XOseeEnumType__Group_3__08879 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__1_in_rule__XOseeEnumType__Group_3__08882 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_59_in_rule__XOseeEnumType__Group_3__0__Impl8910 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__Group_3__1__Impl_in_rule__XOseeEnumType__Group_3__18941 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumType__TypeGuidAssignment_3_1_in_rule__XOseeEnumType__Group_3__1__Impl8968 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__0__Impl_in_rule__XOseeEnumEntry__Group__09002 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__1_in_rule__XOseeEnumEntry__Group__09005 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_73_in_rule__XOseeEnumEntry__Group__0__Impl9033 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__1__Impl_in_rule__XOseeEnumEntry__Group__19064 =
- new BitSet(new long[] {0x0000000000000010L, 0x0000000000000410L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__2_in_rule__XOseeEnumEntry__Group__19067 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__NameAssignment_1_in_rule__XOseeEnumEntry__Group__1__Impl9094 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__2__Impl_in_rule__XOseeEnumEntry__Group__29124 =
- new BitSet(new long[] {0x0000000000000010L, 0x0000000000000410L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__3_in_rule__XOseeEnumEntry__Group__29127 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__OrdinalAssignment_2_in_rule__XOseeEnumEntry__Group__2__Impl9154 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__3__Impl_in_rule__XOseeEnumEntry__Group__39185 =
- new BitSet(new long[] {0x0000000000000010L, 0x0000000000000410L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__4_in_rule__XOseeEnumEntry__Group__39188 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__0_in_rule__XOseeEnumEntry__Group__3__Impl9215 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group__4__Impl_in_rule__XOseeEnumEntry__Group__49246 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_4__0_in_rule__XOseeEnumEntry__Group__4__Impl9273 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__0__Impl_in_rule__XOseeEnumEntry__Group_3__09314 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__1_in_rule__XOseeEnumEntry__Group_3__09317 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_74_in_rule__XOseeEnumEntry__Group_3__0__Impl9345 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_3__1__Impl_in_rule__XOseeEnumEntry__Group_3__19376 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__EntryGuidAssignment_3_1_in_rule__XOseeEnumEntry__Group_3__1__Impl9403 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_4__0__Impl_in_rule__XOseeEnumEntry__Group_4__09437 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_4__1_in_rule__XOseeEnumEntry__Group_4__09440 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_68_in_rule__XOseeEnumEntry__Group_4__0__Impl9468 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__Group_4__1__Impl_in_rule__XOseeEnumEntry__Group_4__19499 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumEntry__DescriptionAssignment_4_1_in_rule__XOseeEnumEntry__Group_4__1__Impl9526 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__0__Impl_in_rule__XOseeEnumOverride__Group__09560 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__1_in_rule__XOseeEnumOverride__Group__09563 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_75_in_rule__XOseeEnumOverride__Group__0__Impl9591 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__1__Impl_in_rule__XOseeEnumOverride__Group__19622 =
- new BitSet(new long[] {0x0040000000000000L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__2_in_rule__XOseeEnumOverride__Group__19625 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_1_in_rule__XOseeEnumOverride__Group__1__Impl9652 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__2__Impl_in_rule__XOseeEnumOverride__Group__29682 =
- new BitSet(new long[] {0x0100000000000000L, 0x0000000800003000L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__3_in_rule__XOseeEnumOverride__Group__29685 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__XOseeEnumOverride__Group__2__Impl9713 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__3__Impl_in_rule__XOseeEnumOverride__Group__39744 =
- new BitSet(new long[] {0x0100000000000000L, 0x0000000800003000L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__4_in_rule__XOseeEnumOverride__Group__39747 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__InheritAllAssignment_3_in_rule__XOseeEnumOverride__Group__3__Impl9774 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__4__Impl_in_rule__XOseeEnumOverride__Group__49805 =
- new BitSet(new long[] {0x0100000000000000L, 0x0000000800003000L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__5_in_rule__XOseeEnumOverride__Group__49808 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__OverrideOptionsAssignment_4_in_rule__XOseeEnumOverride__Group__4__Impl9835 =
- new BitSet(new long[] {0x0000000000000002L, 0x0000000000003000L});
- public static final BitSet FOLLOW_rule__XOseeEnumOverride__Group__5__Impl_in_rule__XOseeEnumOverride__Group__59866 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XOseeEnumOverride__Group__5__Impl9894 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__0__Impl_in_rule__AddEnum__Group__09937 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__1_in_rule__AddEnum__Group__09940 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_76_in_rule__AddEnum__Group__0__Impl9968 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__1__Impl_in_rule__AddEnum__Group__19999 =
- new BitSet(new long[] {0x0000000000000010L, 0x0000000000000410L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__2_in_rule__AddEnum__Group__110002 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__EnumEntryAssignment_1_in_rule__AddEnum__Group__1__Impl10029 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__2__Impl_in_rule__AddEnum__Group__210059 =
- new BitSet(new long[] {0x0000000000000010L, 0x0000000000000410L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__3_in_rule__AddEnum__Group__210062 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__OrdinalAssignment_2_in_rule__AddEnum__Group__2__Impl10089 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__3__Impl_in_rule__AddEnum__Group__310120 =
- new BitSet(new long[] {0x0000000000000010L, 0x0000000000000410L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__4_in_rule__AddEnum__Group__310123 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_3__0_in_rule__AddEnum__Group__3__Impl10150 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group__4__Impl_in_rule__AddEnum__Group__410181 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_4__0_in_rule__AddEnum__Group__4__Impl10208 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_3__0__Impl_in_rule__AddEnum__Group_3__010249 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_3__1_in_rule__AddEnum__Group_3__010252 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_74_in_rule__AddEnum__Group_3__0__Impl10280 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_3__1__Impl_in_rule__AddEnum__Group_3__110311 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__EntryGuidAssignment_3_1_in_rule__AddEnum__Group_3__1__Impl10338 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_4__0__Impl_in_rule__AddEnum__Group_4__010372 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_4__1_in_rule__AddEnum__Group_4__010375 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_68_in_rule__AddEnum__Group_4__0__Impl10403 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__Group_4__1__Impl_in_rule__AddEnum__Group_4__110434 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddEnum__DescriptionAssignment_4_1_in_rule__AddEnum__Group_4__1__Impl10461 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveEnum__Group__0__Impl_in_rule__RemoveEnum__Group__010495 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__RemoveEnum__Group__1_in_rule__RemoveEnum__Group__010498 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_77_in_rule__RemoveEnum__Group__0__Impl10526 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveEnum__Group__1__Impl_in_rule__RemoveEnum__Group__110557 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveEnum__EnumEntryAssignment_1_in_rule__RemoveEnum__Group__1__Impl10584 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__0__Impl_in_rule__XOseeArtifactTypeOverride__Group__010618 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__1_in_rule__XOseeArtifactTypeOverride__Group__010621 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_78_in_rule__XOseeArtifactTypeOverride__Group__0__Impl10649 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__1__Impl_in_rule__XOseeArtifactTypeOverride__Group__110680 =
- new BitSet(new long[] {0x0040000000000000L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__2_in_rule__XOseeArtifactTypeOverride__Group__110683 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_1_in_rule__XOseeArtifactTypeOverride__Group__1__Impl10710 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__2__Impl_in_rule__XOseeArtifactTypeOverride__Group__210740 =
- new BitSet(new long[] {0x0000000000000000L, 0x000000080000B000L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__3_in_rule__XOseeArtifactTypeOverride__Group__210743 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__XOseeArtifactTypeOverride__Group__2__Impl10771 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__3__Impl_in_rule__XOseeArtifactTypeOverride__Group__310802 =
- new BitSet(new long[] {0x0000000000000000L, 0x000000080000B000L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__4_in_rule__XOseeArtifactTypeOverride__Group__310805 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__InheritAllAssignment_3_in_rule__XOseeArtifactTypeOverride__Group__3__Impl10832 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__4__Impl_in_rule__XOseeArtifactTypeOverride__Group__410863 =
- new BitSet(new long[] {0x0100000000000000L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__5_in_rule__XOseeArtifactTypeOverride__Group__410866 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4_in_rule__XOseeArtifactTypeOverride__Group__4__Impl10895 =
- new BitSet(new long[] {0x0000000000000002L, 0x000000080000B000L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_4_in_rule__XOseeArtifactTypeOverride__Group__4__Impl10907 =
- new BitSet(new long[] {0x0000000000000002L, 0x000000080000B000L});
- public static final BitSet FOLLOW_rule__XOseeArtifactTypeOverride__Group__5__Impl_in_rule__XOseeArtifactTypeOverride__Group__510940 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XOseeArtifactTypeOverride__Group__5__Impl10968 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddAttribute__Group__0__Impl_in_rule__AddAttribute__Group__011011 =
- new BitSet(new long[] {0x1000000000000000L});
- public static final BitSet FOLLOW_rule__AddAttribute__Group__1_in_rule__AddAttribute__Group__011014 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_76_in_rule__AddAttribute__Group__0__Impl11042 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddAttribute__Group__1__Impl_in_rule__AddAttribute__Group__111073 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AddAttribute__AttributeAssignment_1_in_rule__AddAttribute__Group__1__Impl11100 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveAttribute__Group__0__Impl_in_rule__RemoveAttribute__Group__011134 =
- new BitSet(new long[] {0x1000000000000000L});
- public static final BitSet FOLLOW_rule__RemoveAttribute__Group__1_in_rule__RemoveAttribute__Group__011137 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_77_in_rule__RemoveAttribute__Group__0__Impl11165 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveAttribute__Group__1__Impl_in_rule__RemoveAttribute__Group__111196 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__RemoveAttribute__Group__2_in_rule__RemoveAttribute__Group__111199 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_60_in_rule__RemoveAttribute__Group__1__Impl11227 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveAttribute__Group__2__Impl_in_rule__RemoveAttribute__Group__211258 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RemoveAttribute__AttributeAssignment_2_in_rule__RemoveAttribute__Group__2__Impl11285 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__UpdateAttribute__Group__0__Impl_in_rule__UpdateAttribute__Group__011321 =
- new BitSet(new long[] {0x1000000000000000L});
- public static final BitSet FOLLOW_rule__UpdateAttribute__Group__1_in_rule__UpdateAttribute__Group__011324 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_79_in_rule__UpdateAttribute__Group__0__Impl11352 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__UpdateAttribute__Group__1__Impl_in_rule__UpdateAttribute__Group__111383 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__UpdateAttribute__AttributeAssignment_1_in_rule__UpdateAttribute__Group__1__Impl11410 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__0__Impl_in_rule__XRelationType__Group__011444 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__1_in_rule__XRelationType__Group__011447 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_80_in_rule__XRelationType__Group__0__Impl11475 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__1__Impl_in_rule__XRelationType__Group__111506 =
- new BitSet(new long[] {0x0040000000000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__2_in_rule__XRelationType__Group__111509 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__NameAssignment_1_in_rule__XRelationType__Group__1__Impl11536 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__2__Impl_in_rule__XRelationType__Group__211566 =
- new BitSet(new long[] {0x0880000000000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__3_in_rule__XRelationType__Group__211569 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__XRelationType__Group__2__Impl11597 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__3__Impl_in_rule__XRelationType__Group__311628 =
- new BitSet(new long[] {0x0880000000000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__4_in_rule__XRelationType__Group__311631 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group_3__0_in_rule__XRelationType__Group__3__Impl11658 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__4__Impl_in_rule__XRelationType__Group__411689 =
- new BitSet(new long[] {0x0000000000000080L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__5_in_rule__XRelationType__Group__411692 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_55_in_rule__XRelationType__Group__4__Impl11720 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__5__Impl_in_rule__XRelationType__Group__511751 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000000020000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__6_in_rule__XRelationType__Group__511754 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__UuidAssignment_5_in_rule__XRelationType__Group__5__Impl11781 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__6__Impl_in_rule__XRelationType__Group__611811 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__7_in_rule__XRelationType__Group__611814 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_81_in_rule__XRelationType__Group__6__Impl11842 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__7__Impl_in_rule__XRelationType__Group__711873 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000000040000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__8_in_rule__XRelationType__Group__711876 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__SideANameAssignment_7_in_rule__XRelationType__Group__7__Impl11903 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__8__Impl_in_rule__XRelationType__Group__811933 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__9_in_rule__XRelationType__Group__811936 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_82_in_rule__XRelationType__Group__8__Impl11964 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__9__Impl_in_rule__XRelationType__Group__911995 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000000080000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__10_in_rule__XRelationType__Group__911998 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__SideAArtifactTypeAssignment_9_in_rule__XRelationType__Group__9__Impl12025 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__10__Impl_in_rule__XRelationType__Group__1012055 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__11_in_rule__XRelationType__Group__1012058 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_83_in_rule__XRelationType__Group__10__Impl12086 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__11__Impl_in_rule__XRelationType__Group__1112117 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000000100000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__12_in_rule__XRelationType__Group__1112120 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__SideBNameAssignment_11_in_rule__XRelationType__Group__11__Impl12147 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__12__Impl_in_rule__XRelationType__Group__1212177 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__13_in_rule__XRelationType__Group__1212180 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_84_in_rule__XRelationType__Group__12__Impl12208 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__13__Impl_in_rule__XRelationType__Group__1312239 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000000200000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__14_in_rule__XRelationType__Group__1312242 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__SideBArtifactTypeAssignment_13_in_rule__XRelationType__Group__13__Impl12269 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__14__Impl_in_rule__XRelationType__Group__1412299 =
- new BitSet(new long[] {0x0000000380000020L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__15_in_rule__XRelationType__Group__1412302 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_85_in_rule__XRelationType__Group__14__Impl12330 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__15__Impl_in_rule__XRelationType__Group__1512361 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000000400000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__16_in_rule__XRelationType__Group__1512364 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__DefaultOrderTypeAssignment_15_in_rule__XRelationType__Group__15__Impl12391 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__16__Impl_in_rule__XRelationType__Group__1612421 =
- new BitSet(new long[] {0x0000003C00000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__17_in_rule__XRelationType__Group__1612424 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_86_in_rule__XRelationType__Group__16__Impl12452 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__17__Impl_in_rule__XRelationType__Group__1712483 =
- new BitSet(new long[] {0x0100000000000000L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__18_in_rule__XRelationType__Group__1712486 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__MultiplicityAssignment_17_in_rule__XRelationType__Group__17__Impl12513 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group__18__Impl_in_rule__XRelationType__Group__1812543 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__XRelationType__Group__18__Impl12571 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group_3__0__Impl_in_rule__XRelationType__Group_3__012640 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XRelationType__Group_3__1_in_rule__XRelationType__Group_3__012643 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_59_in_rule__XRelationType__Group_3__0__Impl12671 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__Group_3__1__Impl_in_rule__XRelationType__Group_3__112702 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XRelationType__TypeGuidAssignment_3_1_in_rule__XRelationType__Group_3__1__Impl12729 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__0__Impl_in_rule__SimpleCondition__Group__012763 =
- new BitSet(new long[] {0x000000C000000000L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__1_in_rule__SimpleCondition__Group__012766 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__FieldAssignment_0_in_rule__SimpleCondition__Group__0__Impl12793 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__1__Impl_in_rule__SimpleCondition__Group__112823 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__2_in_rule__SimpleCondition__Group__112826 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__OpAssignment_1_in_rule__SimpleCondition__Group__1__Impl12853 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__Group__2__Impl_in_rule__SimpleCondition__Group__212883 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleCondition__ExpressionAssignment_2_in_rule__SimpleCondition__Group__2__Impl12910 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__0__Impl_in_rule__CompoundCondition__Group__012946 =
- new BitSet(new long[] {0x00003C0000000000L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__1_in_rule__CompoundCondition__Group__012949 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_87_in_rule__CompoundCondition__Group__0__Impl12977 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__1__Impl_in_rule__CompoundCondition__Group__113008 =
- new BitSet(new long[] {0x0000030000000000L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__2_in_rule__CompoundCondition__Group__113011 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__ConditionsAssignment_1_in_rule__CompoundCondition__Group__1__Impl13038 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__2__Impl_in_rule__CompoundCondition__Group__213068 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000001000000L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__3_in_rule__CompoundCondition__Group__213071 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl13100 =
- new BitSet(new long[] {0x0000030000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__0_in_rule__CompoundCondition__Group__2__Impl13112 =
- new BitSet(new long[] {0x0000030000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group__3__Impl_in_rule__CompoundCondition__Group__313145 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_88_in_rule__CompoundCondition__Group__3__Impl13173 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__0__Impl_in_rule__CompoundCondition__Group_2__013212 =
- new BitSet(new long[] {0x00003C0000000000L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__1_in_rule__CompoundCondition__Group_2__013215 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__OperatorsAssignment_2_0_in_rule__CompoundCondition__Group_2__0__Impl13242 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__Group_2__1__Impl_in_rule__CompoundCondition__Group_2__113272 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__CompoundCondition__ConditionsAssignment_2_1_in_rule__CompoundCondition__Group_2__1__Impl13299 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__0__Impl_in_rule__XArtifactMatcher__Group__013333 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__1_in_rule__XArtifactMatcher__Group__013336 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_89_in_rule__XArtifactMatcher__Group__0__Impl13364 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__1__Impl_in_rule__XArtifactMatcher__Group__113395 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000004000000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__2_in_rule__XArtifactMatcher__Group__113398 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__NameAssignment_1_in_rule__XArtifactMatcher__Group__1__Impl13425 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__2__Impl_in_rule__XArtifactMatcher__Group__213455 =
- new BitSet(new long[] {0x00003C0000000000L, 0x0000000000800000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__3_in_rule__XArtifactMatcher__Group__213458 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_90_in_rule__XArtifactMatcher__Group__2__Impl13486 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__3__Impl_in_rule__XArtifactMatcher__Group__313517 =
- new BitSet(new long[] {0x0000030000000000L, 0x0000000008000000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__4_in_rule__XArtifactMatcher__Group__313520 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_3_in_rule__XArtifactMatcher__Group__3__Impl13547 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__4__Impl_in_rule__XArtifactMatcher__Group__413577 =
- new BitSet(new long[] {0x0000030000000000L, 0x0000000008000000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__5_in_rule__XArtifactMatcher__Group__413580 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__0_in_rule__XArtifactMatcher__Group__4__Impl13607 =
- new BitSet(new long[] {0x0000030000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group__5__Impl_in_rule__XArtifactMatcher__Group__513638 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_91_in_rule__XArtifactMatcher__Group__5__Impl13666 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__0__Impl_in_rule__XArtifactMatcher__Group_4__013709 =
- new BitSet(new long[] {0x00003C0000000000L, 0x0000000000800000L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__1_in_rule__XArtifactMatcher__Group_4__013712 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__OperatorsAssignment_4_0_in_rule__XArtifactMatcher__Group_4__0__Impl13739 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__Group_4__1__Impl_in_rule__XArtifactMatcher__Group_4__113769 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XArtifactMatcher__ConditionsAssignment_4_1_in_rule__XArtifactMatcher__Group_4__1__Impl13796 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Group__0__Impl_in_rule__Role__Group__013830 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__Role__Group__1_in_rule__Role__Group__013833 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_92_in_rule__Role__Group__0__Impl13861 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Group__1__Impl_in_rule__Role__Group__113892 =
- new BitSet(new long[] {0x0240000000000000L});
- public static final BitSet FOLLOW_rule__Role__Group__2_in_rule__Role__Group__113895 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__NameAssignment_1_in_rule__Role__Group__1__Impl13922 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Group__2__Impl_in_rule__Role__Group__213952 =
- new BitSet(new long[] {0x0240000000000000L});
- public static final BitSet FOLLOW_rule__Role__Group__3_in_rule__Role__Group__213955 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Group_2__0_in_rule__Role__Group__2__Impl13982 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Group__3__Impl_in_rule__Role__Group__314013 =
- new BitSet(new long[] {0x0800000000000000L, 0x0000000020000000L});
- public static final BitSet FOLLOW_rule__Role__Group__4_in_rule__Role__Group__314016 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__Role__Group__3__Impl14044 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Group__4__Impl_in_rule__Role__Group__414075 =
- new BitSet(new long[] {0x0100000000000000L});
- public static final BitSet FOLLOW_rule__Role__Group__5_in_rule__Role__Group__414078 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Alternatives_4_in_rule__Role__Group__4__Impl14107 =
- new BitSet(new long[] {0x0800000000000002L, 0x0000000020000000L});
- public static final BitSet FOLLOW_rule__Role__Alternatives_4_in_rule__Role__Group__4__Impl14119 =
- new BitSet(new long[] {0x0800000000000002L, 0x0000000020000000L});
- public static final BitSet FOLLOW_rule__Role__Group__5__Impl_in_rule__Role__Group__514152 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__Role__Group__5__Impl14180 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Group_2__0__Impl_in_rule__Role__Group_2__014223 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__Role__Group_2__1_in_rule__Role__Group_2__014226 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_57_in_rule__Role__Group_2__0__Impl14254 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__Group_2__1__Impl_in_rule__Role__Group_2__114285 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Role__SuperRolesAssignment_2_1_in_rule__Role__Group_2__1__Impl14312 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ReferencedContext__Group__0__Impl_in_rule__ReferencedContext__Group__014346 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__ReferencedContext__Group__1_in_rule__ReferencedContext__Group__014349 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_93_in_rule__ReferencedContext__Group__0__Impl14377 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ReferencedContext__Group__1__Impl_in_rule__ReferencedContext__Group__114408 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000008000000L});
- public static final BitSet FOLLOW_rule__ReferencedContext__Group__2_in_rule__ReferencedContext__Group__114411 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ReferencedContext__AccessContextRefAssignment_1_in_rule__ReferencedContext__Group__1__Impl14438 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ReferencedContext__Group__2__Impl_in_rule__ReferencedContext__Group__214468 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_91_in_rule__ReferencedContext__Group__2__Impl14496 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__UsersAndGroups__Group__0__Impl_in_rule__UsersAndGroups__Group__014533 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__UsersAndGroups__Group__1_in_rule__UsersAndGroups__Group__014536 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_59_in_rule__UsersAndGroups__Group__0__Impl14564 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__UsersAndGroups__Group__1__Impl_in_rule__UsersAndGroups__Group__114595 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000008000000L});
- public static final BitSet FOLLOW_rule__UsersAndGroups__Group__2_in_rule__UsersAndGroups__Group__114598 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__UsersAndGroups__UserOrGroupGuidAssignment_1_in_rule__UsersAndGroups__Group__1__Impl14625 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__UsersAndGroups__Group__2__Impl_in_rule__UsersAndGroups__Group__214655 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_91_in_rule__UsersAndGroups__Group__2__Impl14683 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__0__Impl_in_rule__AccessContext__Group__014720 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__1_in_rule__AccessContext__Group__014723 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_93_in_rule__AccessContext__Group__0__Impl14751 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__1__Impl_in_rule__AccessContext__Group__114782 =
- new BitSet(new long[] {0x0240000000000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__2_in_rule__AccessContext__Group__114785 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__NameAssignment_1_in_rule__AccessContext__Group__1__Impl14812 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__2__Impl_in_rule__AccessContext__Group__214842 =
- new BitSet(new long[] {0x0240000000000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__3_in_rule__AccessContext__Group__214845 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group_2__0_in_rule__AccessContext__Group__2__Impl14872 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__3__Impl_in_rule__AccessContext__Group__314903 =
- new BitSet(new long[] {0x0800000000000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__4_in_rule__AccessContext__Group__314906 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__AccessContext__Group__3__Impl14934 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__4__Impl_in_rule__AccessContext__Group__414965 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__5_in_rule__AccessContext__Group__414968 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_59_in_rule__AccessContext__Group__4__Impl14996 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__5__Impl_in_rule__AccessContext__Group__515027 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000008000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__6_in_rule__AccessContext__Group__515030 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__GuidAssignment_5_in_rule__AccessContext__Group__5__Impl15057 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__6__Impl_in_rule__AccessContext__Group__615087 =
- new BitSet(new long[] {0x0000C00000000000L, 0x0000000040000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__7_in_rule__AccessContext__Group__615090 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_91_in_rule__AccessContext__Group__6__Impl15118 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__7__Impl_in_rule__AccessContext__Group__715149 =
- new BitSet(new long[] {0x0100000000000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__8_in_rule__AccessContext__Group__715152 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl15181 =
- new BitSet(new long[] {0x0000C00000000002L, 0x0000000040000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Alternatives_7_in_rule__AccessContext__Group__7__Impl15193 =
- new BitSet(new long[] {0x0000C00000000002L, 0x0000000040000000L});
- public static final BitSet FOLLOW_rule__AccessContext__Group__8__Impl_in_rule__AccessContext__Group__815226 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__AccessContext__Group__8__Impl15254 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group_2__0__Impl_in_rule__AccessContext__Group_2__015303 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AccessContext__Group_2__1_in_rule__AccessContext__Group_2__015306 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_57_in_rule__AccessContext__Group_2__0__Impl15334 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__Group_2__1__Impl_in_rule__AccessContext__Group_2__115365 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AccessContext__SuperAccessContextsAssignment_2_1_in_rule__AccessContext__Group_2__1__Impl15392 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__0__Impl_in_rule__HierarchyRestriction__Group__015426 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__1_in_rule__HierarchyRestriction__Group__015429 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_94_in_rule__HierarchyRestriction__Group__0__Impl15457 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__1__Impl_in_rule__HierarchyRestriction__Group__115488 =
- new BitSet(new long[] {0x0040000000000000L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__2_in_rule__HierarchyRestriction__Group__115491 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_1_in_rule__HierarchyRestriction__Group__1__Impl15518 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__2__Impl_in_rule__HierarchyRestriction__Group__215548 =
- new BitSet(new long[] {0x0000C00000000000L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__3_in_rule__HierarchyRestriction__Group__215551 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__HierarchyRestriction__Group__2__Impl15579 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__3__Impl_in_rule__HierarchyRestriction__Group__315610 =
- new BitSet(new long[] {0x0100000000000000L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__4_in_rule__HierarchyRestriction__Group__315613 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl15642 =
- new BitSet(new long[] {0x0000C00000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__AccessRulesAssignment_3_in_rule__HierarchyRestriction__Group__3__Impl15654 =
- new BitSet(new long[] {0x0000C00000000002L});
- public static final BitSet FOLLOW_rule__HierarchyRestriction__Group__4__Impl_in_rule__HierarchyRestriction__Group__415687 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__HierarchyRestriction__Group__4__Impl15715 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__0__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__015756 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1_in_rule__RelationTypeArtifactTypePredicate__Group__015759 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__RelationTypeArtifactTypePredicate__Group__0__Impl15787 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__Group__1__Impl_in_rule__RelationTypeArtifactTypePredicate__Group__115818 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_1_in_rule__RelationTypeArtifactTypePredicate__Group__1__Impl15845 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__0__Impl_in_rule__RelationTypeArtifactPredicate__Group__015879 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__1_in_rule__RelationTypeArtifactPredicate__Group__015882 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_95_in_rule__RelationTypeArtifactPredicate__Group__0__Impl15910 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__Group__1__Impl_in_rule__RelationTypeArtifactPredicate__Group__115941 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_1_in_rule__RelationTypeArtifactPredicate__Group__1__Impl15968 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__0__Impl_in_rule__ArtifactMatchRestriction__Group__016002 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000100000000L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__1_in_rule__ArtifactMatchRestriction__Group__016005 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__PermissionAssignment_0_in_rule__ArtifactMatchRestriction__Group__0__Impl16032 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__1__Impl_in_rule__ArtifactMatchRestriction__Group__116062 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000080000000L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__2_in_rule__ArtifactMatchRestriction__Group__116065 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_96_in_rule__ArtifactMatchRestriction__Group__1__Impl16093 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__2__Impl_in_rule__ArtifactMatchRestriction__Group__216124 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__3_in_rule__ArtifactMatchRestriction__Group__216127 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_95_in_rule__ArtifactMatchRestriction__Group__2__Impl16155 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__3__Impl_in_rule__ArtifactMatchRestriction__Group__316186 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000008000000L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__4_in_rule__ArtifactMatchRestriction__Group__316189 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_3_in_rule__ArtifactMatchRestriction__Group__3__Impl16216 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactMatchRestriction__Group__4__Impl_in_rule__ArtifactMatchRestriction__Group__416246 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_91_in_rule__ArtifactMatchRestriction__Group__4__Impl16274 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__0__Impl_in_rule__ArtifactTypeRestriction__Group__016315 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000100000000L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__1_in_rule__ArtifactTypeRestriction__Group__016318 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__PermissionAssignment_0_in_rule__ArtifactTypeRestriction__Group__0__Impl16345 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__1__Impl_in_rule__ArtifactTypeRestriction__Group__116375 =
- new BitSet(new long[] {0x0020000000000000L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__2_in_rule__ArtifactTypeRestriction__Group__116378 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_96_in_rule__ArtifactTypeRestriction__Group__1__Impl16406 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__2__Impl_in_rule__ArtifactTypeRestriction__Group__216437 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__3_in_rule__ArtifactTypeRestriction__Group__216440 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__ArtifactTypeRestriction__Group__2__Impl16468 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__3__Impl_in_rule__ArtifactTypeRestriction__Group__316499 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000008000000L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__4_in_rule__ArtifactTypeRestriction__Group__316502 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_3_in_rule__ArtifactTypeRestriction__Group__3__Impl16529 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ArtifactTypeRestriction__Group__4__Impl_in_rule__ArtifactTypeRestriction__Group__416559 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_91_in_rule__ArtifactTypeRestriction__Group__4__Impl16587 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__0__Impl_in_rule__AttributeTypeRestriction__Group__016628 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000100000000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__1_in_rule__AttributeTypeRestriction__Group__016631 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__PermissionAssignment_0_in_rule__AttributeTypeRestriction__Group__0__Impl16658 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__1__Impl_in_rule__AttributeTypeRestriction__Group__116688 =
- new BitSet(new long[] {0x2000000000000000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__2_in_rule__AttributeTypeRestriction__Group__116691 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_96_in_rule__AttributeTypeRestriction__Group__1__Impl16719 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__2__Impl_in_rule__AttributeTypeRestriction__Group__216750 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__3_in_rule__AttributeTypeRestriction__Group__216753 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_61_in_rule__AttributeTypeRestriction__Group__2__Impl16781 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__3__Impl_in_rule__AttributeTypeRestriction__Group__316812 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000208000000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__4_in_rule__AttributeTypeRestriction__Group__316815 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_3_in_rule__AttributeTypeRestriction__Group__3__Impl16842 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__4__Impl_in_rule__AttributeTypeRestriction__Group__416872 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000208000000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__5_in_rule__AttributeTypeRestriction__Group__416875 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__0_in_rule__AttributeTypeRestriction__Group__4__Impl16902 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group__5__Impl_in_rule__AttributeTypeRestriction__Group__516933 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_91_in_rule__AttributeTypeRestriction__Group__5__Impl16961 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__0__Impl_in_rule__AttributeTypeRestriction__Group_4__017004 =
- new BitSet(new long[] {0x0020000000000000L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__1_in_rule__AttributeTypeRestriction__Group_4__017007 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_97_in_rule__AttributeTypeRestriction__Group_4__0__Impl17035 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__1__Impl_in_rule__AttributeTypeRestriction__Group_4__117066 =
- new BitSet(new long[] {0x0000000000000040L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__2_in_rule__AttributeTypeRestriction__Group_4__117069 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__AttributeTypeRestriction__Group_4__1__Impl17097 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__Group_4__2__Impl_in_rule__AttributeTypeRestriction__Group_4__217128 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_2_in_rule__AttributeTypeRestriction__Group_4__2__Impl17155 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__0__Impl_in_rule__RelationTypeRestriction__Group__017193 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000100000000L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__1_in_rule__RelationTypeRestriction__Group__017196 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__PermissionAssignment_0_in_rule__RelationTypeRestriction__Group__0__Impl17223 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__1__Impl_in_rule__RelationTypeRestriction__Group__117253 =
- new BitSet(new long[] {0x0000000000000000L, 0x0000000000010000L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__2_in_rule__RelationTypeRestriction__Group__117256 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_96_in_rule__RelationTypeRestriction__Group__1__Impl17284 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__2__Impl_in_rule__RelationTypeRestriction__Group__217315 =
- new BitSet(new long[] {0x0000000000002040L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__3_in_rule__RelationTypeRestriction__Group__217318 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_80_in_rule__RelationTypeRestriction__Group__2__Impl17346 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__3__Impl_in_rule__RelationTypeRestriction__Group__317377 =
- new BitSet(new long[] {0x0007000000000000L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__4_in_rule__RelationTypeRestriction__Group__317380 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Alternatives_3_in_rule__RelationTypeRestriction__Group__3__Impl17407 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__4__Impl_in_rule__RelationTypeRestriction__Group__417437 =
- new BitSet(new long[] {0x0020000000000000L, 0x0000000088000000L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__5_in_rule__RelationTypeRestriction__Group__417440 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__RestrictedToSideAssignment_4_in_rule__RelationTypeRestriction__Group__4__Impl17467 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__5__Impl_in_rule__RelationTypeRestriction__Group__517497 =
- new BitSet(new long[] {0x0020000000000000L, 0x0000000088000000L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__6_in_rule__RelationTypeRestriction__Group__517500 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__PredicateAssignment_5_in_rule__RelationTypeRestriction__Group__5__Impl17527 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RelationTypeRestriction__Group__6__Impl_in_rule__RelationTypeRestriction__Group__617558 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_91_in_rule__RelationTypeRestriction__Group__6__Impl17586 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__0_in_rule__XAttributeType__UnorderedGroup_1417632 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_0__0_in_rule__XAttributeType__UnorderedGroup_14__Impl17719 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_1__0_in_rule__XAttributeType__UnorderedGroup_14__Impl17810 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_2__0_in_rule__XAttributeType__UnorderedGroup_14__Impl17901 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_3__0_in_rule__XAttributeType__UnorderedGroup_14__Impl17992 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_4__0_in_rule__XAttributeType__UnorderedGroup_14__Impl18083 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__Group_14_5__0_in_rule__XAttributeType__UnorderedGroup_14__Impl18174 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__018233 =
- new BitSet(new long[] {0x0000000000000002L, 0x00000000000000FCL});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__1_in_rule__XAttributeType__UnorderedGroup_14__018236 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__118261 =
- new BitSet(new long[] {0x0000000000000002L, 0x00000000000000FCL});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__2_in_rule__XAttributeType__UnorderedGroup_14__118264 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__218289 =
- new BitSet(new long[] {0x0000000000000002L, 0x00000000000000FCL});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__3_in_rule__XAttributeType__UnorderedGroup_14__218292 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__318317 =
- new BitSet(new long[] {0x0000000000000002L, 0x00000000000000FCL});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__4_in_rule__XAttributeType__UnorderedGroup_14__318320 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__418345 =
- new BitSet(new long[] {0x0000000000000002L, 0x00000000000000FCL});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__5_in_rule__XAttributeType__UnorderedGroup_14__418348 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__UnorderedGroup_14__Impl_in_rule__XAttributeType__UnorderedGroup_14__518373 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleImport_in_rule__OseeDsl__ImportsAssignment_018413 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXArtifactType_in_rule__OseeDsl__ArtifactTypesAssignment_1_018444 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXRelationType_in_rule__OseeDsl__RelationTypesAssignment_1_118475 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeType_in_rule__OseeDsl__AttributeTypesAssignment_1_218506 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumType_in_rule__OseeDsl__EnumTypesAssignment_1_318537 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumOverride_in_rule__OseeDsl__EnumOverridesAssignment_1_418568 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeArtifactTypeOverride_in_rule__OseeDsl__ArtifactTypeOverridesAssignment_1_518599 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXArtifactMatcher_in_rule__OseeDsl__ArtifactMatchRefsAssignment_2_018630 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessContext_in_rule__OseeDsl__AccessDeclarationsAssignment_2_118661 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRole_in_rule__OseeDsl__RoleDeclarationsAssignment_2_218692 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Import__ImportURIAssignment_118723 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_98_in_rule__XArtifactType__AbstractAssignment_018759 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__NameAssignment_218798 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_118833 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__SuperArtifactTypesAssignment_3_2_118872 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactType__TypeGuidAssignment_5_118907 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XArtifactType__UuidAssignment_718938 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeTypeRef_in_rule__XArtifactType__ValidAttributeTypesAssignment_818969 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeTypeRef__ValidAttributeTypeAssignment_119004 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeTypeRef__BranchUuidAssignment_2_119039 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__NameAssignment_119070 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAttributeBaseType_in_rule__XAttributeType__BaseAttributeTypeAssignment_2_119101 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__OverrideAssignment_3_119136 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__TypeGuidAssignment_5_119171 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XAttributeType__UuidAssignment_719202 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__DataProviderAlternatives_9_0_in_rule__XAttributeType__DataProviderAssignment_919233 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XAttributeType__MinAssignment_1119266 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__MaxAlternatives_13_0_in_rule__XAttributeType__MaxAssignment_1319297 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_rule__XAttributeType__TaggerIdAlternatives_14_0_1_0_in_rule__XAttributeType__TaggerIdAssignment_14_0_119330 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__EnumTypeAssignment_14_1_119367 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__DescriptionAssignment_14_2_119402 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__DefaultValueAssignment_14_3_119433 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__FileExtensionAssignment_14_4_119464 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XAttributeType__MediaTypeAssignment_14_5_119495 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumType__NameAssignment_119526 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumType__TypeGuidAssignment_3_119557 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XOseeEnumType__UuidAssignment_519588 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXOseeEnumEntry_in_rule__XOseeEnumType__EnumEntriesAssignment_619619 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__NameAssignment_119650 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__XOseeEnumEntry__OrdinalAssignment_219681 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__EntryGuidAssignment_3_119712 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumEntry__DescriptionAssignment_4_119743 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeEnumOverride__OverridenEnumTypeAssignment_119778 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_99_in_rule__XOseeEnumOverride__InheritAllAssignment_319818 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleOverrideOption_in_rule__XOseeEnumOverride__OverrideOptionsAssignment_419857 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AddEnum__EnumEntryAssignment_119888 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_WHOLE_NUM_STR_in_rule__AddEnum__OrdinalAssignment_219919 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AddEnum__EntryGuidAssignment_3_119950 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AddEnum__DescriptionAssignment_4_119981 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__RemoveEnum__EnumEntryAssignment_120016 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XOseeArtifactTypeOverride__OverridenArtifactTypeAssignment_120055 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_99_in_rule__XOseeArtifactTypeOverride__InheritAllAssignment_320095 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAttributeOverrideOption_in_rule__XOseeArtifactTypeOverride__OverrideOptionsAssignment_420134 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeTypeRef_in_rule__AddAttribute__AttributeAssignment_120165 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__RemoveAttribute__AttributeAssignment_220200 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXAttributeTypeRef_in_rule__UpdateAttribute__AttributeAssignment_120235 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__NameAssignment_120266 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__TypeGuidAssignment_3_120297 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_HEX_INT_in_rule__XRelationType__UuidAssignment_520328 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideANameAssignment_720359 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideAArtifactTypeAssignment_920394 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideBNameAssignment_1120429 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XRelationType__SideBArtifactTypeAssignment_1320464 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationOrderType_in_rule__XRelationType__DefaultOrderTypeAssignment_1520499 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationMultiplicityEnum_in_rule__XRelationType__MultiplicityAssignment_1720530 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleMatchField_in_rule__SimpleCondition__FieldAssignment_020561 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCompareOp_in_rule__SimpleCondition__OpAssignment_120592 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__SimpleCondition__ExpressionAssignment_220623 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_120654 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXLogicOperator_in_rule__CompoundCondition__OperatorsAssignment_2_020685 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleSimpleCondition_in_rule__CompoundCondition__ConditionsAssignment_2_120716 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__XArtifactMatcher__NameAssignment_120747 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_320778 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXLogicOperator_in_rule__XArtifactMatcher__OperatorsAssignment_4_020809 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCondition_in_rule__XArtifactMatcher__ConditionsAssignment_4_120840 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Role__NameAssignment_120871 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Role__SuperRolesAssignment_2_120906 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleUsersAndGroups_in_rule__Role__UsersAndGroupsAssignment_4_020941 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleReferencedContext_in_rule__Role__ReferencedContextsAssignment_4_120972 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__ReferencedContext__AccessContextRefAssignment_121003 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__UsersAndGroups__UserOrGroupGuidAssignment_121034 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AccessContext__NameAssignment_121065 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AccessContext__SuperAccessContextsAssignment_2_121100 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AccessContext__GuidAssignment_521135 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleObjectRestriction_in_rule__AccessContext__AccessRulesAssignment_7_021166 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleHierarchyRestriction_in_rule__AccessContext__HierarchyRestrictionsAssignment_7_121197 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__HierarchyRestriction__ArtifactMatcherRefAssignment_121232 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleObjectRestriction_in_rule__HierarchyRestriction__AccessRulesAssignment_321267 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactTypePredicate__ArtifactTypeRefAssignment_121302 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__RelationTypeArtifactPredicate__ArtifactMatcherRefAssignment_121341 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactMatchRestriction__PermissionAssignment_021376 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__ArtifactMatchRestriction__ArtifactMatcherRefAssignment_321411 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__ArtifactTypeRestriction__PermissionAssignment_021446 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__ArtifactTypeRestriction__ArtifactTypeRefAssignment_321481 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__AttributeTypeRestriction__PermissionAssignment_021516 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__AttributeTypeRefAssignment_321551 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__AttributeTypeRestriction__ArtifactTypeRefAssignment_4_221590 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAccessPermissionEnum_in_rule__RelationTypeRestriction__PermissionAssignment_021629 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypeMatch_in_rule__RelationTypeRestriction__RelationTypeMatchAssignment_3_021660 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__RelationTypeRestriction__RelationTypeRefAssignment_3_121695 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleXRelationSideEnum_in_rule__RelationTypeRestriction__RestrictedToSideAssignment_421730 =
- new BitSet(new long[] {0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRelationTypePredicate_in_rule__RelationTypeRestriction__PredicateAssignment_521761 =
- new BitSet(new long[] {0x0000000000000002L});
+ // InternalOseeDsl.g:10599:1: ( ruleRelationTypePredicate )
+ // InternalOseeDsl.g:10600:1: ruleRelationTypePredicate
+ {
+ before(grammarAccess.getRelationTypeRestrictionAccess().getPredicateRelationTypePredicateParserRuleCall_5_0());
+ pushFollow(FOLLOW_2);
+ ruleRelationTypePredicate();
+
+ state._fsp--;
+
+ after(grammarAccess.getRelationTypeRestrictionAccess().getPredicateRelationTypePredicateParserRuleCall_5_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RelationTypeRestriction__PredicateAssignment_5"
+
+ // Delegated rules
+
+
+
+
+ public static final BitSet FOLLOW_1 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_2 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_3 = new BitSet(new long[]{0x1010000000000000L,0x000000021900A480L});
+ public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0004000000000002L});
+ public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x1010000000000002L,0x000000020000A480L});
+ public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000000002L,0x0000000019000000L});
+ public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0008000000000000L});
+ public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0008000000000002L});
+ public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000000020L});
+ public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0010000000000000L,0x0000000200000000L});
+ public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0120000000000000L});
+ public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0440000000000000L});
+ public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000000000010L});
+ public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0880000000000000L});
+ public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0800000000000002L});
+ public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0200000000000000L});
+ public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0200000000000002L});
+ public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000100000000000L});
+ public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0100000000000000L});
+ public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0020000000000000L,0x0000000000000001L});
+ public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x2000000000000000L});
+ public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000000006020L});
+ public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x4000000000000000L});
+ public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x8000000000000000L});
+ public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000000008010L});
+ public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000000000000L,0x000000000000007EL});
+ public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0080000000000000L});
+ public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x000000003FFE6020L});
+ public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000000000016020L});
+ public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0020000000000000L});
+ public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0080000000000000L,0x0000000000000100L});
+ public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000100L});
+ public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000000000000010L,0x0000000000000208L});
+ public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0080000000000000L,0x0000000400001800L});
+ public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0000000000000002L,0x0000000000001800L});
+ public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000000000000000L,0x0000000400005800L});
+ public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000000000000002L,0x0000000400005800L});
+ public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0800000000000000L});
+ public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L});
+ public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L});
+ public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L});
+ public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L});
+ public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L});
+ public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x00000001C0000020L});
+ public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000001E00000000L});
+ public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000006000000000L});
+ public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x00001E0000000000L});
+ public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0000018000000000L});
+ public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000000000000000L,0x0000000000800000L});
+ public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000018000000002L});
+ public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
+ public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x00001E0000000000L,0x0000000000400000L});
+ public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000018000000000L,0x0000000004000000L});
+ public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0400000000000000L,0x0000000010000000L});
+ public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0400000000000002L,0x0000000010000000L});
+ public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
+ public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0400000000000000L});
+ public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0000600000000000L,0x0000000020000000L});
+ public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000600000000002L,0x0000000020000000L});
+ public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0000600000000000L});
+ public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000600000000002L});
+ public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0000000000000000L,0x0000000080000000L});
+ public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000000000000000L,0x0000000040000000L});
+ public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0010000000000000L});
+ public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x1000000000000000L});
+ public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000000000000000L,0x0000000104000000L});
+ public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L});
+ public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0000000000001040L});
+ public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0003800000000000L});
+ public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0010000000000000L,0x0000000044000000L});
+ public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000000002L,0x000000000000007EL});
}
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/internal/OseeDslActivator.java b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/internal/OseeDslActivator.java
index 42934f703c6..914f1371614 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/internal/OseeDslActivator.java
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/internal/OseeDslActivator.java
@@ -3,92 +3,93 @@
*/
package org.eclipse.osee.framework.core.dsl.ui.internal;
-import com.google.common.collect.Maps;
-import com.google.inject.Guice;
-import com.google.inject.Injector;
-import com.google.inject.Module;
import java.util.Collections;
import java.util.Map;
+
import org.apache.log4j.Logger;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.eclipse.xtext.ui.shared.SharedStateModule;
import org.eclipse.xtext.util.Modules2;
import org.osgi.framework.BundleContext;
+import com.google.common.collect.Maps;
+import com.google.inject.Guice;
+import com.google.inject.Injector;
+import com.google.inject.Module;
+
/**
- * This class was generated. Customizations should only happen in a newly introduced subclass.
+ * This class was generated. Customizations should only happen in a newly
+ * introduced subclass.
*/
public class OseeDslActivator extends AbstractUIPlugin {
-
- public static final String ORG_ECLIPSE_OSEE_FRAMEWORK_CORE_DSL_OSEEDSL =
- "org.eclipse.osee.framework.core.dsl.OseeDsl";
-
- private static final Logger logger = Logger.getLogger(OseeDslActivator.class);
-
- private static OseeDslActivator INSTANCE;
-
- private final Map<String, Injector> injectors =
- Collections.synchronizedMap(Maps.<String, Injector> newHashMapWithExpectedSize(1));
-
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- INSTANCE = this;
- }
-
- @Override
- public void stop(BundleContext context) throws Exception {
- injectors.clear();
- INSTANCE = null;
- super.stop(context);
- }
-
- public static OseeDslActivator getInstance() {
- return INSTANCE;
- }
-
- public Injector getInjector(String language) {
- synchronized (injectors) {
- Injector injector = injectors.get(language);
- if (injector == null) {
- injectors.put(language, injector = createInjector(language));
- }
- return injector;
- }
- }
-
- protected Injector createInjector(String language) {
- try {
- Module runtimeModule = getRuntimeModule(language);
- Module sharedStateModule = getSharedStateModule();
- Module uiModule = getUiModule(language);
- Module mergedModule = Modules2.mixin(runtimeModule, sharedStateModule, uiModule);
- return Guice.createInjector(mergedModule);
- } catch (Exception e) {
- logger.error("Failed to create injector for " + language);
- logger.error(e.getMessage(), e);
- throw new RuntimeException("Failed to create injector for " + language, e);
- }
- }
-
- protected Module getRuntimeModule(String grammar) {
- if (ORG_ECLIPSE_OSEE_FRAMEWORK_CORE_DSL_OSEEDSL.equals(grammar)) {
- return new org.eclipse.osee.framework.core.dsl.OseeDslRuntimeModule();
- }
-
- throw new IllegalArgumentException(grammar);
- }
-
- protected Module getUiModule(String grammar) {
- if (ORG_ECLIPSE_OSEE_FRAMEWORK_CORE_DSL_OSEEDSL.equals(grammar)) {
- return new org.eclipse.osee.framework.core.dsl.ui.OseeDslUiModule(this);
- }
-
- throw new IllegalArgumentException(grammar);
- }
-
- protected Module getSharedStateModule() {
- return new SharedStateModule();
- }
-
+
+ public static final String ORG_ECLIPSE_OSEE_FRAMEWORK_CORE_DSL_OSEEDSL = "org.eclipse.osee.framework.core.dsl.OseeDsl";
+
+ private static final Logger logger = Logger.getLogger(OseeDslActivator.class);
+
+ private static OseeDslActivator INSTANCE;
+
+ private Map<String, Injector> injectors = Collections.synchronizedMap(Maps.<String, Injector> newHashMapWithExpectedSize(1));
+
+ @Override
+ public void start(BundleContext context) throws Exception {
+ super.start(context);
+ INSTANCE = this;
+ }
+
+ @Override
+ public void stop(BundleContext context) throws Exception {
+ injectors.clear();
+ INSTANCE = null;
+ super.stop(context);
+ }
+
+ public static OseeDslActivator getInstance() {
+ return INSTANCE;
+ }
+
+ public Injector getInjector(String language) {
+ synchronized (injectors) {
+ Injector injector = injectors.get(language);
+ if (injector == null) {
+ injectors.put(language, injector = createInjector(language));
+ }
+ return injector;
+ }
+ }
+
+ protected Injector createInjector(String language) {
+ try {
+ Module runtimeModule = getRuntimeModule(language);
+ Module sharedStateModule = getSharedStateModule();
+ Module uiModule = getUiModule(language);
+ Module mergedModule = Modules2.mixin(runtimeModule, sharedStateModule, uiModule);
+ return Guice.createInjector(mergedModule);
+ } catch (Exception e) {
+ logger.error("Failed to create injector for " + language);
+ logger.error(e.getMessage(), e);
+ throw new RuntimeException("Failed to create injector for " + language, e);
+ }
+ }
+
+ protected Module getRuntimeModule(String grammar) {
+ if (ORG_ECLIPSE_OSEE_FRAMEWORK_CORE_DSL_OSEEDSL.equals(grammar)) {
+ return new org.eclipse.osee.framework.core.dsl.OseeDslRuntimeModule();
+ }
+
+ throw new IllegalArgumentException(grammar);
+ }
+
+ protected Module getUiModule(String grammar) {
+ if (ORG_ECLIPSE_OSEE_FRAMEWORK_CORE_DSL_OSEEDSL.equals(grammar)) {
+ return new org.eclipse.osee.framework.core.dsl.ui.OseeDslUiModule(this);
+ }
+
+ throw new IllegalArgumentException(grammar);
+ }
+
+ protected Module getSharedStateModule() {
+ return new SharedStateModule();
+ }
+
}

Back to the top